this post was submitted on 16 Jan 2025
470 points (99.0% liked)

Technology

60532 readers
5465 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 6 hours ago* (last edited 6 hours ago) (1 children)

If you want to quickly find RSS feeds without having to view source:

Want My RSS for Firefox

openfeeds for Qutebrowser

Apparently Google has an RSS extension but I haven’t looked into it.

Some RSS tools that are useful:

RSS Bridge

Kill the Newsletter

MoRSS (worked for like, one niche website I look at, but still might be useful)

EDIT: By the way, Facebook has been working very hard to fight RSS at every corner, but most other platforms still support it.

Also, if you use Kontact like I do, it supports RSS feeds through Akregator

[–] [email protected] 1 points 5 hours ago

Thanks because I have no idea how to even start but this is something I would like to try and see if it's a good fit for me.

[–] Rooty 6 points 9 hours ago

I had the same idea two years ago, this seems like a more involved and detailed take

[–] harmsy 8 points 15 hours ago

I miss Firefox's Live Bookmarks feature.

[–] [email protected] 49 points 1 day ago* (last edited 1 day ago) (5 children)

The hardest part is when you have to curate by yourself. To me RSS feels like a lot of work upfront. Is there a tool to help discover items to add to your feed aligned with your interest?

[–] RamenJunkie 32 points 1 day ago (2 children)

You start with vlogs you like.

Then see who they have in their blog roll.

More seriousl, I have literally used RSS regular since like 2006 or so. And I will NEVER forgive Google for killing Reader.

Anyway, what I mean to say is, its just a growing process. Someone links an article and you say, "Well, this sote seems interesting" and you stick it in your RSS reader.

Next thing you know you are pulling 1000-2000 articles a day, even with limiting filters.

One last bit of advice. Most systems let you export your subs.

DO THIS FROM TIME TO TIME BECAUSE YOU WILL HATE YOUR PAST SELF WHEN SOMETHING GOES WRONG AND YOU LOSE ALL YOUR SUBS.

[–] [email protected] 4 points 16 hours ago

Never forget never forgive.

[–] mipadaitu 12 points 1 day ago (1 children)

I went the Local RSS Reader -> Google Reader -> Feedly -> Self-hosted FreshRSS myself. Kinda went full circle on this.

[–] perniciousanteater 3 points 12 hours ago

Sometimes I wonder if we're all just the same person

[–] realitista 16 points 22 hours ago* (last edited 22 hours ago)

You can try mine as a starting point if you like. It covers most subject areas, has categories so that you can easily delete the categories you don't care about. Just import the OPML file to any client you like. I like feedly personally.

load more comments (3 replies)
[–] sma3in 23 points 23 hours ago* (last edited 23 hours ago) (2 children)

this is by far my favorite way of browsing the internet nowadays. if they find a way to monetize or kill RSS, i'm getting off the internet

[–] [email protected] 1 points 6 hours ago

ArsTechnica kinda does this too, but in a nice way. You can pay to subscribe to a better set of curated feeds, as a part of your subscription.

[–] [email protected] 17 points 23 hours ago (3 children)

I think it would be hard to re-invent RSS for money, it's part of why it's so simple.

RSS as a service makes sense for backend, not front end where most of the money would be made.

And killing RSS is... Kinda here? It's difficult to get a RSS feed on most websites, unless you can scrape it or find someone who's done it for you.

Man I should use RSS more...

[–] [email protected] 2 points 5 hours ago

Almost all podcasts use RSS so seems pretty alive to me

[–] [email protected] 3 points 7 hours ago

Is there a project to quickly scrape and rssify and website?

[–] moseschrute 6 points 15 hours ago (2 children)

I get that the idea of rss is sort of a universal protocol for publishing articles, which is really cool, but damnit if you make me parse XML in 2025. As a developer, I would be ok if they modernized RSS feeds.

Something like this

[–] [email protected] 1 points 6 hours ago (1 children)

There's very robust libraries for most every language that can parse rss for you easily.

[–] moseschrute 1 points 5 hours ago* (last edited 5 hours ago) (1 children)

But a lot of languages have native support for parsing JSON without the need for a library. When it’s handled by the language, it’s more likely to be done to spec, doesn’t increase bundle size (if that matters to you), and will be considered as updates to the language are made.

[–] [email protected] 1 points 5 hours ago

I can speak to go, ruby, and PHP: Their libraries for support is per-spec.

Json is pretty great, and sure, if someone wants to make RSS2, using JSON, that'd be fine. But, RSS came long before JSON was even an idea, and XML was the only way we figured out.

RSS's format is, in fact, so old, there's been a huge amount of time refining those language's libs to support RSS just dandy. You never even need to look at the XML.

[–] tb_ 1 points 10 hours ago
[–] [email protected] 70 points 1 day ago (2 children)

I use self hosted FreshRSS. I has:

  • news straight from the section I care about in chronological order order
  • new blog updates
  • music review updates
  • Bandcamp releases from artists/labels I follow
  • open source software releases I follow
  • YouTube updates from channels I follow.
  • etc

It is by far the best way to get updates about just the things you care about.

[–] [email protected] 3 points 15 hours ago (2 children)

I use Feeder on android, which just lives on my phone instead of on my server.

Would you say there are distinct advantages to self hosting an RSS reader? Most of the time when im browsing sites and reading it's on my phone, not my desktop.

[–] [email protected] 2 points 6 hours ago

I’m at my laptop all day for work so I use it on my laptop, desktop, and phone so syncing is important. Since it support Google reader api, there are a ton of different clients for it too.

I’ve also set my wife up with her own account and it makes sharing articles and feeds with her easy.

I’m a big self hoster and already have an environment set up for it. I don’t know if it is worth setting up servers and vpns and security just for rss.

[–] [email protected] 1 points 9 hours ago

You can do both. FreshRSS for example allows you to subscribe to it like you would subscribe to any RSS feed

[–] atmur 26 points 1 day ago (1 children)

I started using FreshRSS around the same time Reddit killed their API, it has rapidly become one of my favorite self-hosted apps.

Also,

open source software releases I follow

You have just taught me that I can add github release pages to my feed, I love FreshRSS even more now.

[–] [email protected] 3 points 6 hours ago

Yes. Monitoring GitHub for releases is great (especially if the project posts change logs). Also, if you are a developer and need to monitor library updates for any deps you app might have, many of those sites also have rss feeds. For example: https://libraries.io/

[–] [email protected] 15 points 1 day ago

Small tip for anyone using Thunderbird as a mail client, it supports RSS feeds! And you can import/export them too.

[–] dhork 52 points 1 day ago (1 children)

Hey, Joey, don't say that shit out loud. Once they realize that there is a way to access content that isn't sufficiently monetized, they will block it. Keep it secret!

[–] mipadaitu 30 points 1 day ago (1 children)

The content creators should be shouting about RSS from the rooftops. The only people that lose out are social networks, and startups. It would be more difficult for a new person to get a foothold, but at least we decide what we want to read on our own.

[–] [email protected] 13 points 1 day ago* (last edited 1 day ago) (1 children)

I remember youtube creators recommending other creators small channels and stuff like that. I want that back.

load more comments (1 replies)
[–] [email protected] 34 points 1 day ago (6 children)

Algorithms done right are useful. Make sure things that are likely important to be bubble to the top. I don't have time to read/watch it all, so prioritize the important things for me.

Done right is the hard part. It is too easy to prioritize memes that make people angry even though if you really investigate you discover that while there is a little truth it is grossly exaggerated and whoever is being mocked isn't that stupid - because things that make people mad tend to get attention.

The algorithm really needs a "there is plenty more but you have seen all the important stuff - go outside and do something" after I've seen what is important. Of course it then needs a "but I'm currently confined to a hospital bed so just show me something so I'm not bored out of my mind". The likes of facebook of course cannot allow such a thing as once you stop scrolling their ad revenue is gone. However that is what the world needs.

[–] Szyler 1 points 1 hour ago

"there is plenty more but you have seen all the important stuff - go outside and do something "

That is lemmy for me. I have removed communities I don't want to see, and subscribed to a lot of them and sort by hot.

Once the posts start losing quality (up votes) I move on.

[–] [email protected] 1 points 9 hours ago* (last edited 9 hours ago)

The only problem with RSS is that it doesn't work for many many news sources as well as niche interests.

The RSS feeds on most of my country's news sources are literally a headline with a link to their website. Plus the ones that it does work for break multiple times per year (at least on feeder) so being able to actually fetch the article is a toss up. Right now even with freshly added feeds, 9 out of 10 are "cannot fetch full article".

I find most people's blogs rather boring and uninspired or extremely longwinded. I much prefer the kind of organic conversations from forums. Algorithms point me to the 4-5 pieces of content from people that I find interesting. I don't often subscribe to them because their other content is not as interesting.

With RSS feeds I would have to manually search through hundreds of articles and blog posts just to find 3 that I might actually be interested in. For example the less niche Phoronix has like 20 articles per day that are essentially fluff article padding updates like "video acceleration improvements merged for Mesa 25". Like I don't care at all. But the LACT Intel support addition I would be interested in 10 articles down.

[–] horse_battery_staple 25 points 1 day ago (1 children)

The companies deploying the algorithms aren't taking any of what you said into consideration though. They only want to feed you what has the most interaction as that can garner the most money from ad revenue.

[–] Windex007 16 points 1 day ago (3 children)

Would be nice if open-source aggregators like Lemmy allowed users to "Subscribe" to community developed algorithms.

I'd love to (attempt) to build an "ethical" algorithm for content sorting, have it be open-source, and be able to have clients use it without having to actually modify the client itself.

load more comments (3 replies)
[–] TORFdot0 4 points 1 day ago

The problem isn’t the algorithm just because it’s an algorithm, even chronological sort is technically an algoritim.

The problem is closed source algorithms with no user choice that implement dark patterns and other addictive and psychologically abusive tactics to make users engage with their app as much as possible

load more comments (2 replies)
[–] kazerniel 5 points 1 day ago* (last edited 1 day ago)

I used Feedly since Google Reader was shut down. Then 1.5 years ago, as Feedly was getting more paywalls and AI-crap, I switched to Newsblur, and have been a happy user ever since. I love its Intelligence Trainer that lets me hide posts with certain tags/authors/keywords.

[–] [email protected] 15 points 1 day ago (12 children)

Please do recommend RSS apps for all platforms. Currently using:

Android: Read You iOS/Mac: Unread

[–] Lemminary 1 points 9 hours ago (1 children)

Android: Read You

Is it available from an app store? I only found the apk on GitHub but I'd rather not update manually.

[–] [email protected] 1 points 7 hours ago

It’s available on F-droid not sure about playstore.

[–] [email protected] 0 points 9 hours ago* (last edited 9 hours ago)

I use https://miniflux.app/. It's pretty small, costs $15/year. I do this because I want to keep my feed status across different devices.

I'm not perfectly happy with it. Perhaps it's a bit too minimal. When I subscribe to an aggregate like Hacker News, it pretty much floods my feed and I get swamped.

If anyone has a slightly better alternative in mind, I'd be happy to hear.

load more comments (10 replies)
[–] eronth 10 points 1 day ago (2 children)

Algorithms have the advantage of finding stuff for me that i wouldn't have even thought to look for. Is there any thing with RSS that sufficiently mimicks this?

load more comments (2 replies)
[–] [email protected] 9 points 1 day ago (1 children)

I've greatly enjoyed FeedFlow ( github or the official site ) as my reader since it's minimalistic and just looks so polished. Almost fully cross platform as well.

load more comments (1 replies)
[–] NineMileTower 10 points 1 day ago* (last edited 1 day ago) (4 children)

I remember Google Reader back in the day. I miss that a lot. Is there something comparable that I don't have to host?

load more comments (4 replies)
[–] [email protected] 12 points 1 day ago (6 children)

Is there a recommended, shiny RSS reader for Linux and Android? Which I want to try?

[–] [email protected] 15 points 1 day ago (1 children)

I use feeder installed via Fdroid. It sends me notifications that send me straight to the content. I rarely have to actually open the app. No complaints!

load more comments (1 replies)
[–] [email protected] 2 points 22 hours ago

I use Thunderbird and Read You

load more comments (4 replies)
load more comments
view more: next ›