Tag Info

Hot answers tagged

352

I don't know about you but here's my strategy. Post quality answers. This should be numbered 1 2 and 3. But a good answer will more often than not trump a fast answer. Though there are cases where it does not. Monitor the frontpage and the new questions list. Learn their cache time and refresh accordingly. Setup a good but short list of Interesting and ...


110

To be perfectly honest, I absolutely agree with #3. A bit of formatting Makes the post more readable proves that the user put a bit of effort into it prevents the "Wall of Text crits you" effect stands out allows me to spot important points more easily puts some structure into the posting And #6 is also a no-brainer. Not because of the reputation but ...


109

Are you sure you want to discuss this in public? I guess you do, since this is the second incident. Anyway, there were some really egregious sockpuppets and voting patterns here, and a lot of it. Some examples: users who say they are from "NY" and "Chicago, IL" -- when all their IPs geolocate halfway across the planet and remarkably near you. users who ...


97

First, I hate the thought of Stack Overflow becoming a Pay to Play system. Requiring people to feed into the system in order to use it for its primary purpose is exactly that. In the 80's and 90's such BBS systems were called Elite - you had to submit some files to keep your account balanced enough to download files. While this isn't, strictly speaking, a ...


84

Revisions EDIT (April 26th 2013): For some time now (I don't know when) the cap is applied just to votes, so it doesn't matter when in the day you get votes vs acceptance. EDIT (9 Feb 2009): I should have come back to this answer a while ago - the policy was changed back again, so you can get over 200 due to accepted answers. EDIT (29 December 2008): I've ...


76

The motivation behind it is to put emphasis on up-voting or not voting at all. This way, down votes will carry more weight and it will also prevent users from abusing the system by down-voting excessively. According to what Jeff/Joel discussed on the SO podcast, they wanted to find a way to discourage users from down-voting for less legitimate reasons (say ...


73

It stops the site from being gamed A user like Jon Skeet will gain 1000+ points in an hour if this didn't exist for example. Jon objects to the cap himself for other reasons. PS: I am using Jon as an example that we all know It is to level the playing field It allows for others that won't gain reputation as quickly not to fall behind. Also considering ...


66

On one hand people are gaming the system, but the flip side is that people are asking questions that the community sees a value in, that is why they voted the questions up. I think a stream of great well thought out questions should be encouraged. There are a couple of things that I think should be done to help avoid abuse. No rep should be gained by ...


65

I've skimmed through your questions and answers, and I've seen some easily fixable problems: Always provide context for links Whenever you include a link for reference in one of your posts make sure to add a short summary of the main points of the link. There are two reasons for that, the official and the real one. The official is that links sometimes ...


53

I don't know the real reason, so I'll wildly speculate: Jon Skeet forced them to use an unsigned int. So nobody just creates another account if their rep went below the starting point (1). This cuts down on a bunch of zombie accounts. The StackOverflow team believes that everybody's special in their own way and doesn't deserve to have a negative ...


53

This will go out with our next build. We don't really intend the average user to go hog wild with this one, so its pretty well hidden. Go to the existing reputation audit, there are now suitably ghetto instructions on how to trigger an immediate reputation recalc at the very bottom of the report. Note that you can only do this once every 24 hours.


52

Rather than 1 point for a single up-vote on a comment perhaps if it was 1 point (or 5 points) for 10 or more up-votes that might work. Having said that, I'm not really in favour of rep for comments. It would change how they were seen and used. I'd only go for it if there were a really convincing argument that it would work.


50

We are running a global recalc right now across all Stack Exchange sites in preparation for showing leagues on the /users page, you can see more details (and suggest things!) in this question: Redesigning the /users page Note no reputation rules have changed, we're just doing a recalc to get your current week, month, quarter and year reputation calculated. ...


50

This was our screw-up, and preventing large impact deletes like this will be an addition to the code on our side sometime this week. For now I've gone through the database and manually undone the delete action on this user's votes, which is the net impact that should have happened if they were moved to the community user...our normal process. Your rep ...


48

My big concern would be that it's actually the mediocre questions (being popular) that get the most votes, so this might not actually solve the problem. The best questions (being the most specific) often get the fewest votes -- not to be confused with the worst questions, which get negative votes. Maybe I'm a bad example as I only have a few questions on ...


47

So, you make an old question tons better with an awesome answer and pay 100 reputation for the privilege. I am not following where the Stack Overflow community are losing out. Note: we added a few more checks and balances If you are placing a bounty on a question you answered, your minimum spend is 100 If you are placing a repeat bounty on a question, ...


44

It looks like this was serial upvoting to me. Here's the vote you have recently received: That's 7 upvotes you received within 60 seconds. That's an average of 1 vote every 8.5741428 seconds. I am not a mod on SO so I can't see the details, but if all those votes were from a single user, then that's serial upvoting and those votes are not valid. The ...


44

How about the ability to hide exact rep, changing it to just display "Lots"? In all seriousness, I wouldn't want any time or energy spent on this - at least not for the next year or so. In a year's time we might almost be into double digits for 100K users... I'm sure there are better things Jeff and the team can do with their time1. 1Like buying and ...


43

Here's the reasoning posted as a comment to that answer: Its not that I didn't get your point, it just feels like you camp on stack overflow and answer quickly (and yes always perfectly correctly) but give others no chance to grow in rep. I mean you have 66K. The other people answering will get 10x less rep on their answer than yours. I don't think ...


42

As far as I can tell, this is not how deletion of such user accounts is supposed to happen. The procedure has been outlined by SE developer in an answer to similar question as follows: When we delete highly active users upon their request (i.e. they no longer wish to participate in Stack Exchange), we preserve their up/down/accepted votes by moving them ...


42

A major reason for the rep cap is to get people to come back daily. If you miss a day, you cannot make back that rep you might have gained on that day, so it increases user participation. Further, you can't simply participate once a month for a day or two and get thousands of rep. Far from preventing or limiting addiction, it feeds the addiction by ...


42

rep points kinda remind me of that whole "Zen and the Art of Archery" business. I've gotten caught in that trap of reputation-score-addiction once or twice: poring over questions over and over until I answer one that gets upvoted. It's not worth it. Post questions or answers because you feel like it or because you think you can provide value to the ...


41

We have a scheduled process that does some cleanup around accepted answers, ensuring that no answer has more than one active accepted answer vote. Before this incident, it had never found any problems. For a few days, our index optimization script ran at the same time as this daily job, and a pitfall of running certain queries in NOLOCK means phantom data ...


40

So do we do this in SQL? Well, not really. We query to see if you're at the daily rep cap via SQL and make some decisions based on that, but we don't determine what reputation value you should have from that...it'd be a little crazy. If you want a detailed answer, keep reading. First, credit goes to the entire team here, I didn't write the original rep ...


39

We use a custom socket server that we developed in house. It supports every historic + RFC version of the web-sockets api; not just Hixie 76; hixie-76 === hybi-00; hybi-4/5/6/7/8, and hybi-13 === RFC6455. We treat sockets as a value add for those who use modern browsers and don't rely on it to provide all updates to our sites as websockets aren't supported ...


39

The "accepted answer" feature was never intended to mark which answer is best or even if the answer is correct. It is, simply stated, the answer that the original author found most useful in solving their problem. The people's-choice favorite answer is selected through the voting process. The "accepted answer" is all the original author. If you want to let ...


39

at first, it was the shiny badges you got just for trying things out then it was the power-ups when you hit certain levels... voting on posts, adding comments, that sort of thing nothing major, it just starts with a trickle...and the first one is always free... ...and soon you're checking SO when you compile. and when you're at lunch. and when you're ...


39

Hmm... Almost all of his rep comes from answers to bounty questions, very short answers, many of which didn't collect a lot of up-votes otherwise. Also, although the bounties were offered by different users, a lot of those users appear to share the same Gravatar (== same email address) and appear to have abandoned the site immediately after accepting his ...


38

As a new user I've come across questions where I would have liked to comment, but are unable. I feel that an answer should indeed be an answer, not just a comment about an already given answer or a helpful hint, and because of this I've refrained from contributing anything. I understand that spam could easily become a problem if everybody can post ...



Only top voted, non community-wiki answers of a minimum length are eligible