by curioussquirrel on 10/3/25, 5:13 AM with 149 comments
by sph on 10/3/25, 8:40 AM
RSS didn't stick for me until:
1. I decided to quit most social media, so without RSS I would miss stuff I actually care about.
2. I unsubscribed to all news sites. RSS fatigue is a thing. Don't subscribe to sites that make money the more they post. I used to subscribe to Phoronix, the top HN frontpage articles, OSNews, LWN, etc.: bad idea, you don't want to wake up to 50 unread posts per day and get overwhelmed. Now I mostly follow personal blogs, and I have one new post per day to read. Much more manageable and higher signal-to-noise ratio.
3. https://fetchrss.com/ is genius for everything else that doesn't support RSS. It allows to turn any website into an RSS feed, and the free plan is generous enough for my needs.
I pay for Feedbin, and it's great.
---
1: I wish Firefox still showed an RSS feed icon when a page has one. These days I have to "view-source" and search for feed or atom or rss to tell.
by robin_reala on 10/3/25, 6:55 AM
- Remove it if it posted more than once a day. I want thoughtful voices, not other people’s aggregation.
- Remove it if it hadn’t posted in the last few years. Some people blog extremely irregularly, but the likelihood is that most blogs that are 5+ years old aren’t coming back.
- Remove it if the overall tone of the blog is too negative.
I then added a bunch of new feeds from people I’m currently actively following on other platforms who are blogging. This was a massive breath of fresh air, that has got me actively engaging with my feed reader for the first time in a few years.
(Related to my second point: I’m not the first person to note this but there’s a real sadness to watching an old and beloved blog nova itself into your feed in a burst of gambling site spam. Better to get out before that happens.)
by panstromek on 10/3/25, 6:34 AM
The causation is opposite, and it's the whole problem with chronological feeds, including RSS - chronological feeds incentivises spam-posting, posters compete on quantity to get attention. That's one of the main reasons fb and other sites implemented algorithmic feeds in the first place. If you take away the time component, posters compete on quality instead.
> The story we are sold with algorithmic curation is that it adapts to everyone’s taste and interests, but that’s only true until the interests of the advertisers enter the picture.
Yea, exactly, but as emphasized here: The problem is not curation, the problem is the curator. Feed algorithms are important, they solve real problems. I don't think going back to RSS and chronolgical feed is the answer.
I'm thinking of something like "algorithm as a service," which would be aligned with your interests and tuned for your personal goals.
by renegat0x0 on 10/3/25, 2:00 PM
A great RSS app should offer a powerful search function. It should support tagging, bookmarking, scoring or point systems, categories, and a "read later" feature, among other things.
You don’t need to eliminate news sources — just use filters and search tools to surface what matters to you.
An ideal RSS reader should also be smart enough to bypass things like Cloudflare and other unnecessary protections that break RSS functionality. Unfortunately, many mobile RSS apps fall short in this regard — and mobile is king these days.
To get something truly useful, you often need to self-host. But most people won’t go that far.
Personally, I self-host my RSS reader. I even built my own client, since I wasn’t aware of KaraKeep (formerly Hoarder) at the time. I’m still using my custom app because it’s now very versatile, and I’m not sure KaraKeep would meet all my needs.
Links:
https://github.com/rumca-js/Django-link-archive - my own project
https://github.com/AboutRSS/ALL-about-RSS - all about RSS
by buzzy_hacker on 10/3/25, 11:32 AM
by Egor3f on 10/3/25, 2:08 PM
It converts any dynamic website to rss feed
It's self-hosted and stateless
https://github.com/Egor3f/rssalchemy
It's however not in active development state, but if there will be some pull requests I'll review them, so it's not abandoned
Demo page is not working now, but if there will be some activity, I'll bring it back up
by ggeorgovassilis on 10/3/25, 6:22 AM
[1] https://freshrss.org/index.html
Edit: typo
by pantulis on 10/3/25, 9:51 AM
by runningmike on 10/3/25, 6:10 AM
by nesk_ on 10/3/25, 6:38 AM
by john-tells-all on 10/3/25, 3:23 PM
One section is "Hacker News People". When I find someone on HN who writes well, I subscribe to their comments in a RSS feed, so I can read everything they write. Very often they comment on a link I don't see on my main HN page, which is useful.
App http://hnapp.com/ converts names to RSS feeds. Example: `author:nickjj`
by hn-ifs on 10/3/25, 6:33 AM
by andrewmutz on 10/3/25, 4:21 PM
by rethab on 10/3/25, 9:02 AM
by AlfredBarnes on 10/3/25, 1:38 PM
I never could get into any of the RSS reader software it all seemed very happy to put random things in the feed that i didn't care about. A strict timeline of things i want to read is all I want. If there is nothing new there is nothing new and I'm okay with that.
Thanks for the write up and read.
by _trigrou_ on 10/7/25, 10:02 AM
If you’re curious about how it works, I’ve detailed the entire process here: https://cedricpinson.com/updates.html#morning-nerds
by zby on 10/3/25, 12:49 PM
by ChrisArchitect on 10/3/25, 7:31 PM
by freetonik on 10/3/25, 7:39 AM
(it's also a reader of sorts, and has related discovery and full-text search across those feeds and posts, but the page I linked is just a big list of blogs with some recent posts and RSS links).
by beardyw on 10/3/25, 8:27 AM
My collection of feeds is naturally geared to my own interests and world views. As a result I do find I miss out on some things I should pay attention to. To counter this I include a fact checking site which brings stories I would otherwise miss to my attention. Not ideal, but it works.
by fjghajkhdfgjlk on 10/3/25, 7:29 AM
by whism on 10/3/25, 11:35 AM
I would so love to help my many artist/musician friends get set up direct-to-consumer with digital content, subscriptions etc — and with their own shops, that they can run, in whatever funky style.
by NoSalt on 10/3/25, 3:02 PM
by not--felix on 10/3/25, 9:51 PM
by morshu9001 on 10/3/25, 9:15 PM
Probably a lot of things like that exist.
by mustaphah on 10/3/25, 12:02 PM
Feeds are a user right, not a publisher favor. In that spirit: I recently built RSSible - a tiny tool that lets you turn any webpage into an RSS feed via CSS selectors. I've built this for myself; already using it for HN, Product Hunt, tldr.tech, r/science, IMDb latest shows, RubyOnRemote, and many more.
It's still early, but if anyone here is curious to try or test, I'd love feedback. (You can see live demos on the site)
RSSible: https://rssible.hadid.dev/
by phaser on 10/3/25, 10:05 AM
by nake89 on 10/3/25, 7:54 AM
by throw0101d on 10/3/25, 12:34 PM
by perching_aix on 10/3/25, 11:14 AM
This is significant if you're a staunch subscriber to the idea that everything, and I really do mean everything, wrong with social and mass media is the "algorithms" (formerly: capitalism, sensationalism, etc.), but I'm not. I find that to be at most half the story.
In the end, you're consuming something someone else produced for you to consume. That's why it's available. So you're relying on that information to be something you don't find inherently objectionable, or at least be filterable in that regard, which is not a given. We consume arbitrary and natural language content. Most you can do is feed it through AI to pre-digest it for you, which can and will fail in numerous ways. And this is to say nothing about content that wasn't produced and/or didn't reach you.
The reason older technologies felt better wasn't necessarily just because of them per se, but also because of their cultural context. These are interwoven of course, but I wouldn't necessarily trust that reverting back to old technology is what's going to steer back this ship to a better course. I'm afraid this is a lot more like undropping a mug than it is like applying negation.
by brainzap on 10/3/25, 1:58 PM
by 929-367-9958 on 10/3/25, 9:40 PM