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/” />
xmunk@sh.itjust.works 9 months ago
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.