https://github.com/datastring/firefox-hacker-news-in-sidebar
How do you browse Hacker News?
41–50 of 53 posts
Re: How do you browse Hacker News?
#42Great UI, performant app and the developer is quite active in pushing updates.
https://apps.apple.com/us/app/octal-for-hacker-news/id130888...
Re: How do you browse Hacker News?
#43I use Octal, Free with $5.99 for paid features (commenting, etc) Great UI, performant app and the developer is quite active in pushing updates. https://apps.apple.com/us/app/octal-for-hacker-news/id130888...
Re: How do you browse Hacker News?
#44I use Octal, Free with $5.99 for paid features (commenting, etc) Great UI, performant app and the developer is quite active in pushing updates. https://apps.apple.com/us/app/octal-for-hacker-news/id130888...
You have to pay to comment? That's ridiculous. Just make it a paid app
Re: How do you browse Hacker News?
#45I don't like how the home page at http://news.ycombinator.com/ sorts by a combination of score and time-since-posting because that means that I end up scanning each entry (story title) over and over. In contrast, if they were sorted strictly by time-since-posting, I would probably quickly be able to tell once my scan of the list reached the part of the list I had already seen. Someone else (many years ago) had the sa…
> if they were sorted strictly by time-since-posting Isn't that exactly what you get on the “New” page? https://news.ycombinator.com/newest
Re: How do you browse Hacker News?
#46I don't like how the home page at http://news.ycombinator.com/ sorts by a combination of score and time-since-posting because that means that I end up scanning each entry (story title) over and over. In contrast, if they were sorted strictly by time-since-posting, I would probably quickly be able to tell once my scan of the list reached the part of the list I had already seen. Someone else (many years ago) had the sa…
I sometimes use hckrnews.com, but not for that reason - it's good for catching up on what's been on the front page if I haven't been here lately.
Re: How do you browse Hacker News?
#47Earlier quoted context omitted.
> if they were sorted strictly by time-since-posting Isn't that exactly what you get on the “New” page? https://news.ycombinator.com/newest
That page shows all stories whereas hckrnews.com shows only stories that are or were on HN's front page.
Re: How do you browse Hacker News?
#48Earlier quoted context omitted.
That page shows all stories whereas hckrnews.com shows only stories that are or were on HN's front page.
Ah. But... If you don't want to trust the front page's ordering of items, then why trust its choice of which to include? Seems a bit weird to me. Or, well, at least arbitrary.
Re: How do you browse Hacker News?
#49I don't like how the home page at http://news.ycombinator.com/ sorts by a combination of score and time-since-posting because that means that I end up scanning each entry (story title) over and over. In contrast, if they were sorted strictly by time-since-posting, I would probably quickly be able to tell once my scan of the list reached the part of the list I had already seen. Someone else (many years ago) had the sa…
Or you could press hide once you've seen a story. I sometimes use hckrnews.com, but not for that reason - it's good for catching up on what's been on the front page if I haven't been here lately.
Re: How do you browse Hacker News?
#50Earlier quoted context omitted.
Ah. But... If you don't want to trust the front page's ordering of items, then why trust its choice of which to include? Seems a bit weird to me. Or, well, at least arbitrary.
It has nothing to do with trust.
Anyway, trivial problem: The post IDs in the URLs are monotonally increasing over time. Just sort by ID and the lowest is the oldest, the highest the newest.