<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tubejumper &#187; Pubsubhubbub</title>
	<atom:link href="http://www.tubejumper.com/index.php/category/pubsubhubbub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tubejumper.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Apr 2010 15:24:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.tubejumper.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Pubsubhubbub</title>
		<link>http://www.tubejumper.com/index.php/2009/09/03/pubsubhubbub/</link>
		<comments>http://www.tubejumper.com/index.php/2009/09/03/pubsubhubbub/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:08:05 +0000</pubDate>
		<dc:creator>shawn</dc:creator>
				<category><![CDATA[Pubsubhubbub]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.tubejumper.com/?p=43</guid>
		<description><![CDATA[
I have to admit the first time I heard about pubsubhubbub I was pretty skeptical.  I mean your telling me that every rss feed is going to need to change and be more active, PIPE DREAM&#8230;  Of course I failed myself by just reading the &#8220;hub bub&#8221; and not taking the time to read the actual protocol.  ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tubejumper.com/wp-content/2009/09/pubsub_125.jpg" alt="pubsubhubbub" title="pubsub_125" width="125" height="125" class="aligncenter size-full wp-image-63" /><br />
I have to admit the first time I heard about pubsubhubbub I was pretty skeptical.  I mean your telling me that every rss feed is going to need to change and be more active, PIPE DREAM&#8230;  Of course I failed myself by just reading the &#8220;hub bub&#8221; and not taking the time to read the actual protocol.  </p>
<p>My only real issue was about feeds having to be active and pinging hubs.  After reading a discussion that hubs could be designed to do a manual fetch of the feed and that it wouldn&#8217;t be against protocol.  You couldn&#8217;t take advantage of the real-time aspects but your not shut out.</p>
<p>So I spent some time looking over the spec but I never learn anything without playing around.  So on the last day of my vacation I managed to eek out some time and start playing.  First thing was to build an end point and have it email me the request as I manually subscribed to the hub at <a href="http://pubsubhubbub.appspot.com">http://pubsubhubbub.appspot.com</a>.  Next day I got the end point to respond with the right challenge phrase, and now subscriber pings were flowing.  </p>
<p>I sat on that for a bit trying to get a feel for the pings and subscribed to a few more feeds.  I think it was at this time I realized the greatest thing about pubsubhubbub, I didn&#8217;t have to build a feed engine, just a catchers mitt.  Sure for what I had in mind I&#8217;d have to slice up the &lt;item&gt; pretty deep, but I don&#8217;t have to manage a threading model to efficiently consume feeds.  Yippeeee! Awesome.</p>
<p>So now I have an end point that does about 75% of the &lt;item&gt; parsing that I want to do and 7 feeds with two of them being google shared feeds.  </p>
<p>You can take a look at a quick little reader I built at <a href="http://punchingsoup.com/#pubsubhubbub_panel">http://http://punchingsoup.com/#pubsubhubbub_panel</a>.  It&#8217;s ugly and doesn&#8217;t work quite right but it&#8217;s good enough to show.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tubejumper.com/index.php/2009/09/03/pubsubhubbub/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
