RSS is still the best way to track the news on the web, and these RSS readers can keep you right up to date.
Although I still have Feedly on my phone, and open it occasionally, RSS readers are not as useful as they used to be. That is not due to the way RSS inherently works, but in the past 15 years, websites no longer make their entire articles available on the feed. What you usually get is a small excerpt with a link to the website. They do that because RSS does not allow for the same level of engagement and advertising they would have on their website. As it is, RSS readers are, technically, link aggregators. Which makes them much less convenient.
This right here.
The heyday of RSS is long, long gone. Everything has become a walled garden where platforms want you ON their platform, not reading a feed, or using third-party clients, etc. They want your eyeballs there on their site/service. So many sites don’t even offer RSS feeds anymore, and when you get full text, you get piles of ads.
It’s the same issue with so many sites/services either shutting down API access or severely restricting it.
I tried really, really hard recently to put together a good list in an RSS reader and tried to make it work. but it just doesn’t. It’s a miserable experience and you have to fight for every feed you get. It’s not worth it. It’s sad and extremely frustrating, but unless we can push sites to do a 180 on their strategies, RSS is essentially dead.
Even as a link aggregator that would be perfectly fine for me personally.
What really bugs me is that many news sites don’t keep their feeds clean, so you often have duplicates and most importantly: if you have multiple sources, you’ll get multiple copies of the same information packaged slightly differently - often I’m not even interested in one copy.
For example, all news outlets had some Grammy/Taylor Swift crap in their feeds. Each outlet had like three different articles, all regurgitating the same information. I would love to have something like topic clusters, so that I could discard all articles I’m not interested in in bulk.
I even tried building it myself, but wasn’t very successful.
I don’t see how RSS could identify, prioritize, and remove duplicates between different sources in the same category. If I understand correctly, those are not really duplicates, but rather different articles on the same subject. Unless you are talking about a more complicated system or manual curation, I don’t think that is possible. I don’t believe I had much trouble with duplicates within the same feed, maybe I never subscribed to many feeds that do that.
It’s possible by analyzing the title and subtext (and the article snippet, if it exists). I tried to have an AI model estimate the likeness of articles. Worked relatively well, but I lack the motivation to build it out into a usable app.
There’s no way I’d be able to keep track of all the stuff I want without an RSS reader.
For those who wanna #selfhost I hear
is pretty good. I kinda gave up on RSS when all artists moved from Tumblr and websites with RSS to the disgusting social networks …
Anyone interested can find (usually free) externally hosted freshRss and TinyRss hosts on the chatons website. Select one of those in the “based on” drop down menu.
I’ve tried both and like neither. As far as I can tell, they only have a small number of apps. And none of them work offline. With a regular RSS reader you can refresh it when you have internet access, then everything is available when you do not. Like an email client or any other such software.
But it might be suitable to you. So check out the chatons.
One question. Why do we need a web app for something that was designed to work locally?
To sync across different devices maybe?
Do you need that? You only need to sync the feed. There are formats like OPML for that. At worst you need a file sync tool like syncthing. The feed contents seen by the readers are all the same.
I’m yet to see a good reason why feed readers need to be web apps. This is worse than the case of git - a decentralized tool is taken and made centralized.
Agreed. The syncing can be managed other ways. The only thing I’m left with is using on a work computer for some reason, where one’s own devices aren’t available/permitted? But that’s probably not a common usage case.
When you have 100+ feeds you really want to avoid reading twice the same entry. It’s the single most important feature in an RSS reader for me.
So the OPML file does handle the read status as well? isn’t it just a format to export and import feeds inside a reader?
Depends on your use-case obviously, for me it’s very nice to have all feeds and read status on all devices (laptop, phone, tablet) and don’t need to add a new feed to all devices or set it up again when I change phone, reinstall Linux etc. It also has user-management, so you could have accounts for friends and family and even expose it to the internet (which I wouldn’t at this point) or but it on a private mesh / vpn like Tail-/Headscale.
Edit: Whoops, I was talking about self-hosting. Having it as a web service has the same benefits if you don’t wanna tinker with tech, obviously, (with the caveat that people from that service know what you read …)
Does anybody have any recommendations for FOSS RSS readers with actual content surfacing features? So many RSS feeds are full of junk (this is particularly a problem with feeds with wildly disparate posting frequencies) and I’ve always felt they’d be a lot more useful if people were putting more effort into a modern way to sort through extremely dense feeds.
Fluent Reader
Would you happen to mean readers with filtering tools? If so I’m interested as well.
I know Thunderbird technically has them, but I’ve had trouble making them work as effectively as I’d like. RSSOwl had some that were easier to work with, but stopped being updated. There’s now a fork of it called RSSOwlnix, but I haven’t taken the time to see whether it still works as well or not. May be worth looking into though…
Really I mean anything more advanced than keyword filters. Performance friendly NLP has come a long way since the advent of RSS
I mean anything more advanced than keyword filters.
Sounds like an opportunity to integrate some AI… 🙈
We don’t need to use that word here
Lemmy moderators: I strongly encourage you guys to subscribe to the RSS of your communities. It’s considerably quicker this way to notice and address problematic posts.
On the article: I’ve been using Liferea since forever. I wish that it had access to blacklists though; some of my sources have quite a lot of rubbish that I’d rather not bother with.
I just wish RSS readers could properly parse the webpages instead of only having the first paragraph and getting cut off
That’s actually not the RSS reader’s fault. It’s the rss feed you import that behaves like that. It’s on purpose, to make you go to their website and ingage in their traffic.
This is exactly the case.
In a lot of CMSes that offer RSS feed generation, there’s a setting you can frob - either put the entire article in each RSS entry, or just the first X words in the
<summary></summary>
block. A lot of them default to the latter and folks never turn on the former.
Best way around that I’ve found is with feedme on android. It’s got a mobilizer with a customizable css selector. Just set the app to load the feed in web view and to use the mobilizer and you’re good to go.
There are some that do. Inoreader as host and Reeder as client both support that. Not perfect, but working well enough
Indeed. I installed FreshRSS on my local server and haven’t looked back. Man, did I ever miss the web of the google reader era.
I used to follow a TON of webcomics via RSS, first on Feedly, then on Inoreader, but a few years ago I’ve stopped opening my feed for certain reasons (and now I’m afraid to even think of the backlog). I’ve started getting into RSS again about a year ago, followed some blogs and small news websites, and I’ve been loving it! currently using my Nextcloud provider’s RSS option with the official Nextcloud News app on Android and RSS Guard on PC (I haven’t found one that integrates better with Plasma desktop yet).
Some useful services:
- https://kill-the-newsletter.com/ (Generates email addresses that expose received messages over RSS)
- https://github.com/RSS-Bridge/rss-bridge (Scrapes websites and creates RSS feeds for them)
Your post is missing the most important information that you wanted to share
I think some kind of anti-HTML measure yeeted my angle bracketed link :(. Fixed.
Why should people stop telling other people what they should do in 2024…
Problem is that the whole concept of advertising is “telling other people what to do”.
- People use Google.
- Google tells people to use Chrome
- Chrome becomes most popular browser
- Chrome removes the " this site has RSS" icon from URL bar
- People forget that RSS is a thing
- People now rely on Google News and other biased sites to get information
- biased sites tell people what to do
RSS is freedom
go tell other people to use it
also Lemmy RSS communitygo tell other people to use it
I’m not going to tell anyone what they should do, sorry. And every site is biased, no matter what.
Every since I started my blog, I’ve been using RSS feeds to follow other blogs. It’s been pretty useful. Alligator and Thunderbird has been nice.
Check out Selfoss, a self-hostable Online RSS tool, to browse and manage your feeds from the desktop and mobile