For all the (justifiable) concern about the death of RSS, we have a glut of excellent options for consuming content through RSS. But I'm still sour about the Reeder redesign. At least the dev was transparent about building the tool he wanted to use but, ugh, it's barely in the same market as the others now.
The RSS feed reader landscape
91–100 of 206 posts
Re: The RSS feed reader landscape
#92The article makes a matrix out of the least important attributes of the product (free vs hosted) and has nothing at all to say about: (1) user interface and (2) architecture.
(2) of course puts constraints on (1) but gets you to the heart of the RSS predicament. It is possible in principle for an RSS reader to be completely stateless, that is you could make an HTML page with some JavaScript in it that reads an OPML file and then hits all those RSS feeds and formats them somehow. Or you could write some scripts that do the same with curl. [1]
The stateful system has a lot of advantages, particularly that the state never gets corrupted because it doesn’t exist. If you could add some simple and reliable layer that dealt with the worst of the polling problems with a cache then you could still stay pretty simple.
Past that though the architecture could get complex pretty quick in that you may want to reify feed items and store them in a database, keep track of whether you read something or not, run queries against the feed, run a recommender against the feed, etc.
[1] … if your cache mechanisms will protect you from polling some people’s RSS feeds too fast. Maybe you’re better off if they block you.
Re: The RSS feed reader landscape
#93I still miss Google Reader. I loved the social aspects, where I could repost my favorite articles (with comments about them), and friends could easily subscribe to my feed and comment on my shares. It was a really great social network for sharing blog posts and articles. I credit the demise of Google Reader with a lot of the downfall of the Old Web. Since then, social sharing platforms are motivated to keep you on th…
I used https://www.theoldreader.com/en/ for a long time before giving up on RSS. At the time it was the most similar to Google's.
Re: The RSS feed reader landscape
#94I’ll add https://github.com/stringer-rss/stringer to the self-hosted list. It is my reader of choice since I think over ten years. Never had the feeling of looking for another one.
Re: The RSS feed reader landscape
#95If you're in the Apple ecosystem (Mac, iPhone) NetNewsWire is an absolute delight. It's not a commercial product any more, Brent Simmons runs it as a (very serious) passion project. Here's a recent post by him explaining part of his philosophy for it: https://inessential.com/2025/10/04/why-netnewswire-is-not-we... Crucially, it syncs feed read state between my laptop and phone.
Re: The RSS feed reader landscape
#96Re: The RSS feed reader landscape
#97Re: The RSS feed reader landscape
#98I'll just shill my own feed reader here: https://addons.mozilla.org/en-US/firefox/addon/brook-feed-re... It currently only runs in Firefox but if anyone is interested, I'll Port it to Chrome since it now supports a sidebar interface. I made this because I wanted to have feeds show up where I read them, in the browser, and I wanted it on my own device so nobody else controls it. No hosting, no payment, just a simple t…
Re: The RSS feed reader landscape
#99I was wondering why Tiny Tiny RSS was missing as that's what I've been using for the last 10+ years. At the bottom of the article there's the explanation: > On October 3rd the maintainer announced that he's going to stop working on it, and will remove all infrastructure on November 1st. Forks of the project with other maintainers may pop up, but at the moment it's too soon to tell what the future of Tiny Tiny RSS wil…