this post was submitted on 08 Dec 2024
164 points (100.0% liked)
Open Source
834 readers
24 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
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
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?
There's always decsync but despite the author claiming it isn't dead, I say it's dead. ๐ฅ
Exactly. Otherwise, DecSync would be perfect (and I even used DecSync in the past).
@Adda @DrDystopia For Rss I've been using "SpaRSS DecSync" with Syncthing exactly for local rss feeds synced across my devices. It works, but yeah it would be nice if the ecosystem around DecSync were more live, more apps implementing it, to have more choice.
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.