> RSS and ATOM feeds are problematic for two reasons; 1) lack of history, 2) contain limited post content. None of those are problems with RSS or Atom¹ feeds. There’s no technical limitation to having the full history and full post content in the feeds. Many feeds behave that way due to a choice by the author or as the default behaviour of the blogging platform. Both have reasons to be: saving bandwidth² and driving…
Show HN: Full Text, Full Archive RSS Feeds for Any Blog
11–20 of 54 posts
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#12> RSS and ATOM feeds are problematic for two reasons; 1) lack of history, 2) contain limited post content. None of those are problems with RSS or Atom¹ feeds. There’s no technical limitation to having the full history and full post content in the feeds. Many feeds behave that way due to a choice by the author or as the default behaviour of the blogging platform. Both have reasons to be: saving bandwidth² and driving…
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#13> RSS and ATOM feeds are problematic for two reasons; 1) lack of history, 2) contain limited post content. None of those are problems with RSS or Atom¹ feeds. There’s no technical limitation to having the full history and full post content in the feeds. Many feeds behave that way due to a choice by the author or as the default behaviour of the blogging platform. Both have reasons to be: saving bandwidth² and driving…
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#14RSS was invented in 1999, 6 years before git!
Now we have git and should just be "git cloning" blogs you like, rather than subscribing to RSS feeds.
I still have RSS feeds on all my blogs for back-compat, but git clone is way better.
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#15The future of RSS is "git clone". RSS was invented in 1999, 6 years before git! Now we have git and should just be "git cloning" blogs you like, rather than subscribing to RSS feeds. I still have RSS feeds on all my blogs for back-compat, but git clone is way better.
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#16> RSS and ATOM feeds are problematic for two reasons; 1) lack of history, 2) contain limited post content. None of those are problems with RSS or Atom¹ feeds. There’s no technical limitation to having the full history and full post content in the feeds. Many feeds behave that way due to a choice by the author or as the default behaviour of the blogging platform. Both have reasons to be: saving bandwidth² and driving…
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#17I wrote a similar tool [1], although it's designed to let you gradually catch up on a backlog rather than write a full feed all at once. Right now it only works on Blogger and WordPress blogs, so I'll need to learn from their trick of pulling from Internet Archive. [1] https://github.com/steadmon/blog-replay
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#18I wrote a similar tool [1], although it's designed to let you gradually catch up on a backlog rather than write a full feed all at once. Right now it only works on Blogger and WordPress blogs, so I'll need to learn from their trick of pulling from Internet Archive. [1] https://github.com/steadmon/blog-replay
Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#19Re: Show HN: Full Text, Full Archive RSS Feeds for Any Blog
#20The future of RSS is "git clone". RSS was invented in 1999, 6 years before git! Now we have git and should just be "git cloning" blogs you like, rather than subscribing to RSS feeds. I still have RSS feeds on all my blogs for back-compat, but git clone is way better.
If anything were to replace RSS (and Atom) I'd personally hope for h-feed [1] since it's DRYer. But realistically it's going to be hard to eclipse RSS, there's far too much adoption and it is mostly sufficient.