* covers more ground: surfaces items you might miss in the torrent.
I also want this improvement via a Chrome Extension - so I don't need to remember a new site. (most of my HN experience is via Desktop)
To keep it simple, it has to be up to the poster to pick category tags.
Add some keyboard navigation - spacebar for the win - and maybe tweak the UI for a more monochrome monitor vibe.
A lot of times I wish it had the equivalent of subreddits, but then I remember that's sorta why reddit sucks.
If you missed a few days, just keep doom scrolling to next pages and checkout only the NEW stories.
You can set a var to only show the new stories or stories with many new comments. The filter logic can use some work but it works just fine.
[1]: https://gist.github.com/SMUsamaShah/e7c9ed3936ba69e522f8cb38...
When loading a comment thread, dump the last X comments a user has made through the sentiment analysis pipeline. More than Y% percent of their posts are classified as either political/emotional/social commentary? Strip all their comments out of the HTML before displaying to me, I don't want to even see it.
Same with submissions. If the author submits >= X% political/social commentary links, don't trust those users at all, just strip their submissions out of my results, I don't want to see them. Maybe also just auto strip out the career posters who post a dozen links every day for karma farming or propaganda purposes or whatever they're doing. It's not natural traffic, strip it out.
Same with emotional/irrational debate. Could possibly classify any given comment on a scale of rational to emotional and strip out the comments that are just people ranting and raving about their political/social topic of choice.
Same with the rule around "if it's on mainstream news it probably doesn't belong on HN". Should be insanely easy to just auto-strip out all the submissions that link to mainstream news sites. I don't want to see them.
Maybe also be able to specify keywords of topics that you DO want to see, "engineering", "technology", "science", etc., stuff that actually belongs on HN, and again auto-filter out everything else.
Quite simply, I just want an extension that will strip out all the insane people and political/social content. I just want to see HN content on HN.
You do see the irony here, right?
However, I completely disagree that the solution should be a push-based notification system (through Telegram). As is notifications are annoying, especially when you're in the middle of deep work. Many a times, random email notifications from irrelevant entities push me off the concentration ladder. What's more, I often put my phone in DND mode, so these kind of notifications are thus useless.
What's probably helpful is to be mindful of how much time can I legitimately spend on reading interesting things across internet. All so that I can produce interesting content some day.
+ AI Summary included :). + Push Notifications + Save to lists + Swipe Actions + ...
Actually, I enjoy this mediocre UX, it reminds me to not waste too much of my precious time in here. That helps me visit only once in a while. To me, there’s some wisdom in this.
Along with a change in HN behaviour - posts with many, many comments didn't spill over to sub-pages - I realized I could add some javascript to subtly highlight new comments by changing their background colour when I refreshed the page.
Once that was done, I needed a way to efficiently visit the new comments - j,k - "That is the way".
Then I had to unhighlight the recently-visited comments since they weren't of much interest now.
Also added in-page, in-flow comments rather than switching to a new page to write the comment and then get discombobulated when HN switched back, to hopefully the same place in the discussion that I had been just before the comment.
Then I got distracted by something new and shiny...
fiveleavesleft•4d ago