HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DragonCot

no profile record

comments

DragonCot
·4 tahun yang lalu·discuss
To some extent I agree with the article... (apart from the finding the feed link in the page, as most RSS readers do this automatically)

Where I do have issues is why a lot of news, blogs and article sites fail to actually use them, or even use them in a inconsistent manner. I've rolled my own feed reader ( https://dragonc.droppages.com/ - dedicated to Boardgames) because no reader has actually managed to lay things out as I wanted. But in making my own I found there is so much inconsistency in how it's implemented. Well yes, there is a standard but it seems that a lot of vendors don't even bother handling things because RSS just isn't accepted in general use. Some sites don't even bother putting the title of their site in their feed.

Everybody rolls their own RSS feeds these days. yes, some Blog style sites have it automatically as a by-product of the platform. Yet other news sites just don't even bother assuming that you'll be reading their site anyway. And for those, you have to do some creative grep/sed/awk processing to get out the interesting articles for your feed reader.
DragonCot
·4 tahun yang lalu·discuss
I created a simple little Boardgame News site. It pulls all the stuff I'm interested in into one place which is now a fixed tab on my main browser.

https://dragonc.droppages.com

Never marketed because I hate ads as much as the next person, and also because I kept getting messages such as "use a news feed reader." I just wanted everything together in a readable timeline.
DragonCot
·5 tahun yang lalu·discuss
And this is exactly why I built my "Hack the Planet" website. http://dragons-tech.blogspot.com/2021/07/subscribe-to-newsle...

HTP is an internal project for the company I work for, but it could be spun up to match any topic. I called it "Planet" in honour of the old Planet software which I really miss.

The big issue I see with feeds is that you are forced to accept whatever is generated from the feeds. HTP, although it reads all the feeds, checks to see if the feed matches certain requisites before displaying it. So personal blogs (like mine) won't be included in the end result if I'm just talking about my breakfast and the cat. But it I mention something that is topical, then it will. It's an additional layer of processing that keeps everything relevant.

Add to that the ability to pick out trends and themes and allows you to focus on just those topics of interest and it starts to get really useful. In fact the Internal site was the primary source of news and details for the PrintNightmare and Log4j issues.