Hacker News new | ask | show | jobs
by saltymimir 1463 days ago
It's my go-to way of subscribing to blogs / news feed. For every subscription, with some automations, I fetch the newest item(s) once every day and put the content of each item in a markdown file within a cloud storage that syncs to my devices. I can then read those feeds from any markdown editor. If I feel like I'm done with a post, I can just delete it from the folder.

The only pain point I can think of has more to do with feeds getting completely re-built from scratch. Haven't quite figured out a way to de-duplicate repeat feeds when that happens.