#DailyBloggingChallenge (18/25)
This is where you can find the #RSS for an account on #mastodon (and probably the #fediverse):
```
https://<instance>/@<username>.rss
```
For my account it would be `https://qoto.org/@barefootstache.rss`
And for hashtags it's
```
https://<instance>/tags/<hashtag>.rss
```
For the #DailyBloggingChallenge it's `https://qoto.org/tags/DailyBloggingChallenge.rss`
One thing to keep in mind for choosing an `<instance>` for the hashtags, one should choose one that does not shadow ban keywords. In general, qoto.org is a good choice.
#Fdroid has a wide selection of apps to use as an RSS reader: https://search.f-droid.org/?q=rss+&lang=en
My preference is #Feeder (https://gitlab.com/spacecowboy/Feeder). Similar apps exist for various operating systems and as browser extensions.
@barefootstache while generally I agree, I never was able to like RSS. Most readers treat is a chronological newspaper, which means if you “accidentally” read a post you did not intend to, you now need to fight and marking it as unread.
Email stays in your inbox, as long as you did not archived/deleted it. And since I practice zero inbox, I find this approach easier for my need.
As for #security and #privacy, one can always use masked email.
But it’s good to have options, so I agree.
@skwee357 the Feeder app has the setting not to hide read posts
#DailyBloggingChallenge (19/25)
Did you know that most newsletters have a #RSS or #atom option? The benefit of RSS over a #newsletter is that you are on the more private side, since lots of individuals use their private #email and lots of forms even ask for your name. This (if ever leaked) provides attackers a great data packet to put on their #spam lists and once on such a list, it is hard to get off it.
One could argue on the other side that RSS is also not safe, since one is prone towards #XSS attacks, though this can be said of anything that has internet access. So one wouldn't be better off if using email.
Thus when choosing a client, either for email or RSS feed, it is always better to opt for one that is not in the browser and sanitizes the message(s). Browser extensions are definitely a more lucrative attack option over operating system apps.
#security #privacy