<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for DaveShuck.com</title>
	<atom:link href="http://daveshuck.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveshuck.com</link>
	<description>Programming, Outdoors, Technology, Running, and Life</description>
	<lastBuildDate>Thu, 31 May 2012 20:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Help the homeless. Scriptalizer.com is being evicted! by Kris</title>
		<link>http://daveshuck.com/2011/01/04/help-the-homeless-scriptalizer-com-is-being-evicted/#comment-277</link>
		<dc:creator><![CDATA[Kris]]></dc:creator>
		<pubDate>Thu, 31 May 2012 20:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=440#comment-277</guid>
		<description><![CDATA[Hi there, did Scriptalizer ever find a new home?]]></description>
		<content:encoded><![CDATA[<p>Hi there, did Scriptalizer ever find a new home?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing CSV files with Grails by dshuck</title>
		<link>http://daveshuck.com/2012/04/19/parsing-csv-files-with-grails/#comment-264</link>
		<dc:creator><![CDATA[dshuck]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 14:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=545#comment-264</guid>
		<description><![CDATA[No, I have only put through a few hundred lines, and given the fact that it is wrapped up in the bootstrapping, I haven&#039;t really paid attention to the speed of it.  I will keep that in mind though, thanks.]]></description>
		<content:encoded><![CDATA[<p>No, I have only put through a few hundred lines, and given the fact that it is wrapped up in the bootstrapping, I haven&#8217;t really paid attention to the speed of it.  I will keep that in mind though, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing CSV files with Grails by grybro</title>
		<link>http://daveshuck.com/2012/04/19/parsing-csv-files-with-grails/#comment-263</link>
		<dc:creator><![CDATA[grybro]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 13:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=545#comment-263</guid>
		<description><![CDATA[Have you tried doing this with 10&#039;s of thousands of lines.  I have found that after a few thousand lines it gets real slow.]]></description>
		<content:encoded><![CDATA[<p>Have you tried doing this with 10&#8242;s of thousands of lines.  I have found that after a few thousand lines it gets real slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing CSV files with Grails by Steve Good</title>
		<link>http://daveshuck.com/2012/04/19/parsing-csv-files-with-grails/#comment-261</link>
		<dc:creator><![CDATA[Steve Good]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=545#comment-261</guid>
		<description><![CDATA[Oops, left out a dot in there.

new File(&quot;grails-app/conf/code.list.csv&quot;)?.splitEachLine(&#039;,&#039;) { row -&gt; Code.findByLabel(row[1]) ?: new Code( code: row[0], label: row[1]).save(failOnError: true, flush: true) }]]></description>
		<content:encoded><![CDATA[<p>Oops, left out a dot in there.</p>
<p>new File(&#8220;grails-app/conf/code.list.csv&#8221;)?.splitEachLine(&#8216;,&#8217;) { row -&gt; Code.findByLabel(row[1]) ?: new Code( code: row[0], label: row[1]).save(failOnError: true, flush: true) }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing CSV files with Grails by Steve Good</title>
		<link>http://daveshuck.com/2012/04/19/parsing-csv-files-with-grails/#comment-260</link>
		<dc:creator><![CDATA[Steve Good]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 17:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=545#comment-260</guid>
		<description><![CDATA[Just for fun I rewrote that as one line (my perl roots are showing).

new File(&quot;grails-app/conf/code.list.csv&quot;)splitEachLine(&#039;,&#039;) { row -&gt; Code.findByLabel(row[1]) ?: new Code( code: row[0], label: row[1]).save(failOnError: true, flush: true) }]]></description>
		<content:encoded><![CDATA[<p>Just for fun I rewrote that as one line (my perl roots are showing).</p>
<p>new File(&#8220;grails-app/conf/code.list.csv&#8221;)splitEachLine(&#8216;,&#8217;) { row -&gt; Code.findByLabel(row[1]) ?: new Code( code: row[0], label: row[1]).save(failOnError: true, flush: true) }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naked Domains in Google App Engine with GoDaddy by Josvic</title>
		<link>http://daveshuck.com/2009/12/16/naked-domains-in-google-app-engine-with-godaddy/#comment-236</link>
		<dc:creator><![CDATA[Josvic]]></dc:creator>
		<pubDate>Sat, 28 Jan 2012 19:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress/?p=399#comment-236</guid>
		<description><![CDATA[Thanks a mil!]]></description>
		<content:encoded><![CDATA[<p>Thanks a mil!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 9 catch() is not thread-safe! by Nathan D</title>
		<link>http://daveshuck.com/2011/11/02/coldfusion-9-catch-is-not-thread-safe/#comment-221</link>
		<dc:creator><![CDATA[Nathan D]]></dc:creator>
		<pubDate>Wed, 14 Dec 2011 21:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=516#comment-221</guid>
		<description><![CDATA[Hmm, guess it stripped out instead of escaping the tags.  The code snippet should be: 

&lt;cfcomponent output=&quot;false&quot;&gt;
  &lt;cffunction name=&quot;makeVariable&quot;&gt;
    &lt;cfset variables.foo = &quot;I was made inside the makeVariable function on #now()#&quot; &gt;
  &lt;/cffunction&gt;
  
  &lt;cffunction name=&quot;getVariablesScope&quot;&gt;
    &lt;cfreturn variables&gt;
  &lt;/cffunction&gt;
  
  &lt;cffunction name=&quot;generateException&quot;&gt;
      &lt;cfscript&gt;
        try{
          1/0;
        }
        catch(any foo){
          variables.exceptionCalledFoo = foo;
        }
      &lt;/cfscript&gt;
  &lt;/cffunction&gt;  
&lt;/cfcomponent&gt;]]></description>
		<content:encoded><![CDATA[<p>Hmm, guess it stripped out instead of escaping the tags.  The code snippet should be: </p>
<p>&lt;cfcomponent output=&#8221;false&#8221;&gt;<br />
  &lt;cffunction name=&#8221;makeVariable&#8221;&gt;<br />
    &lt;cfset variables.foo = &#8220;I was made inside the makeVariable function on #now()#&#8221; &gt;<br />
  &lt;/cffunction&gt;</p>
<p>  &lt;cffunction name=&#8221;getVariablesScope&#8221;&gt;<br />
    &lt;cfreturn variables&gt;<br />
  &lt;/cffunction&gt;</p>
<p>  &lt;cffunction name=&#8221;generateException&#8221;&gt;<br />
      &lt;cfscript&gt;<br />
        try{<br />
          1/0;<br />
        }<br />
        catch(any foo){<br />
          variables.exceptionCalledFoo = foo;<br />
        }<br />
      &lt;/cfscript&gt;<br />
  &lt;/cffunction&gt;<br />
&lt;/cfcomponent&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 9 catch() is not thread-safe! by Nathan D</title>
		<link>http://daveshuck.com/2011/11/02/coldfusion-9-catch-is-not-thread-safe/#comment-220</link>
		<dc:creator><![CDATA[Nathan D]]></dc:creator>
		<pubDate>Wed, 14 Dec 2011 20:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=516#comment-220</guid>
		<description><![CDATA[In my quick test I was not able to have the &quot;foo&quot; variable generated by catch(any foo) actually overwrite an existing variables.foo in the same instance of the CFC - if your finding holds true, shouldn&#039;t it?  For instance, in this code if you run makeVariable, then dump, then run generateException on the same instance and then dump getVariablesScope again the original variables.foo is still there:


  
    
  
  
  
    
  
  
  
      
        try{
          1/0;
        }
        catch(any foo){
          variables.exceptionCalledFoo = foo;
        }
      
    
]]></description>
		<content:encoded><![CDATA[<p>In my quick test I was not able to have the &#8220;foo&#8221; variable generated by catch(any foo) actually overwrite an existing variables.foo in the same instance of the CFC &#8211; if your finding holds true, shouldn&#8217;t it?  For instance, in this code if you run makeVariable, then dump, then run generateException on the same instance and then dump getVariablesScope again the original variables.foo is still there:</p>
<p>        try{<br />
          1/0;<br />
        }<br />
        catch(any foo){<br />
          variables.exceptionCalledFoo = foo;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I cut the cord to subscription TV! by Chris pfeffer &#124; Easytofind</title>
		<link>http://daveshuck.com/2011/09/14/how-i-cut-the-cord-to-subscription-tv/#comment-209</link>
		<dc:creator><![CDATA[Chris pfeffer &#124; Easytofind]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://daveshuck.com/?p=505#comment-209</guid>
		<description><![CDATA[[...] How I cut the cord to subscription TV! &#171; DaveShuck.comSep 14, 2011 &#8230; chris pfeffer / Sep 15 2011 7:47 am. I agree with Charlie&#8230;If I could get my sports that are on the Big Ten Network and Fox Sports, I would dump &#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] How I cut the cord to subscription TV! &#171; DaveShuck.comSep 14, 2011 &#8230; chris pfeffer / Sep 15 2011 7:47 am. I agree with Charlie&#8230;If I could get my sports that are on the Big Ten Network and Fox Sports, I would dump &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naked Domains in Google App Engine with GoDaddy by daain</title>
		<link>http://daveshuck.com/2009/12/16/naked-domains-in-google-app-engine-with-godaddy/#comment-181</link>
		<dc:creator><![CDATA[daain]]></dc:creator>
		<pubDate>Tue, 08 Nov 2011 16:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress/?p=399#comment-181</guid>
		<description><![CDATA[Thanks a lot, really nice writeup :)

The screenshots made it super easy too!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot, really nice writeup <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The screenshots made it super easy too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

