<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Musings of an Anonymous Geek</title>
	
	<link>http://www.protocolostomy.com</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Sat, 28 Apr 2012 21:12:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForMusingsOfAnAnonymousGeek" /><feedburner:info uri="commentsformusingsofananonymousgeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on CodeKata 4: Data Munging by Bala</title>
		<link>http://www.protocolostomy.com/2009/12/28/codekata-4-data-munging/comment-page-1/#comment-52870</link>
		<dc:creator>Bala</dc:creator>
		<pubDate>Sat, 28 Apr 2012 21:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=682#comment-52870</guid>
		<description>It should be [1-9] instead of [1-3]

&gt;$ awk 'BEGIN {min=100000}; $1 ~ /^[1-3]/ {x[$1]=$2-$3; if (x[$1]&lt;min){ min=x[$1]; winner=$1}} END {print winner, min} ' weather.dat.dat</description>
		<content:encoded><![CDATA[<p>It should be [1-9] instead of [1-3]</p>
<p>&gt;$ awk &#8216;BEGIN {min=100000}; $1 ~ /^[1-3]/ {x[$1]=$2-$3; if (x[$1]&lt;min){ min=x[$1]; winner=$1}} END {print winner, min} &#039; weather.dat.dat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux/Unix File Copy Trick by Marcos Jacoby</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-52862</link>
		<dc:creator>Marcos Jacoby</dc:creator>
		<pubDate>Sat, 21 Apr 2012 14:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-52862</guid>
		<description>Or you try this:
       -n, --no-clobber do  not  overwrite  an  existing  file  (overrides a previous -i option)</description>
		<content:encoded><![CDATA[<p>Or you try this:<br />
       -n, &#8211;no-clobber do  not  overwrite  an  existing  file  (overrides a previous -i option)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux/Unix File Copy Trick by Marcos Jacoby</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-52861</link>
		<dc:creator>Marcos Jacoby</dc:creator>
		<pubDate>Sat, 21 Apr 2012 14:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-52861</guid>
		<description>What you would do (I think) is do cp -i --reply=no

That way, it will ask if you want to overwrite the file and automatically say "no." Check your version and give it a test run as this option will be removed very soon!</description>
		<content:encoded><![CDATA[<p>What you would do (I think) is do cp -i &#8211;reply=no</p>
<p>That way, it will ask if you want to overwrite the file and automatically say &#8220;no.&#8221; Check your version and give it a test run as this option will be removed very soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python IDE Frustration by s_48k</title>
		<link>http://www.protocolostomy.com/2010/05/13/python-ide-frustration/comment-page-2/#comment-52841</link>
		<dc:creator>s_48k</dc:creator>
		<pubDate>Mon, 09 Apr 2012 21:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=777#comment-52841</guid>
		<description>PyDev configuration in Eclipse 2 minutes. Only choose the python version. Unintiuitive??? Window -&gt; Preferences -&gt; PyDev</description>
		<content:encoded><![CDATA[<p>PyDev configuration in Eclipse 2 minutes. Only choose the python version. Unintiuitive??? Window -&gt; Preferences -&gt; PyDev</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending Alerts With Graphite Graphs From Nagios by Laser</title>
		<link>http://www.protocolostomy.com/2012/02/24/sending-alerts-with-graphite-graphs-from-nagios/comment-page-1/#comment-52836</link>
		<dc:creator>Laser</dc:creator>
		<pubDate>Fri, 06 Apr 2012 16:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=959#comment-52836</guid>
		<description>Looks great.  In our environment, the warn/crit thresholds are always changing.  Any idea how to handle this in the service check_command?</description>
		<content:encoded><![CDATA[<p>Looks great.  In our environment, the warn/crit thresholds are always changing.  Any idea how to handle this in the service check_command?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

