Email never throttled you.
Blogs never begged for dopamine.
The old web wasn’t perfect.
But it was yours.
@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
@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 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.