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.

Ask HN: Is there a way to determine your Hacker News karma percentile?

2 pointsby freeworkover 12 years ago
At stack overflow, in our profile it tells you what percentile you fit into according to your reputation. Is there such a thing for hacker news? If you have the most karma, you're the top 0%, when you first register, you are in the top 100%, etc. This is something I want to build to learn ruby, but I want to know if it already exists first.

2 comments

JoachimSchipperover 12 years ago
To the best of my knowledge, this does not exist. Ensure that you are at least familiar with <a href="http://news.ycombinator.com/leaders" rel="nofollow">http://news.ycombinator.com/leaders</a>, <a href="http://www.hnsearch.com/api" rel="nofollow">http://www.hnsearch.com/api</a>, <a href="http://jacquesmattheij.com/The+Unofficial+HN+FAQ#api" rel="nofollow">http://jacquesmattheij.com/The+Unofficial+HN+FAQ#api</a> and the rest of that document, be ready to be asked to stop, and enjoy!<p>(This doesn't look like a trivial application of any of the APIs above, by the way.)
politicianover 12 years ago
You can figure this out using the dataset at HNSearch[1]<p><a href="http://www.hnsearch.com/api" rel="nofollow">http://www.hnsearch.com/api</a>