RSS is still pretty great (www.pcloadletter.dev)
from testeronious@lemmy.world to programming@programming.dev on 12 Feb 2024 03:40
https://lemmy.world/post/11853327

#programming

threaded - newest

xmunk@sh.itjust.works on 12 Feb 2024 04:39 next collapse

RSS is a feed that users control the content, arrangement, and monetization of (the creator can still monetize the content but not the feed itself).

It is “dead” because Facebook, Instagram, Google etc… can make more money if they control the content. In theory these services could add value through curation and presentation but they tend to suck donkey balls in this regard. RSS has been minimized so that the walled gardens can be shittier without losing revenue.

So yea, RSS is a fucking amazing piece of technology that is a no-brainer if you know it exists.

mox@lemmy.sdf.org on 12 Feb 2024 05:04 next collapse

Lemmy generates RSS for every community. Look for the little wifi-like icon next to the sort-by selection box on the community’s main page.

Example: programming.dev/feeds/c/programming.xml?sort=New

You can append .atom to various GitHub URLs and get a link that will work in many RSS readers.

Example: github.com/LemmyNet/lemmy/releases.atom

Lots of blogs have RSS feeds, even if the links aren’t displayed. To check, view the page source in your browser, and look for the href URL in <link rel=“alternate” type=“application/rss+xml” href=“https://example.com/feed/” />

leanleft@lemmy.ml on 12 Feb 2024 05:54 next collapse

my experience with rss is that its a data format. if its widely supported by publishers then its automatic win.
i guess it allows for tbe diff’ed content updates to be modularized away from reloading the entire page over and over again. deffinitly reduces waste and improves subscriber retention/loyalty.
there is nothing in the standards that includes deduplication (AFAIK). but client devs always include it.

Lem453@lemmy.ca on 12 Feb 2024 07:00 next collapse

Freshrss on a self hosted server works great to have everything synced across all devices

madeindjs@programming.dev on 14 Feb 2024 13:45 collapse

I installed it on a cheap VPS a few years ago, and it just works. I never had to do any maintenance. I love it

catalyst@lemmy.world on 12 Feb 2024 15:22 next collapse

I still use and love RSS. 🙂

Back in the day I was a big Google Reader fan, then they went and killed it off. Now I use a combination of Feedbin on the web and the Reeder app on iOS.

peter@feddit.uk on 13 Feb 2024 00:39 collapse

Can anyone recommend any good podcast focused self hosted RSS feeds?