Live data from Hacker News

I Still Use RSS

atthis.link

1–10 of 370 posts

Re: I Still Use RSS

#3
I'm so happy websites have kept RSS around, because even if it's mostly used for machine-to-machine feeds nowadays, we obviously piggyback on top of it and benefit. It could've been so easy for big sites to replace it with proprietary APIs for GitHub, YT, etc...

Re: I Still Use RSS

#4
I 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 a normal day. It increases by 5 to 10 times if a post hits the HN front page. When I publish new post, I see from the HTTP referer information in the logs that about 30 or so hits come from users who find a link to my post in their feed reader. These are very small numbers but they are good enough to keep the feed alive.

Re: I Still Use RSS

#5
I use FreshRSS as my client. Most news sites have feeds. For those that dont, there is RSSBridge which helps you make them or extend truncated feeds.

Re: I Still Use RSS

#7
I'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

#9
post #4

I 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…

I came here to say exactly this: my numbers are similar to yours (and from headers only, like you[1]), and a decent proportion of my views come from feed clients. My blog generator takes care of the feed for me; I haven't thought about managing it in years.

[1]: https://www.yossarian.net/snippets#vbnla

Post reply on HN