If RSS could solve the problem it would have done so a decade ago. The core issue is that browsers have completely failed at offering anything to keep track of websites. Why aren't notifications simply build into the bookmark system? I don't need the website to provide that information via yet another special format, my browser should be able to figure that out itself from plain .html. But bookmarks haven't changed o…
I've been advocating for RSS support, and you should too
41–50 of 248 posts
Re: I've been advocating for RSS support, and you should too
#42Combine that with a list of shared links which functions as a blog roll and consists of the feeds that you follow, and you have yourself a Really Social Site. You can even download the OPML file that contains all the shared links and start following some feeds from it yourself. So discovery is also possible with RSS feeds and OPML lists, albeit it works slightly different than you're used to from big tech.
After that I built a Newspaper module that automatically collects new posts from feeds that I selected. This is my main way to get news without some algorithm deciding for me. The only wish I have is that more of your personal sits/blogs (most websites I follow come from HN) offer more 'photo feeds', just an enclosure-element in your item with a link to a picture or other media.
Re: I've been advocating for RSS support, and you should too
#43I recently had a popular post on HN and several people reached out asking if I had an RSS feed implemented. Was surprised that anyone would be interested in keeping up with my writing, but was happy to oblige the request as it had been on my to-do list for a while. Happy I did do as it seems many people are hitting the RSS endpoint now. Cool to see that RSS is relevant in 2025, and will definitely advocate for its us…
I came to the industry way later than the Web 2.0 inception and didn’t even know about it until a while back.
Re: I've been advocating for RSS support, and you should too
#44RSS is great. Most blog engines support RSS by default. Podcasts typically use RSS (even if the app goes to great length to hide it). I sometimes wonder why there is so much push for "federation" and so few for... well just simple interoperable solutions that just require a client to connect to whatever server it wants with a well-known protocol.
Where I have RSS feeds from news sites, I usually skim down the list of titles, read an article (in my feed) if it's interesting, and then move on. I never visit their website, I don't see their adverts, their tracking scripts can't run, and I don't see or interact with their comments. Which is great for me as the end user - but makes it much harder for them to monetise.
Re: I've been advocating for RSS support, and you should too
#45I have been doing that for plaintext emails. Whenever I receive an HTML-only email (that my email reader cannot open), I send a kind email to the company, asking if they could consider adding a plaintext version next to it. I clearly explain that they can keep the HTML version as a default, and that some people need plaintext for accessibility and security reasons. I often receive answers, that surprised me! People s…
Re: I've been advocating for RSS support, and you should too
#46Earlier quoted context omitted.
I might have been one of these people, because I was following your site as a bookmark in my RSS reader already. I didn't see any content in your feed so I checked again for a feed endpoint. I found it eventually on your site, but you might consider making it auto-discoverable (see https://www.rssboard.org/rss-autodiscovery ). People only have to enter your domain name into their RSS reader then.
That might be a useful site, but why on earth is it stuffed full of privacy-abusing, invasive advertising? I'm sure there are better sources for the RSS standard.
Auto-discovery for RSS is simple enough to explain here: just put the following code in your head element (at least on the homepage).
Re: I've been advocating for RSS support, and you should too
#47If you have an application that does not support RSS/atom yet, you can easily add support with a few lines of Python. Or use an open source module. Here is a general atom feed generator that I wrote and published under the GPL: https://github.com/no-gravity/atomfeed.py Just 14 lines of Python. And it has been reliably serving the feed for my own website for quite a while now.
Re: I've been advocating for RSS support, and you should too
#48Consider helping them out if this interests you, you might even be using a feed already as they have some custom feeds for github like for discussions and issues.
Re: I've been advocating for RSS support, and you should too
#49If RSS could solve the problem it would have done so a decade ago. The core issue is that browsers have completely failed at offering anything to keep track of websites. Why aren't notifications simply build into the bookmark system? I don't need the website to provide that information via yet another special format, my browser should be able to figure that out itself from plain .html. But bookmarks haven't changed o…
Poe's Law, or you really don't remember the time where browsers had a huge button in the address bar to announce their feeds or that Firefox used to have a "Smart Bookmarks" feature to show you all the latest updates from all the feeds you subscribed to?
What I want is a simple counter that show how many new posts there are of the RSS, and that's it. I only click for new content.
Re: I've been advocating for RSS support, and you should too
#50Earlier quoted context omitted.
I would be curious why you think the idea of a podcast is coupled to a specific distribution technology
Because the original idea of what we call "podcasting" is rooted on RSS.