Live data from Hacker News

I've been advocating for RSS support, and you should too

reedybear.bearblog.dev

11–20 of 248 posts

Re: I've been advocating for RSS support, and you should too

#11
RSS is my main source of information. And I've built some RSS-related projects:

1. https://github.com/0x2E/fusion - A lightweight, self-hosted friendly RSS aggregator and reader

2. https://rawweb.org/ - A search engine for indie websites (the crawler collects data from RSS feeds)

3. https://github.com/0x2E/rss-finder - A tool for finding the RSS link of a website

Re: I've been advocating for RSS support, and you should too

#13
> Please advocate for more RSS support - especially with orgs you want to stay up-to-date with.

Also advocate for support with browser manufacturers. It used to be good, then one of them dropped it and the others blindly followed. People clearly want the RSS button, why on earth not provide it?

Re: I've been advocating for RSS support, and you should too

#14

RSS is my main source of information. And I've built some RSS-related projects: 1. https://github.com/0x2E/fusion - A lightweight, self-hosted friendly RSS aggregator and reader 2. https://rawweb.org/ - A search engine for indie websites (the crawler collects data from RSS feeds) 3. https://github.com/0x2E/rss-finder - A tool for finding the RSS link of a website

Rawweb is very cool! Curious, have you implemented your own crawler, RSS parser and search engine?

Re: I've been advocating for RSS support, and you should too

#15
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 one bit in about 30 years, instead we moved that functionality server-side for no reason.

Re: I've been advocating for RSS support, and you should too

#17
I 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 usage more moving forward :-)

Re: I've been advocating for RSS support, and you should too

#18
post #17

I 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…

How long did it take you to implement?

I never bothered to make a list of the mails I send but now I see it is quite useful to show how well it works. Maybe some data on implementation time would be as useful.

Re: I've been advocating for RSS support, and you should too

#19
post #3

RSS 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.

Because RSS is "too old"...

Re: I've been advocating for RSS support, and you should too

#20
post #8

As a general PSA, youtube channels have an RSS feed to alert you when a favourite creator releases a new video. The form is https://www.youtube.com/feeds/videos.xml?channel_id=UC2wdo5v... where channel_id is the channel hash code which is buried in the source for the "nicely named" channel: https://www.youtube.com/@CuttingEdgeEngineering and can be found without source diving via (say) FeedBro (RSS browser extension)…

It also provides feeds for individual playlists, where `playlist_id` is the `list` URL parameter when you view the full playlist.

https://www.youtube.com/feeds/videos.xml?playlist_id=

It's a really nice way to be able to follow creators/playlists without needing to register an account. I'm surprised that YouTube still allow it, but I hope it stays.

Post reply on HN