TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hacker News Leaderboard

45 pointsby deepakjcover 10 years ago
I just saw this today, the leaders are suffiently out-of-reach.

17 comments

mjnover 10 years ago
This is sort of interesting to look at, but not too reliable: it only shows users whose profiles happen to be swapped in to the in-memory Arc data structures whenever the list is regenerated. So from day to day, depending on post and caching and HN restart activity, different people are included or omitted. For example, at the moment raganwald isn&#x27;t on the leaderboard, even though he has &gt;40k karma, presumably because he hasn&#x27;t posted in a bit, so his profile is swapped out of memory. I filed a bug about that but it got a WONTFIX [1].<p>I ran into that while putting together a profile of prolific HN posters [2]. I put it together a bit at a time over several days, and noticed that people were appearing and disappearing from the list, which seemed odd. I ended up finding a third-party list on Heroku that was more stable day-to-day [3]. However it seems not to be updating any more– the numbers are now a few months old.<p>[1] <a href="https://github.com/HackerNews/HN/issues/49" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;HN&#x2F;issues&#x2F;49</a><p>[2] <a href="http://www.kmjn.org/notes/hacker_news_posters.html" rel="nofollow">http:&#x2F;&#x2F;www.kmjn.org&#x2F;notes&#x2F;hacker_news_posters.html</a><p>[3] <a href="http://hn-karma-tracker.herokuapp.com/overall" rel="nofollow">http:&#x2F;&#x2F;hn-karma-tracker.herokuapp.com&#x2F;overall</a>
josefrescoover 10 years ago
This reminds me of those lists middle school boys and girls would make within their social circles. &quot;Cutest Boy&quot; or &quot;Nicest Clothes&quot; ... all pointless when looked upon as an older person, but at the time it was all that mattered.
swombatover 10 years ago
What&#x27;s interesting to note here is that the points totals have been removed for the top 10. It used to show vast differences between the &quot;leading pack&quot; and the rest... of the order of 20k karma points or so!<p>I guess the rationale for this change is to stop the silly competition (if there was any) once at the top of the pack. I&#x27;m not sure there ever was such a competition, mind you. I was #7 once upon a time and it never affected my posting habits.
评论 #8382623 未加载
评论 #8382602 未加载
tptacekover 10 years ago
Getting rid of scores on the top 10 was a step in the right direction, but ultimately the long-term goal should be to get rid of scores for the top 2000.<p>Slashdot used to have a thing where your karma would eventually just say something like, &quot;Lots&quot;.
throwaway283719over 10 years ago
Interestingly, within the top 100 there is a weak positive correlation between the total karma, and the average karma per comment, implying that the people at the top of the leaderboard are actually posting quality content, and not just making up for it with quantity.<p>The closest power law fit is<p><pre><code> predicted average score = 0.27 * (total score) ^ 0.25 </code></pre> which has a correlation of about 20% with the actual average scores.
评论 #8382874 未加载
dangover 10 years ago
I find this slightly embarrassing. It&#x27;s also broken. For example, I switched from my old account 6 months ago and it&#x27;s still in the top 30.<p>The main reason we haven&#x27;t done anything about it is that it&#x27;s not clear what to do. For example, we could make it use a shorter time window than &quot;forever&quot;—but do we really want to gamify karma further? I doubt it.
评论 #8385327 未加载
ck2over 10 years ago
Just think what we can do with all those imaginary points.<p>I&#x27;d like see some kind of solution where submissions don&#x27;t disappear so quicky.<p>Maybe using tags that become sub-forums of sorts and the front page is just an aggregate.<p>Like tags for SSL, ddos, security, centos, payment-solutions etc.<p>Tags are not hard to implement, there could even be a limited set to choose from, that only certain users can add to, if there is any concern about new tag creation abuse.<p>And then a submission can span multiple tags, it may get buried under one tag but rank better under other tags.
评论 #8382524 未加载
评论 #8382638 未加载
评论 #8382687 未加载
评论 #8382772 未加载
chollida1over 10 years ago
I really like the average points tracking in Hacker news.<p>Its interesting to note that some people got on the leader board via only commenting when their posts were relevant, the avg. 5+ points people and some got on their through just making sure their voice was heard, even if they didn&#x27;t have anything relevant to say, the people with an avg below 3 points.<p>I&#x27;ve always treated HN&#x27;s a bit differently from other message boards in that I only comment when I think I have something relevant to say, which is probably driven from the average point tracking system.<p>I&#x27;m actually surprised at the number of leaders with avg scores under 2. I&#x27;m guessing these people treat HN&#x27;s like a regular message board and just comment on everything. The average of the top 100 seems to be 4.3 so it looks like
评论 #8382792 未加载
评论 #8383998 未加载
评论 #8382763 未加载
chdirover 10 years ago
As always, the lawyer wins ;)<p>(hint: avg 52+)
评论 #8382679 未加载
gokhanover 10 years ago
Any idea on the non-native&#x2F;native English speaker ratio of that list? US &#x2F; Rest of the world?
评论 #8382865 未加载
jmattover 10 years ago
An aside, pg isn&#x27;t on the leaderboards, and never was, since he was always far ahead on points. But, it looks like tptacek has finally passed him.<p><a href="https://news.ycombinator.com/user?id=pg" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;user?id=pg</a>
评论 #8383011 未加载
droobover 10 years ago
What&#x27;s the motivation behind posting these? Is there a way to say &quot;these are the kinds of posts that are good for the community&quot; without tacking a number on it?
评论 #8382954 未加载
wickedOneover 10 years ago
is this supposed to be some kind of incentive?
deepakjcover 10 years ago
Just saw this today, and the &quot;leaders&quot; are far out of my reach...
评论 #8382435 未加载
rdlecler1over 10 years ago
Is there a decay function on these points?
评论 #8382670 未加载
idlewordsover 10 years ago
Ew
评论 #8383597 未加载
rdlecler1over 10 years ago
If given the choice to target users based on GMail data or targeting users based on Facebook data, I would take the former. GMail data would provide you with a much clearer and nuanced profile of someone, even if GMail has only 1&#x2F;3 - 1&#x2F;2 the user base. Facebook should do well with consumer brands though.
评论 #8382634 未加载