-
> Have you used any modern RSS reader recently like inoreader, they load the content of the page without visiting the publishing website.
I'm happy with newsboat[1]; but I'm not surprised that people have integrated scraping into RSS readers.
Fundamentally, that's not a problem with RSS, that's a war between scrapers and content providers. If the email newsletter model persists long enough, I'd expect that people will come out with "newsletter readers" that scrape websites too.
I'm not sure there's a good long-term solution to the problem. Aside from constant vigilance (obfuscation).
---
1. https://newsboat.org/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Awesome. I was able to get this going easily enough on my jekyll-created site that uses the jekyll-feeds plugin. You just have to name the template right and it just works.
https://github.com/jekyll/jekyll-feed/#custom-styling
-
I use Atom feeds for Github release / tag notification. The format is:
https://github.com/org/repo/tags.atom
-
-
https://github.com/textpattern/textpattern/releases.atom
-
I do this both on my RSS feed: https://jordemort.dev/rss.xml
...as well as on my Atom feed: https://jordemort.dev/atom.xml
...using the same XSLT stylesheet for both: https://github.com/jordemort/jordemort.github.io/blob/main/p...
-
NewsBlur
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
NewsBlur tries to handle this case by comparing stories and if they match up to a certain percentage of the content, considers them duplicates.
Here's the code that does the work:
https://github.com/samuelclay/NewsBlur/blob/master/apps/rss_...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives