In an effort to further curate my online experience and try to bring stuff I’m interested in directly to me without all the “noise” and effort that goes with scrolling random sites, I’m late to the party and finally trying out RSS.
I installed a reader, and so far have added some local news, local weather, alerts (e.g. FDA warnings), a few niche blogs, NASA’s APOD and news feeds, a couple of comics, and a youtube channel (only got it to work once - it seems buggy for others), a podcast, and now I’m out of ideas.
Do y’all have any favorite feeds that you follow? Or any tips about where to look / types of feeds that might be interesting?
If you follow any open source projects on GitHub, it’s useful to know that you can get an Atom feed of most pages (e.g. the commit log or releases tab), by adding
.atom
to the end of the URL.Atom feeds are not the same thing as RSS feeds but any halfway modern RSS reader should be able to handle both. Feeder for Android, mentioned by ElectroVagrant (twinsies!) elsewhere in this thread is an example of an “RSS reader” which also supports Atom.
Here’s an example Atom link for Interstellar (a cross-platform Lemmy/Mbin/PieFed app) releases: https://github.com/jwr1/interstellar/releases.atom
This is a handy way to get notifications when things update, especially useful if they have no internal update mechanism. If you can navigate your way to the Releases tab, then you can turn it into an Atom feed and you’re done.
Oh, I have just the page to test this out on now. Thank you!