TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 freework超过 12 年前
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 条评论

JoachimSchipper超过 12 年前
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.)
politician超过 12 年前
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>