I only browse hacker news via this site. Time sorting is just so much better than magic algorithms.
Hckr news – Hacker News sorted by time
51–57 of 57 posts
Re: Hckr news – Hacker News sorted by time
#52Looks clean, I love the top 20 and 50% filters. Is there a way to jump to a specific day? Let's say August 30th 2022. I see each day has a single GET request (for example https://hckrnews.com/data/20220830.js ) but it doesn't refresh the site.
How my app processes a URL like https://hckrnews.com/data/20220830.js:
https://github.com/Leftium/hckrweb/blob/d3bfff14e89ffc1cd96c...
Re: Hckr news – Hacker News sorted by time
#53dark mode?
@media (prefers-color-scheme: dark) {
body { background-color: #444; color: #ccc; }
.entries a:hover { background-color: #666; }
.c00 { color: #ccc; }
a:link, .c00 a:link { color: #ddd; }
textarea { background-color: #555; color: #ddd; }
.pagetop { color: #ddd; }
.pagetop a { color: #eee !important; }
#hnmain > tbody:first-child > tr:first-child td { background-color: #630; }
}Re: Hckr news – Hacker News sorted by time
#54Earlier quoted context omitted.
That setting only works on logged in hacker news accounts. Won’t work on third party sites unless they have access to your auth cookies.
hckrnews does show dead posts. It's only a link though - no title or scores.
(I browse with showdead but I still have a signal that says “this may not be worth your time” before reading.)
Re: Hckr news – Hacker News sorted by time
#55Love hckr news, it has basically replaced the "front page" of Hacker News for me. So much easier to find the top/relevant/most discussed stories at a glance, particularly for last week's news!
Re: Hckr news – Hacker News sorted by time
#56Earlier quoted context omitted.
There are other views: https://news.ycombinator.com/lists Not so customizable, though.
My HACK app provides all those (and a few additional views which aren't listed on that page) plus chronological views which can be filtered by Daily, Weekly, Monthly, Yearly. You can also filter for posts with 100, 200, 300, 400 or 500 points. Also sends push notifications for when someone replies/comments to your post/comment. Screenshots: https://imgur.com/a/I8MCYjV iOS, iPadOS and MacOS: https://apps.apple.com/ca/…
Re: Hckr news – Hacker News sorted by time
#57Earlier quoted context omitted.
My HACK app provides all those (and a few additional views which aren't listed on that page) plus chronological views which can be filtered by Daily, Weekly, Monthly, Yearly. You can also filter for posts with 100, 200, 300, 400 or 500 points. Also sends push notifications for when someone replies/comments to your post/comment. Screenshots: https://imgur.com/a/I8MCYjV iOS, iPadOS and MacOS: https://apps.apple.com/ca/…
The issue though is that it's an app. Why would I install something when I already have a browser :-)