Has anyone considered using a PageRank-like algorithm for the reputation system? This would help to address the common criticism that users gain more reputation for witty one-liners than detailed, technical answers. (Anecdotally, I find this to be true. I got more reputation for a one-line answer to a funny question than any detailed answer I ever gave.)
So why not apply some ideas from PageRank to Stack Overflow? Google's PageRank is so successful because a link from a respected site will give your webpage a lot more rank than a link from some obscure site. In the same way that Google doesn't count all links equally, Stack Overflow shouldn't count all up-votes equally.
An up-vote from someone with a lot of reputation should be worth more than an up-vote from somebody with no reputation. Intuitively, an upvote from Jon Skeet is worth a lot more than an upvote from (unknown yahoo user), because the community trusts him.
This would also help to mitigate a lot of other ways you can game the system.
Edit:
Ah, I thought my idea was original, but evidently not. Having read the reactions to the previous person who suggested this, it is clear the SO community at large is not in favor of this idea. Still, I don't find the reasoning very solid. Disturbingly, the main line of reasoning against weighted up-voting (WUV) also implies that reputation is almost entirely useless.
The main reasons against WUV are:
1) Reputation != expertise. It is mostly an indication of how much time you spent on SO.
Really? Then perhaps we should just replace the rep system with a simple uptime-like readout. But seriously, the SO FAQ specifically says "Reputation is never given, it is earned by convincing other Stack Overflow users that you know what you're talking about". Clearly, there is at least supposed to be a strong correlation between reputation and computer programming knowledge. And if there isn't a strong correlation between reputation and computer programming knowledge, then the whole rep system is basically useless; it becomes nothing more than a measure of social standing.
But if reputation is correlated with computer programming knowledge, it seems obvious that an upvote from someone with a higher rep is likely to be more valuable. Sure, there are edge cases where this won't be the case; for that matter, there are horrible webpages with a high PageRank on Google - but I'm not looking for perfection here.
2) Reputation does not mean you're an expert, because reputation can be earned by asking masses of low value questions.
True. But the solution to this is simple. Question upvotes shouldn't increase reputation. This makes sense, because the only reason for WUV is because we should value the answers given by more knowledgeable people. But it doesn't take any expertise to ask a question. So, upvotes on questions shouldn't increase reputation.
3) Reputation is too broad a measurement; it doesn't indicate that a particular voter is knowledgeable in that particular subject.
This is probably the only significantly difficult rebuttal. It's true that a person's overall rep score doesn't indicate they are knowledgeable in any particular subject. But that doesn't mean a WUV system couldn't take specific expertise into account. In fact, the SO tagging system already records the information necessary to resolve this. For example, if you look at my user-info page, you'll see that I've answered a lot of C++ questions, but no Lisp questions. Therefore, my upvote on a C++ question should be weighted more than my upvote on a Lisp question. Adding a WUV system which takes into account expertise in specific areas would really help to better identify answers which are more likely to be valuable to the questioner, as well as everyone throughout posterity who reads the question.
4) Adding a WUV system would make it more difficult for new people to gain reputation
A WUV system will only make things difficult for new people who don't know what they're talking about. People who actually know what they're talking about, and who provide useful answers, will quickly gain reputation in a WUV system. (Perhaps even faster than in the current system.)
And finally, a WUV system in general would help to mitigate many of the ways people are able to game the system to increase their rep points, or otherwise increase their rep in ways that don't correlate to actual expertise.
feature-request). There is a solution to people gaining rep from asking lots of questions, and to answers gaining huge momentum (usually the one-liners) just because they answered in the first 30 seconds. As for @LadyBug's comment: this isn't true after a rep-recalculation. – BlueRaja May 13 '10 at 16:24