this post was submitted on 16 Oct 2024
291 points (96.5% liked)
Technology
62161 readers
5606 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Btw, what is a non-local RSS reader? I have come across multiple that RSS readers that advertise being "self-hosted" and I'm confused about that since in my mind RSS readers are simply clients that periodically query different servers for an .rss file, so I'm confused about where there is anything to host besides the host of the .rss feed.
The idea is to imitate the experience of something like Feedly, an RSS feed you can access from anywhere on any device, recommendations, all that... Which is overkill if all you want is just a simple program that queries for new posts every x hours.
It’s just a web based client instead of a desktop one. And it can usually output its own RSS feed that contains your other feeds so you can hook any RSS desktop client on any device to it.
It makes more sense to have a server downloading and consolidating the data from the various sources, rather than syncing and downloading from dozens or hundreds of sources to build the feed in real time.
It's technically possible to do it all client side, but it would put more load on the RSS sources, and be a much slower user experience.