Live data from Hacker News

The RSS feed reader landscape

lighthouseapp.io

91–100 of 206 posts

Re: The RSS feed reader landscape

#91
Newsboat + miniflux is an excellent combination if you're CLI-addicted but want to access feeds from multiple devices.

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.

Re: The RSS feed reader landscape

#92
I’m disappointed in the article but watching RSS for 25 years (declared dead for most of them) have gotten me used to disappointment. It just seems like every discussion about RSS starts as if it was some brand new thing and not if we didn’t have 25 years of experience with it.

The 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

#93
post #89

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

Yeah, I moved to that once Bloglines went through enshittification/ being bought.

Re: The RSS feed reader landscape

#94

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

it made my day to see this comment, i was the original creator, awesome to see people still using it!

Re: The RSS feed reader landscape

#95
post #11

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

NNW got me paying for my first RSS client. Reeder got me while it was semi-retired. I still have NNW installed just for nostalgia. Both are great and a solid RSS client is one of the first three apps I'd install on any / every device.

Re: The RSS feed reader landscape

#98

I'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…

i'm interested in a chrome port!

Re: The RSS feed reader landscape

#99
post #27

I 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…

A fork is on GitHub and the domain tt-rss.org points to it. It'll be interesting to see if it gets significant development work
Post reply on HN