(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=43927794

This Hacker News thread discusses ways to improve the HN experience. Several users share alternative frontends and browser extensions they've created or use. `yathern` promotes `hn.zip` for offline browsing. `thegrim33` suggests an extension to filter out political/social content and unwanted users via AI sentiment analysis. Other suggestions include category tags for posts, highlighting new comments, and repurposing HN as a Usenet clone. `alabhyajindal` shares a keyword-based story hider, and `insin` offers an extension for improved comment tracking and mobile usability. One user raises concerns about over-optimizing and losing the value of the original HN experience. Several alternative HN readers like `hn-reader.com` are also mentioned. The thread showcases various approaches to customizing and enhancing HN based on individual preferences.

相关文章
  • (评论) 2025-04-08
  • (评论) 2025-05-08
  • (评论) 2025-05-10
  • (评论) 2025-05-12
  • (评论) 2025-05-13

  • 原文
    Hacker News new | past | comments | ask | show | jobs | submit login
    Optimizing My Hacker News Experience (reorientinglife.substack.com)
    53 points by fiveleavesleft 15 hours ago | hide | past | favorite | 30 comments










    Since everyone is pitching their HN alternative frontends, I'll throw mine in the ring - https://hn.zip - which precaches all the frontpage posts on load, so you can continue to browse comments in flaky network conditions. I use it every day to browse on the subway. It's not perfect, but it does the job it needs to.


    This is great, thanks for sharing!


    Cool stuff man. I like this UI more than the default!


    What I really want is an extension to strip out all the political/social stuff and rule breaking content. Could probably just use basic AI sentiment analysis for most of this.

    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.



    > strip out the comments that are just people ranting and raving about their political/social topic of choice

    You do see the irony here, right?



    The intelligent political commentary and debate (it's usually not vindictive) is one of the more unique things I enjoy.

    Not everything has to be new front end framework debates and internal Google politics and name calling. That's way more noisy to me.





    There won’t be much left after all that.


    Around 2024 November 5-6, one HN posting got so many comments, trying to keep up with the incoming rush of everyone's comments felt like trying to drink from a just-opened fire hydrant - the deluge was enormous and continuous.

    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...



    Modern for Hacker News might be one of the few chrome extensions I've ever felt the need to have a premium paid version of.

    IT does have a New tag comment feature built-in pretty neat



    I would just have 1 improvement for HN: add category tags to each post. The reasoning is that what typically piques my interest may not always be the most voted or most commented posts.

    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)



    >I would just have 1 improvement for HN: add category tags to each post.

    A lot of times I wish it had the equivalent of subreddits, but then I remember that's sorta why reddit sucks.



    My yearning for the "good ol days" got me thinking of repurposing HN as a Usenet clone. New HN posts would be categorized into one of the old Usenet newsgroups via AI. You'd only see posts for your subscribed newsgroups.

    Add some keyboard navigation - spacebar for the win - and maybe tweak the UI for a more monochrome monitor vibe.



    This is a genuinely good idea, it also seems fairly simple to implement.

    To keep it simple, it has to be up to the poster to pick category tags.





    I made a browser extension that hides stories based on user supplied keywords. So far, it's been working great! I even got a 5 star review the other day!

    https://addons.mozilla.org/en-US/firefox/addon/hn-mute/



    I'm not a zillions of tabs person (my browsers are all configured to lose them on close) but I'm definitely a "comment threads are impossible to follow on repeat visits" person, which is why I made this extension (also on GreasyFork as a user script) which shows which stories have new comments on list pages and can automatically highlight new comments and collapse trees without new comments:

    https://soitis.dev/comments-owl-for-hacker-news

    It also improves HN on mobile somewhat: header links go under the top bar, slightly larger hit targets for voting and collapsing, confirmation for hiding/flagging so you don't accidentally do it on scroll... also, you can mute people, just saying.

    Lots more planned, but I'm busy writing my own settings sync backend because there's currently no good way to do that for extensions across all devices and browsers.

    I wouldn't recommend it over the official version, but pretty sure I was one of the first to put out an alternative UI when the Firebase feed was released - it has the same new comment highlighting features as my extension, but in "real" time thanks to Firebase - you might have seen Addy Osmani using it for PWA experimentation at Google I/O 2016 o_O:

    https://insin.github.io/react-hn



    Are you guys all using alternative frontends? Is that why the base experience never gets any improvements, or is it just to keep the uninitiated out?


    You can also try https://hckrnews.com/


    I highly recommend this one too. It completely solved my issues with FOMO/compulsive refreshing


    does it just remove some of the vowels from comments?


    I made this userscript[1] that solves the 3rd point of "Missed listings". When you visit HN, new stories show up with a green "(NEW)", you will also see change in rank. Its done using localstorage.

    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...



    Tools I developed to make my HN browsing more efficient and customised to my HN browsing patterns.


    I identify myself with this problem too. Namely, accumulating a lot of browser windows to sit and read plethora of interesting articles and follow them back to HN comments section to gain insights. These windows stay open for days and rot in my double-digit open tabs on mobile or Mac.

    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.



    If you want to make the most of your reading time, some sparse journaling is very helpful. I started journaling with logseq two years ago. I started by pasting in an HN link, marking it with the #interesting tag, then writing down a few surface level thoughts/questions. It's nice to know that I can revisit the memories or parse my notes with AI when I'm writing or designing.


    Greeting fellow disappointed UX user. Still can recommend this to you I build a while back. https://www.hn-reader.com

    + AI Summary included :). + Push Notifications + Save to lists + Swipe Actions + ...



    I’m finding all these awesome attempts at making hacker news better as destined to fail. Just as you’re making a reader for things not worth reading.

    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.



    wait till you try this one: https://github.com/simonw/llm-hacker-news


    I don’t understand why people want to so aggressively distance themselves from the source of truth. I’m not sure folks appreciate what they’re giving up, when they’re willingly summarizing and wholeheartedly consuming content that may or may not be entirely fabricated…


    * saves time sorting, filtering

    * covers more ground: surfaces items you might miss in the torrent.







    Consider applying for YC's Summer 2025 batch! Applications are open till May 13


    Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact



    Search:
    联系我们 contact @ memedata.com