<?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"
	>
<channel>
	<title>Comments for Dirk.Net</title>
	<atom:link href="http://dirk.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dirk.net</link>
	<description>Ecce loco!</description>
	<pubDate>Fri, 18 May 2012 04:28:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Working with Nested Repeaters in ASP.NET by Imir</title>
		<link>http://dirk.net/2007/08/28/working-with-nested-repeaters-in-aspnet/#comment-5951</link>
		<dc:creator>Imir</dc:creator>
		<pubDate>Mon, 30 Apr 2012 11:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2007/08/28/displaying-nested-data-from-a-single-table-in-aspnet/#comment-5951</guid>
		<description>Hi Dirk, you article was a a crack man. Thanks a lot. I had been looking for a solution to this but none was helping. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Dirk, you article was a a crack man. Thanks a lot. I had been looking for a solution to this but none was helping. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL - Add a Column to All Tables in the Database Unless it Exists by Rez</title>
		<link>http://dirk.net/2011/06/12/postgresql-add-a-column-to-all-tables-in-the-database-unless-it-exists/#comment-5950</link>
		<dc:creator>Rez</dc:creator>
		<pubDate>Wed, 18 Apr 2012 08:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2011/06/12/postgresql-add-a-column-to-all-tables-in-the-database-unless-it-exists/#comment-5950</guid>
		<description>I had error executing this.
Problem was in ALTER TABLE statement.
It requires name of the table to be in quotes.

I changed EXECUTE... line into this
EXECUTE('ALTER TABLE "' &#124;&#124; result_row.table_name &#124;&#124;'" ADD COLUMN customer_id int;'); 

and it worked just fine. 
Thanks again.</description>
		<content:encoded><![CDATA[<p>I had error executing this.<br />
Problem was in ALTER TABLE statement.<br />
It requires name of the table to be in quotes.</p>
<p>I changed EXECUTE&#8230; line into this<br />
EXECUTE(&#8217;ALTER TABLE &#8220;&#8216; || result_row.table_name ||&#8217;&#8221; ADD COLUMN customer_id int;&#8217;); </p>
<p>and it worked just fine.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ruby-debug with Ruby 1.9.x and Rails 3 on RVM by postmodern</title>
		<link>http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5947</link>
		<dc:creator>postmodern</dc:creator>
		<pubDate>Thu, 05 Apr 2012 22:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2010/04/19/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5947</guid>
		<description>You can use Ruby 1.9's built-in debugger:

    require 'debug'

Or via the command-line:

    $ ruby -rdebug test.rb</description>
		<content:encoded><![CDATA[<p>You can use Ruby 1.9&#8217;s built-in debugger:</p>
<p>    require &#8216;debug&#8217;</p>
<p>Or via the command-line:</p>
<p>    $ ruby -rdebug test.rb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ruby-debug with Ruby 1.9.x and Rails 3 on RVM by Cristobal Viedma</title>
		<link>http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5945</link>
		<dc:creator>Cristobal Viedma</dc:creator>
		<pubDate>Wed, 28 Mar 2012 07:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2010/04/19/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5945</guid>
		<description>thanks for the post!
just a quicky: it's: rails server --debugger (with double dash).

took me a few minutes... ;)</description>
		<content:encoded><![CDATA[<p>thanks for the post!<br />
just a quicky: it&#8217;s: rails server &#8211;debugger (with double dash).</p>
<p>took me a few minutes&#8230; <img src='http://dirk.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on White Noise Generator for Linux by MuzSolutions</title>
		<link>http://dirk.net/2009/07/14/white-noise-generator-for-linux/#comment-5940</link>
		<dc:creator>MuzSolutions</dc:creator>
		<pubDate>Sat, 24 Mar 2012 04:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2009/07/14/white-noise-generator-for-linux/#comment-5940</guid>
		<description>fyi, this program is a lifesaver. My fiance officially loves linux simply because of this whitenoise generator and can't sleep without it. She usually uses the brownnoise option though. ;)

(if you omit the timecode (ie 60:00) and just type in "play -n synth brownnoise" it will play until you close the terminal.) 

If you use openSUSE you could install using "sudo zypper in sox".</description>
		<content:encoded><![CDATA[<p>fyi, this program is a lifesaver. My fiance officially loves linux simply because of this whitenoise generator and can&#8217;t sleep without it. She usually uses the brownnoise option though. <img src='http://dirk.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>(if you omit the timecode (ie 60:00) and just type in &#8220;play -n synth brownnoise&#8221; it will play until you close the terminal.) </p>
<p>If you use openSUSE you could install using &#8220;sudo zypper in sox&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Structure and Interpretation of Computer Programs PDF by hale metalice</title>
		<link>http://dirk.net/2007/03/06/structure-and-interpretation-of-computer-programs-pdf/#comment-5939</link>
		<dc:creator>hale metalice</dc:creator>
		<pubDate>Thu, 22 Mar 2012 21:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/?p=222#comment-5939</guid>
		<description>Glad you like it, glad to get some bloody feedback for a change : )</description>
		<content:encoded><![CDATA[<p>Glad you like it, glad to get some bloody feedback for a change : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erratic Screen Brightness with Ubuntu/Linux Mint by desatascos de tuberias en murcia</title>
		<link>http://dirk.net/2008/03/11/erratic-screen-brightness-with-ubuntulinux-mint/#comment-5854</link>
		<dc:creator>desatascos de tuberias en murcia</dc:creator>
		<pubDate>Sun, 04 Mar 2012 10:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2008/03/11/erratic-screen-brightness-with-ubuntulinux-mint/#comment-5854</guid>
		<description>I get pleasure from, cause I found exactly what I was having a look for. You've ended my 4 day lengthy hunt! God Bless you man. Have a nice day. Bye</description>
		<content:encoded><![CDATA[<p>I get pleasure from, cause I found exactly what I was having a look for. You&#8217;ve ended my 4 day lengthy hunt! God Bless you man. Have a nice day. Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ampersand &#38; the Request URL in IIS7 by bill</title>
		<link>http://dirk.net/2008/06/09/ampersand-the-request-url-in-iis7/#comment-5814</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 22 Feb 2012 00:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2008/06/09/ampersand-the-request-url-in-iis7/#comment-5814</guid>
		<description>And still a useful post all these years later!</description>
		<content:encoded><![CDATA[<p>And still a useful post all these years later!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ruby-debug with Ruby 1.9.x and Rails 3 on RVM by Brendan Boesen</title>
		<link>http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5808</link>
		<dc:creator>Brendan Boesen</dc:creator>
		<pubDate>Tue, 21 Feb 2012 07:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2010/04/19/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5808</guid>
		<description>By the way, for those copying these lines, the first dash following the colon should actually be two hyphens, i.e.:
BUNDLE_BUILD__LINECACHE19: [hyphen][hyphen] [hyphen][hyphen]with-ruby-etc.

(I pasted in two hyphens but this blog's software turns them into some funny double-width hyphen character like Word does)</description>
		<content:encoded><![CDATA[<p>By the way, for those copying these lines, the first dash following the colon should actually be two hyphens, i.e.:<br />
BUNDLE_BUILD__LINECACHE19: [hyphen][hyphen] [hyphen][hyphen]with-ruby-etc.</p>
<p>(I pasted in two hyphens but this blog&#8217;s software turns them into some funny double-width hyphen character like Word does)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ruby-debug with Ruby 1.9.x and Rails 3 on RVM by Brendan Boesen</title>
		<link>http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5807</link>
		<dc:creator>Brendan Boesen</dc:creator>
		<pubDate>Tue, 21 Feb 2012 07:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://dirk.net/2010/04/19/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/#comment-5807</guid>
		<description>Using rvm tools identifier doesn't work when you're using a gemset.  The following seems to work ok for a .bundle/config:

BUNDLE_BUILD__LINECACHE19: -- --with-ruby-include="$rvm_path/src/$(rvm tools identifier &#124; cut -d '@' -f1)"
BUNDLE_BUILD__RUBY-DEBUG-BASE19: -- --with-ruby-include="$rvm_path/src/$(rvm tools identifier &#124; cut -d '@' -f1)"</description>
		<content:encoded><![CDATA[<p>Using rvm tools identifier doesn&#8217;t work when you&#8217;re using a gemset.  The following seems to work ok for a .bundle/config:</p>
<p>BUNDLE_BUILD__LINECACHE19: &#8212; &#8211;with-ruby-include=&#8221;$rvm_path/src/$(rvm tools identifier | cut -d &#8216;@&#8217; -f1)&#8221;<br />
BUNDLE_BUILD__RUBY-DEBUG-BASE19: &#8212; &#8211;with-ruby-include=&#8221;$rvm_path/src/$(rvm tools identifier | cut -d &#8216;@&#8217; -f1)&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

