<?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 for blog.teemu.im</title>
	<atom:link href="http://blog.teemu.im/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teemu.im</link>
	<description>i'm teemu and this is my weblog</description>
	<lastBuildDate>Wed, 01 Jun 2011 15:00:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Generating random strings in Erlang by mike</title>
		<link>http://blog.teemu.im/2009/11/07/generating-random-strings-in-erlang/comment-page-1/#comment-1581</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=287#comment-1581</guid>
		<description>this is my version of random_string:

random_string(0)         -&gt; [];
random_string(Length) -&gt; [random_char() &#124; random_string(Length-1)].
random_char()            -&gt; random:uniform(95) + 31 .</description>
		<content:encoded><![CDATA[<p>this is my version of random_string:</p>
<p>random_string(0)         -> [];<br />
random_string(Length) -> [random_char() | random_string(Length-1)].<br />
random_char()            -> random:uniform(95) + 31 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating random strings in Erlang by Jed Olivos</title>
		<link>http://blog.teemu.im/2009/11/07/generating-random-strings-in-erlang/comment-page-1/#comment-1577</link>
		<dc:creator>Jed Olivos</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=287#comment-1577</guid>
		<description>A big thank you for your article.Much thanks again. Great.</description>
		<content:encoded><![CDATA[<p>A big thank you for your article.Much thanks again. Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting your SRV records straight for XMPP by sohbet</title>
		<link>http://blog.teemu.im/2008/12/14/setting-your-srv-records-straight-for-xmpp/comment-page-1/#comment-1574</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Mon, 21 Mar 2011 21:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=194#comment-1574</guid>
		<description>Hey! Thank you for shared. Continue sharing in this way are beautiful. A useful sharing ;)</description>
		<content:encoded><![CDATA[<p>Hey! Thank you for shared. Continue sharing in this way are beautiful. A useful sharing <img src='http://blog.teemu.im/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting your SRV records straight for XMPP by Distributed human computation; also known as &#8220;conversation&#8221; &#171; Sleepy Lemmata</title>
		<link>http://blog.teemu.im/2008/12/14/setting-your-srv-records-straight-for-xmpp/comment-page-1/#comment-1572</link>
		<dc:creator>Distributed human computation; also known as &#8220;conversation&#8221; &#171; Sleepy Lemmata</dc:creator>
		<pubDate>Thu, 03 Mar 2011 10:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=194#comment-1572</guid>
		<description>[...] I&#8217;ve since discovered that you will need to add appropriate SRV records for your domain in order to get proper communication with Google Talk. Without them, conversations [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve since discovered that you will need to add appropriate SRV records for your domain in order to get proper communication with Google Talk. Without them, conversations [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using zc.buildout in a Twisted project by Brad</title>
		<link>http://blog.teemu.im/2009/02/08/using-zcbuildout-in-a-twisted-project/comment-page-1/#comment-1571</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 10 Feb 2011 03:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=248#comment-1571</guid>
		<description>Hi, thanks for this.

Should it run OK on windows? ie creating a twistd script from buildout.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this.</p>
<p>Should it run OK on windows? ie creating a twistd script from buildout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting your SRV records straight for XMPP by Can Crusher</title>
		<link>http://blog.teemu.im/2008/12/14/setting-your-srv-records-straight-for-xmpp/comment-page-1/#comment-1566</link>
		<dc:creator>Can Crusher</dc:creator>
		<pubDate>Fri, 28 Jan 2011 05:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=194#comment-1566</guid>
		<description>&#039;~; I am very thankful to this topic because it really gives great information .`&#039;</description>
		<content:encoded><![CDATA[<p>&#8216;~; I am very thankful to this topic because it really gives great information .`&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using zc.buildout in a Twisted project by Alexander Artemenko</title>
		<link>http://blog.teemu.im/2009/02/08/using-zcbuildout-in-a-twisted-project/comment-page-1/#comment-1492</link>
		<dc:creator>Alexander Artemenko</dc:creator>
		<pubDate>Thu, 12 Aug 2010 09:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=248#comment-1492</guid>
		<description>By the way, &#039;versions&#039; section does not work without &quot;versions = versions&quot; in the main &#039;buildout&#039; section.
Also, you could enforce only pinned version, using &#039;allow-picked-versions = false&#039; in buildout section.</description>
		<content:encoded><![CDATA[<p>By the way, &#8216;versions&#8217; section does not work without &#8220;versions = versions&#8221; in the main &#8216;buildout&#8217; section.<br />
Also, you could enforce only pinned version, using &#8216;allow-picked-versions = false&#8217; in buildout section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic code reloading in Erlang by teemu</title>
		<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/comment-page-1/#comment-1482</link>
		<dc:creator>teemu</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=282#comment-1482</guid>
		<description>Hey Jason,

Yes, I use it only while developing. It makes it lot easier when after compiling the code it is automatically loaded to the e.g. server I&#039;m developing and runs tests automatically etc. I think in production systems the code upgrades should be done using the features that OTP provides. Using that you can easily fallback to previous version of code if something goes wrong.</description>
		<content:encoded><![CDATA[<p>Hey Jason,</p>
<p>Yes, I use it only while developing. It makes it lot easier when after compiling the code it is automatically loaded to the e.g. server I&#8217;m developing and runs tests automatically etc. I think in production systems the code upgrades should be done using the features that OTP provides. Using that you can easily fallback to previous version of code if something goes wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic code reloading in Erlang by Jason</title>
		<link>http://blog.teemu.im/2009/11/03/automatic-code-reloading-in-erlang/comment-page-1/#comment-1481</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 16 Feb 2010 05:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.teemu.im/?p=282#comment-1481</guid>
		<description>Hey, I stumbled upon this reloader module recently in mochiweb. But I wonder if this reloader module will cause any overload on the system. Doesn&#039;t it constantly have to monitor the beam files to check for an updation? Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hey, I stumbled upon this reloader module recently in mochiweb. But I wonder if this reloader module will cause any overload on the system. Doesn&#8217;t it constantly have to monitor the beam files to check for an updation? Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar on Nokia 770 HOWTO by Greg Waters</title>
		<link>http://blog.teemu.im/2007/08/06/google-calendar-on-nokia-770-howto/comment-page-1/#comment-1479</link>
		<dc:creator>Greg Waters</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.teemuharju.net/2007/08/06/google-calendar-on-nokia-770-howto/#comment-1479</guid>
		<description>Say what you will, Nokia are still top of their game. I&#039;d prefer a Nokia to an Iphone anyday :)</description>
		<content:encoded><![CDATA[<p>Say what you will, Nokia are still top of their game. I&#8217;d prefer a Nokia to an Iphone anyday <img src='http://blog.teemu.im/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

