summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-26 13:14:14 -0700
committerDessalines <tyhou13@gmx.com>2019-08-26 13:14:14 -0700
commit25e23af5555048282bd6053bd0bbed812bd44f2a (patch)
treebe9f0413250df7685e4d7ea1dd7de525243bf9d4 /docs
parent630513540e3d5e2005773644365f31569d1d3d85 (diff)
Adding link for ranking.
Diffstat (limited to 'docs')
-rw-r--r--docs/ranking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ranking.md b/docs/ranking.md
index 608b5484..361dc24d 100644
--- a/docs/ranking.md
+++ b/docs/ranking.md
@@ -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.