Hacker News new | ask | show | jobs
by schappim 6 hours ago
Google tried to kill RSS, but it is not dead, in fact it is still a huge part of the Open Web Initiative. There is no performance hit or real resource cost in supporting RSS. If big platforms like Shopify can do it, we can support RSS feeds (and more) too! I've recently added RSS and other alternative representations to our Rails based ecom store[1] and rails makes it super easy[1a].

If you're using Rails it is basically free to add RSS feeds w/ the 'feed' or 'rss' gems[2]. Because of this we provide RSS feeds for everything, including customer orders and their tracking.

If you want to support the Open Web Initiative[3], I'd also encourage you to support alternative representations[4] of your content (markdown, CSVs, etc), add support for ActivityPub / Fediverse directly and webhooks to your site/app.

Stay open!

1. https://littlebirdelectronics.com.au/help/atom-feeds 2. https://github.com/ruby/rss 3. https://littlebirdelectronics.com.au/open-web 4. https://guides.rubyonrails.org/v5.0/layouts_and_rendering.ht...