You are focusing on the consumption side and your proposed steps seem like a good way to bring back easy consumption of RSS feeds. But the problem lies elsewhere: the blogs I regularly visit still have RSS feeds, but most content now isn’t in blogs anymore. For-profit sites have crippled or completely dropped their feeds to make users see ads. Many people that would have been bloggers a decade ago just publish thread…
You would need a monetizing option for RSS Feeds, but is this really something that we want? Enjoy your new RSS Feed about Quantum Mechanics, featured by BIGCOMPANY, we sell the shitty products you like.
Ask HN: Who wants to help promote RSS?
41–50 of 170 posts
Re: Ask HN: Who wants to help promote RSS?
#42I was thinking the other day about RSS-based social media. Imagine a service that offers a social media experience comparable with Twitter/Insta/Tumblr with rich clients, but under the hood it's all RSS, so not only can you subscribe to third-party feeds out of the box but your "profile" is also an RSS feed that other people outside of the platform can also subscribe to.
Re: Ask HN: Who wants to help promote RSS?
#43Is https://aboutfeeds.com/ an answer to #2 and/or #5?
2 was different. I was thinking about what happens when a user clicks on a feed - it's not very user friendly, especially now that browsers just show the XML file content. If we had a mechanism that wraps that request and gives the user a way to subscribe directly via one of the many available feed reader, that would help a lot.
The idea is not completely novel, https://github.com/superfeedr/subtome goes into the direction but I think it is broken. A website carried by an independent group could be a solution. Maybe even something that could help in case browsers are open for some changes here, but don't want to create the UI part. Or when working on extending a CMS and instead of implementing that UI again, we use that mechanism to wrap the feed. As a web developer making it a website was probably an idea near to me, but there might be better solutions.
Re: Ask HN: Who wants to help promote RSS?
#44Most people don’t use RSS because most people don’t prefer to consume the web that way nor that sort of content. They are scrolling social media and aggregators, not pruning their long form content subscriptions. Even in the heyday of RSS how many of us just had an overgrown 10000+ unread RSS reader that we simply stopped using? Promoting RSS seems backwards to me because that ship has sailed. Like promoting IRC when…
I agree that the way how RSS clients were designed 10 years ago wouldn't work well today, but that is an a problem with architecture and UX design of rss client. I don't think that it has anything to do with the RSS or ATOM XML data structure standard.
Having machine readable data in open format is useful so that anyone can use it, and create a it's own solution without spending too much time on interpreting the data. While with unstructured, javascript heavy sites one would need to build it's own little search engine to be able to process it and desing/train it's solution for reasonable information extraction, which increases barriers to entry.
Re: Ask HN: Who wants to help promote RSS?
#45Re: Ask HN: Who wants to help promote RSS?
#46I made https://blogdb.org/ to collect blogs from around the Internet, it gets an RSS feed of the blogs. I posted a Show HN about it yesterday that didn't get much traction. The code is all open source, at https://github.com/symkat/BlogDB/ and I wrote an article on my own blog about initially writing the software from design to deployment: https://modfoss.com/building-blogdb.html
Delighted to see that BlogDB is written in Perl! I've submitted my blog to this directory/aggregator. Sites like these are indispensible for strengethening the independent Web.
Re: Ask HN: Who wants to help promote RSS?
#47I made https://blogdb.org/ to collect blogs from around the Internet, it gets an RSS feed of the blogs. I posted a Show HN about it yesterday that didn't get much traction. The code is all open source, at https://github.com/symkat/BlogDB/ and I wrote an article on my own blog about initially writing the software from design to deployment: https://modfoss.com/building-blogdb.html
Very nice! I did something similar with https://nightfall.city
Re: Ask HN: Who wants to help promote RSS?
#48You are focusing on the consumption side and your proposed steps seem like a good way to bring back easy consumption of RSS feeds. But the problem lies elsewhere: the blogs I regularly visit still have RSS feeds, but most content now isn’t in blogs anymore. For-profit sites have crippled or completely dropped their feeds to make users see ads. Many people that would have been bloggers a decade ago just publish thread…
Re: Ask HN: Who wants to help promote RSS?
#49I think this is a great idea. I don't have much time to commit right now but I'd love to stay connected with your efforts. Do you want to put up a quick google form or similar to collect emails of people like me who are interested if you have relevant updates?
Joining the chat at https://gitter.im/FosterRSS/community would probably not work as well, as it would not be limited to relevant updates?
I don't use my GitHub account for logging in to other sites without a decent amount of consideration (I didn't sign up to GitHub to use it as an SSO system and generally don't like using it for that purpose). And I have neither of the other two accounts.
So I would agree with the parent that removing some of the friction and offering people an email form to drop their email into might get you a higher uptake?
I am however interested in these efforts. For reference, my email is in my profile if that helps.
Re: Ask HN: Who wants to help promote RSS?
#50I made https://blogdb.org/ to collect blogs from around the Internet, it gets an RSS feed of the blogs. I posted a Show HN about it yesterday that didn't get much traction. The code is all open source, at https://github.com/symkat/BlogDB/ and I wrote an article on my own blog about initially writing the software from design to deployment: https://modfoss.com/building-blogdb.html
Ah, the discovery angle. I didn't think of that. Looks like a nice project, and it shows what RSS can help build. Fits well I think.