<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Be the signal &#187; Linux</title>
	<atom:link href="http://bethesignal.org/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethesignal.org</link>
	<description>where we&#039;re going, we don&#039;t need roads...</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://bethesignal.org/?pushpress=hub'/>
		<item>
		<title>How to mount a VirtualBox VDI image</title>
		<link>http://bethesignal.org/blog/2011/01/05/how-to-mount-virtualbox-vdi-image/</link>
		<comments>http://bethesignal.org/blog/2011/01/05/how-to-mount-virtualbox-vdi-image/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 10:05:04 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nbd]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1844</guid>
		<description><![CDATA[Don&#8217;t believe the hype! It is entirely possible to mount a VirtualBox VDI image, just like a loopback filesystem&#8230; all you need are the right tools and know-how. Allow me to illustrate. My apologies, that was the wrong illustration. Onward! &#8230; <a href="http://bethesignal.org/blog/2011/01/05/how-to-mount-virtualbox-vdi-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t believe the hype! It is entirely possible to mount a VirtualBox VDI image, just like a loopback filesystem&#8230; all you need are the right tools and know-how. Allow me to illustrate.</p>
<p style="text-align: center;"><a href="http://bethesignal.org/wp-content/uploads/2011/01/grant-me-your-bacon.jpg"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="size-large wp-image-1845 aligncenter" title="GRANT ME YOUR BACON" src="http://bethesignal.org/wp-content/uploads/2011/01/grant-me-your-bacon-640x615.jpg" alt="" width="640" height="615" /></a></p>
<p>My apologies, that was the wrong illustration. Onward!</p>
<p>Before we start, it should be noted that you don&#8217;t want to do this while your disk image is already in use. That is to say, if you&#8217;re running a virtualised host using this image, <a href="http://en.wiktionary.org/wiki/GTFO">GTFO</a>.</p>
<p>First, install the QEMU tools. In Ubuntu, you&#8217;ll find them in the <tt>qemu-kvm</tt> package. Whatever package your distribution ships which contains the <tt>qemu-nbd</tt> binary should be fine.</p>
<p>Load the <em>nbd</em> kernel module. Yes, I&#8217;m serious, the <em>network block device</em> module! (Note: All of the following commands require superuser permissions, so escalate your privileges in whatever way makes you most comfortable.)</p>
<pre>modprobe nbd</pre>
<p>Then run qemu-nbd, which is a user space loopback block device server for QEMU-supported disk images. Basically, it knows all about weird disk image formats, and presents them to the kernel via <em>nbd</em>, and ultimately to the rest of the system as if they were a normal disk.</p>
<pre>qemu-nbd -c /dev/nbd0 &lt;vdi-file&gt;</pre>
<p>That command will expose the entire image as a block device named <tt>/dev/nbd0</tt>, and the partitions within it as subdevices. For example, the first partition in the image will appear as <tt>/dev/nbd0p1</tt>.</p>
<p>Now you could, for instance, run cfdisk on the block device, but you will most likely want to mount an individual partition.</p>
<pre>mount /dev/nbd0p1 /mnt</pre>
<p>Gadzooks! Now you can muck around inside the filesystem to your heart&#8217;s content. Go ahead and copy stuff in or out, or if you&#8217;re feeling fruity, have some chrooty: <tt>chroot /mnt</tt>.</p>
<p>When you&#8217;re done, unmount the filesystem and shut down the qemu-nbd service.</p>
<pre>umount /mnt
qemu-nbd -d /dev/nbd0</pre>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2011/01/05/how-to-mount-virtualbox-vdi-image/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Lay your bets on the Ubuntu 10.04 LTS (lucid lynx) trend spike</title>
		<link>http://bethesignal.org/blog/2010/03/25/ubuntu-lts-lucid-lynx-trend-spike/</link>
		<comments>http://bethesignal.org/blog/2010/03/25/ubuntu-lts-lucid-lynx-trend-spike/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:58:07 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google trends]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lts]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1640</guid>
		<description><![CDATA[The Ubuntu world is gearing up for the release of Ubuntu 10.04 LTS (lucid lynx) next month, and I suspect (or at least dearly hope) Canonical is lining up the ducks for something of a marketing blitz once it lands. &#8230; <a href="http://bethesignal.org/blog/2010/03/25/ubuntu-lts-lucid-lynx-trend-spike/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Ubuntu world is gearing up for the release of Ubuntu 10.04 LTS (lucid lynx) next month, and I suspect (or at least dearly hope) Canonical is lining up the ducks for something of a marketing blitz once it lands. As always, I&#8217;ve been hugging the bleeding edge during the development period, and am enjoying <a href="#btscaveat">most*</a> of the changes. It&#8217;s shaping up to be a fantastic release, for both desktop and server.</p>
<p>A simple &#8212; and importantly, <em>public</em> &#8212; interest metric that I&#8217;ve <a href="http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/">enjoyed in the past</a> is Google Trends, and in particular, building a comparison between the major distros. It gives you a nice feel for the history of Ubuntu releases, press coverage and growing interest in the platform.</p>
<p><a href="http://trends.google.com/trends?q=fedora,%22red+hat%22|redhat|rhel,ubuntu,suse|opensuse|%22open+suse%22,debian&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=2"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1644" title="Google Distro Trends, 2010/03/25 (fixed)" src="http://bethesignal.org/wp-content/uploads/2010/03/google-distro-trends-20100325-fixed.png" alt="" width="602" height="325" /></a></p>
<p>In terms of past performance, 7.10 and 9.10 have enjoyed the biggest spikes (against background noise of the time), while 8.04 LTS and 9.10 look pretty even as the highest peaks. It&#8217;s encouraging to see that 9.10 did so well.</p>
<p>But I wonder&#8230; how &#8220;big&#8221; will the 10.04 LTS release be? How much interest will it generate? How will the search and news spikes compare to previous releases?</p>
<p>Canonical has every reason to roll out the red carpet for this release, making a big deal of the release itself (Long Term Support, headline features, new theme and branding), launching new services (such as Ubuntu Enterprise Cloud support and the Ubuntu One music store), complementary announcements from partners, etc.</p>
<p><strong>So&#8230; How big do <em>you</em> think the 10.04 LTS spike will be?</strong> Lay your bets in the comments. Just name a multiplier against the 7.04 spike &#8212; sitting at an even 2.0 on the search volume chart above &#8212; and by July we&#8217;ll see who nailed it! <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Update:</strong> Fixed the Red Hat chart, thanks to <a href="http://bethesignal.org/blog/2010/03/25/ubuntu-lts-lucid-lynx-trend-spike/#comment-4738">David in the comments</a>.</p>
<p><em><span id="btscaveat">*</span> They&#8217;re doing stupid shit with GNOME again, but they&#8217;ll grow out of the &#8220;differentiation means dicking with everything&#8221;, &#8220;design by finger-painting fiat&#8221; and &#8220;working with upstream is hard, let&#8217;s go shopping&#8221; stuff eventually. If Red Hat can see the light, surely Canonical can.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2010/03/25/ubuntu-lts-lucid-lynx-trend-spike/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>No(uveau), Mum&#8230;</title>
		<link>http://bethesignal.org/blog/2009/12/12/nouveau-mum/</link>
		<comments>http://bethesignal.org/blog/2009/12/12/nouveau-mum/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 04:29:25 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dave Airlie]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[linus torvalds]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nouveau]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1601</guid>
		<description><![CDATA[Ah, the life and times of a kernel hacker&#8230;]]></description>
			<content:encoded><![CDATA[<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1602" title="Dave Airlie, His Mum and... Linus?!" src="/wp-content/uploads/2009/12/dave-airlie-nouveau-mum.png" alt="Dave Airlie, His Mum and... Linus?!" width="472" height="347" /></p>
<p>Ah, the life and times of a kernel hacker&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2009/12/12/nouveau-mum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Distro Trends, 2009/04/23</title>
		<link>http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/</link>
		<comments>http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:23:36 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google trends]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/</guid>
		<description><![CDATA[Just mentioned it in the comments of my previous post, but it&#8217;s worth a more public reminder&#8230; That&#8217;s what I would describe as &#8220;the hopes and dreams of a generation&#8221; (of Software Freedom lovers), and is the result of fantastic &#8230; <a href="http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just <a href="http://bethesignal.org/blog/2009/04/23/ubuntu-904-branding-regression/#comment-3928">mentioned it</a> in the comments of my <a title="Ubuntu 9.04 + branding “regression”" href="http://bethesignal.org/blog/2009/04/23/ubuntu-904-branding-regression/">previous post</a>, but it&#8217;s worth a more public reminder&#8230;</p>
<p><a href="http://trends.google.com/trends?q=fedora%2Cred+hat|redhat|rhel%2Cubuntu%2Csuse|opensuse&amp;date=all&amp;geo=all&amp;ctab=0&amp;sort=2&amp;sa=N"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1502" title="Google Distro Trends, 2009/04/23" src="/wp-content/uploads/2009/04/google-distro-trends-20090423.png" alt="Google Distro Trends, 2009/04/23" width="602" height="325" /></a></p>
<p>That&#8217;s what I would describe as &#8220;the hopes and dreams of a generation&#8221; (of Software Freedom lovers), and is the result of fantastic product definition, branding, genuine user excitement, years of incredible &#8212; and largely unsung &#8212; work of thousands of Debian developers (not to mention all the upstreams)&#8230; and a pretty substantial X factor. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Update:</strong> Whenever I talk about this chart in presentations, I always follow up with another chart which puts that incredible rising line in context: Ubuntu vs. Firefox. Interestingly, that chart is looking far less impressive today than it was last year. Which is great news&#8230; The rise and rise of Ubuntu is catching up to the star power of Firefox! Wow!</p>
<p style="text-align: center;"><a href="http://trends.google.com/trends?q=ubuntu%2Cfirefox&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=2"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1506" title="Google Firefox Trends, 2009/04/23" src="/wp-content/uploads/2009/04/google-firefox-trends-20090423.png" alt="Google Firefox Trends, 2009/04/23" width="602" height="304" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2009/04/23/google-distro-trends-20090423/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Devils and Penguins</title>
		<link>http://bethesignal.org/blog/2009/03/18/devils-and-penguins/</link>
		<comments>http://bethesignal.org/blog/2009/03/18/devils-and-penguins/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:35:55 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[cancer]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[lca2009]]></category>
		<category><![CDATA[linus torvalds]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[rusty russell]]></category>
		<category><![CDATA[tasmania]]></category>
		<category><![CDATA[tasmanian devil]]></category>
		<category><![CDATA[tux]]></category>
		<category><![CDATA[tuz]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1420</guid>
		<description><![CDATA[Tux passes the baton to Tuz, the hastily-disguised Tasmanian Devil&#8230; at least for this release. Great to see one of the more high profile pledges of the madcap, ridiculous, wonderful and incredibly generous linux.conf.au 2009 auction being paid off. linux.conf.au &#8230; <a href="http://bethesignal.org/blog/2009/03/18/devils-and-penguins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8032b526d1a3bd91ad633dd3a3b5fdbc47ad54f1">Tux passes the baton to Tuz</a>, the hastily-disguised Tasmanian Devil&#8230; at least for this release. Great to see one of the more high profile pledges of the madcap, ridiculous, wonderful and incredibly generous linux.conf.au 2009 auction being paid off. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1421" title="Tuz" src="/wp-content/uploads/2009/03/tuz.png" alt="Tuz" width="163" height="123" /></p>
<pre>linux.conf.au 2009: Tuz

Impact: help prevent extinction of species

The Tasmanian Devil is a shy iconic Australian creature named for its
spine-chilling screech.  It is threatened with extinction due to a
scientifically interesting but horrific transmissible facial cancer.

This one is standing in for Tux for one release using the far less-known
Devil Facial Tux Disguise.

Save The Tasmanian Devil http://tassiedevil.com.au

Signed-off-by: Linux.conf.au Hobart Team &lt;contact@marchsouth.org&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2009/03/18/devils-and-penguins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>This is progress? (iftab vs. udev)</title>
		<link>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/</link>
		<comments>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iftab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1059</guid>
		<description><![CDATA[Apparently, the delightfully simple /etc/iftab is no longer used, replaced with the ugly and fiercely undelightful /etc/udev/rules.d/70-persistent-net.rules. See, you can even tell from the name of the file that you&#8217;re not going to like it. Surely udev could read and &#8230; <a href="http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apparently, the delightfully simple <tt>/etc/iftab</tt> is no longer used, replaced with the ugly and fiercely undelightful <tt>/etc/udev/rules.d/70-persistent-net.rules</tt>. See, you can even tell from the name of the file that you&#8217;re not going to like it.</p>
<p>Surely udev could read and do something useful with <tt>/etc/iftab</tt>, even if it only provides a fraction of the functionality? Ubuntu successfully migrates the configuration, which is plenty good, but&#8230; ew.</p>
<p>I&#8217;d kick myself for becoming a &#8220;this is progress?! in my day&#8230;&#8221; curmudgeon, but this is a matter of protecting simplicity rather than pointless defense of &#8220;the old ways&#8221;. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Here&#8217;s <tt>/etc/iftab</tt>:</p>
<pre># This file assigns persistent names to network interfaces.
# See iftab(5) for syntax.

eth0 mac 00:15:c5:4a:71:98 arp 1
eth1 mac 00:18:de:03:3e:0d arp 1</pre>
<p>While this is <tt>/etc/udev/rules.d/70-persistent-net.rules</tt>:</p>
<pre># This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.

# PCI device 0x14e4:0x1600 (tg3)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:c5:4a:71:98", ATTR{type}=="1", NAME="eth0"

# PCI device 0x8086:0x4222 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:03:3e:0d", ATTR{type}=="1", NAME="eth1"</pre>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Happiness is a warm cache</title>
		<link>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/</link>
		<comments>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 13:56:27 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nye2007]]></category>
		<category><![CDATA[sydney]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2008/01/01/happiness-is-a-warm-cache/</guid>
		<description><![CDATA[If you haven&#8217;t celebrated New Year&#8217;s in Sydney, you haven&#8217;t celebrated New Year&#8217;s&#8230; and remember, kids, 2008 is the year of Linux on the des&#8211; kidding! Happy new year! Photo courtesy SMH. Click the image for more.]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t celebrated New Year&#8217;s in Sydney, you haven&#8217;t celebrated New Year&#8217;s&#8230; and remember, kids, 2008 is the year of Linux on the des&#8211; <em>kidding!</em> <strong>Happy new year!</strong></p>
<p align="center" class="center"><a href='http://www.smh.com.au/photogallery/2007/12/31/1198949743102.html' title='Sydney 2008 Fireworks'><img src='http://perkypants.org/blog/wp-content/uploads/2008/01/sydney2008fireworks.jpg' alt='Sydney 2008 Fireworks' /></a><br />Photo courtesy <a href="http://www.smh.com.au/">SMH</a>. Click the image for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cliques, invitations and meritocracies</title>
		<link>http://bethesignal.org/blog/2007/12/13/cliques-invitations-and-meritocracies/</link>
		<comments>http://bethesignal.org/blog/2007/12/13/cliques-invitations-and-meritocracies/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 01:40:18 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[meritocracy]]></category>
		<category><![CDATA[newzealand]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2007/12/13/cliques-invitations-and-meritocracies/</guid>
		<description><![CDATA[So am I paranoid? Are invite-only events a necessary evil? Or should I let my curiousity overcome my principles? Hey, maybe one of those web 2.0 types could help me enable comments on my blog&#8230; &#8212; Rusty Russell, The foocamp &#8230; <a href="http://bethesignal.org/blog/2007/12/13/cliques-invitations-and-meritocracies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>So am I paranoid? Are invite-only events a necessary evil? Or should I let my curiousity overcome my principles? Hey, maybe one of those web 2.0 types could help me enable comments on my blog&#8230;</em> &#8212; Rusty Russell, <a href="http://ozlabs.org/~rusty/index.cgi/2007/12/13#2007-12-13">The foocamp clique?</a></p></blockquote>
<p>&#8230; so I wrote down some of my musings for Rusty in an email, but then another discussion prompted similar thoughts, so I figured I&#8217;d blog about it. Of course, I did take the opportunity to suggest that Rusty try <a href="http://wordpress.org/">WordPress</a>. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
<p>Pia and I went to <a href="http://www.baacamp.org/">baacamp</a> (ha ha, &#8220;baa&#8221;, etc.) last year, being on the O&#8217;Reilly radar through my participation in OSCON and stuff like that.</p>
<p>Although it was sponsored by O&#8217;Reilly, it was very much a Nat thing compared to the &#8220;real&#8221; O&#8217;Reilly FOOcamps. They&#8217;re all <em>very</em> skewed towards Web 2.0 people and topics, but working with a different crowd who care about Freedom in different ways is great&#8230; It resets your reality distortion field, no matter how much clarity you start with!</p>
<p>It&#8217;s easy to forget, but linux.conf.au is also very cliquey, even beyond the silly name. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>The invite-only thing is a bit weird, but if you have faith in the person doing the inviting, it&#8217;s very similar to the trust we invest in our FLOSS leaders, and the meritocracy which stems from them. For instance, Nat asks the people he invites to suggest other people, and uses that feedback very well. So, it&#8217;s like accepting or rejecting patches, and filtering good and bad contributors. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>There&#8217;s also the problem of trying to inflict ideas about Software Freedom onto other, sometimes incompatible, structures and interactions. I think there are a lot of dangers to that route &#8212; largely because I&#8217;m not a crazy libertarian or genuine anarchist &#8212; and because I think misapplication of those ideas leads to the kind of behaviours that are well described in <a href="http://www.plausiblydeniable.com/opinion/gsf.html">Geek Social Fallacies</a>.</p>
<p>Finally, foocamp inspired greatness in its bizarro mirror image arch nemesis, barcamp. I had to say arch nemesis for effect. I like the idea of conference philosophies competing with each other in some kind of comic book Dante&#8217;s Inferno thinking man&#8217;s action-comedy.</p>
<p>If baacamp didn&#8217;t conflict with linux.conf.au, we&#8217;d be there in a jiffy. I&#8217;m falling in love with New Zealand and its inhabitants. We have a lot to learn from them, but also a lot to share. Some of our NZ friends are here this week, helping us turn Australia&#8217;s OOXML vote from &#8220;abstain&#8221; to &#8220;no&#8221; &#8212; hooray! <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2007/12/13/cliques-invitations-and-meritocracies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jinxed again for 2008</title>
		<link>http://bethesignal.org/blog/2007/11/17/jinxed-again-for-2008/</link>
		<comments>http://bethesignal.org/blog/2007/11/17/jinxed-again-for-2008/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 18:07:21 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[jinxed]]></category>
		<category><![CDATA[joebrockmeier]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[zonker]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2007/11/17/jinxed-again-for-2008/</guid>
		<description><![CDATA[&#8220;No doubt you&#8217;ve heard the prediction before â€” &#8216;this is going to be the year of the Linux desktop&#8217;. At the risk of being repetitive, though, I&#8217;m going to go ahead and say it: 2008 really could be the year &#8230; <a href="http://bethesignal.org/blog/2007/11/17/jinxed-again-for-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;No doubt you&#8217;ve heard the prediction before â€” &#8216;this is going to be the year of the Linux desktop&#8217;. At the risk of being repetitive, though, I&#8217;m going to go ahead and say it: 2008 really could be the year of the Linux desktop.&#8221;</em> &#8212; Joe &#8216;Zonker&#8217; Brockmeier, <a href="http://www.linux-mag.com/id/4357">Is 2008 the Year of the Linux Desktop?</a></p>
<p align="center" class="center"><img src='http://perkypants.org/blog/wp-content/uploads/2007/11/zonker.jpg' alt='Joe â€˜Zonkerâ€™ Brockmeier' /></p>
<p>So if you&#8217;re wondering who jinxed 2008 for us, it&#8217;s this man. Zonk, it&#8217;s like I don&#8217;t even know who you are anymore! Come back to us!</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2007/11/17/jinxed-again-for-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go, SCO, go!</title>
		<link>http://bethesignal.org/blog/2007/11/15/go-sco-go/</link>
		<comments>http://bethesignal.org/blog/2007/11/15/go-sco-go/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 21:16:40 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sco]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2007/11/15/go-sco-go/</guid>
		<description><![CDATA[Seriously guys, you totally win.]]></description>
			<content:encoded><![CDATA[<p>Seriously guys, you totally win.</p>
<p class="center" align="center"><img src='http://perkypants.org/blog/wp-content/uploads/2007/11/sco-dst-patch.jpg' alt='SCO Daylight Saving Time' /></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2007/11/15/go-sco-go/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

