I Still Use RSS
91–100 of 370 posts
Re: I Still Use RSS
#92Re: I Still Use RSS
#93I'm happily using Feedly ever since Google Reader got shut down. I genuinely would be missing out on a lot of content if people would stop providing RSS feeds, especially for blogs that only update very sporadically.
Re: I Still Use RSS
#94Re: I Still Use RSS
#95Re: I Still Use RSS
#96I've mentioned this on HN before, one pattern I've noticed is a lot of sites tend to truncate their RSS feed so you have to click through to see the full article etc. This is mostly OK but kinda frustrating, as in the before-covid times I used to ride the London Underground a lot where no celluar signal is available in the tunnels - so my offline RSS reader would be useless. So I wrote a little web service accepts an…
I've worked on something similar for some years: http://ftr.fivefilters.org An older version available on BitBucket: https://bitbucket.org/fivefilters/full-text-rss/src/master/
Re: I Still Use RSS
#97Earlier quoted context omitted.
Here is what I see in my access logs: [30/Jan/2021:12:58:03 +0000] "GET /blog/rss.xml HTTP/1.1" 200 22757 "-" "Feedly/1.0 (+http://www.feedly.com/fetcher.html; 91 subscribers; like FeedFetcher-Google)" [31/Jan/2021:12:58:04 +0000] "GET /blog/rss.xml HTTP/1.1" 200 22757 "-" "Feedly/1.0 (+http://www.feedly.com/fetcher.html; 91 subscribers; like FeedFetcher-Google)" [01/Feb/2021:12:58:13 +0000] "GET /blog/rss.xml HTTP/1…
So feedly tells you how many subscribers they have when they hit your feed. That's neat of them.
Re: I Still Use RSS
#98Re: I Still Use RSS
#99I've mentioned this on HN before, one pattern I've noticed is a lot of sites tend to truncate their RSS feed so you have to click through to see the full article etc. This is mostly OK but kinda frustrating, as in the before-covid times I used to ride the London Underground a lot where no celluar signal is available in the tunnels - so my offline RSS reader would be useless. So I wrote a little web service accepts an…
It isn't a religious thing - the vast majority of the time, the truncation is way too short to properly advertise the content. The mystery doesn't move me to click-through, quite the opposite - it is annoying, so I remove the annoyance.
I understand the tradeoffs for folks who want to be paid via ads, but the utility just isn't there for me - I do not lack for reading options, and if something is really good, it'll find me some other way.
Re: I Still Use RSS
#100I provide an RSS feed for my blog. From my access.log, I see that there is a decent number of subscribers to my feed. Here is the data I could pull from it: Feedly 91 subscribers Inoreader 16 subscribers Feedbin 6 subscribers NewsBlur 4 subscribers The Old Reader 3 subscribers BazQux 2 subscribers WordPress 2 subscribers ------------------------------- Total 124 subscribers I get about 4000-6000 hits to my website on…