319 private links
RSS is a way to avoid enshittification
How the author evolved about getting news and updates.
First from social media, then from a curated list on Reddit.
To multiple RSS readers (Feeder, Miniflux) to Yarr.
They share their feeds in the post too :)
- community
- user agency
- interoperability tests
- best practices for feeds
- browser integration
- authenticated feeds
- publisher engagement
Render an RSS feed as a blog
An RSS feed validator
An example of a minimalistic RSS feed reader: Headline.
It uses Go and sqlite under the hood.
The author stated that it is feature complete, so yup :)
They published a rationale for the project, that is interesting https://github.com/nkanaev/yarr/blob/master/doc/rationale.txt
A choice between Miniglux and Yarr to consume informations.
An introduction to it and how the user consumes RSS feeds
How to apply css for RSS feeds
Find the RSS feeds available from the followed accounts
If I were ever to make an RSS service like Feedbin, I’d probably add a feature which would delay some items until a specific day of the week. Some posts I get feel more suitable for weekend reading.
Make an OPML to newsroll 😄
Fetch the website informations and create some cards out of it.
Uses folders to create categories.
There are a bunch of possibilities
A great and efficient RSS feed reader. It is not so much accessible though as it uses <div>
everywhere (and without aria).