Earlier quoted context omitted.
Based on my own personal usage, it makes total sense that RSS feeds still get a surprising number of hits. I have a small collection of blogs that I follow and it's much easier to have them all loaded up in my RSS reader of choice than it is to regularly stop by each blog in my browser, especially for blogs that seldomly post (and are easy to forget about). Readers come with some nice bonus features, too. All of them…
Do you have a recommended iOS RSS feed reader?
Publish on your own site, syndicate elsewhere
201–210 of 261 posts
Re: Publish on your own site, syndicate elsewhere
#202Also, don't forget to set up an RSS or Atom feed for your website. Contrary to the recurring claim that RSS is dead, most of the traffic to my website still comes from RSS feeds, even in 2̶0̶2̶5̶ 2026! In fact, one of my silly little games became moderately popular because someone found it in my RSS feed and shared it on HN. [1] From the referer (sic) data in my web server logs (which is not completely reliable but s…
Not having CORS set up for your RSS feed means that browser-based feed readers won't be able to fetch your feed to parse it (without running a proxy).
1. https://enable-cors.org/>
Re: Publish on your own site, syndicate elsewhere
#203Also, don't forget to set up an RSS or Atom feed for your website. Contrary to the recurring claim that RSS is dead, most of the traffic to my website still comes from RSS feeds, even in 2̶0̶2̶5̶ 2026! In fact, one of my silly little games became moderately popular because someone found it in my RSS feed and shared it on HN. [1] From the referer (sic) data in my web server logs (which is not completely reliable but s…
Now that browser developers did their best to kill RSS/Atom... Does a Web site practically need to do anything to advertise their feed to the diehard RSS/Atom users, other than use the `link` element? Is there a worthwhile convention for advertising RSS/Atom visually in the page, too? (On one site, I tried adding an "RSS" icon, linking to the Atom feed XML, alongside all the usual awful social media site icons. But t…
Re: Publish on your own site, syndicate elsewhere
#204Earlier quoted context omitted.
Now that browser developers did their best to kill RSS/Atom... Does a Web site practically need to do anything to advertise their feed to the diehard RSS/Atom users, other than use the `link` element? Is there a worthwhile convention for advertising RSS/Atom visually in the page, too? (On one site, I tried adding an "RSS" icon, linking to the Atom feed XML, alongside all the usual awful social media site icons. But t…
I use RSS Style[1] to make the RSS and Atom feeds for my blog human readable. It styles the xml feeds and inserts a message at the top about the feed being meant for news readers, not people. Thus technically making it "safe" for less tech savvy people. [1]: https://www.rss.style/
There's no real reason to take this position. A styled XML document is just another page.
For example, if you're using a static site generator where the front page of your /blog.html shows the most recent N posts, and the /blog/feed.xml shows the most recent N posts, then...?
Re: Publish on your own site, syndicate elsewhere
#205Also, don't forget to set up an RSS or Atom feed for your website. Contrary to the recurring claim that RSS is dead, most of the traffic to my website still comes from RSS feeds, even in 2̶0̶2̶5̶ 2026! In fact, one of my silly little games became moderately popular because someone found it in my RSS feed and shared it on HN. [1] From the referer (sic) data in my web server logs (which is not completely reliable but s…
How do you measure the traffic coming from the RSS feeds?
I only occasionally look at the HTTP 'Referer' header in my web server logs and filter them, out of curiosity. That is where I find that a large portion of my daily traffic comes via RSS feeds. For example, if the 'Referer' header indicates that the client landed on my website from, say, https://www.inoreader.com/>, then that is a good indication that the client found my new post via the RSS feed shown in their feed aggregator account (Inoreader in this example).
Also, if the logs show that a client IP address with the 'User-Agent' header set to something like 'Emacs Elfeed 3.4.2' fetches my '/feed.xml' and then the same client IP address later visits a new post on my website, that is a good indication that the client found my new post in their local feed reader (Elfeed in this example).
Re: Publish on your own site, syndicate elsewhere
#206Earlier quoted context omitted.
I remember ASP (application service provider, before cloud became synonymous with hosting), you are making me nostalgic. Back then I was in sales, I was selling real time inventory control, CRM and point of sale systems distributed over Citrix Metaframe in a secure datacenter. Businesses were just starting to get broadband connections. I would have to take customers to the datacenter to motivate them to let us host t…
We are talking about different ASPs. I am referring to Active Server Pages (ASP), the server-side scripting language supported by Personal Web Server (PWS) and Internet Information Services (IIS) on Windows. It is similar to PHP Hypertext Processor (PHP) and Java Server Pages (JSP) but for the Windows world. I began developing websites with ASP. Over the years, I dabbled with CGI, PHP, JSP, Python, etc. before settli…
Re: Publish on your own site, syndicate elsewhere
#207Earlier quoted context omitted.
Now that browser developers did their best to kill RSS/Atom... Does a Web site practically need to do anything to advertise their feed to the diehard RSS/Atom users, other than use the `link` element? Is there a worthwhile convention for advertising RSS/Atom visually in the page, too? (On one site, I tried adding an "RSS" icon, linking to the Atom feed XML, alongside all the usual awful social media site icons. But t…
Shout out to Vivaldi, which renders RSS feeds with a nice default "card per post" style. Not to mention that it also has a feed reader built in as well.
I don't use it myself because my computer is too slow (I think they built it in node.js or something). But it makes me happy that someone is carrying the torch forward...
Re: Publish on your own site, syndicate elsewhere
#208Re: Publish on your own site, syndicate elsewhere
#209Also, don't forget to set up an RSS or Atom feed for your website. Contrary to the recurring claim that RSS is dead, most of the traffic to my website still comes from RSS feeds, even in 2̶0̶2̶5̶ 2026! In fact, one of my silly little games became moderately popular because someone found it in my RSS feed and shared it on HN. [1] From the referer (sic) data in my web server logs (which is not completely reliable but s…
How do you measure the traffic coming from the RSS feeds?
Re: Publish on your own site, syndicate elsewhere
#210Because RSS readers are coming up in comments, if you are using one, which one would you recommend? For Linux AND Android?