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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Topic Ranking Algorithms (a-la hackernews)

3 点作者 strooltz超过 14 年前
I'm working on a ranking algorithm to weight posts on a particular page (a-la hackernews or facebook top news). i'd like to weight a post on the user's "karma" and the number of up-votes the post receives over time. does anyone have any insight on how to accurately go about handling something like this?

2 条评论

cd34超过 14 年前
<a href="http://arclanguage.org/" rel="nofollow">http://arclanguage.org/</a> contains the source code for HN, less some of the secret bits (and bytes).
评论 #2120542 未加载
评论 #2120543 未加载
strooltz超过 14 年前
Reddit's method - <a href="http://amix.dk/blog/post/19588" rel="nofollow">http://amix.dk/blog/post/19588</a><p>HN's method - <a href="http://amix.dk/blog/post/19574" rel="nofollow">http://amix.dk/blog/post/19574</a>