<?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 Ellipsis</title>
	<atom:link href="http://blog.pburkholder.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pburkholder.com</link>
	<description>...</description>
	<lastBuildDate>Sat, 08 Oct 2011 04:33:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Bikes, bikes, bikes by Audel</title>
		<link>http://blog.pburkholder.com/2010/12/07/bikes-bikes-bikes/#comment-186</link>
		<dc:creator>Audel</dc:creator>
		<pubDate>Sat, 08 Oct 2011 04:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pburkholder.com/?p=4035#comment-186</guid>
		<description>Reading this makes my decisoins easier than taking candy from a baby.</description>
		<content:encoded><![CDATA[<p>Reading this makes my decisoins easier than taking candy from a baby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bikes, bikes, bikes by Anonymous</title>
		<link>http://blog.pburkholder.com/2010/12/07/bikes-bikes-bikes/#comment-48</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Mar 2011 20:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pburkholder.com/?p=4035#comment-48</guid>
		<description>I&#039;m trying to make the same decision.  Have you come to any conclusions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to make the same decision.  Have you come to any conclusions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So, you wanna be a consultant by lee Hee Hyo</title>
		<link>http://blog.pburkholder.com/2010/03/15/so-you-wanna-be-a-consultant/#comment-31</link>
		<dc:creator>lee Hee Hyo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>im planning to enroll in a short term computer programming course this school year but im afraid that my knowledge in visual basic and c++ isnt enough for a good start.</description>
		<content:encoded><![CDATA[<p>im planning to enroll in a short term computer programming course this school year but im afraid that my knowledge in visual basic and c++ isnt enough for a good start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So, you wanna be a consultant by Sweth</title>
		<link>http://blog.pburkholder.com/2010/03/15/so-you-wanna-be-a-consultant/#comment-30</link>
		<dc:creator>Sweth</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Most of the behavioral psych stuff is actually from Cialdini, Beck, and Kazdin; Gladwell was the one talking about the elements people need to be happy in their jobs.

In related news, here&#039;s a timely example of how much more people value snail mail given how rare it is these days:

http://www.sheldoncomics.com/archive/100315.html</description>
		<content:encoded><![CDATA[<p>Most of the behavioral psych stuff is actually from Cialdini, Beck, and Kazdin; Gladwell was the one talking about the elements people need to be happy in their jobs.</p>
<p>In related news, here&#8217;s a timely example of how much more people value snail mail given how rare it is these days:</p>
<p><a href="http://www.sheldoncomics.com/archive/100315.html" rel="nofollow">http://www.sheldoncomics.com/archive/100315.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache redirects with RewriteMap and RewriteCond by JT Justman</title>
		<link>http://blog.pburkholder.com/2009/07/14/apache-redirects-with-rewritemap-and-rewritecond/#comment-25</link>
		<dc:creator>JT Justman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Perfect, just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Perfect, just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bash command timeout by one further suggestion...</title>
		<link>http://blog.pburkholder.com/2009/06/22/bash-command-timeout/#comment-23</link>
		<dc:creator>one further suggestion...</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>change
    if [ $wait_status -ne 0 ]; then
to
    if [ $wait_status -eq 143 ]; then

so the $killer_pid isn&#039;t left dangling if the command exits non-zero but isn&#039;t killed.

otherwise, superb solution!</description>
		<content:encoded><![CDATA[<p>change<br />
    if [ $wait_status -ne 0 ]; then<br />
to<br />
    if [ $wait_status -eq 143 ]; then</p>
<p>so the $killer_pid isn&#8217;t left dangling if the command exits non-zero but isn&#8217;t killed.</p>
<p>otherwise, superb solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bash command timeout by very well done!</title>
		<link>http://blog.pburkholder.com/2009/06/22/bash-command-timeout/#comment-22</link>
		<dc:creator>very well done!</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>thank you very much for this extremely well written solution. exactly what I&#039;ve searched for. very clean implementation.

kudos!</description>
		<content:encoded><![CDATA[<p>thank you very much for this extremely well written solution. exactly what I&#8217;ve searched for. very clean implementation.</p>
<p>kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading to Typo 5.3 (on Dreamhost) by Peter Burkholder</title>
		<link>http://blog.pburkholder.com/2009/04/21/shiny-typo-5-3/#comment-17</link>
		<dc:creator>Peter Burkholder</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Turns out that the Textile issue is fixed in Admin, under user preferences.  Choose the simple editor instead of the rich text editor.</description>
		<content:encoded><![CDATA[<p>Turns out that the Textile issue is fixed in Admin, under user preferences.  Choose the simple editor instead of the rich text editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading to Typo 5.3 (on Dreamhost) by Peter Burkholder</title>
		<link>http://blog.pburkholder.com/2009/04/21/shiny-typo-5-3/#comment-16</link>
		<dc:creator>Peter Burkholder</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Typo 5.3 by default really screws up Textile markup, which is a huge bummer, but can&#039;t fix that tonight.  Be warned!</description>
		<content:encoded><![CDATA[<p>Typo 5.3 by default really screws up Textile markup, which is a huge bummer, but can&#8217;t fix that tonight.  Be warned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Puppet, round one by mmo</title>
		<link>http://blog.pburkholder.com/2009/02/08/puppet-round-one/#comment-14</link>
		<dc:creator>mmo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Ah the dreaded, we are too busy to get this done. Guess that&#039;s part of work/life. Sucks that you have to go without a configuration management system.</description>
		<content:encoded><![CDATA[<p>Ah the dreaded, we are too busy to get this done. Guess that&#8217;s part of work/life. Sucks that you have to go without a configuration management system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

