<?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>Johns Blog &#187; Linux</title>
	<atom:link href="http://blogs.gnome.org/johncarr/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johncarr</link>
	<description>Making your brain invert and fall out of your ear since 2007</description>
	<lastBuildDate>Tue, 11 Aug 2009 09:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wii Guitar</title>
		<link>http://blogs.gnome.org/johncarr/2007/12/31/wii-guitar/</link>
		<comments>http://blogs.gnome.org/johncarr/2007/12/31/wii-guitar/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 11:11:49 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Guitar]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Wiimote]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=48</guid>
		<description><![CDATA[I&#8217;ve just gotten Guitar Hero 3 for Wii (despite not having a Wii). The Guitar controller connects to my wiimote, and then I can use the bluetooth built in to my laptop to play Frets on Fire with a guitar-like thing. Awesome fun, and very Linux friendly. Debian and Ubuntu users can just apt-get the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just gotten Guitar Hero 3 for Wii (despite not having a Wii). The Guitar controller connects to my wiimote, and then I can use the bluetooth built in to my laptop to play Frets on Fire with a guitar-like thing. Awesome fun, and very Linux friendly. Debian and Ubuntu users can just apt-get the cwiid driver (you need the wminput package) and use the configuration from <a href="http://ubuntuforums.org/showthread.php?t=603314&amp;page=2">here</a>:</p>
<p><code># wiiguitar profile for FOF<br />
Classic.Down=KEY_ENTER #Strum<br />
Classic.Dpad.X = ABS_X<br />
Classic.Dpad.Y = ABS_Y<br />
Classic.LStick.X = ABS_HAT0X<br />
Classic.LStick.Y = ABS_HAT0Y<br />
Classic.RStick.X = ABS_HAT1X<br />
Classic.RStick.Y = ABS_HAT1Y<br />
Classic.A = KEY_F1 #First Fret starting at top of wiiguitar<br />
Classic.B = KEY_F2 #Second Fret<br />
Classic.X = KEY_F3 #Third Fret<br />
Classic.Y = KEY_F4 #Forth Fret<br />
Classic.Minus = BTN_SELECT<br />
Classic.Plus = BTN_START<br />
Classic.Home = BTN_MODE<br />
Classic.L = BTN_TL<br />
Classic.R = BTN_TR<br />
Classic.ZL = KEY_F5 #Fifth Fret<br />
Classic.ZR = BTN_TR2</code></p>
<p>I have that saved as ~/.fof and just run sudo wminput -c ~/.fof before i start frets on fire. Fun!</p>
<p>Back to practicing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2007/12/31/wii-guitar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me? Lucky?</title>
		<link>http://blogs.gnome.org/johncarr/2007/12/29/me-lucky/</link>
		<comments>http://blogs.gnome.org/johncarr/2007/12/29/me-lucky/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 20:42:32 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[Wifi]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=47</guid>
		<description><![CDATA[I don&#8217;t know why, but I seem to be good at buying hardware that works well with Linux. My friends have (brand spanking new) PC&#8217;s that won&#8217;t even load an Ubuntu live CD, yet I have two laptops that work great, straight out of the box. Yesterday I went to Tesco and purchased myself a [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why, but I seem to be good at buying hardware that works well with Linux. My friends have (brand spanking new) PC&#8217;s that won&#8217;t even load an Ubuntu live CD, yet I have two laptops that work great, straight out of the box. Yesterday I went to <a href="http://www.tesco.com/">Tesco</a> and purchased myself a Philips SNU 5600. Just found it all alone on a shelf and a quick phone google showed it had a native driver (zd1211rw).. And there I was thinking i&#8217;d never find a USB Wifi adaptor that would just work.</p>
<p>So I went home, dug out my NSLU2 and booted it up. I run Debian on it with a 2.6.21 kernel, so all I had to do was install the firmware (apt-get install zd1211-firmware) and plug it in.</p>
<p>I had a slight moment of fear though:<br />
<code>SoftMAC: Open Authentication with XX:XX:Xx:XX:XX:XX failed, error code: 12</code></p>
<p>A bit of kernel grepping later: Turns out that error 12 is WLAN_STATUS_ASSOC_DENIED_UNSPEC, and my router was set to only let known MAC addresses connect! Doh!</p>
<p>So now I have a wireless linux box tucked away in the wardrobe, serving my OGGs to anyone of my devices thats interested&#8230; Now to setup streaming to my smartphone!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2007/12/29/me-lucky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why i use open source over microsoft</title>
		<link>http://blogs.gnome.org/johncarr/2007/12/06/why-i-use-open-source-over-microsoft/</link>
		<comments>http://blogs.gnome.org/johncarr/2007/12/06/why-i-use-open-source-over-microsoft/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:08:41 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=43</guid>
		<description><![CDATA[Just felt like sharing a quote i only read for the first time today. It sums part of my feelings up quite nicely.
&#8220;Most harmful of all is the message that Microsoft&#8217;s actions have conveyed to every enterprise with the potential to innovate in the computer industry.    Through its conduct toward Netscape, IBM, [...]]]></description>
			<content:encoded><![CDATA[<p>Just felt like sharing a quote i only read for the first time today. It sums part of my feelings up quite nicely.</p>
<p>&#8220;Most harmful of all is the message that Microsoft&#8217;s actions have conveyed to every enterprise with the potential to innovate in the computer industry.    Through its conduct toward Netscape, IBM, Compaq, Intel, and others, Microsoft    has demonstrated that it will use its prodigious market power and immense profits    to harm any firm that insists on pursuing initiatives that could intensify competition against one of Microsoft&#8217;s core products. Microsoft&#8217;s past success in hurting    such companies and stifling innovation deters investment in technologies and    businesses that exhibit the potential to threaten Microsoft. The ultimate result    is that some innovations that would truly benefit consumers never occur for    the sole reason that they do not coincide with Microsoft&#8217;s self-interest.&#8221;</p>
<ul>
<li><a href="http://www.usdoj.gov/atr/cases/f3800/msjudgex.htm">http://www.usdoj.gov/atr/cases/f3800/msjudgex.htm</a></li>
<li><a href="http://www.dcd.uscourts.gov/ms-conclusions.html">http://www.dcd.uscourts.gov/ms-conclusions.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2007/12/06/why-i-use-open-source-over-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why bash/*nix rules</title>
		<link>http://blogs.gnome.org/johncarr/2007/02/26/why-bashnix-rules/</link>
		<comments>http://blogs.gnome.org/johncarr/2007/02/26/why-bashnix-rules/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 18:43:40 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=16</guid>
		<description><![CDATA[I&#8217;ve been doing some work on getting Conduit to play nicely with the version of PyGooCanvas found on Feisty. Initially, having no experience in this area at all, it was quite a challenge. Anway, i&#8217;ve got it mostly working but the code is now littered with log messages trying to figure out why an arrow [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some work on getting Conduit to play nicely with the version of PyGooCanvas found on Feisty. Initially, having no experience in this area at all, it was quite a challenge. Anway, i&#8217;ve got it mostly working but the code is now littered with log messages trying to figure out why an arrow won&#8217;t render. It&#8217;s gotten to the point where i am going to have to try and reproduce the bug outside of conduit, to see if it is a Conduit bug or a GooCanvas bug.</p>
<p>Why does this make bash/*nix rule? Simple. I need to access a PyGooCanvas demo. I know it&#8217;s called mv-simple, but i don&#8217;t know where it is saved:</p>
<p>john@laptop:~$ locate mv-simple<br />
/home/john/Projects/pygoocanvas-0.6.0/demo/mv-simple-demo.py<br />
Not bad, but this is old hat to me these days. What i hadn&#8217;t tried before, and made me smile, was:</p>
<p>john@laptop:~$ gedit `locate mv-simple`</p>
<p>And the demo was opened unto gedit, yay! No more copy and pasting the path for me. I also found this one to be helpful&#8230; It copies the file to my desktop where I intend to abuse it until I have the same SVG rendering glitch as in Conduit&#8230;<br />
john@hx280:~$ cp `locate mv-simple` ./Desktop/</p>
<p>Unfortunately this method only opens the first thing in locates list &#8211; ideas on opening all files returned by locate welcomed <img src='http://blogs.gnome.org/johncarr/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' />  (Any xargs foo must be well explained O_O)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2007/02/26/why-bashnix-rules/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Looking back</title>
		<link>http://blogs.gnome.org/johncarr/2006/12/17/looking-back/</link>
		<comments>http://blogs.gnome.org/johncarr/2006/12/17/looking-back/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 09:43:25 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=6</guid>
		<description><![CDATA[It&#8217;s now 6 months since i switched to Linux. I don&#8217;t know the exact date, but i do remember the feeling of excitement i had from Dapper. It was such a great experience, things just worked. No faffy installers and drivers. I just plug in my camera and it appears. Sure, there are rough edges. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now 6 months since i switched to Linux. I don&#8217;t know the exact date, but i do remember the feeling of excitement i had from Dapper. It was such a great experience, things just worked. No faffy installers and drivers. I just plug in my camera and it appears. Sure, there are rough edges. But this time it was different. Everything i needed from an OS was there &#8211; and it wasn&#8217;t a pain in the butt to get working.</p>
<p>Now it&#8217;s approaching Christmas and i&#8217;m getting ready to switch from Edgy to Feisty. Who could ask for more for christmas? If you haven&#8217;t checked out the specs you should. There are some very interesting things planned for improved integration and its shaping up to be a great next step :]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2006/12/17/looking-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
