309
submitted 18 hours ago by BCBoy911@lemmy.ca to c/technology@lemmy.world
top 45 comments
sorted by: hot top controversial new old
[-] gary@piefed.world 4 points 4 hours ago

I love RSS! For the longest time I used Miniflux, and I still have an instance running, but lately I've just been using the Unread app on iOS. That's one of the many great things about RSS: you're not tied down to any specific app or platform, you can pack up and take your feeds wherever you want if you wanna try something different.

[-] fodor@lemmy.zip 6 points 6 hours ago

It's not ironic, is it? The creators of RSS knew exactly what they were trying to create, as did RSS users, and what the bad alternatives would be like. If you are new to the show, welcome!

[-] jayjayjay@piefed.social 20 points 13 hours ago

Kill the Newsletter

Turns newsletter subscriptions into RSS feeds. Helps keep my inbox clean and is helpful on sites that don't advertise a feed.

[-] desmosthenes@lemmy.world 20 points 14 hours ago* (last edited 14 hours ago)

I ended up building my own ingestor and discovery (finds RSS feeds across the web, adds it to a queue for me to review) application with over 15k sources and always growing. I serve the content through a public front end if anyone is interested: https://startyparty.dev/ - all articles link out to their sources. all media plays in the app. no tracking, no analytics, no gimmicks. free to use. videos use youtube embed player unfortunately. lemmy, mastodon, blue sky, youtube, podcasts, youtube music, general articles, browser based games and more.

[-] FauxPseudo@lemmy.world 13 points 13 hours ago

I stopped using RSS a long long time ago. And then when I left Reddit and found Lemmy, I also restarted my RSS feeds and cleaned up the links. I don't go there everyday but I do enjoy when I get there.

But I have asked in numerous places for people's best RSS links and always come up with zero feedback.

So let's try it here. What are your best RSS links?

[-] fodor@lemmy.zip 1 points 6 hours ago

Maybe I'm not understand what you're asking. You want to build a list of feeds to follow, right? To avoid single point failure or censorship, right?

So stop asking for one link, and start telling us what topics you care about. There is no point in a non-custom list of RSS feeds. You need to start the process yourself.

[-] LSNLDN@slrpnk.net 1 points 4 hours ago

If I understand correctly he’s asking for links to sites that have an RSS feed available, to fill up some app like NetNewsWire with good content. I found this hard myself, just getting news sources or whatever, since I think a lot of these sites have disabled any old RSS feeds they used to have to funnel users through their algorithms

[-] FauxPseudo@lemmy.world 1 points 5 hours ago

If I asked just for the topics I care about then I'm not helping anyone else reading. I'm looking for the quality sources. The ones that aren't filled with filler. The ones that have the key news stories and the oddball stuff.

[-] axum 7 points 12 hours ago

Ars technica still supports rss by topic

https://arstechnica.com/rss-feeds/

[-] whotookkarl@lemmy.dbzer0.com 4 points 11 hours ago

I tend to go for the fire hose approach with news agencies AP, democracy now, CCN, RT Al Jazeera, BBC, France 24, Fox, common dreams, NPR, pew research, open source post, and a few geographically local sources. Entertainment pbs has a few, tvline, xkcd. Using capy reader.

[-] FauxPseudo@lemmy.world 2 points 10 hours ago
[-] whotookkarl@lemmy.dbzer0.com 3 points 10 hours ago

Exported and cut out the local stuff, not sure on the etiquette so just posted under a spoiler. A couple like AP and Reuters are re-streams from a third party.

Tap for OPML with links

[-] vodam@lemmy.zip 7 points 13 hours ago

its been a while since i checked out mine, but the ones i do still sometimes read are

hackernews frontpage: https://hnrss.org/frontpage low-tech magazine: https://solar.lowtechmagazine.com/feeds/all-en.atom.xml xkcd comic: https://xkcd.com/rss.xml oglaf (often nsfw): https://www.oglaf.com/feeds/rss/ and k6bd (a long comic, highly recommend starting at the beginning): https://killsixbilliondemons.com/feed/

they might not be the best for you, though, you should try looking for if the websites you read still have an rss page

[-] mesamunefire@piefed.social 51 points 17 hours ago* (last edited 17 hours ago)

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.

[-] rezad@lemmy.world 1 points 11 hours ago

freshrss doesn't cache images. how do you do it offline?

[-] mesamunefire@piefed.social 2 points 11 hours ago* (last edited 11 hours ago)

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.

[-] rezad@lemmy.world 1 points 11 hours ago

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.

[-] mesamunefire@piefed.social 1 points 11 hours ago

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.

[-] rezad@lemmy.world 1 points 11 hours ago

it works with freshrss self hosted?

[-] mesamunefire@piefed.social 1 points 10 hours ago
[-] rezad@lemmy.world 1 points 10 hours ago

tt-rss and frehsrss are two different self-hosted apps. are you sure using that app doesnt mess with freshrss?

[-] mesamunefire@piefed.social 1 points 10 hours ago

...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!

[-] TechnoCat@lemmy.ml 5 points 17 hours ago

email is pretty close to the system you mention.

[-] mesamunefire@piefed.social 9 points 17 hours ago

Id rather subscribe to certain entities instead of having ALL entities being able to send me messages. Every time I have my own mailserver, it gets overwhelmed with spam.

But yes email as a technology is really close to perfect.

[-] drosophila 1 points 16 minutes ago

Yep, instead of a single address you should be able to issue keys that let people message you, and when you receive a message you should be able to see what key was used to send it.

And of course you should be able to revoke keys (tell your mail server to no longer accept messages signed with it).

[-] TechnoCat@lemmy.ml 3 points 17 hours ago

understood. 👍🏻

[-] neuracnu 33 points 17 hours ago

This is your casual reminder that Lemmy was built to support RSS. Just look for the RSS logo on the top of any community's list of posts:

And for those pining for the old days of Google Reader, I have been a huge fan of Newsblur.

[-] TeamAssimilation@infosec.pub 4 points 16 hours ago* (last edited 16 hours ago)

This is not technical, but I hope the subscriptions are getting Lyric the dog some meat along with “Home cooked meals of green beans, sweet potatoes, carrots, and brown rice”. Dogs require meat, it’s not their fault.

[-] cyrano@lemmy.dbzer0.com 22 points 16 hours ago* (last edited 16 hours ago)

Come on everyone. Share your best RSS setup. No wrong answers

[-] hummingbird@lemmy.world 2 points 33 minutes ago

Theoldreader.com on the desktop and gReader Pro on Android. That app is ancient but still works and no modern app comes close to its UI.

[-] Lem453@lemmy.ca 3 points 5 hours ago

FreshRSS self hosted. Just navigate to the website in your browser, install it to android via a browser 'app'. Assign the app to a gesture.

Now i swipe from the left and my RSS opens. Fully self hosted with no tracking beyond the websites you visit.

[-] BCBoy911@lemmy.ca 8 points 15 hours ago

Akregator on desktop, Read You on mobile.

[-] Jack_Burton@lemmy.ca 8 points 15 hours ago

I use Feeder on android from fdroid. It was like a breath of fresh air going through a list of things I'm interested in, reading articles, and not getting sucked into the comments because there just aren't any.

Added bonus, its very limited so there's no doom scrolling, and refreshing the feed only updates with something new like every few hours. Spend a lot less time on my phone now.

[-] 001Guy001@sh.itjust.works 6 points 14 hours ago

I use Feedbro on Firefox. It allows you to create rules for feeds with specific checks/actions (for example to filter out items that contain specific words)

[-] jarmitage@mander.xyz 6 points 15 hours ago

NetNewsWire on iOS has been awesome for years. Free and open source to boot.

[-] plenipotentprotogod@lemmy.world 8 points 16 hours ago

TBH I just use the Feeder app on my phone. Fully self-contained. No account, no server, no middleman of any kind. Just the app.

I've been meaning to set up something more elaborate, but this really does work fine, and I like to mention it in these threads for anyone who's interested in RSS but thinks it's a big lift to set up. It can be complicated, but it doesn't have to be. Download an app and start adding publications that interest you. That's all it takes to get started.

[-] vodam@lemmy.zip 3 points 13 hours ago

a pretty basic newsboat setup though i do have a script set to update it every 30 minutes (maybe i could set it to wait longer, i dont need immediate news forever)

[-] TeamAssimilation@infosec.pub 4 points 16 hours ago* (last edited 16 hours ago)

TheOldReader.com

Free for 100 feeds, although it added a small ad in the home page recently, which can be blocked btw.

[-] mbirth@lemmy.ml 4 points 16 hours ago

News Explorer on macOS, iOS and ipadOS. Syncs everything, so whatever device you pick up, you can continue reading where you left off. Also supports following people on Mastodon and YouTube channels via RSS.

[-] YetAnotherNerd@sopuli.xyz 2 points 13 hours ago

Yeah, this has been fantastic. Oh, and it can convert the R-word to a feed. ;)

[-] A_norny_mousse@feddit.org 3 points 15 hours ago

I use it for podcasts, the app is gPodder but doesn't require a gPodder account. It does have a search function though.

[-] Teknikal@eviltoast.org 3 points 15 hours ago

Mines very basic I just replaced the Google feed using Octopi launcher so a swipe left opens capyreader instead. It's recent so haven't put all that much on there just UK headlines some basic tech stuff and the onion of course.

[-] exu@feditown.com 3 points 16 hours ago

Nextcloud News and its app

[-] commander@lemmy.world 9 points 17 hours ago* (last edited 17 hours ago)

I switched back to RSS sometime ago. Been using Inoreader

[-] The_Picard_Maneuver@piefed.world 7 points 16 hours ago

I set up RSS a few months ago and do enjoy it.

RSS Guard on PC, Feeder on mobile.

this post was submitted on 03 Oct 2025
309 points (100.0% liked)

Technology

75734 readers
3708 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS