I'm sad that a basic description of what RSS consists of makes it onto HN. I still upvoted to help educate the kids :/ FYI FreshRSS is fairly trivial to self-host, and is a really nice option for an RSS reader app.
Preferential to Miniflux myself, but any RSS reader is better than none.
I tried both, but Miniflux was like 15% _too_ bare-bones for me.
FreshRSS hit the sweet spot for me, combined with NetNewsWire as a mobile UI
Having restarted using rss in the past months (after probably 10+ years of not using it) i am now starting to remember why I stopped using it: lack of a personal "algorithm" that made hundreds (if not 1000s) of unread daily items to be manageable. I know part of it is on me. I need to let go, unsubscribe aggressively, etc... but this is... work? Im not a regular iOS user, but on it I have feeeeds which actually seem…
Is there still no alternative filling Google reader's void?
Newsblur was the one I fled to after Reader's death.
Used it for a long time until I switched to a self-hosted FreshRSS instance
Does anyone know if there is a self-hosted rss tool which exposes the data over API? I am interested in processing feeds programmatically but ideally would prefer not to bother with writing the update / subscription / parsing logic myself.
Pretty much all of them? They usually implement the Ye Olde Google Reader API and a few more so that mobile applications can connect in a standard way.
Is there any RSS reader that is also able to subscribe to newsletters in some way? There are lot of contents that are only provided as newsletters nowadays and I wanted to be able to read my feed and newsletters in the same app, without going into my mail inbox.
Kill the Newsletter was suggested above, but Newsblur has a built-in support for newsletters.
RSS/Atom is great to follow blogs, news and some social network such as hackernews and reddit. I hope X/Twitter back to this functionality, but that's a low probability.
Twitter killed their API and RSS feeds "to fight bots" :D
Which killed all the legitimate fun and useful bots and just left the astroturfing and discord sowing kind state sponsored bots.
Yes! I've been using RSS (feedbro reader) to de-algorithm social media for a long time now. Twitter (via nitter), Facebook (public posts only), HN, etc. It's all in a chronological RSS feed. No algorithms choosing what I see, no infinite scroll. If it's not a public post from a user I added, I don't see it. Luckily all my close friends are public-only type posters so it works. My pet conspiracy is that big tech has w…
Not just the ads, they can't add recommendations to your RSS feed.
What they optimise for is time spent on the platform "engagement". And usually rage-baiting content gives better engagement metrics than things that make you happy.
Love rss, but the upside of not having an algorithm determine your content consumption quickly results in a fire hose of content.
Sadly, filtering features seem to be only available for paid subscriptions of online services, or for self-hosted solutions. Or are there solutions I am not aware of?
Does anyone know if there is a self-hosted rss tool which exposes the data over API? I am interested in processing feeds programmatically but ideally would prefer not to bother with writing the update / subscription / parsing logic myself.
You may be interested in tools that parse XML, I'm sure there are libraries for parsing RSS/Atom specifically. I'm not sure what you're asking exactly. You want a tool that will read RSS feeds then reformat the data to a different (JSON?) format or something and have an API endpoint return that converted format? But then for what purpose of transforming the XML(an already suitable format)?
Yeah, perhaps I did not explain myself correctly (or, to be precise, explained myself incorrectly - I should not comment right after waking up). I want a tool that would take as input one or more RSS feeds and emits an aggregated RSS which I can then open in an RSS reader. I would then do certain things with the RSS entries (for instance, for some academic journals only the header of the article is emitted, so I can attach the full text or even an AI summary to it).
RSS is terrible as a format (Atom is much better), but RSS is awesome as an idea. If your web site were a database, RSS would be like WAL. If your website were differentiable, it would be like its derivative, or rather a Lagrangian, taken at the moment of last update. (BTW all serious static site generators know how to produce an RSS/Atom feed.)
Your site's RSS feed is just another view of the items on your site, no? It's the RSS _reader_ that "differentiates" it for you?