]> Untitled Git - lemmy.git/commitdiff
Adding link for ranking.
authorDessalines <tyhou13@gmx.com>
Mon, 26 Aug 2019 20:14:14 +0000 (13:14 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 26 Aug 2019 20:14:14 +0000 (13:14 -0700)
docs/ranking.md

index 608b548482b23e35080a566816a16d73d55078a5..361dc24d8fc69e06088d7561c717ac4ef2a32ba9 100644 (file)
@@ -5,7 +5,7 @@
 - Use a log scale, since votes tend to snowball, and so the first 10 votes are just as important as the next hundred.
 
 ## Reddit Sorting
-[Reddit's comment sorting algorithm](https://medium.com/hacking-and-gonzo/how-reddit-ranking-algorithms-work-ef111e33d0d9), the wilson confidence sort, is inadequate, because it completely ignores time. What ends up happening, especially in smaller subreddits, is that the early comments end up getting upvoted, and newer comments stay at the bottom, never to be seen.
+[Reddit's comment sorting algorithm](https://medium.com/hacking-and-gonzo/how-reddit-ranking-algorithms-work-ef111e33d0d9), the wilson confidence sort, is inadequate, because it completely ignores time. What ends up happening, especially in smaller subreddits, is that the early comments end up getting upvoted, and newer comments stay at the bottom, never to be seen. Research showed that nearly all top comments are just the [first ones posted.](https://minimaxir.com/2016/11/first-comment/)
 
 ## Hacker News Sorting
 The [Hacker New's ranking algorithm](https://medium.com/hacking-and-gonzo/how-hacker-news-ranking-algorithm-works-1d9b0cf2c08d) is great, but it doesn't use a log scale for the scores.