<?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 Drinkable Chicken</title>
	<atom:link href="http://4.flowsnake.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Thu, 12 Jul 2012 09:35:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Random thoughts by Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/1162/comment-page-1#comment-1150</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Thu, 12 Jul 2012 09:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1162#comment-1150</guid>
		<description>Thanks... :) Oh, and I&#039;m not sure if I am &quot;back&quot;... I just needed a place to post stuff. :) I had a few other blogs in the meantime, but they didn&#039;t get very far.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; :) Oh, and I&#8217;m not sure if I am &#8220;back&#8221;&#8230; I just needed a place to post stuff. :) I had a few other blogs in the meantime, but they didn&#8217;t get very far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Random thoughts by Thomas Heywood</title>
		<link>http://4.flowsnake.org/archives/1162/comment-page-1#comment-1149</link>
		<dc:creator>Thomas Heywood</dc:creator>
		<pubDate>Thu, 12 Jul 2012 09:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1162#comment-1149</guid>
		<description>Logo is a dialect of Lisp and encourages good habits. The story behind Logo and the turtle is the educational model called constructionism - look it up, it&#039;s very interesting.

NetLogo is an interesting modern Logo; it&#039;s not for the iPad, but it lets you do multiagent simulations easily, such as traffic flow and ant armies. Well worth a look. http://ccl.northwestern.edu/netlogo/.

And, oh, welcome back! Missed your blogging.</description>
		<content:encoded><![CDATA[<p>Logo is a dialect of Lisp and encourages good habits. The story behind Logo and the turtle is the educational model called constructionism &#8211; look it up, it&#8217;s very interesting.</p>
<p>NetLogo is an interesting modern Logo; it&#8217;s not for the iPad, but it lets you do multiagent simulations easily, such as traffic flow and ant armies. Well worth a look. <a href="http://ccl.northwestern.edu/netlogo/" rel="nofollow">http://ccl.northwestern.edu/netlogo/</a>.</p>
<p>And, oh, welcome back! Missed your blogging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Brandon Craig Rhodes</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1143</link>
		<dc:creator>Brandon Craig Rhodes</dc:creator>
		<pubDate>Mon, 18 Jul 2011 14:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1143</guid>
		<description>Hans, I am sorry that I am seeing your question so late! Linux always boots in text mode. Distributions like Ubuntu then hide the text screen by running an X Windows server on top of the text screen; but if you disable X, then the text screen will be what you see when Ubuntu is done booting. The X windows system is started by &quot;gdm&quot; in Ubuntu, the &quot;Gnome Display Manager&quot;, which you can &quot;turn off&quot; by disabling its init script:

$ sudo update-rc.d gdm disable

On the next reboot following this command, you should be greeted by a text screen.</description>
		<content:encoded><![CDATA[<p>Hans, I am sorry that I am seeing your question so late! Linux always boots in text mode. Distributions like Ubuntu then hide the text screen by running an X Windows server on top of the text screen; but if you disable X, then the text screen will be what you see when Ubuntu is done booting. The X windows system is started by &#8220;gdm&#8221; in Ubuntu, the &#8220;Gnome Display Manager&#8221;, which you can &#8220;turn off&#8221; by disabling its init script:</p>
<p>$ sudo update-rc.d gdm disable</p>
<p>On the next reboot following this command, you should be greeted by a text screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another old, new iMac by Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/1139/comment-page-1#comment-1141</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Fri, 15 Jul 2011 08:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1139#comment-1141</guid>
		<description>I&#039;ve never had problems building Chicken on PPC. Built it before on an iBook G3 (running OS X Tiger) and an iMac G5 (running Leopard) as well, it always compiled right out of the box. This last one (Debian on G3) worked without problems as well. It&#039;s one of the reasons I reach for it on new systems, because it&#039;s reliable...

EDIT: I updated the wiki a bit, I can confirm that 4.7.0 builds OK on Linux/PPC G3. I also installed the readline and ncurses eggs with no problems.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never had problems building Chicken on PPC. Built it before on an iBook G3 (running OS X Tiger) and an iMac G5 (running Leopard) as well, it always compiled right out of the box. This last one (Debian on G3) worked without problems as well. It&#8217;s one of the reasons I reach for it on new systems, because it&#8217;s reliable&#8230;</p>
<p>EDIT: I updated the wiki a bit, I can confirm that 4.7.0 builds OK on Linux/PPC G3. I also installed the readline and ncurses eggs with no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another old, new iMac by Christian Kellermann</title>
		<link>http://4.flowsnake.org/archives/1139/comment-page-1#comment-1140</link>
		<dc:creator>Christian Kellermann</dc:creator>
		<pubDate>Fri, 15 Jul 2011 08:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1139#comment-1140</guid>
		<description>Awesome! Please report any issues you find when building chicken on ppc. Also consider updating the portability wiki page, as the ppc platform has not been used much by chicken developers. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! Please report any issues you find when building chicken on ppc. Also consider updating the portability wiki page, as the ppc platform has not been used much by chicken developers. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1133</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Sun, 03 Jul 2011 00:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1133</guid>
		<description>It does sort of work, but I don&#039;t like the large fonts... :(</description>
		<content:encoded><![CDATA[<p>It does sort of work, but I don&#8217;t like the large fonts&#8230; :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Adam</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1130</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 28 Jun 2011 18:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1130</guid>
		<description>Did you try my suggestion to get a large font in the virtual terminals? It works for me, what happens when you do it?</description>
		<content:encoded><![CDATA[<p>Did you try my suggestion to get a large font in the virtual terminals? It works for me, what happens when you do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1129</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Tue, 28 Jun 2011 13:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1129</guid>
		<description>@Joost: I tried it, but it refused to install... I booted from an external CD drive (the netbook doesn&#039;t have one) and then the installer, for some reason, refused to recognize the CD-ROM; the same CD-ROM that it was booting from. (!?) Debian did the same thing, by the way.</description>
		<content:encoded><![CDATA[<p>@Joost: I tried it, but it refused to install&#8230; I booted from an external CD drive (the netbook doesn&#8217;t have one) and then the installer, for some reason, refused to recognize the CD-ROM; the same CD-ROM that it was booting from. (!?) Debian did the same thing, by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Adam Skutt</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1128</link>
		<dc:creator>Adam Skutt</dc:creator>
		<pubDate>Tue, 28 Jun 2011 09:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1128</guid>
		<description>If you want nearly everything Ubuntu has to offer but a text mode install, either use the Ubuntu server edition, or use Debian.  Don&#039;t use Arch unless you really like partying like it&#039;s 1999... in 2011.  

The only thing Debian lacks that anyone might need is multiarch support, and unfortunately the sanest multiarch support is still provided by RedHat.</description>
		<content:encoded><![CDATA[<p>If you want nearly everything Ubuntu has to offer but a text mode install, either use the Ubuntu server edition, or use Debian.  Don&#8217;t use Arch unless you really like partying like it&#8217;s 1999&#8230; in 2011.  </p>
<p>The only thing Debian lacks that anyone might need is multiarch support, and unfortunately the sanest multiarch support is still provided by RedHat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux question, followup&#8230; by Joost</title>
		<link>http://4.flowsnake.org/archives/1118/comment-page-1#comment-1125</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Tue, 28 Jun 2011 06:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=1118#comment-1125</guid>
		<description>Had you thought about the Server edition of Ubuntu?</description>
		<content:encoded><![CDATA[<p>Had you thought about the Server edition of Ubuntu?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
