Skip to content

Instantly share code, notes, and snippets.

@amix
Created April 1, 2013 02:41
Show Gist options
  • Save amix/5282957 to your computer and use it in GitHub Desktop.
Save amix/5282957 to your computer and use it in GitHub Desktop.
Hacker's news ranking algorithm
Score = (P-1) / (T+2)^G
where,
P = points of an item (and -1 is to negate submitters vote)
T = time since submission (in hours)
G = Gravity, defaults to 1.8 in news.arc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment