Nov 25, 2022#p3
I've also been working with Dave Winer to implement rssCloud support both in the feed and in /reader.
rssCloud allows for instantaneous updates via RSS. You ping a server when your feed updates (I am pinging Andrew Shell's) and others can receive notifications of those updates. Both the live and daily feeds send pings when rebuilt so, if your feed reader supports rssCloud, you can get my posts straight away. Why wouldn't you 😊
Even bigger, /reader now supports rssCloud notifications. When I subscribe to a feed it checks for a <cloud> channel-level element and "subscribes" via the relevant server. On receipt of a notification it polls the feed and pulls in any updates straight away rather than waiting for each 6 hour refresh. How awesome is that?
Once I'm certain that my implementation is solid I can remove those feeds from the regular refreshes to reduce the load and time they take.
Dave has been a great help even when my own mistakes were stopping it all from working and it's been great to work together on this. It's really got my coding juices flowing again.