One of the few key features I’d like to implement on FeedSt is real-time updating feeds. Or as real-time as I can get them.
Thanks to PubSubHubbub (PSHB), this is actually going to be possible. I’ve been working with Superfeedr to make the backend work. Add Heroku into the mix, and I’m left to wonder, why there aren’t at least 10 companies doing the same thing. (Unless there are, and I just haven’t found them yet.)
Real-Time
What drives me up the wall is when I post something on this blog, and it takes about half a day to a full day before it shows up in my Google Reader.
It’s not Google Reader’s fault, exactly: They’re merely saving their resources for feeds that are more popular or more updated. It’s more of the problem with the requirement of polling of feeds.
Sidenote: And actually, if you were using a desktop feed reader (like NetNewsWire, of which the beta works with Google Reader), this isn’t a problem at all. You can personally set the time interval that the application grabs and parses the feed. Of course, there’s are plenty of Pros and Cons for going online and offline.
In my opinion, the fact that not all feeds are hit with the same time interval breaks the fair access model that the Internet has become widely known for. I will always get a kick out of the fact that you can visit google.com as easily as you can visit joshkim.org.
PSHB is the fix for this. And actually, Anil Dash talks a lot more about the Pushbutton Web, definitely worth the read.
Exciting New Technologies
They’re exciting, and they’re new. Now to make something awesome with them.