|
|
|
Algorithm for sorting of comments on hacker news
|
|
2 points
by kleine2
6050 days ago
|
|
How does the algorithm for sorting the comments in a given thread on hacker news work? I get the feeling that new comments that come in late don't stand much of a chance to stay at the top relative to old comments that got voted up. Doesn't it need to be weighted based on how high it got rated up relative to the time it was posted and how many other ratings took place during the time it was up? |
|