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: Topic Ranking Algorithms (a-la hackernews)

3 pointsby strooltzover 14 years ago
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 comments

cd34over 14 years ago
<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 未加载
strooltzover 14 years ago
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>