<?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 Technitribe</title>
	<atom:link href="http://blog.lnx.cx/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lnx.cx</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Mon, 31 Oct 2011 14:55:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Mac OS X 10.7 &#8211; Getting songs off an iPod by cokelabra</title>
		<link>http://blog.lnx.cx/2011/10/15/mac-os-x-10-7-getting-songs-off-an-ipod/comment-page-1/#comment-212</link>
		<dc:creator>cokelabra</dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lnx.cx/?p=165#comment-212</guid>
		<description>Thanks for the info, Ive been looking for a long time for a good replace of iPodDisk.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, Ive been looking for a long time for a good replace of iPodDisk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing dblatex from the latest MacPorts by Bruce</title>
		<link>http://blog.lnx.cx/2009/12/04/installing-dblatex-from-the-latest-macports/comment-page-1/#comment-95</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 16:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=107#comment-95</guid>
		<description>I&#039;m glad the post helped!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the post helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing dblatex from the latest MacPorts by lb</title>
		<link>http://blog.lnx.cx/2009/12/04/installing-dblatex-from-the-latest-macports/comment-page-1/#comment-85</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=107#comment-85</guid>
		<description>Actually saved my week.</description>
		<content:encoded><![CDATA[<p>Actually saved my week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on State Transition Diagram featured on blog.xmpp.org by Nÿco</title>
		<link>http://blog.lnx.cx/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/comment-page-1/#comment-73</link>
		<dc:creator>Nÿco</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=120#comment-73</guid>
		<description>Yes Tim, it is useful! That&#039;s why I&#039;ve covered it, thx very much for this.</description>
		<content:encoded><![CDATA[<p>Yes Tim, it is useful! That&#8217;s why I&#8217;ve covered it, thx very much for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macports updates their Erlang version, update your load-path&#8217;s by tbielawa</title>
		<link>http://blog.lnx.cx/2010/02/03/macports-updates-their-erlang-version/comment-page-1/#comment-72</link>
		<dc:creator>tbielawa</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=115#comment-72</guid>
		<description>Kenneth,

At the time &quot;good&quot; just meant the first thing that &lt;em&gt;looked&lt;/em&gt; good. When reading over documentation for each module I noticed where I could find an example of how to use a continuation function in Erlsom before I found the Xmerl example.

Honestly I haven&#039;t tried either module yet, though. Right now I&#039;d much rather go with something that ships with my distribution than require an external dependency in each installation.

Just before you made your comment I read Jack Moffitt&#039;s post in which he &lt;a href=&quot;http://metajack.im/2008/10/28/chunked-xml-parsing-in-erlang-with-xmerl/&quot; rel=&quot;nofollow&quot;&gt;parses a TCP stream with xmerl&lt;/a&gt;. After which I realized that that he was doing it the same way I would have in Erlsom, just with xmerl.

While I would like to pass binaries straight out of gen_tcp:recv() to the scanner, I recognize that I do not have ultra high performance needs at this time, so the conversion to strings will only be an additional operation, and in no way a game killer. I&#039;m going to give Xmerl a try.

Can you comment on the prospects of binary scanning coming to xmerl, and if there would be noticeable performance gains at this point?</description>
		<content:encoded><![CDATA[<p>Kenneth,</p>
<p>At the time &#8220;good&#8221; just meant the first thing that <em>looked</em> good. When reading over documentation for each module I noticed where I could find an example of how to use a continuation function in Erlsom before I found the Xmerl example.</p>
<p>Honestly I haven&#8217;t tried either module yet, though. Right now I&#8217;d much rather go with something that ships with my distribution than require an external dependency in each installation.</p>
<p>Just before you made your comment I read Jack Moffitt&#8217;s post in which he <a href="http://metajack.im/2008/10/28/chunked-xml-parsing-in-erlang-with-xmerl/" rel="nofollow">parses a TCP stream with xmerl</a>. After which I realized that that he was doing it the same way I would have in Erlsom, just with xmerl.</p>
<p>While I would like to pass binaries straight out of gen_tcp:recv() to the scanner, I recognize that I do not have ultra high performance needs at this time, so the conversion to strings will only be an additional operation, and in no way a game killer. I&#8217;m going to give Xmerl a try.</p>
<p>Can you comment on the prospects of binary scanning coming to xmerl, and if there would be noticeable performance gains at this point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macports updates their Erlang version, update your load-path&#8217;s by Kenneth</title>
		<link>http://blog.lnx.cx/2010/02/03/macports-updates-their-erlang-version/comment-page-1/#comment-71</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=115#comment-71</guid>
		<description>I am just curious regarding what you mean with good XML parser?
And I also wonder if you are aware of the brand new XML parser in
the xmerl application (included in the Erlang/OTP distro). The new XML parser is a sax parser with about the same speed as Erlsom. There is currently no validation but that is on its way.

/Kenneth , Erlang/OTP Ericsson</description>
		<content:encoded><![CDATA[<p>I am just curious regarding what you mean with good XML parser?<br />
And I also wonder if you are aware of the brand new XML parser in<br />
the xmerl application (included in the Erlang/OTP distro). The new XML parser is a sax parser with about the same speed as Erlsom. There is currently no validation but that is on its way.</p>
<p>/Kenneth , Erlang/OTP Ericsson</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macports, and Erlang: Setting up Emacs and your $MANPATH by Macports updates their Erlang version @ Technitribe</title>
		<link>http://blog.lnx.cx/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/comment-page-1/#comment-70</link>
		<dc:creator>Macports updates their Erlang version @ Technitribe</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=101#comment-70</guid>
		<description>[...] you fix your Emacs load-path to register the new location. (See my older post on how to initially set up Erlang and Emacs from MacPorts from [...]</description>
		<content:encoded><![CDATA[<p>[...] you fix your Emacs load-path to register the new location. (See my older post on how to initially set up Erlang and Emacs from MacPorts from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing dblatex from the latest MacPorts by tbielawa</title>
		<link>http://blog.lnx.cx/2009/12/04/installing-dblatex-from-the-latest-macports/comment-page-1/#comment-58</link>
		<dc:creator>tbielawa</dc:creator>
		<pubDate>Tue, 22 Dec 2009 18:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=107#comment-58</guid>
		<description>I&#039;m glad the post helped!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the post helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing dblatex from the latest MacPorts by Andreas</title>
		<link>http://blog.lnx.cx/2009/12/04/installing-dblatex-from-the-latest-macports/comment-page-1/#comment-57</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 22 Dec 2009 15:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=107#comment-57</guid>
		<description>Thanks, I&#039;m one of the guys who ran into this. Saved my day.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m one of the guys who ran into this. Saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macports, and Erlang: Setting up Emacs and your $MANPATH by Bill Robertson</title>
		<link>http://blog.lnx.cx/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/comment-page-1/#comment-56</link>
		<dc:creator>Bill Robertson</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=101#comment-56</guid>
		<description>Very interesting.  I&#039;ll take a look at that.  Thanks!</description>
		<content:encoded><![CDATA[<p>Very interesting.  I&#8217;ll take a look at that.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

