First, you may not be familiar with RSS, so let me give you a short
explanation.
What’s this?
RSS (Really Simple Syndication) is a way to share site updates in a
standardized way.
The way it works is very simple.
You have the RSS files, and the RSS clients.
If you want to have one, you first create an RSS file with a certain
format (reference) with
the site information you want to share. That file is going to be updated
when some information of the site changes. The most common example is to
give an update when a new article gets added.
You have to host that file on some domain, like https://nperrin.io/rss.xml,
and make sure to update it.
A lot of sites expose their RSS feeds. So you can have your own RSS
feed list of sites you’re interested in. All in one place, and knowing
your subscriptions (as opposed to an e-mail newsletter).
The RSS clients fetch the RSS files that you added (by their url), at
regular intervals. The client checks if there were any updates, if there
were, you’ll get an indication of that, maybe an article was added, then
you could consume that content there.
What’s so cool
All in one place
You don’t have to go to different platforms that track your behaviour
and show you ads. You have everything in one place.
Implementation
As a content creator, if you want to notify your subscribers of a
site update, you just have to update this file that you host. It’s very
simple to implement.
Source awareness
Maybe this is something that only happens to me.
Reading through twitter I might encounter a random url of a news,
I’ll read it and go away without knowing if the source was
trustable.
Having a list of news sites to get information lets me get a better
knowledge if the site is trustable or not, as I follow that site through
other news too.
Although you have browser extensions as News Guard, I think it’s
better to create a small amount of trusted news sites.
You’re in control
As a content creator, you choose what to notify of your site updates.
You won’t get shut down, de-ranked or censored. As long as you’re the
owner of your RSS file…
Spam
When some site asks for your e-mail, my guess is that the site won’t
use that only to send you updates.
They can sell their e-mail list to another company (as people
subscribed to that site have similar interests and can be targeted for a
product).
The site can also receive money for publishing ads. If you have
subscribers through an RSS feed, you don’t know the amount of potential
spam receivers you have (I think).
So for users that want to be spam free, this is good news.
What’s not so cool
Discoverability
When you have a fixed list of channels, it’s difficult to discover
new ones, as you only consume the content, you don’t get
recommendations.
The bubble problem is within recommendations too. But I think you
have a better chance of discovering new and diverse type of content.
A possible solution would be to proactively search for new types of
content when you get interested on something (DuckDuckGo…), and check if that site
you’re checking has recommendations.
Conclusion
There is a lot I don’t know. I just uploaded my rss feed (these are updated as I change the
rss feed) yesterday (28 Jul), so feel free to correct me if you see
something wrong.
Finally I’ll leave some links if you got interested.