<?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 Jacob Repp</title>
	<atom:link href="http://jrepp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrepp.com</link>
	<description>Game programming, music and life</description>
	<lastBuildDate>Thu, 06 Aug 2009 01:51:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on 3DS Model Loader Sample Updated by CentauriBoy</title>
		<link>http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/comment-page-1/#comment-36063</link>
		<dc:creator>CentauriBoy</dc:creator>
		<pubDate>Thu, 06 Aug 2009 01:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/#comment-36063</guid>
		<description>&lt;p&gt;Nice dude! Took me less than 10 minutes to update your code to XNA 3.1 and it works like a charm. =] Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice dude! Took me less than 10 minutes to update your code to XNA 3.1 and it works like a charm. =] Thank you!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Binary Tree in Ruby by proj</title>
		<link>http://jrepp.com/2008/01/07/build-a-binary-tree-in-ruby/comment-page-1/#comment-34798</link>
		<dc:creator>proj</dc:creator>
		<pubDate>Sat, 13 Jun 2009 04:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/01/07/build-a-binary-tree-in-ruby/#comment-34798</guid>
		<description>&lt;p&gt;It&#039;s more of a novelty, not sure it makes sense as a gem. There&#039;s a red-black tree on ruby-forge:&lt;/p&gt;

&lt;p&gt;http://rubyforge.org/projects/rbtree/&lt;/p&gt;

&lt;p&gt;You could also use rgraph if you want something more expressive:&lt;/p&gt;

&lt;p&gt;http://rubyforge.org/projects/rgraph/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s more of a novelty, not sure it makes sense as a gem. There&#8217;s a red-black tree on ruby-forge:</p>

<p><a href="http://rubyforge.org/projects/rbtree/" rel="nofollow">http://rubyforge.org/projects/rbtree/</a></p>

<p>You could also use rgraph if you want something more expressive:</p>

<p><a href="http://rubyforge.org/projects/rgraph/" rel="nofollow">http://rubyforge.org/projects/rgraph/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Binary Tree in Ruby by nicolas</title>
		<link>http://jrepp.com/2008/01/07/build-a-binary-tree-in-ruby/comment-page-1/#comment-34731</link>
		<dc:creator>nicolas</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/01/07/build-a-binary-tree-in-ruby/#comment-34731</guid>
		<description>&lt;p&gt;Is there any gem you&#039;d recommend for trees and the like ?
May be you could package this one as such ?&lt;/p&gt;

&lt;p&gt;cheers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there any gem you&#8217;d recommend for trees and the like ?
May be you could package this one as such ?</p>

<p>cheers</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3DS Model Loader Sample Updated by xna</title>
		<link>http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/comment-page-1/#comment-24774</link>
		<dc:creator>xna</dc:creator>
		<pubDate>Thu, 19 Feb 2009 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/#comment-24774</guid>
		<description>&lt;p&gt;Thanks a lot for your XNA samples. 
This is good work and keep on blogging.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your XNA samples. 
This is good work and keep on blogging.)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3DS Model Loader Sample Updated by hoirul</title>
		<link>http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/comment-page-1/#comment-4443</link>
		<dc:creator>hoirul</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2006/10/10/3ds-model-loader-sample-updated/#comment-4443</guid>
		<description>&lt;p&gt;Hello Mr.Jacob, thank you very much for your source code and tutorial. However when i compiled the code i found two errors?
namespace &#039;component&#039; doesnt exist?&lt;/p&gt;

&lt;p&gt;using Microsoft.Xna.Framework.Components;
private Microsoft.Xna.Framework.Components.GraphicsComponent graphics;&lt;/p&gt;

&lt;p&gt;could you give  solution for this&lt;/p&gt;

&lt;p&gt;Thank You very much Mr.Jacob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Mr.Jacob, thank you very much for your source code and tutorial. However when i compiled the code i found two errors?
namespace &#8216;component&#8217; doesnt exist?</p>

<p>using Microsoft.Xna.Framework.Components;
private Microsoft.Xna.Framework.Components.GraphicsComponent graphics;</p>

<p>could you give  solution for this</p>

<p>Thank You very much Mr.Jacob</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Huffman Compression in Ruby by Zack Fonde</title>
		<link>http://jrepp.com/2008/01/08/build-huffman-compression-in-ruby/comment-page-1/#comment-1574</link>
		<dc:creator>Zack Fonde</dc:creator>
		<pubDate>Tue, 17 Jun 2008 05:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/01/08/build-huffman-compression-in-ruby/#comment-1574</guid>
		<description>&lt;p&gt;forgot to mention....
The mainly slow part in my Lisp code is the writing of binary bytes....which I think could be improved if there is some sort of buffering where big chunks are written at once..&lt;/p&gt;

&lt;p&gt;Could this be the issue with your code?&lt;/p&gt;

&lt;p&gt;Regars&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>forgot to mention&#8230;.
The mainly slow part in my Lisp code is the writing of binary bytes&#8230;.which I think could be improved if there is some sort of buffering where big chunks are written at once..</p>

<p>Could this be the issue with your code?</p>

<p>Regars</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Huffman Compression in Ruby by Zack Fonde</title>
		<link>http://jrepp.com/2008/01/08/build-huffman-compression-in-ruby/comment-page-1/#comment-1572</link>
		<dc:creator>Zack Fonde</dc:creator>
		<pubDate>Tue, 17 Jun 2008 05:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/01/08/build-huffman-compression-in-ruby/#comment-1572</guid>
		<description>&lt;p&gt;Very interesting, I&#039;m new to Ruby and frankly it amazes me with its elegance...
I ran your code with larger text (128 KB) and it seems to go forever, now 
I had a similar issue when I wrote a huffman coding/enconding in Lisp before, I had the intention of visiting it again to improve on it but that never happened.&lt;/p&gt;

&lt;p&gt;I&#039;m wondering if you know where the bottle neck is here in your code, what could we do to improve the efficiency...I&#039;ll make this an exercise for me to learn more about Ruby, but would appreciate pointers from you also...&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very interesting, I&#8217;m new to Ruby and frankly it amazes me with its elegance&#8230;
I ran your code with larger text (128 KB) and it seems to go forever, now 
I had a similar issue when I wrote a huffman coding/enconding in Lisp before, I had the intention of visiting it again to improve on it but that never happened.</p>

<p>I&#8217;m wondering if you know where the bottle neck is here in your code, what could we do to improve the efficiency&#8230;I&#8217;ll make this an exercise for me to learn more about Ruby, but would appreciate pointers from you also&#8230;</p>

<p>Thank you</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Audio Faction by Trevor</title>
		<link>http://jrepp.com/2008/04/23/audio-faction/comment-page-1/#comment-1522</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 16 May 2008 16:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/04/23/audio-faction/#comment-1522</guid>
		<description>&lt;p&gt;One More:&lt;/p&gt;

&lt;p&gt;Grundfuttock&lt;/p&gt;

&lt;p&gt;http://www.urbandictionary.com/define.php?term=grundfuttock&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One More:</p>

<p>Grundfuttock</p>

<p><a href="http://www.urbandictionary.com/define.php?term=grundfuttock" rel="nofollow">http://www.urbandictionary.com/define.php?term=grundfuttock</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Audio Faction by Trevor</title>
		<link>http://jrepp.com/2008/04/23/audio-faction/comment-page-1/#comment-1520</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 16 May 2008 16:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/04/23/audio-faction/#comment-1520</guid>
		<description>&lt;p&gt;Names for album:&lt;/p&gt;

&lt;p&gt;ProjEcts
Deconstructing Dementia
Android(al) Apathy 
Osculating&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Names for album:</p>

<p>ProjEcts
Deconstructing Dementia
Android(al) Apathy 
Osculating</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some Studio Equipment Setup Again by LinzO</title>
		<link>http://jrepp.com/2008/03/24/some-studio-equipment-setup-again/comment-page-1/#comment-1435</link>
		<dc:creator>LinzO</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://jrepp.com/2008/03/24/some-studio-equipment-setup-again/#comment-1435</guid>
		<description>&lt;p&gt;I love this song! It was floating through my subconsious as I slept last night. Good stuff!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I love this song! It was floating through my subconsious as I slept last night. Good stuff!</p>]]></content:encoded>
	</item>
</channel>
</rss>

