this post was submitted on 03 Oct 2025
379 points (99.2% liked)
Technology
75756 readers
1732 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- 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
I love the idea of the internet coming to us rather than us going out to the internet. And RSS is an excellent example.
I want a system that will cache articles, comics, essentially websites and stay on a system until I am ready to read it. Then it will transform into a queue (RSS clients), email, ebook/pdf format, etc...etc... and ill read it. Its easy for server admins (people are not bombarding their systems), its easy for users (get content how they want it to work) and its better for the internet as a whole. Its one of my favorite tech that has not gone away.
Ive went from google reader, to thunderbird rss, to freshrss on my own system. My phone queues it all up in the morning and in the afternoon at work, where internet is spotty, ill read my pre-downloaded articles. Its a great system.
freshrss doesn't cache images. how do you do it offline?
Couple different ways.
It came with my setup script back a year or so ago but https://github.com/FreshRSS/Extensions/tree/master/xExtension-ImageProxy works. Also the caching occurs when it gets transfered over to my phone or client. The client does the heavy lifting. I dont really care after that.
I remember that extension but I didn't user it because it didn't cleanup after it self (old not needed images stayed in cache).
what is "your phone"? you mean an app? I know about text caching (I don't know if frehsrss has an option to get original page for RSSs that has just a simple text that redirects to full page), but even inoreader that had that (if i remember correctly) didn't have image caching.
TTRSS reader. It has a "cache image" button on it. I assume it works.
Ive never had any issues even outside of internet. comics come in from what I see.
it works with freshrss self hosted?
Yep doing it now! :)
tt-rss and frehsrss are two different self-hosted apps. are you sure using that app doesnt mess with freshrss?
...Im not sure what to tell you. freshrss has an API that TTRSS-Reader works on the backend with. And its working. Fresh ALSO has its own frontend that can work.
In preferences theres an "connection" area. Otehr than showing you a lot of screenshots im not sure what else to say. GL!