<?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 Executing Gummiworms</title>
	<atom:link href="http://russelldavis.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://russelldavis.org</link>
	<description>The trials and tribulations of a grumpy curmudgeonly old git</description>
	<lastBuildDate>Fri, 13 Apr 2012 07:24:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Setting up a VM for Raspberry Pi development using Virtualbox, Scratchbox2 &amp; qemu (Part 1) by Raspberry Pi Emulator</title>
		<link>http://russelldavis.org/2012/01/27/setting-up-a-vm-for-raspberry-pi-development-using-virtualbox-scratchbox2-qemu-part-1/#comment-576</link>
		<dc:creator>Raspberry Pi Emulator</dc:creator>
		<pubDate>Fri, 13 Apr 2012 07:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=940#comment-576</guid>
		<description>[...] You can set this up on any existing Linux install, instructions for Debian/Fedora/Ubuntu are here, you just skip part 1 of the instructions. This can also be set up under Mac OS as well.            [...]</description>
		<content:encoded><![CDATA[<p>[...] You can set this up on any existing Linux install, instructions for Debian/Fedora/Ubuntu are here, you just skip part 1 of the instructions. This can also be set up under Mac OS as well.            [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Raspberry Pi development vm version 0.2 by Raspberry Pi Emulator</title>
		<link>http://russelldavis.org/2012/01/20/new-raspberry-pi-development-vm-v0-2/#comment-575</link>
		<dc:creator>Raspberry Pi Emulator</dc:creator>
		<pubDate>Thu, 12 Apr 2012 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=829#comment-575</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtualbox VM for RaspberryPi development by Astro</title>
		<link>http://russelldavis.org/2011/09/10/virtualbox-vm-for-raspberrypi-development/#comment-574</link>
		<dc:creator>Astro</dc:creator>
		<pubDate>Thu, 12 Apr 2012 12:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=496#comment-574</guid>
		<description>Inception!

Please don&#039;t replace installable software with VM image :-)</description>
		<content:encoded><![CDATA[<p>Inception!</p>
<p>Please don&#8217;t replace installable software with VM image <img src='http://russelldavis.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtualbox VM for RaspberryPi development by Whilst you wait for your Raspberry Pi, run the software on your PC &#124; Cross Dominant</title>
		<link>http://russelldavis.org/2011/09/10/virtualbox-vm-for-raspberrypi-development/#comment-573</link>
		<dc:creator>Whilst you wait for your Raspberry Pi, run the software on your PC &#124; Cross Dominant</dc:creator>
		<pubDate>Thu, 12 Apr 2012 12:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=496#comment-573</guid>
		<description>[...] = [];}As we all patiently wait for the Raspberry Pi boards to arrive, one smart individual has built a full VM so you can try out the software in Virtualbox on your PC. I&#8217;m downloading now and will report [...]</description>
		<content:encoded><![CDATA[<p>[...] = [];}As we all patiently wait for the Raspberry Pi boards to arrive, one smart individual has built a full VM so you can try out the software in Virtualbox on your PC. I&#8217;m downloading now and will report [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to break the Internet in 10 easy steps by hoohead</title>
		<link>http://russelldavis.org/2012/02/29/how-to-break-the-internet-in-10-easy-steps/#comment-572</link>
		<dc:creator>hoohead</dc:creator>
		<pubDate>Thu, 12 Apr 2012 11:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=1511#comment-572</guid>
		<description>Raspberry Pi - most wanted in 2012</description>
		<content:encoded><![CDATA[<p>Raspberry Pi &#8211; most wanted in 2012</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an Algol68 interpreter for the Raspberry Pi or How to be a world champion procrastinator by NevilleDNZ</title>
		<link>http://russelldavis.org/2012/02/04/building-an-algol68-interpreter-for-the-raspberry-pi-or-how-to-be-a-world-champion-procrastinator/#comment-571</link>
		<dc:creator>NevilleDNZ</dc:creator>
		<pubDate>Mon, 09 Apr 2012 11:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=1463#comment-571</guid>
		<description>I hear what you are saying... rpmbuilds make me scratch my head too...

The following command should do the trick to build the full version:
DIR=$HOME/rpmbuild; mkdir -p $DIR/BUILD; rpmbuild --define &quot;_topdir $DIR&quot; --rebuild --without tiny algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.src.rpm

The following command should do the trick to build the tiny version:
DIR=$HOME/rpmbuild; mkdir -p $DIR/BUILD; rpmbuild --define &quot;_topdir $DIR&quot; --rebuild --without full algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.src.rpm

This should also built the docs, devel and test_suite RPMs

Failing all the above, you can rpm2cpio the .src.rpm, read the rpmbuild man page, and then from the source: rpmbuild --define &quot;_topdir $DIR&quot; --rebuild --without full algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.spec etc

NJoy</description>
		<content:encoded><![CDATA[<p>I hear what you are saying&#8230; rpmbuilds make me scratch my head too&#8230;</p>
<p>The following command should do the trick to build the full version:<br />
DIR=$HOME/rpmbuild; mkdir -p $DIR/BUILD; rpmbuild &#8211;define &#8220;_topdir $DIR&#8221; &#8211;rebuild &#8211;without tiny algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.src.rpm</p>
<p>The following command should do the trick to build the tiny version:<br />
DIR=$HOME/rpmbuild; mkdir -p $DIR/BUILD; rpmbuild &#8211;define &#8220;_topdir $DIR&#8221; &#8211;rebuild &#8211;without full algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.src.rpm</p>
<p>This should also built the docs, devel and test_suite RPMs</p>
<p>Failing all the above, you can rpm2cpio the .src.rpm, read the rpmbuild man page, and then from the source: rpmbuild &#8211;define &#8220;_topdir $DIR&#8221; &#8211;rebuild &#8211;without full algol68g-full-2.3.6-12a.el5+el6+fc14+fc15+fc16.spec etc</p>
<p>NJoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips for preparing an SD card for the raspberry pi on windows by Russell</title>
		<link>http://russelldavis.org/2012/02/26/tips-forpreparing-an-sd-card-for-the-raspberry-pi-on-windows/#comment-570</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Sun, 08 Apr 2012 19:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=1492#comment-570</guid>
		<description>I&#039;m very well aware of what is happening. I might not have been very clear in the post as I was typing it up quickly but the three important points are there. 1. use a usb reader/writer &amp; 2. use the sd card formatter 3. sd cards are not like magnetic media so don&#039;t use them the same way</description>
		<content:encoded><![CDATA[<p>I&#8217;m very well aware of what is happening. I might not have been very clear in the post as I was typing it up quickly but the three important points are there. 1. use a usb reader/writer &#038; 2. use the sd card formatter 3. sd cards are not like magnetic media so don&#8217;t use them the same way</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips for preparing an SD card for the raspberry pi on windows by Brian Gregory</title>
		<link>http://russelldavis.org/2012/02/26/tips-forpreparing-an-sd-card-for-the-raspberry-pi-on-windows/#comment-569</link>
		<dc:creator>Brian Gregory</dc:creator>
		<pubDate>Sun, 08 Apr 2012 19:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=1492#comment-569</guid>
		<description>I&#039;m not really arguing withany of that. It just seems like you didn&#039;t completely understand what was happening.

Certainly some very weird and confusing things happen with you take partitioned SD cards from phones and read them on a Windows PC and a proper SD formatter is pretty much the only way to get things back to a known state.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not really arguing withany of that. It just seems like you didn&#8217;t completely understand what was happening.</p>
<p>Certainly some very weird and confusing things happen with you take partitioned SD cards from phones and read them on a Windows PC and a proper SD formatter is pretty much the only way to get things back to a known state.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtualbox VM for RaspberryPi development by Russell</title>
		<link>http://russelldavis.org/2011/09/10/virtualbox-vm-for-raspberrypi-development/#comment-567</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Sun, 08 Apr 2012 17:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=496#comment-567</guid>
		<description>what is your host os? os x by any chance? and are the virtual box extensions installed?</description>
		<content:encoded><![CDATA[<p>what is your host os? os x by any chance? and are the virtual box extensions installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips for preparing an SD card for the raspberry pi on windows by Russell</title>
		<link>http://russelldavis.org/2012/02/26/tips-forpreparing-an-sd-card-for-the-raspberry-pi-on-windows/#comment-566</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Sun, 08 Apr 2012 17:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://russelldavis.org/?p=1492#comment-566</guid>
		<description>i&#039;m going from several years of empirical research (and killing many sd cards are various makes and sizes, turning them into cellphone fodder).  Using an sd card (partitioning, unpartitioning, adding, erasing data....). will leave a card in a weird state and using any other method (on windows) to completely wipe/reformate an sd card other than using the sd card formatter can (and will) leave the card in an unknown state with areas potentially blocked out. While YMMV i&#039;ve found the safest and most consistant way to prepare sd cards on windows (especially if they have been used for something else previously) is to use a usb reader/writer &amp; use the sd card formatter.</description>
		<content:encoded><![CDATA[<p>i&#8217;m going from several years of empirical research (and killing many sd cards are various makes and sizes, turning them into cellphone fodder).  Using an sd card (partitioning, unpartitioning, adding, erasing data&#8230;.). will leave a card in a weird state and using any other method (on windows) to completely wipe/reformate an sd card other than using the sd card formatter can (and will) leave the card in an unknown state with areas potentially blocked out. While YMMV i&#8217;ve found the safest and most consistant way to prepare sd cards on windows (especially if they have been used for something else previously) is to use a usb reader/writer &#038; use the sd card formatter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  russelldavis.org/comments/feed/ ) in 5.52806 seconds, on May 18th, 2012 at 6:52 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 7:52 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  russelldavis.org/comments/feed/ ) in 0.00071 seconds, on May 18th, 2012 at 7:42 pm UTC. -->
