The recurring problem is other people trying to tell you what information you should see, resulting in suboptimal aggregations. If you don't curate your own stuff, you'll slide into whatever state of mind your curator wants you to slide into.
Algorithmic feeds are widely accepted to cause doomscrolling, and my experience with RSS is similar to the author: it goes well, but then whenever an aggregate source of any kind is added, it drowns out everything else. This wouldn't be a problem if everything from the source was a good read. The issue is any aggregation by someone who isn't you isn't going to be perfect for you.
My brain wants to make a link between collateralised debt obligations causing the recession, and aggregate info sources and algo feeds causing the collapse of the modern internet. Basically, everyone realises 90% of what they have in their feed/inbox is actually worthless and we only have it because the people who we get stuff from mixed it with a few good/relevant pieces of information so we trusted/assumed the rest would be good/relevant.
Life takes effort, if you outsource the effort, your life requires less effort but is less likely to be what you want. The same applies to curating the content you consume. It's easy to accidentally outsource.
Back when RSS was more popular, the tyranny of never-ending backlogs was a topic that was discussed somewhat regularly, but it gets glossed over a little these days since RSS talk is naturally enclosed within a layer of nostalgia
For a few years now my approach has basically been "read it now or read it never" - this means that my RSS feeds are typically empty and I never save anything to "read it later" queues
If it's something I'm supposed to read, it'll probably be resurfaced one way or another (or maybe it won't, and that's fine too) at a later time when I'm immediately ready to pick up what is being put down
Nowadays people have an implicit understanding that the net is vast and infinite, it's beyond the ability of one man to fully catch up, and you're just tuning into a slice of the data stream.
RSS clients never really departed from their roots of showing reverse chronological lists of all the posts, but this UI loses usefulness when the data stream gets too big. Commercial social media saw an opportunity and decided to make the algorithm that arranges the feed totally opaque - with that achieved, they proceeded to auction off each spot in it and get rich. Even worse than the reverse chronological firehose.
What we lack is a presentation that is actually good! I don't have the answer. One thing I want to experiment with, though, is digests. I use a straight reverse chronological UI that aggregates all my items in all my feeds. One thing I noticed is that this ends up wildly biased toward feeds that have lots of posts, like news aggregator websites, or Reddit. Anyone who's foolish enough to work hard and produce wonderful long form content with less frequency, gets lost in the firehose, which may tell us a lot about how the collapse-in-progress of our civilization got started. I have no idea how to solve this and do better than the UIs and algorithms that rule the world today. I do have it on my todo list to try a digest style UI - like perhaps each website gets one entry per day in my feed, and if they made multiple posts on that day, those are represented as multiple small title links in a compact format. Whereas a less frequent poster might even get an excerpt along with their title or something.
This is what the modern information space feels like in one word. It's impossible to read everything. But at the same time, it's not necessary to read everything.
> What we lack is a presentation that is actually good! I don't have the answer. One thing I want to experiment with, though, is digests.
Do you have a RSS feed that I can subscribe to so that I get notified when you publish your experiment?
I never fail to read all of my social media feeds and email messages, because I actively cancel subscriptions to stuff that I don't have time to read. After all, it's entertainment/casual education, not mandatory learning.
> So, how do we decide and filter for ourselves? My favored approach is fairly old fashioned: Chains of trust. We start by finding someone whose judgement we trust and subscribing to their feed, and then we find out who they trust and subscribe to their feed, and so on. Part of the judgement that we're looking for in these trustees is not simply whether or not content is accurate but whether or not it is worth our attention.
This goes for any form of social media beyond just blogs. Find people who have good taste, good judgement and demonstrate their credibility in the subjects that matter to you. Collect those people - follow them on social media, hang out with them on Discord, attend events that they go to, subscribe to their blogs and their newsletters, read their papers (for academia), pay attention to the people THEY respect.
Repeat that a bunch of times and you can become incredibly well informed on almost any topic.
https://rsshub.app/twitter/user/{username} for twitter accounts
Append .rss to any subreddit URL you want updates on
YouTube also has an RSS feed for channels
This has been one of the key programs for me to move 90% of my "timeline" into an rss reader.
If you self-host it, you can also pass it authentication tokens to RSSify things like:
- your twitter timeline
- github notifications, issues, commits
- discord messages
- youtube subscriptions
- spotify/twitch/steam/etc.
https://github.com/spacecowboy/Feeder?tab=readme-ov-file
Free, excellent
There are also specific skills I've picked up from being subscribed to the Hacker News "top" RSS feed. Namely judicious use of the "mark all as read" button.
I ask because being honest, you're a big inspiration for myself, and inadvertently, adding an LLM-curated RSS feed reader as a planned feature to a project I'm working on. (I saw https://github.com/karpathy/LLM101n when I was getting interested in LLMs, and then got inspired by your project to start to attempt to build something like the primer from the diamond age.
Where that leads is that I see an RSS feed reader + curation via self-described or identified interests as being a 'core' piece of information gathering for the 'future' individual and have had it on the to-do list as a feature-add for my project.
How would that work?