this post was submitted on 08 Dec 2024
223 points (99.6% liked)
Open Source
31648 readers
135 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My only gripe with RSS is the usual dependency on a synchronization server (whether it is a 3rd party server or self-hosted). I have been searching for way too long for a local-first RSS application for both Linux and Android which would store the RSS feeds (as in, the downloaded posts) in a local folder that could be then synchronized between Linux and Android applications using Syncthing or similar. Sadly, still no results. Anyone know about something?
Newsboat on pc and newsboat in termux ๐
Aha, I haven't thought about using the same Linux application. This approach might be worth investigating. Thank you for the idea.