<?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 Eigenjoy</title>
	<atom:link href="http://eigenjoy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eigenjoy.com</link>
	<description>a programming blog</description>
	<lastBuildDate>Wed, 14 Sep 2011 21:12:34 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Desirable Properties for a Web Crawler by Nate Murray</title>
		<link>http://eigenjoy.com/2010/09/01/desirable-properties-for-a-web-crawler/comment-page-1/#comment-35872</link>
		<dc:creator>Nate Murray</dc:creator>
		<pubDate>Wed, 14 Sep 2011 21:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=247#comment-35872</guid>
		<description>We&#039;re still working on it. I recently gave a talk on how to overcome some of the challenges we faced. You can view the slides here: http://www.xcombinator.com/2011/09/14/challenges-in-large-scale-web-crawling/</description>
		<content:encoded><![CDATA[<p>We&#8217;re still working on it. I recently gave a talk on how to overcome some of the challenges we faced. You can view the slides here: <a href="http://www.xcombinator.com/2011/09/14/challenges-in-large-scale-web-crawling/" rel="nofollow">http://www.xcombinator.com/2011/09/14/challenges-in-large-scale-web-crawling/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on World&#8217;s Fastest Binary Search? by Matt Pulver</title>
		<link>http://eigenjoy.com/2011/01/21/worlds-fastest-binary-search/comment-page-1/#comment-35869</link>
		<dc:creator>Matt Pulver</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=379#comment-35869</guid>
		<description>@Chao: Thanks for that. There&#039;s also a condition in which the array index doesn&#039;t need to be checked to be in bounds every iteration. Other improvements have been made here: &lt;a href=&quot;http://www.xcombinator.com/2011/09/09/binary-search-revisited/&quot; title=&quot;Binary Search Revisited&quot; rel=&quot;nofollow&quot;&gt;Binary Search Revisited&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Chao: Thanks for that. There&#8217;s also a condition in which the array index doesn&#8217;t need to be checked to be in bounds every iteration. Other improvements have been made here: <a href="http://www.xcombinator.com/2011/09/09/binary-search-revisited/" title="Binary Search Revisited" rel="nofollow">Binary Search Revisited</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binary Search Revisited by World&#8217;s Fastest Binary Search?</title>
		<link>http://eigenjoy.com/2011/09/09/binary-search-revisited/comment-page-1/#comment-35868</link>
		<dc:creator>World&#8217;s Fastest Binary Search?</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=506#comment-35868</guid>
		<description>[...] (Edited 9 Sept 2011: A few minor improvements have been made; see the updated post instead: Binary Search Revisited.) [...]</description>
		<content:encoded><![CDATA[<p>[...] (Edited 9 Sept 2011: A few minor improvements have been made; see the updated post instead: Binary Search Revisited.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveRecord from_xml (and from_json) part 2 by ActiveRecord from_json and from_xml</title>
		<link>http://eigenjoy.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/comment-page-1/#comment-35866</link>
		<dc:creator>ActiveRecord from_json and from_xml</dc:creator>
		<pubDate>Fri, 02 Sep 2011 19:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/#comment-35866</guid>
		<description>[...] (Edited 2 Sept 2011: Please see instead the updated post here: ActiveRecord from_xml (and from_json) part 2.) [...]</description>
		<content:encoded><![CDATA[<p>[...] (Edited 2 Sept 2011: Please see instead the updated post here: ActiveRecord from_xml (and from_json) part 2.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Desirable Properties for a Web Crawler by Daniel Ellison</title>
		<link>http://eigenjoy.com/2010/09/01/desirable-properties-for-a-web-crawler/comment-page-1/#comment-35865</link>
		<dc:creator>Daniel Ellison</dc:creator>
		<pubDate>Thu, 01 Sep 2011 17:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=247#comment-35865</guid>
		<description>What became of this effort? I can find no further articles on the subject.</description>
		<content:encoded><![CDATA[<p>What became of this effort? I can find no further articles on the subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hector.rb: the pleasant JRuby Cassandra client (wraps Hector) by Sal</title>
		<link>http://eigenjoy.com/2011/08/24/hector-rb-jruby-cassandra-client-wraps-hector/comment-page-1/#comment-35863</link>
		<dc:creator>Sal</dc:creator>
		<pubDate>Sun, 28 Aug 2011 06:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=479#comment-35863</guid>
		<description>Great post, Nate. I look forward to playing with this. By the way, you mentioned integrating with cassandra_object, and I was wondering if you had looked at active_column (https://github.com/carbonfive/active_column). I think cassandra_object was one of the first active model abstractions (if not the first), but it doesn&#039;t seem to be maintained anymore. 

http://stackoverflow.com/questions/6157760/rails-orm-for-cassandra/6194084#6194084</description>
		<content:encoded><![CDATA[<p>Great post, Nate. I look forward to playing with this. By the way, you mentioned integrating with cassandra_object, and I was wondering if you had looked at active_column (<a href="https://github.com/carbonfive/active_column)" rel="nofollow">https://github.com/carbonfive/active_column)</a>. I think cassandra_object was one of the first active model abstractions (if not the first), but it doesn&#8217;t seem to be maintained anymore. </p>
<p><a href="http://stackoverflow.com/questions/6157760/rails-orm-for-cassandra/6194084#6194084" rel="nofollow">http://stackoverflow.com/questions/6157760/rails-orm-for-cassandra/6194084#6194084</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X color showing ESC[whatever for git-diff colors (and more) by Jon Erdman</title>
		<link>http://eigenjoy.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/comment-page-1/#comment-35861</link>
		<dc:creator>Jon Erdman</dc:creator>
		<pubDate>Thu, 25 Aug 2011 06:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/#comment-35861</guid>
		<description>Thanks, fixed me on Ubuntu/Debian.</description>
		<content:encoded><![CDATA[<p>Thanks, fixed me on Ubuntu/Debian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveRecord from_xml (and from_json) part 2 by Tyler Collier</title>
		<link>http://eigenjoy.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/comment-page-1/#comment-35860</link>
		<dc:creator>Tyler Collier</dc:creator>
		<pubDate>Fri, 19 Aug 2011 04:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/#comment-35860</guid>
		<description>In case it helps anyone else, I figured out how to populate the id&#039;s.  In the &quot;self.from_hash(hash)&quot; method, replace the line &quot;new h&quot; with:

inflated_object = new h
if h.key?(&#039;id&#039;)
  inflated_object.id = h[&#039;id&#039;]
end
inflated_object

It makes me kind of nervous to be messing with base behavior like this...</description>
		<content:encoded><![CDATA[<p>In case it helps anyone else, I figured out how to populate the id&#8217;s.  In the &#8220;self.from_hash(hash)&#8221; method, replace the line &#8220;new h&#8221; with:</p>
<p>inflated_object = new h<br />
if h.key?(&#8217;id&#8217;)<br />
  inflated_object.id = h['id']<br />
end<br />
inflated_object</p>
<p>It makes me kind of nervous to be messing with base behavior like this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveRecord from_xml (and from_json) part 2 by Tyler Collier</title>
		<link>http://eigenjoy.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/comment-page-1/#comment-35859</link>
		<dc:creator>Tyler Collier</dc:creator>
		<pubDate>Fri, 19 Aug 2011 00:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/#comment-35859</guid>
		<description>Matt,

When I use from_xml, I&#039;m seeing that my objects are inflated correctly, which the exception of their id, which stays nil.  Any ideas?

Ty</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>When I use from_xml, I&#8217;m seeing that my objects are inflated correctly, which the exception of their id, which stays nil.  Any ideas?</p>
<p>Ty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X color showing ESC[whatever for git-diff colors (and more) by not-just-yeti</title>
		<link>http://eigenjoy.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/comment-page-1/#comment-35858</link>
		<dc:creator>not-just-yeti</dc:creator>
		<pubDate>Sat, 13 Aug 2011 13:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/#comment-35858</guid>
		<description>Thanks, &lt;code&gt;git diff&lt;/code&gt; and &lt;code&gt;git show&lt;/code&gt; now work like a charm for me; in fact, they are positively beautiful in color.  (I&#039;d previously been kludging by using &lt;code&gt;git diff --no-color ...&lt;/code&gt;.)

Reading &lt;code&gt;less&lt;/code&gt;&#039;s man page also led me to its options &lt;code&gt;--no-init&lt;/code&gt; [leave the file on-screen after finishing, rather than restore the terminal window to its pre-&lt;code&gt;less&lt;/code&gt; state] and &lt;code&gt;--quit-if-one-screen&lt;/code&gt;, both helpful in non-&lt;code&gt;git&lt;/code&gt; contexts.  (However, &lt;code&gt;--quit-if-one-screen&lt;/code&gt; &lt;strong&gt;without&lt;/strong&gt; &lt;code&gt;--no-init&lt;/code&gt; is truly scary: it makes me think short files are entirely empty, since it immediately over-draws what it just displayed!)

Oddly:  If the environment variable &lt;code&gt;$LESS&lt;/code&gt; is entirely unset, the defaults work well (as @Lantrix suggests).  However, setting &lt;code&gt;$LESS&lt;/code&gt; to anything at all (even the empty string) suddenly yields all-options-off rather than default-options.  (I&#039;m using OS X 10.6..8, and &lt;code&gt;less --version&lt;/code&gt; reports &quot;less 418&quot;.)</description>
		<content:encoded><![CDATA[<p>Thanks, <code>git diff</code> and <code>git show</code> now work like a charm for me; in fact, they are positively beautiful in color.  (I&#8217;d previously been kludging by using <code>git diff --no-color ...</code>.)</p>
<p>Reading <code>less</code>&#8217;s man page also led me to its options <code>--no-init</code> [leave the file on-screen after finishing, rather than restore the terminal window to its pre-<code>less</code> state] and <code>--quit-if-one-screen</code>, both helpful in non-<code>git</code> contexts.  (However, <code>--quit-if-one-screen</code> <strong>without</strong> <code>--no-init</code> is truly scary: it makes me think short files are entirely empty, since it immediately over-draws what it just displayed!)</p>
<p>Oddly:  If the environment variable <code>$LESS</code> is entirely unset, the defaults work well (as @Lantrix suggests).  However, setting <code>$LESS</code> to anything at all (even the empty string) suddenly yields all-options-off rather than default-options.  (I&#8217;m using OS X 10.6..8, and <code>less --version</code> reports &#8220;less 418&#8243;.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on World&#8217;s Fastest Binary Search? by Chao Xu</title>
		<link>http://eigenjoy.com/2011/01/21/worlds-fastest-binary-search/comment-page-1/#comment-35857</link>
		<dc:creator>Chao Xu</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=379#comment-35857</guid>
		<description>This is great. It is only faster than the normal binary search with a bit more optimization:
unsigned b = (1&lt;&lt;(31-__builtin_clz(list_size-1)));
without this line, it is horribly inefficient(at least on small arrays)</description>
		<content:encoded><![CDATA[<p>This is great. It is only faster than the normal binary search with a bit more optimization:<br />
unsigned b = (1&lt;&lt;(31-__builtin_clz(list_size-1)));<br />
without this line, it is horribly inefficient(at least on small arrays)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X color showing ESC[whatever for git-diff colors (and more) by Ricardo Parada</title>
		<link>http://eigenjoy.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/comment-page-1/#comment-35856</link>
		<dc:creator>Ricardo Parada</dc:creator>
		<pubDate>Fri, 12 Aug 2011 20:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/#comment-35856</guid>
		<description>Thank you so much.  For months I struggled to get colors to display correctly in Terminal when using git.  I looked in all the wrong places and tried all kinds of things.  And your post helped me fix this problem.</description>
		<content:encoded><![CDATA[<p>Thank you so much.  For months I struggled to get colors to display correctly in Terminal when using git.  I looked in all the wrong places and tried all kinds of things.  And your post helped me fix this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chaining :include&#8217;s in Rails to reduce the number of SQL queries by Dino Reic</title>
		<link>http://eigenjoy.com/2008/04/08/chaining-includes-in-rails-to-reduce-the-number-of-sql-queries/comment-page-1/#comment-35855</link>
		<dc:creator>Dino Reic</dc:creator>
		<pubDate>Mon, 08 Aug 2011 08:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/04/08/chaining-includes-in-rails-to-reduce-the-number-of-sql-queries/#comment-35855</guid>
		<description>great, thx for the effort</description>
		<content:encoded><![CDATA[<p>great, thx for the effort</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X color showing ESC[whatever for git-diff colors (and more) by Brian Cunnie</title>
		<link>http://eigenjoy.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/comment-page-1/#comment-35854</link>
		<dc:creator>Brian Cunnie</dc:creator>
		<pubDate>Sun, 07 Aug 2011 17:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/#comment-35854</guid>
		<description>Thanks, I was having the same problem under FreeBSD.</description>
		<content:encoded><![CDATA[<p>Thanks, I was having the same problem under FreeBSD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is XOR the default way to combine hashes by Vijay Kandy</title>
		<link>http://eigenjoy.com/2011/05/04/why-is-xor-the-default-way-to-combine-hashes/comment-page-1/#comment-35853</link>
		<dc:creator>Vijay Kandy</dc:creator>
		<pubDate>Sun, 31 Jul 2011 04:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=438#comment-35853</guid>
		<description>Hi Nate,

Google brought me here, because I didn&#039;t understand the use of XOR in Ryan Moulton&#039;s article. I understand now, thanks for the explanation! 

I have a question regarding calculating the final hash. Did you try (weighted or not) adding/subtracting of bits of hash values of features as suggested in [1] instead of XORing hashes? If so, can you share your thoughts comparing both approaches? Ryan Moulton&#039;s article mentions [1] in Further Reading section. 

The reason I ask is that in my simple tests, I find XORing to combine hashes of features doesn&#039;t result in smaller Hamming distances for similar documents. 

[1] http://infolab.stanford.edu/~manku/papers/07www-duplicates.pdf

Thanks and Regards,
Vijay Kandy</description>
		<content:encoded><![CDATA[<p>Hi Nate,</p>
<p>Google brought me here, because I didn&#8217;t understand the use of XOR in Ryan Moulton&#8217;s article. I understand now, thanks for the explanation! </p>
<p>I have a question regarding calculating the final hash. Did you try (weighted or not) adding/subtracting of bits of hash values of features as suggested in [1] instead of XORing hashes? If so, can you share your thoughts comparing both approaches? Ryan Moulton&#8217;s article mentions [1] in Further Reading section. </p>
<p>The reason I ask is that in my simple tests, I find XORing to combine hashes of features doesn&#8217;t result in smaller Hamming distances for similar documents. </p>
<p>[1] <a href="http://infolab.stanford.edu/~manku/papers/07www-duplicates.pdf" rel="nofollow">http://infolab.stanford.edu/~manku/papers/07www-duplicates.pdf</a></p>
<p>Thanks and Regards,<br />
Vijay Kandy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveRecord from_xml (and from_json) part 2 by Tyler Collier</title>
		<link>http://eigenjoy.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/comment-page-1/#comment-35851</link>
		<dc:creator>Tyler Collier</dc:creator>
		<pubDate>Wed, 20 Jul 2011 00:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/08/11/activerecord-from_xml-and-from_json-part-2/#comment-35851</guid>
		<description>Note: In case it helps anyone else, be sure to use [Your class name].from_xml, and not ActiveRecord::Base.from_xml.  Took me a few minutes to figure that out.  Was getting the error: &quot;NoMethodError: undefined method `abstract_class?&#039; for Object:Class&quot;.  This was obvious from the example in the older post, but would have been nice to have here too.  Matt, for people like me, it&#039;d be great if you could update the old post with a link to this one.

Thanks for the great code!</description>
		<content:encoded><![CDATA[<p>Note: In case it helps anyone else, be sure to use [Your class name].from_xml, and not ActiveRecord::Base.from_xml.  Took me a few minutes to figure that out.  Was getting the error: &#8220;NoMethodError: undefined method `abstract_class?&#8217; for Object:Class&#8221;.  This was obvious from the example in the older post, but would have been nice to have here too.  Matt, for people like me, it&#8217;d be great if you could update the old post with a link to this one.</p>
<p>Thanks for the great code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Paging UIScrollView in Cocos2d (with previews) by Andrea</title>
		<link>http://eigenjoy.com/2010/09/08/a-paging-uiscrollview-in-cocos2d-with-previews/comment-page-1/#comment-35850</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Sun, 26 Jun 2011 16:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=300#comment-35850</guid>
		<description>Hi,
I have the same problem, a button outside the scrolling layer which can only be pressed when the layer is at the first or the last position. Federico have you managed to fix it?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have the same problem, a button outside the scrolling layer which can only be pressed when the layer is at the first or the last position. Federico have you managed to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X color showing ESC[whatever for git-diff colors (and more) by Carlo</title>
		<link>http://eigenjoy.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/comment-page-1/#comment-35847</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Mon, 30 May 2011 05:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2008/07/23/mac-os-x-color-showing-escwhatever-for-git-diff-colors-and-more/#comment-35847</guid>
		<description>Thanks, that did the trick on our Linux HPC.</description>
		<content:encoded><![CDATA[<p>Thanks, that did the trick on our Linux HPC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on a crawler using wget and xargs by Jake</title>
		<link>http://eigenjoy.com/2010/09/06/a-crawler-using-wget-and-xargs/comment-page-1/#comment-35846</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 26 May 2011 12:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=252#comment-35846</guid>
		<description>Xarg &amp; Wget stops working after about an hour

I am running your script with Cygwin on Windows XP with Dual Core and 4GB Ram
I run the script with ./crawl.sh urlfile.txt 50
I am trying to trawl through 4GB of URL

The Bash shell seems to stop after about an hour and the downloads stop even though its only 2% through the URL list

Any ideas at what could be wrong?</description>
		<content:encoded><![CDATA[<p>Xarg &amp; Wget stops working after about an hour</p>
<p>I am running your script with Cygwin on Windows XP with Dual Core and 4GB Ram<br />
I run the script with ./crawl.sh urlfile.txt 50<br />
I am trying to trawl through 4GB of URL</p>
<p>The Bash shell seems to stop after about an hour and the downloads stop even though its only 2% through the URL list</p>
<p>Any ideas at what could be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on a crawler using wget and xargs by Jake</title>
		<link>http://eigenjoy.com/2010/09/06/a-crawler-using-wget-and-xargs/comment-page-1/#comment-35845</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 25 May 2011 13:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/?p=252#comment-35845</guid>
		<description>Great Work Nate

I ran your script but Xarg &amp; Wget stops working after about an hour

I am running your script with Cygwin on Windows XP with Dual Core and 4GB Ram

I run the script with ./crawl.sh urlfile.txt 50
I am trying to trawl through 4GB of URL

The Bash shell seems to stop after about an hour and the downloads stop even though its only 2% through the URL list

Any ideas at what could be wrong?

Many Thanks</description>
		<content:encoded><![CDATA[<p>Great Work Nate</p>
<p>I ran your script but Xarg &amp; Wget stops working after about an hour</p>
<p>I am running your script with Cygwin on Windows XP with Dual Core and 4GB Ram</p>
<p>I run the script with ./crawl.sh urlfile.txt 50<br />
I am trying to trawl through 4GB of URL</p>
<p>The Bash shell seems to stop after about an hour and the downloads stop even though its only 2% through the URL list</p>
<p>Any ideas at what could be wrong?</p>
<p>Many Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

