<?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"
	>
<channel>
	<title>Comments for blog.foosion.org</title>
	<atom:link href="http://blog.foosion.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.foosion.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 01 Aug 2010 03:27:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Parse HTML the Groovy way by Parsing HTML with Groovy and HTMLCleaner</title>
		<link>http://blog.foosion.org/2008/06/09/parse-html-the-groovy-way/#comment-282</link>
		<dc:creator>Parsing HTML with Groovy and HTMLCleaner</dc:creator>
		<pubDate>Wed, 12 May 2010 19:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=49#comment-282</guid>
		<description>[...] Soup has a much nicer syntax when used with Groovy, but I decided to try HTMLCleaner because it is reported to have better [...]</description>
		<content:encoded><![CDATA[<p>[...] Soup has a much nicer syntax when used with Groovy, but I decided to try HTMLCleaner because it is reported to have better [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on benchmarking ejabberd by Armando Di Cianno</title>
		<link>http://blog.foosion.org/2008/02/02/benchmarking-ejabberd/#comment-281</link>
		<dc:creator>Armando Di Cianno</dc:creator>
		<pubDate>Mon, 29 Mar 2010 16:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/2008/02/02/benchmarking-ejabberd/#comment-281</guid>
		<description>Sort of old,but @Veaceslav:

The command is more like:

&lt;code&gt;
$ for i in `seq 1 1000`; do echo $i &#38;&#38; ejabberdctl register tsung_test$i localhost tsung_test_password$i; done
&lt;/code&gt;

... where "tsung_test" and "tsung_test_password" are the stub for the user/pass combos that are created.</description>
		<content:encoded><![CDATA[<p>Sort of old,but @Veaceslav:</p>
<p>The command is more like:</p>
<p><code><br />
$ for i in `seq 1 1000`; do echo $i &amp;&amp; ejabberdctl register tsung_test$i localhost tsung_test_password$i; done<br />
</code></p>
<p>&#8230; where &#8220;tsung_test&#8221; and &#8220;tsung_test_password&#8221; are the stub for the user/pass combos that are created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenSSH Escape Characters by OpenSSH escape characters &#171; Exercising Futility</title>
		<link>http://blog.foosion.org/2008/05/10/openssh-escape-chararacters/#comment-280</link>
		<dc:creator>OpenSSH escape characters &#171; Exercising Futility</dc:creator>
		<pubDate>Mon, 04 Jan 2010 23:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/2008/05/10/openssh-escape-chararacters/#comment-280</guid>
		<description>[...] OpenSSH Escape Characters man page ssh(1) [...]</description>
		<content:encoded><![CDATA[<p>[...] OpenSSH Escape Characters man page ssh(1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on libnotify over ssh by Using irssi with libnotify over Secure Shell &#124; Jared Quinn</title>
		<link>http://blog.foosion.org/2008/02/15/libnotify-over-ssh/#comment-279</link>
		<dc:creator>Using irssi with libnotify over Secure Shell &#124; Jared Quinn</dc:creator>
		<pubDate>Sat, 14 Nov 2009 13:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/2008/02/15/libnotify-over-ssh/#comment-279</guid>
		<description>[...] this in several years.  Please submit any patches/changes as required.  You should also check out foosion&#8217;s version of [...]</description>
		<content:encoded><![CDATA[<p>[...] this in several years.  Please submit any patches/changes as required.  You should also check out foosion&#8217;s version of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse HTML the Groovy way by duckman</title>
		<link>http://blog.foosion.org/2008/06/09/parse-html-the-groovy-way/#comment-278</link>
		<dc:creator>duckman</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=49#comment-278</guid>
		<description>It appears there are even better alternatives than tagsoup, see this &lt;a href="http://www.benmccann.com/dev-blog/java-html-parsing-library-comparison/" rel="nofollow"&gt;blog post&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It appears there are even better alternatives than tagsoup, see this <a href="http://www.benmccann.com/dev-blog/java-html-parsing-library-comparison/" rel="nofollow">blog post</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse HTML the Groovy way by Ben Nadel</title>
		<link>http://blog.foosion.org/2008/06/09/parse-html-the-groovy-way/#comment-277</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=49#comment-277</guid>
		<description>I cannot for the life of me figure out how to get text nodes out of the GPathResult. I am trying to flatten the cleaned HTML back into an XHTML document string, but none of the iterators seems to include text nodes.

Any help?</description>
		<content:encoded><![CDATA[<p>I cannot for the life of me figure out how to get text nodes out of the GPathResult. I am trying to flatten the cleaned HTML back into an XHTML document string, but none of the iterators seems to include text nodes.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking lame presets by micele&#8217;s weblog &#187; Für die Audiophilen - benchmarking lame presets</title>
		<link>http://blog.foosion.org/2009/09/03/benchmarking-lame-presets/#comment-275</link>
		<dc:creator>micele&#8217;s weblog &#187; Für die Audiophilen - benchmarking lame presets</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=58#comment-275</guid>
		<description>[...] also den einen oder Anderen interessiert, was dabei herausgekommen ist, kann er sich die Ergebnisse drüben auf blog.foosion.org mal [...]</description>
		<content:encoded><![CDATA[<p>[...] also den einen oder Anderen interessiert, was dabei herausgekommen ist, kann er sich die Ergebnisse drüben auf blog.foosion.org mal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse HTML the Groovy way by Federico</title>
		<link>http://blog.foosion.org/2008/06/09/parse-html-the-groovy-way/#comment-274</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=49#comment-274</guid>
		<description>Cool! 

saved me from some bad time trying to parse a lot of ugly formatted html pages :)</description>
		<content:encoded><![CDATA[<p>Cool! </p>
<p>saved me from some bad time trying to parse a lot of ugly formatted html pages <img src='http://blog.foosion.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on benchmarking ejabberd by Veaceslav</title>
		<link>http://blog.foosion.org/2008/02/02/benchmarking-ejabberd/#comment-272</link>
		<dc:creator>Veaceslav</dc:creator>
		<pubDate>Mon, 24 Nov 2008 11:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/2008/02/02/benchmarking-ejabberd/#comment-272</guid>
		<description>But how you generate jabber users?
I was try repeated your test and and get the following error:
stats:  error_no_free_user_id</description>
		<content:encoded><![CDATA[<p>But how you generate jabber users?<br />
I was try repeated your test and and get the following error:<br />
stats:  error_no_free_user_id</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now THAT feels ever more like home&#8230; by micele</title>
		<link>http://blog.foosion.org/2008/06/18/now-that-feels-ever-more-like-home/#comment-198</link>
		<dc:creator>micele</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foosion.org/?p=52#comment-198</guid>
		<description>hrhr - 1:1 :D</description>
		<content:encoded><![CDATA[<p>hrhr - 1:1 <img src='http://blog.foosion.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
