Skip to content(if available)orjump to list(if available)

I Ditched the Algorithm for RSS–and You Should Too

arjie

I'm a fan of RSS too. Some people I know use substack to write. I would ideally like to use kill-the-newsletter for that but I had trouble with delivery with substack. Fortunately, these days LLMs are quite quick so I was able to whip up a little tool that does this for myself: https://github.com/roshan/superheap

Olshansky

Wanted to share a repo I created last week to help add support for new RSS feeds: https://github.com/olshansk/rss-feeds/

Add support for Paul Graham's outdated RSS Feed. OpenAI research. Etc...

Leave a request or a star!

Also wrote a full blog post about it here: https://olshansky.substack.com/p/no-rss-feed-no-problem-usin...

SeanKilleen

In case it's helpful / relevant for folks, wanted to share a few things I do:

* OPML is a format that bundles feeds together to share with others. * I publish an automated list of the feeds I'm subscribed to on my blog [1] * I pay for Feedly ($50/year and I don't regret it) which has API access, and I use an Azure function to produce it. I have a blog post if you're interested in setting something like that up for yourself. [2]

[1]: https://seankilleen.com/reading-list/ [2]: https://seankilleen.com/2019/01/tutorial-reading-list-feedly...

freetonik

Apologies for promoting my project again (did this in at least 2 other threads related to RSS), but I'm weirdly proud of it: I'm curating a list of human-written blogs on my blog reader/discovery/search engine called Minifeed: https://minifeed.net/blogs/

There's an OPML export available as well: https://minifeed.net/blogs/opml.xml

nwellinghoff

When you “open original to view full content” and then use browser back to get to your page, the back history is removed and you can’t click back again to get to your main page. Makes it hard to navigate. Love the site.

freetonik

Not sure I understand. The "open original.." is a plain link with target="_blank", and Minifeed is a pure classic HTML web app with zero JS shenanigans. There is nothing which can manipulate the history.

Since the link opens in a new tab by default (because of target="_blank"), that new tab naturally does not have a "back" history. Is this what you mean?

DearNarwhal

I was looking for more feeds to subscribe to. Thanks for sharing!

superkuh

Like planting a tree, the best time to start collecting feeds is 10 years ago. And the second best time is now. For those without time travel machines, here's my categorized list of ~1700 feeds in HTML and opml.

http://tuvixdiedforoursins.lol/rss-feeds-2025.opml http://tuvixdiedforoursins.lol/feeds13.html

bsnnkv

I really like this project, such a beautiful design carefully executed on!

freetonik

Thank you! I went through multiple iterations of designing the visuals, wanted to keep it very clean and "texty", but not overly brutalist at the same time.

sureglymop

This is honestly awesome! And I love the design as well. Is it open source?

freetonik

Almost! :) I'm cleaning up the repo and about to release it under AGPL-3.0.

mnls

RSS is a fantastic way of getting new articles, videos, updates etc from various sources that post 1-2 times per day at max. Getting news from News websites is hell, I had to do a LOT of filtering on Freshrss to make the news category less overwhelming. And if you wanna get to "inbox zero" you’ll spend a lot of time scrolling.

bsnnkv

I am a big proponent of RSS, but I think that it suffers from a lack of imagination these days, for example, the "quality filter" approach mentioned in this article is not very useful imo.

The biggest cost of RSS feed items as a consumer is figuring out whether something is worth reading. A lot of feeds these days don't provide anything useful in the body to make a determination on this, and others just dump the entire contents in the body, which means you're wasting a bunch of time reading N% of something until you realize you're not interested in it and it can be skipped.

In addition to this, RSS feeds tend to be structured to just throw everything at you, regardless of the topics you are interested in.

For a few years I have been publishing my own topic-specific feeds[1] for others to consume where I fill the body with my own personal highlights from the source, with a link through to the source (ie. the things I found interesting, the "hooks" that give a quick signal to a consumer if this might be something they want to invest time in reading). They have a couple of die-hard consumers, but ultimately this really a case of a niche within a niche.

I wish there were more feeds like this for me as a consumer, but unfortunately I get the feeling that this idea will never really become popular enough to catch on widely as RSS becomes less and less relevant to the mainstream.

[1]: my software development topic RSS feed for example: https://notado.app/feeds/jado/software-development

throw0101c

For those implementing feeds, "RSS" seems to get a lot of mentions, but how much of it is RSS-as-such and how much is "RSS" as a generic term for "feed", with Atom also perhaps being implemented:

* https://en.wikipedia.org/wiki/Atom_(web_standard)

kevincox

> but how much of it is RSS-as-such

Almost all of it. RSS is just a much more specific term than "feed" as many people talk about their Twitter or Facebook "feed". I have yet to see a reader that couldn't handle both RSS and Atom and you will see a mix of formats being produced.

I wrote a bit more detail about this in the past: https://kevincox.ca/2022/05/06/rss-feed-best-practices/#form...

dsiemon

Ditch the algorithm by using or building a custom feed in BlueSky. I'm interested in networking stuff so I built a BlueSky feed that anyone can use.

https://bsky.app/profile/coverfire.com/feed/networking

slightwinder

Newsfeeds are really nice, I utilize them now 20 Years or so (RIP old Bloglines). But it's a bit sad that there is no really good newsreader for it. I also used to use Usenet in the 90s and early 2000, so my view on this is a bit different, maybe. But all the feedreaders I know are either very limited in abilities, or very cumbersome to use for more advanced features. It's really strange how there seem many technophile people are using and advocating for RSS, yet all the tools are more barebone and very simple.

orblivion

I remember the period where I switched from the Something Awful forums to Reddit. Back in the day, you had to dig through a bunch of stuff that was bad to get to the "comedy gold". But even the bad stuff was sometimes comically bad. On Reddit, all the "gold" was always at the top, so there's always something "good", but it was generally lackluster and not quite it. Still it made me lazy and I switched (not that I read Reddit today).

openrisk

Indeed owning the filter algorithm is the killer functionality. There is a torrent of RSS feeds still out there (pun), but they are not usable in firehose form. For example KDE's Akregator is an otherwise capable desktop feed reader that can handle large feed collections but its filtering capabilities are zero. Abandonware quiterss used to have at least some basic functionality. This is an area where a community open source project could have huge impact.

saltysalt

Yes please, RSS is the true federated Internet for content distribution.

patmorgan23

Bluesky made some interesting choices in the design of the AT Protocol. It reminds me a bit of RSS. At least in the aspect of having separate content and aggregation layers.

saltysalt

You're right I like their protocol, especially how they use domain name ownership for profile verification.