RSS never tracked you.
Email never throttled you.
Blogs never begged for dopamine.
The old web wasn’t perfect.
But it was yours.
@Daojoan Even these got ruined nowadays. RSS feeds often don't have the full article text. Email contains tracking pixels and links. "Blogs" have texts behind paywalls and cookie warnings. We need the old web back.

@forst @Daojoan I use two solutions for this more and more:

1. Some readers like NetNewsWire have a builtin readability mode. They take the URL of the RSS entry, run it through reader mode and present it as if it were the RSS entry itself. Works fantastic even on feeds that only push a URL and no text at all.
2. I coded a read-it-later service for myself that extracts entries and pushes them to a feed I subscribe to, it’s here: https://github.com/thefranke/rss-librarian

GitHub - thefranke/rss-librarian: A read-it-later service for RSS purists

A read-it-later service for RSS purists. Contribute to thefranke/rss-librarian development by creating an account on GitHub.

GitHub

@thefranke @Daojoan Didn't know about (1), that's brilliant, thanks!

I made some custom RSS exporters for myself as well for sites that don't have a feed :>

@forst @Daojoan are those extractors custom? Or do you contribute those to RSS-Bridge or similar projects?
@thefranke @Daojoan A custom Python thing, I write in what I'm familiar with. But I'm open to porting it if it can benefit more people :>

@forst @Daojoan Are you familiar with this project? https://rss-bridge.org

Basically a PHP framework where you can easily write bridges that scrape a webpage and turn them into a feed, caching and everything else is already managed by the framework.

rss-bridge.org

@thefranke @Daojoan Wasn't familiar with it until now, thank you for sharing!
Don't know how interested they would be in a plugin for a very local website, but could be a fun little project :>
@forst @Daojoan oh they do have lots of those, and if not its super easy to self-host as well (got a bunch for mini websites and customized bridges myself).