Live data from Hacker News

The RSS feed reader landscape

lighthouseapp.io

61–70 of 206 posts

Re: The RSS feed reader landscape

#61
no mention of rss via email?

https://github.com/rss2email/rss2email https://pypi.org/project/rss2email/

i have been using this for 20 years already. by now my own version has accumulated a few custom patches. but the original it is still under active development/support. some day i need to submit my changes upstream.

Re: The RSS feed reader landscape

#63

Yes, like 95% of commenters here, I also have an RSS reader. Mine is kinda social (you can follow people and see their subscriptions in your feed), and also has full-text search and “related” recommendations. I also curate and grow a directory of human-written personal blogs: https://minifeed.net Due to the nature of the medium, the majority of blogs in the directory and technical.

This is cool — I love it-- the layout and list of the people. Your OMPL list is awesome. I am also working in a similar direction. Right now, I am following only a few people in my RSS feed, so your list is really helpful.

Re: The RSS feed reader landscape

#65
post #50
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.

> Crucially, it syncs feed read state between my laptop and phone. This is via iCloud and only works for iPhones/Macs. What’s great though is that NetNewsWire also supports RSS feed aggregators (I personally use FreshRSS) so that you can sync RSS read status over all your devices, even non Apple ones! I’ve been tempted over the years to switch to other RSS apps, but this feature is what keeps me using NetNewsWire.

I use https://miniflux.app and use that to sync NetNewsWire across my devices and across RSS readers. I'm using Reeder on my iPad, Miniflux on the web and sometimes NetNewsWire on my Mac.

Re: The RSS feed reader landscape

#66
post #56

This is a nice overview but is also obviously content marketing for Lighthouse, which, fine. I use Feedly, and generally like it, but the issue with RSS has very little to do with reader front ends and largely to do with how a lot of people don't publish full articles on RSS, images don't work, etc. The demo images of all the readers are like best case scenario - most non-personal sites only publish a paragraph or tw…

Some readers can download the full article. I tried Miniflux a while back I think that one supports it.

It definitely does, I use it all the time.

Re: The RSS feed reader landscape

#67

Isn't this just marketing AI slop? There is no real structure, several readers are described with more details, others aren't. At the end there is an ad for Lighthouse.

Many links shared on HN are content marketing for various companies. In this case it's a good start for a discussion and sharing RSS tool that are not listed on that list.

Re: The RSS feed reader landscape

#68

This is a nice overview but is also obviously content marketing for Lighthouse, which, fine. I use Feedly, and generally like it, but the issue with RSS has very little to do with reader front ends and largely to do with how a lot of people don't publish full articles on RSS, images don't work, etc. The demo images of all the readers are like best case scenario - most non-personal sites only publish a paragraph or tw…

> very little to do with reader front ends and largely to do with how a lot of people don't publish full articles on RSS, images don't work, etc.

That's exactly what some of the front ends help resolve - they parse the link to get the full content, some even for sites requiring login.

Re: The RSS feed reader landscape

#69

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 suppose you could make your own "meta" rss feed today, where you repost interesting articles to this feed, wrapped in your comments.

Re: The RSS feed reader landscape

#70
post #9

Earlier quoted context omitted.

What readers have you tried? What do you mean by "handled YouTube feeds". YouTube feeds just work as far as I am aware, they are fairly regular feeds. Are you expecting something in particular?

Requirements: - Linux support - doesn’t make me click a link and load the video in the browser, but plays in app Akregator on KDE Plasma doesn’t support this, but you’d think “video/podcast” support would be a feature listed in the bullets of the feed reader software. A lot of the readers I looked at did not have it listed on a quick glance.

You can set this up today with newsboat, if you are fine with writing a small helper script that will parse browsing links for "youtube" string and open them directly in mpv. There are a bunch of examples of these sorts of scripts on peoples githubs where they already went through the trouble of writing regex for video and image file links (beyond just youtube) for you. You then add a line in the newsboat config file to set the default browser to your helper script.

I extended one to include opening rss subscribed reddit links in rtv in my terminal window, for example.

Post reply on HN