Live data from Hacker News

Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

timqian.com

31–39 of 39 posts

Re: Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

#31
post #3
post #2

Curious if this was built to "scratch your own itch."

Yes, This site is built for quickly view headlines in the programmer world when I don't have time browse site by site

Solid. I have built something similar for myself, I was wondering about feeding a subset to Pocket

Re: Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

#32
post #6

The thing I'm always missing on Reddit and HN is a sliding scale to tweak the time dropoff factor. For example I've been busy and check Reddit for the first time in four days. Ideally I'd see the most important stuff of the past 4 days, but the algorithm for "best" is not configurable and I roughly see what's hot today. Another example is a thoroughly boring lesson where you just keep hitting refresh and all the link…

You could potentially do this with a client side extension. RES lets you filter posts that have certain keywords or other criteria. You could perhaps add a bit of code to make it filter posts that are older than x hours/days, and then browse /top like normal, but see only new posts. I'm more concerned about mixing posts from different subreddits. When I browse my reddit.com/top feed (sorted by past week), I see only…

Don't they still have the "multi reddits"? Just make a group for the smaller ones. Or a simple bookmark like reddit.com/r/smallsub1+smallsub2+smallsub3 etc. A bit work upfront but if you are annoyed it may very well be worth the time.

Re: Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

#33
post #6

The thing I'm always missing on Reddit and HN is a sliding scale to tweak the time dropoff factor. For example I've been busy and check Reddit for the first time in four days. Ideally I'd see the most important stuff of the past 4 days, but the algorithm for "best" is not configurable and I roughly see what's hot today. Another example is a thoroughly boring lesson where you just keep hitting refresh and all the link…

About the background: I want the site to have a feeling of holiday ><!

Re: Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

#35

Earlier quoted context omitted.

You could potentially do this with a client side extension. RES lets you filter posts that have certain keywords or other criteria. You could perhaps add a bit of code to make it filter posts that are older than x hours/days, and then browse /top like normal, but see only new posts. I'm more concerned about mixing posts from different subreddits. When I browse my reddit.com/top feed (sorted by past week), I see only…

Don't they still have the "multi reddits"? Just make a group for the smaller ones. Or a simple bookmark like reddit.com/r/smallsub1+smallsub2+smallsub3 etc. A bit work upfront but if you are annoyed it may very well be worth the time.

It might help a bit. But really the problem is I want to see the top 10 posts from the last week that I missed. Even grouping smaller subreddits together, /top still sorts them by the size of the subreddit and is mostly useless.

Re: Show HN: View Top 10 posts on HN, Reddit, Medium every day, week and month

#37
post #6

The thing I'm always missing on Reddit and HN is a sliding scale to tweak the time dropoff factor. For example I've been busy and check Reddit for the first time in four days. Ideally I'd see the most important stuff of the past 4 days, but the algorithm for "best" is not configurable and I roughly see what's hot today. Another example is a thoroughly boring lesson where you just keep hitting refresh and all the link…

I added the RSS feed for popular HN posts from http://hnapp.com to my RSS reader.

That way the RSS reader gives me the popular posts since last time.

And because I like HN for its discussion most of all, I coded a small WebExtension to have a button to the discussion of the current page: https://addons.mozilla.org/en-US/firefox/addon/hn-comments/

Post reply on HN