Hacker News new | ask | show | jobs
by emir_ 3661 days ago
That's something that Digg did well. You could click "top today/24 hours/week/x days" and you would see the submissions with most diggs in 24 hours/week/days/etc.
1 comments

But why not make it a sliding scale, where you can pick the past 17.3 minutes if you wish to do so?
Might be because it requires more complex database querying and/or is less cacheable.
Still... I'm unhappy with the current selection of offerings.

Reddit lets you see the top posts from the past: hour, day, week, month, year, all time.

Going from one month to a whole year is a huge jump! And personally I almost never look at top posts from the past hour.

I would love to see top posts from the past 3-months and 6-months.

Intuitively it seems like you could approximate by weighting/combining 15min and 30min caches. But also seems like a very esoteric problem!