Y
Hacker News
new
|
ask
|
show
|
jobs
by
eddd
3723 days ago
How did you implement scoring system? Is it simple: select max(score) from casts where submit_time > NOW - 7days; or something more sophisticated
https://medium.com/hacking-and-gonzo/how-hacker-news-ranking...
?
1 comments
podcastrank
3723 days ago
it's indeed ordered by score, nothing fancy
link