<?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#"
	
	>
<channel>
	<title>
	Comments on: The Linux Baby Rocker	</title>
	<atom:link href="https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2009 23:19:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>
		By: HJ Hornbeck		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545904</link>

		<dc:creator><![CDATA[HJ Hornbeck]]></dc:creator>
		<pubDate>Tue, 22 Sep 2009 23:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545904</guid>

					<description><![CDATA[&lt;blockquote&gt;Looks like someone&#039;s never heard of the commands true and false, which do the obvious thing for shell programming.&lt;/blockquote&gt;

It&#039;s better to use a colon instead, to save the shell a fork:

&lt;pre&gt; while :; do # bunch of stuff &lt;/pre&gt;

&lt;i&gt;&#060;/shellgeek&#062;&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<blockquote><p>Looks like someone&#8217;s never heard of the commands true and false, which do the obvious thing for shell programming.</p></blockquote>
<p>It&#8217;s better to use a colon instead, to save the shell a fork:</p>
<pre> while :; do # bunch of stuff </pre>
<p><i>&lt;/shellgeek&gt;</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DuWayne		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545903</link>

		<dc:creator><![CDATA[DuWayne]]></dc:creator>
		<pubDate>Tue, 22 Sep 2009 18:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545903</guid>

					<description><![CDATA[Desperation breeds creative solutions...]]></description>
			<content:encoded><![CDATA[<p>Desperation breeds creative solutions&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan J		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545902</link>

		<dc:creator><![CDATA[Dan J]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545902</guid>

					<description><![CDATA[That was actually pretty sad. The only really good thing was the post-production work done on the video itself.]]></description>
			<content:encoded><![CDATA[<p>That was actually pretty sad. The only really good thing was the post-production work done on the video itself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Irene		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545901</link>

		<dc:creator><![CDATA[Irene]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545901</guid>

					<description><![CDATA[Time stamp: 8:41 PM.  He&#039;s half drunk.  ]]></description>
			<content:encoded><![CDATA[<p>Time stamp: 8:41 PM.  He&#8217;s half drunk.  </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Comrade PhysioProf		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545900</link>

		<dc:creator><![CDATA[Comrade PhysioProf]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545900</guid>

					<description><![CDATA[Who would trust the LIFE of their BABY to FREE software programmed by freaky hippy motherfuckers?]]></description>
			<content:encoded><![CDATA[<p>Who would trust the LIFE of their BABY to FREE software programmed by freaky hippy motherfuckers?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ivan		</title>
		<link>https://gregladen.com/blog/2009/09/21/the-linux-baby-rocker/#comment-545899</link>

		<dc:creator><![CDATA[Ivan]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/09/21/the-linux-baby-rocker/#comment-545899</guid>

					<description><![CDATA[Looks like someone&#039;s never heard of the commands &lt;b&gt;true&lt;/b&gt; and &lt;b&gt;false&lt;/b&gt;, which do the obvious thing for shell programming.

I.e., &lt;pre&gt;while true&lt;/pre&gt; instead of &lt;pre&gt;while [ 1 = 1 ]&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Looks like someone&#8217;s never heard of the commands <b>true</b> and <b>false</b>, which do the obvious thing for shell programming.</p>
<p>I.e., </p>
<pre>while true</pre>
<p> instead of </p>
<pre>while [ 1 = 1 ]</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
