<?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 Dave Page</title>
	<atom:link href="http://chwalisz.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://chwalisz.org</link>
	<description>Stuff</description>
	<lastBuildDate>Sun, 27 Nov 2011 15:12:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on SSH public key and Bitbucket by dave</title>
		<link>http://chwalisz.org/2011/11/26/ssh-public-key/comment-page-1/#comment-3198</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 27 Nov 2011 15:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=833#comment-3198</guid>
		<description>Revelation: if they use a single ssh installation with a big &lt;code&gt;.ssh/authorized_users&lt;/code&gt; file with different users, perhaps the script which adds new users messes up. Leaves a line out, eats an EOL character, whatever. Then nothing will work. As one who has edited his share...and messed them up.</description>
		<content:encoded><![CDATA[<p>Revelation: if they use a single ssh installation with a big <code>.ssh/authorized_users</code> file with different users, perhaps the script which adds new users messes up. Leaves a line out, eats an EOL character, whatever. Then nothing will work. As one who has edited his share&#8230;and messed them up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on clip.exe by Copy Command Line Output to Windows Clipboard Directly &#8211; More Matter</title>
		<link>http://chwalisz.org/2008/03/06/clipexe/comment-page-1/#comment-3141</link>
		<dc:creator>Copy Command Line Output to Windows Clipboard Directly &#8211; More Matter</dc:creator>
		<pubDate>Sun, 25 Sep 2011 16:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/2008/03/06/clipexe/#comment-3141</guid>
		<description>[...] http://chwalisz.org/2008/03/06/clipexe/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://chwalisz.org/2008/03/06/clipexe/" rel="nofollow">http://chwalisz.org/2008/03/06/clipexe/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Purple by dave</title>
		<link>http://chwalisz.org/2011/03/20/purple/comment-page-1/#comment-3010</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 20 Mar 2011 19:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=741#comment-3010</guid>
		<description>Turns out Prince was right all along...</description>
		<content:encoded><![CDATA[<p>Turns out Prince was right all along&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osql -&gt; isql -&gt; aargh on Ubuntu by dave</title>
		<link>http://chwalisz.org/2011/03/17/osql-isql-aargh-on-ubuntu/comment-page-1/#comment-3009</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 18 Mar 2011 14:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=732#comment-3009</guid>
		<description>Kind of a hack: works on Ubuntu 10.10

&lt;code&gt;*** /usr/local/bin/osql	2011-03-15 08:32:29.000000000 -0500
--- /usr/local/bin/osql2	2011-03-18 09:28:26.000000000 -0500
***************
*** 40,47 ****
  fi
  
  # Establish ODBC prefix directory
! 
! ODBC_DIR=$(strings ${ISQL} &#124; grep ^/ &#124; grep -v elf &#124; grep -v &#039;\.so\.&#039; &#124; head -1 &#124; sed &#039;s/lib$/etc/&#039; )
  
  # N.B.  better than head(1) would be a loop to test the strings.  Since we&#039;re looking for a directory, 
  # something like this might work:
--- 40,46 ----
  fi
  
  # Establish ODBC prefix directory
! ODBC_DIR=$(ldd ${ISQL} &#124; egrep &#039;libodbc.so.[0-9]&#039;  &#124; sed -e &#039;s/(0x[0-9A-Za-z]*)//g&#039; -e &#039;s/libodbc.so.[0-9] =&gt; //&#039; -e &#039;s/libodbc.so.[0-9]//&#039; -e &#039;s/\t *//g&#039; -e &#039;s&#124;/$&#124;&#124;&#039; -e &#039;s&#124; $&#124;&#124;&#039; -e &#039;s/lib\/$/etc/&#039;  )
  
  # N.B.  better than head(1) would be a loop to test the strings.  Since we&#039;re looking for a directory, 
  # something like this might work:
 &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Kind of a hack: works on Ubuntu 10.10</p>
<p><code>*** /usr/local/bin/osql	2011-03-15 08:32:29.000000000 -0500<br />
--- /usr/local/bin/osql2	2011-03-18 09:28:26.000000000 -0500<br />
***************<br />
*** 40,47 ****<br />
  fi</p>
<p>  # Establish ODBC prefix directory<br />
!<br />
! ODBC_DIR=$(strings ${ISQL} | grep ^/ | grep -v elf | grep -v '\.so\.' | head -1 | sed 's/lib$/etc/' )</p>
<p>  # N.B.  better than head(1) would be a loop to test the strings.  Since we're looking for a directory,<br />
  # something like this might work:<br />
--- 40,46 ----<br />
  fi</p>
<p>  # Establish ODBC prefix directory<br />
! ODBC_DIR=$(ldd ${ISQL} | egrep 'libodbc.so.[0-9]'  | sed -e 's/(0x[0-9A-Za-z]*)//g' -e 's/libodbc.so.[0-9] =&gt; //' -e 's/libodbc.so.[0-9]//' -e 's/\t *//g' -e 's|/$||' -e 's| $||' -e 's/lib\/$/etc/'  )</p>
<p>  # N.B.  better than head(1) would be a loop to test the strings.  Since we're looking for a directory,<br />
  # something like this might work:<br />
 </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twins vs Seattle by dave</title>
		<link>http://chwalisz.org/2010/07/31/twins-vs-seattle/comment-page-1/#comment-3007</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 29 Nov 2010 20:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=631#comment-3007</guid>
		<description>And we know now how the rest of the season turned out. Feh.</description>
		<content:encoded><![CDATA[<p>And we know now how the rest of the season turned out. Feh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hero to Optimus S by dave</title>
		<link>http://chwalisz.org/2010/11/17/hero-to-maximus/comment-page-1/#comment-3006</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 20 Nov 2010 17:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=673#comment-3006</guid>
		<description>As of 18 Nov, 2010, the Graffiti keyboard is now available for 2.2. Nice.</description>
		<content:encoded><![CDATA[<p>As of 18 Nov, 2010, the Graffiti keyboard is now available for 2.2. Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanks 1&amp;1 Ya Dopes for not including Subversion by dave</title>
		<link>http://chwalisz.org/2008/04/24/thanks-11-ya-dopes/comment-page-1/#comment-3004</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 18 Sep 2010 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/2008/04/24/thanks-11-ya-dopes/#comment-3004</guid>
		<description>As of 9/16/2010, looks like 1&amp;1 is now including a git client in their standard package - nice for local versioning, not so nice if Wordpress does not use it - they don&#039;t.</description>
		<content:encoded><![CDATA[<p>As of 9/16/2010, looks like 1&#038;1 is now including a git client in their standard package &#8211; nice for local versioning, not so nice if WordPress does not use it &#8211; they don&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expressly Leslie for Lunch by dave</title>
		<link>http://chwalisz.org/2010/02/14/expressly-leslie-for-lunch/comment-page-1/#comment-2997</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 21 May 2010 00:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=492#comment-2997</guid>
		<description>&lt;a href=&quot;http://www.facebook.com/posted.php?id=272134314816&amp;share_id=367288869292&amp;comments=1#s367288869292&quot; rel=&quot;nofollow&quot;&gt;Response from the front&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.facebook.com/posted.php?id=272134314816&#038;share_id=367288869292&#038;comments=1#s367288869292" rel="nofollow">Response from the front</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Burnt Teapot by dave</title>
		<link>http://chwalisz.org/2010/01/09/burnt-teapot/comment-page-1/#comment-2996</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 11 Apr 2010 17:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=465#comment-2996</guid>
		<description>UPDATE: This design is flawed in all except appearance. The lid cannot be operated one-handed, and when you pour boiling water from a full pot (as when making iced tea) the water flashing behind the lid creates steam, and the pressure forces boiling water out of the spout at high speed. I have soaked a 1 foot radius pouring tea. Not good. The old Mirro never did that.</description>
		<content:encoded><![CDATA[<p>UPDATE: This design is flawed in all except appearance. The lid cannot be operated one-handed, and when you pour boiling water from a full pot (as when making iced tea) the water flashing behind the lid creates steam, and the pressure forces boiling water out of the spout at high speed. I have soaked a 1 foot radius pouring tea. Not good. The old Mirro never did that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mavica 411 by dave</title>
		<link>http://chwalisz.org/2009/05/16/mavica-411/comment-page-1/#comment-2991</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 08 Dec 2009 02:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://chwalisz.org/?p=287#comment-2991</guid>
		<description>&lt;a href=&quot;http://esupport.sony.com/US/perl/support-info.pl?&amp;info_id=12&amp;mdl=MVCFD200&quot; rel=&quot;nofollow&quot;&gt;Sony&#039;s Website&lt;/a&gt; with information on media.</description>
		<content:encoded><![CDATA[<p><a href="http://esupport.sony.com/US/perl/support-info.pl?&#038;info_id=12&#038;mdl=MVCFD200" rel="nofollow">Sony&#8217;s Website</a> with information on media.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

