<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Erlang tap to the Twitter stream</title>
	<atom:link href="http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/</link>
	<description>thoughts scribbles images from silicon plateau</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:28:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gdamjan</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-169</link>
		<dc:creator>gdamjan</dc:creator>
		<pubDate>Sun, 29 Aug 2010 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-169</guid>
		<description>yes</description>
		<content:encoded><![CDATA[<p>yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdamjan</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-170</link>
		<dc:creator>gdamjan</dc:creator>
		<pubDate>Sun, 29 Aug 2010 18:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-170</guid>
		<description>Well I&#039;ve seen it behave differently with the twitter stream, i.e. erlang sends me incomplete json in its chunk. This might be how Twitter sent it, or how erlang received or buffered it, so afaik it needs to be handled.</description>
		<content:encoded><![CDATA[<p>Well I&#39;ve seen it behave differently with the twitter stream, i.e. erlang sends me incomplete json in its chunk. This might be how Twitter sent it, or how erlang received or buffered it, so afaik it needs to be handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takanao Endoh </title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-157</link>
		<dc:creator>Takanao Endoh </dc:creator>
		<pubDate>Sun, 15 Aug 2010 09:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-157</guid>
		<description>Do must call inets:start() before http:request() on R13B03?</description>
		<content:encoded><![CDATA[<p>Do must call inets:start() before http:request() on R13B03?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takanao Endoh </title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-156</link>
		<dc:creator>Takanao Endoh </dc:creator>
		<pubDate>Sun, 15 Aug 2010 09:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-156</guid>
		<description>Do must call inets:start() before http:request() on R13B03?</description>
		<content:encoded><![CDATA[<p>Do must call inets:start() before http:request() on R13B03?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugg boots for sale</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-134</link>
		<dc:creator>ugg boots for sale</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-134</guid>
		<description>Surprises in everywhere,&lt;a href=&quot;http://www.louis-vuitton-outlet-store.com&quot;  rel=&quot;nofollow&quot;&gt;louis vuitton outlet&lt;/a&gt;   When you are in gray mood,&lt;a href=&quot;http://www.louis-vuitton-outlet-store.com/louis-vuitton-handbags.html&quot;  rel=&quot;nofollow&quot;&gt;louis vuitton handbags&lt;/a&gt; we saw this kind of section writing. Really juse like meeting a good teacher.And I Completely agree with the upper expert view. Nowadays I was  hesitate to buy a pair of shoes,many friends told me those site would be better.Could you give me a advise. &lt;a href=&quot;http://www.air-jordan-8.com&quot;  rel=&quot;nofollow&quot;&gt;air jordan 8&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Surprises in everywhere,<a href="http://www.louis-vuitton-outlet-store.com"  rel="nofollow">louis vuitton outlet</a>   When you are in gray mood,<a href="http://www.louis-vuitton-outlet-store.com/louis-vuitton-handbags.html"  rel="nofollow">louis vuitton handbags</a> we saw this kind of section writing. Really juse like meeting a good teacher.And I Completely agree with the upper expert view. Nowadays I was  hesitate to buy a pair of shoes,many friends told me those site would be better.Could you give me a advise. <a href="http://www.air-jordan-8.com"  rel="nofollow">air jordan 8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jebu</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-130</link>
		<dc:creator>jebu</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-130</guid>
		<description>Not if the server behaves properly and sends each chunk as a proper JSON. This is what the twitter streaming API does. So this is not an issue with the twitter stream, but yes it could be if each chunk response from the server is not a valid json chunk.</description>
		<content:encoded><![CDATA[<p>Not if the server behaves properly and sends each chunk as a proper JSON. This is what the twitter streaming API does. So this is not an issue with the twitter stream, but yes it could be if each chunk response from the server is not a valid json chunk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdamjan</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-129</link>
		<dc:creator>gdamjan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 01:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-129</guid>
		<description>There&#039;s one problem with the example above worth noting.&lt;br&gt;&lt;br&gt;The {http,{RequestId, stream, Data}}  message can be  invoked with a partial JSON item in Data too.&lt;br&gt;So, there&#039;s a need to collect Data until a rn is received (on it&#039;s own, or somewhere in the middle of Data).&lt;br&gt;&lt;br&gt;This would make the code a bit more compilcated.</description>
		<content:encoded><![CDATA[<p>There&#39;s one problem with the example above worth noting.</p>
<p>The {http,{RequestId, stream, Data}}  message can be  invoked with a partial JSON item in Data too.<br />So, there&#39;s a need to collect Data until a rn is received (on it&#39;s own, or somewhere in the middle of Data).</p>
<p>This would make the code a bit more compilcated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gucci handbags</title>
		<link>http://blog.jebu.net/2009/09/erlang-tap-to-the-twitter-stream/comment-page-1/#comment-122</link>
		<dc:creator>gucci handbags</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jebu.net/?p=84#comment-122</guid>
		<description>Mark S. is definitely on the right track. If you want to get a professional looking email address, Id recommend buying your name domain name, like or  &lt;br&gt;&lt;a href=&quot;http://www.discount-air-jordan.com/Jordan-OL-School.html&quot;  rel=&quot;nofollow&quot;&gt;Jordan OL School&lt;/a&gt;&lt;br&gt; If its common it might be difficult to get, however, be creative and you can usually find something.</description>
		<content:encoded><![CDATA[<p>Mark S. is definitely on the right track. If you want to get a professional looking email address, Id recommend buying your name domain name, like or  <br /><a href="http://www.discount-air-jordan.com/Jordan-OL-School.html"  rel="nofollow">Jordan OL School</a><br /> If its common it might be difficult to get, however, be creative and you can usually find something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
