Hey all,
So I’ve been wanting to start using RSS recently. I’ve seen a lot of recommendations for using it to help curate what I’m interested in instead of what algorithms want me to engage with. But maybe I’m thinking of it wrong.
My understanding of RSS was that I find one of the many different RSS readers that I like, currently I’m using Akregator on Linux, then start subscribing to individual sites and sources. The idea being that I can go to one place and read everything I’m interested in.
But I can count on one hand, out of the 165 feeds I’ve subscribed to so far, the number that actually load the full article contents and images. Nearly every single one of them gives me a paragraph and a “Complete this story” or a “View full story here” or some other phrase.
If I load the full page inside the RSS app, I get all the nagware about signing up, give me cookies, just general obtrusive ads, blah blah blah. Obviously it’s using an internal web engine and not my actual browser with my ad blockers and VPN extension and stuff. So instead I just double-click the RSS link and it opens in my normal browser and I read it there.
So, that gets down to the crux of my question…at this point, what’s the difference between me just bookmarking the sites that I want and then just going there? If RSS only loads a paragraph anyways, what’s the point in using it?
Now I do understand that this isn’t RSS’s fault as a protocol, it’s how these sites are choosing to use it. I imagine they are just trying to get people to click to their site for views and whatnot but still…at least how I want to use it, it kinda defeats the purpose of RSS.
Am I missing something or is this something the community has been dealing with for a while now?
These websites you found are definitely using RSS incorrectly. My website’s RSS feed displays the full article, upload date, and author. I think their website’s HTML is either scuffed, or they want you to visit their website, which doesn’t make any sense?? I think their HTML semantics are just messed up. When coding a website (Which almost nobody wants to do these days), you are supposed to wrap your blog post content in an “article” tag, something that a lot of website builders don’t do at all. This tag’s contents is supposed to be able to make sense on its own - in this case, a standalone blog post without having to load the rest of the website.