<?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.peopleareducks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peopleareducks.com</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Wed, 19 May 2010 16:35:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installing dblatex from the latest MacPorts by Bruce</title>
		<link>http://blog.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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.peopleareducks.com/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>
	<item>
		<title>Comment on Macports, and Erlang: Setting up Emacs and your $MANPATH by tbielawa</title>
		<link>http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/comment-page-1/#comment-54</link>
		<dc:creator>tbielawa</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=101#comment-54</guid>
		<description>Bill,

In /etc/ there&#039;s another file, &quot;profile&quot;, which is executed each time a new shell is launched much like your ~/.bashrc files. Inside of /etc/profile you can see the application that runs which compiles the $*PATH variables from the /etc/*paths.d folders.

/usr/libexec/path_helper

Check out the man page for path_helper. It looks like it will only update $MANPATH with items from the manpaths.d folder if you are already updating it yourself!?

From the man page: &quot;The MANPATH environment variable will not be modified unless it is already set in the environment.&quot;

Here&#039;s my setup:

$ grep MANPATH .bash_profile
MANPATH=$MANPATH:~/share/doc/man
export MANPATH
&lt;tbielawa&gt;@(expressomaker)[~] 04:17:19
$ echo $MANPATH
/usr/share/man:/usr/local/share/man:/opt/local/lib/erlang/man:/usr/local/git/share/man:/usr/X11/share/man:/Users/tbielawa/share/doc/man</description>
		<content:encoded><![CDATA[<p>Bill,</p>
<p>In /etc/ there&#8217;s another file, &#8220;profile&#8221;, which is executed each time a new shell is launched much like your ~/.bashrc files. Inside of /etc/profile you can see the application that runs which compiles the $*PATH variables from the /etc/*paths.d folders.</p>
<p>/usr/libexec/path_helper</p>
<p>Check out the man page for path_helper. It looks like it will only update $MANPATH with items from the manpaths.d folder if you are already updating it yourself!?</p>
<p>From the man page: &#8220;The MANPATH environment variable will not be modified unless it is already set in the environment.&#8221;</p>
<p>Here&#8217;s my setup:</p>
<p>$ grep MANPATH .bash_profile<br />
MANPATH=$MANPATH:~/share/doc/man<br />
export MANPATH<br />
<tbielawa>@(expressomaker)[~] 04:17:19<br />
$ echo $MANPATH<br />
/usr/share/man:/usr/local/share/man:/opt/local/lib/erlang/man:/usr/local/git/share/man:/usr/X11/share/man:/Users/tbielawa/share/doc/man</tbielawa></p>
]]></content:encoded>
	</item>
</channel>
</rss>
