← Thoughts
RSS is not RSS
Today I learned that some RSS feeds are not actually RSS feeds - they're Atoms, or even something stranger. I shouldn't be surprised at being surprised - I knew almost nothing about RSS feeds, after all - but I am.
For reference, RSS stands for "Really Simple Syndication," and is a way to let people subscribe to your website/podcast/etc. for updates. It's the little orange radio icon you might've seen somewhere: . There's an official RSS spec and everything.
When a website has a way to subscribe to updates in a non-email, non-"follow us on social media" way, I've always seen the link called "RSS" or "RSS feed." Apps that help you subscribe to such links are called "RSS readers." Blogs I read by technical authors all have a link just called "RSS." I've never seen them called anything else.
So, naturally, I assumed all of the above were the same thing. There's 1 standard protocol called RSS, and everyone uses it for this stuff. Got it.
But it seems much like Kleenex, Band-Aid, and apparently heroin, RSS has become a generic term for any subscriptions of this kind, and it's not the only protocol in town. While figuring out how to make my own feed, I read Kevin Cox's RSS post, where he pointed out at least 3 alternate formats and actually recommended Atom as superior. I decided to check out some other blogs I respect to see what they use - and to my surprise, all 3 of the blogs I linked to before use Atom. Despite calling their feeds RSS!
From a brief survey, RSS is still the most popular format by far - it was on 6x to 8x more websites than Atom back in 2023, and Apple Podcasts discontinued Atom support the same year - so it makes abundant sense why RSS is the de facto term for these feeds. It would be confusing to call them something else. No one calls dry ice "deposited carbon dioxide," however technically correct that might be.
For that reason, I've decided to still call my own feed "RSS" despite going with Atom (I slightly prefer it, and it seems supported enough) - but it's a good reminder that things we only know casually can surprise us.