<?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>fuzzix</title>
	<atom:link href="http://blogs.linux.ie/fuzzbucket/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/fuzzbucket</link>
	<description>Tech bits, raving and foaming at the mouth</description>
	<lastBuildDate>Mon, 23 Jun 2008 11:03:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>George Carlin, Frisbeetarian, Rest on Roof&#8230;</title>
		<link>http://blogs.linux.ie/fuzzbucket/2008/06/23/george-carlin-frisbeetarian-rest-on-roof/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2008/06/23/george-carlin-frisbeetarian-rest-on-roof/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 11:03:16 +0000</pubDate>
		<dc:creator>fuzzix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/?p=264</guid>
		<description><![CDATA[You were a funny fucker, George. We both know there&#8217;s no afterlife and I&#8217;m talking to nobody here but rest in peace&#8230; or in chaos, as may be your preference.
]]></description>
			<content:encoded><![CDATA[<p>You were a funny fucker, George. We both know there&#8217;s no afterlife and I&#8217;m talking to nobody here but rest in peace&#8230; or in chaos, as may be your preference.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2008/06/23/george-carlin-frisbeetarian-rest-on-roof/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Sit in confused silence cats&#8221;&#8230;</title>
		<link>http://blogs.linux.ie/fuzzbucket/2008/06/16/sit-in-confused-silence-cats/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2008/06/16/sit-in-confused-silence-cats/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 00:45:11 +0000</pubDate>
		<dc:creator>fuzzix</dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/?p=261</guid>
		<description><![CDATA[Because &#8220;lolcats&#8221; is a misnomer. I mentioned before my lack of affinity for this particular corner of predictable web culture &#8211; the cat, the poorly spelt caption &#8211; I&#8217;m not seeing the gag.
My good buddy Hr. Flemming and I have since put this down to the reduced novelty seeking associated with infection with the brain [...]]]></description>
			<content:encoded><![CDATA[<p>Because &#8220;lolcats&#8221; is a misnomer. I <a href="http://blogs.linux.ie/fuzzbucket/2007/09/15/hmm-havent-posted-in-a-while/">mentioned before</a> my lack of affinity for this particular corner of predictable web culture &#8211; the cat, the poorly spelt caption &#8211; I&#8217;m not seeing the gag.</p>
<p>My good buddy <a href="http://flimflam.dk">Hr. Flemming</a> and I have since put this down to the reduced novelty seeking associated with infection with the brain parasite <a href="http://en.wikipedia.org/wiki/Toxoplasmosis">toxoplasmosis</a>, common among people owned by cats who demand they have a clean box to drop chud in.</p>
<p>If anybody has a competing theory I&#8217;m all ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2008/06/16/sit-in-confused-silence-cats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxying Icecast through Apache2 &#8211; another mini-HOWTO</title>
		<link>http://blogs.linux.ie/fuzzbucket/2008/04/12/proxying-icecast-through-apache2-another-mini-howto/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2008/04/12/proxying-icecast-through-apache2-another-mini-howto/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 21:37:20 +0000</pubDate>
		<dc:creator>fuzzix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2008/04/12/proxying-icecast-through-apache2-another-mini-howto/</guid>
		<description><![CDATA[I thought I&#8217;d write this up as I didn&#8217;t find it all the required info written down in one place when I was trying to do this myself. I wrote earlier on configuring Icecast. One concern when setting up a streaming media service is opening additional ports on a server &#8211; you may be unwilling [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write this up as I didn&#8217;t find it all the required info written down in one place when I was trying to do this myself. I wrote earlier on <a href="http://blogs.linux.ie/fuzzbucket/2006/01/23/streaming-audio-on-gnulinux-the-miniest-howto/">configuring Icecast</a>. One concern when setting up a streaming media service is opening additional ports on a server &#8211; you may be unwilling or unable to do so for various reasons. If you already have Apache running you can use its proxying functionality to create a VirtualHost making Icecast available as part of your existing web services. An advantage of this is it also makes your streams potentially more available to people who use web proxies.</p>
<p>There are a couple of methods of configuring proxying. One is to use mod_rewrite &#8211; according to my reading this led to as issue where connections to the Icecast server were never closed once opened so available slots would quickly fill up even after people had stopped listening. This makes the preferable method mod_proxy/mod_proxy_http (these will need to be enabled in your Apache2 installation. Add a VirtualHost as follows:</p>
<p><code>&lt;VirtualHost&nbsp;*:80&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ServerAdmin&nbsp;stream@example.org<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ServerName&nbsp;stream.example.org</code></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SetEnv&nbsp;downgrade-1.0&nbsp;1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SetEnv&nbsp;force-response-1.0&nbsp;1</code></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ProxyRequests&nbsp;Off</code></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ProxyPass&nbsp;/&nbsp;http://localhost:8000/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ProxyPassReverse&nbsp;/&nbsp;http://localhost:8000/</code></p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Location&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order&nbsp;allow,deny<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow&nbsp;from&nbsp;all<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Location&gt;<br />
&lt;/VirtualHost&gt;</code></p>
<p>Some notes: This config assumes your streaming server runs on port 8000 on the same host as Apache. </p>
<p>ProxyPass maps your subdomain name to your internal server. ProxyPassReverse adjusts URLs provided in HTTP redirects to prevent bypassing of the proxy.</p>
<p>Those SetEnv directives force the proxy to use HTTP 1.0 both ways rather than 1.1. Icecast uses HTTP 1.0 and there are known problems with proxying it over HTTP 1.1 such as track metadata being misinterpreted as part of the stream&#8217;s audio and causing interference.</p>
<p>The ProxyRequests Off line prevents your apache install being used as a standard forwarding proxy. This would probably be a bad thing if allowed.</p>
<p>The Location block sets access controls to the proxy. You can fine tune who gets to access the stream by domain or IP block. In its current state all are allowed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2008/04/12/proxying-icecast-through-apache2-another-mini-howto/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A Guide to Building a Portable Cygwin</title>
		<link>http://blogs.linux.ie/fuzzbucket/2008/02/23/cygwin/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2008/02/23/cygwin/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 04:09:47 +0000</pubDate>
		<dc:creator>fuzzix</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2008/02/23/cygwin/</guid>
		<description><![CDATA[




A Unix box ;-)


I picked up one of those snazzy (ignoring reports of dodgy firmware bricking players) Creative Zen portable media players lately (more on that elsewhere) so that left the old 512MB iPod Shuffle without function&#8230; or so I thought. I&#8217;ve been playing around a bit lately with making a portable Cygwin install and [...]]]></description>
			<content:encoded><![CDATA[<table align="right">
<tr>
<td><img src="http://homepage.eircom.net/~wastedyouth/unixbox.jpg" /></td>
</tr>
<tr>
<td align="center"><em>A Unix box ;-)</em></td>
</tr>
</table>
<p>I picked up one of those snazzy (ignoring reports of dodgy firmware bricking players) Creative Zen portable media players lately (more on that elsewhere) so that left the old 512MB iPod Shuffle without function&#8230; or so I thought. I&#8217;ve been playing around a bit lately with making a portable <a href="http://cygwin.com/">Cygwin</a> install and the old shuffle might just be an ideal medium for it &#8211; a Unix-style shell in your pocket for when you&#8217;re given no choice but to use Windows. I&#8217;m writing this as I put it together so hopefully there&#8217;ll be enough detail in here to take you through from start to finish. Most of the information here was collected from around the web, hassling the folks on #linux and a little experience using Cygwin day to day &#8211; there&#8217;s nothing new here but I don&#8217;t think the info&#8217;s ever been gathered in one place before.</p>
<table align="left">
<tr>
<td><a href="http://homepage.eircom.net/~wastedyouth/cmd.png"><img src="http://homepage.eircom.net/~wastedyouth/cmd_thm.png" /></a></td>
</tr>
<tr>
<td align="center"><em>Windows CMD shell &#8211; click for larger version</em></td>
</tr>
</table>
<p>Right, first things first, delete everything on your iPod (OK, you don&#8217;t need to do this but you&#8217;ll need about 70MB for a base install &#8211; I recommend at least 512MB. Remember, your home directory will be on the portable disk too and you&#8217;ll probably want to install more tools as you use Cygwin more, eg; ssh with rxvt is a nice alternative to <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>.)</p>
<p>Start by downloading the Cygwin installer (usually found <a href="http://cygwin.com/setup.exe">here</a>) to your portable disk. We&#8217;ll be able to use this to update Cygwin from any machine later on. For now we&#8217;ll use it to install the base system. Launch the installer (Note: You&#8217;ll need internet access for this part). Click next to move on from the about screen and select the following options on the next screens:</p>
<p>For &#8220;Choose A Download Source&#8221; select &#8220;Install From Internet&#8221; -&gt; Next</p>
<p>For &#8220;Root Directory&#8221; enter &#8220;E:\cygwin&#8221; where E: is the drive letter your portable disk is mounted on. Select &#8220;Just Me&#8221; and &#8220;Unix / binary&#8221; (Unix format text files are better for configs &#8211; some apps might have issues with DOS format configs) -&gt; Next</p>
<p>For &#8220;Local Package Directory&#8221; you might like to choose a directory on the portable disk &#8211; this is useful if you have no write access to other disks on the machine but uses a lot of space so is not ideal for a small disk. I chose to cache packages in &#8220;C:\pkg&#8221; but where they go isn&#8217;t that important. -&gt; Next</p>
<p>For &#8220;Select Your Internet Connection&#8221; it might be best to select &#8220;Use IE5 Settings&#8221; if you&#8217;re unsure about your network parameters. If you know better, configure appropriately&#8230; -&gt; Next</p>
<p>For &#8220;Available Download Sites&#8221; try to select a mirror geographically close to you. For Ireland that means something on esat.net or heanet.ie. Again, if you&#8217;re unsure of your network settings it&#8217;s probably safer to choose a http source rather than ftp. -&gt; Next</p>
<p>For &#8220;Select Packages&#8221; the base install is already selected so just click Next here. Nothing to do now but wait for the install to complete.</p>
<p>When it&#8217;s done it&#8217;s probably best not to create icons on the start menu or desktop&#8230; -&gt; Finish.</p>
<p>We now have a base Cygwin install. Time to make it portable. Create a plain text file named &#8220;cygwin.bat&#8221; in the root directory of your portable disk and insert the following into the file (notepad will do):</p>
<p><code>for /F %%A in ('cd') do set WD=%%A<br />
set path=%WD%cygwin\bin;%WD%cygwin\usr\X11R6\bin;%path%<br />
set SHELL=/bin/bash<br />
set CYGWIN=codepage:437<br />
set HOME=/home/fuzzix<br />
cygwin\bin\mount -bfu %WD%cygwin/ /<br />
cygwin\bin\mount -bfu %WD%cygwin\bin /usr/bin<br />
cygwin\bin\mount -bfu %WD%cygwin\lib /usr/lib<br />
cygwin\bin\bash --login -i</code></p>
<p>The first line in the file establishes the working directory so we can deal with whatever drive letter Windows assigns your portable disk. Then we set the path and some other environment variables, create a few mount points and finally run the shell. You should set &#8220;HOME&#8221; to whatever directory inside your Cygwin install you want to use as a home directory.  You might notice some X11 elements in the path &#8211; we&#8217;ll talk about that a little later&#8230;</p>
<table align="right">
<tr>
<td><a href="http://homepage.eircom.net/~wastedyouth/rxvt.png"><img src="http://homepage.eircom.net/~wastedyouth/rxvt_thm.png" /></a></td>
</tr>
<tr>
<td align="center"><em>rxvt shell &#8211; click for larger version</em></td>
</tr>
</table>
<p>By default Cygwin uses Windows&#8217; own Command Prompt window. This has several shortcomings including lack of a full screen mode and limited character/ANSI support. There&#8217;s an alternative available in the form of <a href="http://www.rxvt.org/">rxvt</a>. Cygwin provides a Win32 native build of this which is a breeze to set up. To begin run setup.exe again&#8230;</p>
<p>The installer should remember your selections from last time you ran it so you can proceed straight to the &#8220;Select Packages&#8221; screen. Click the &#8220;View&#8221; button once to get a full package view. Scroll down to rxvt in the Package column (it might be best to maximise the window for this). A few columns to the left of Package you should see the word &#8220;Skip&#8221;. Click this once to install the latest available version (&#8220;Skip&#8221; should change to something like &#8220;20050409-7&#8243;). Click &#8220;Next&#8221; to install rxvt. I wish the Cygwin installer would remember that I don&#8217;t want to create desktop/start menu icons but it doesn&#8217;t&#8230;</p>
<p>Before I paste the rxvt batch file I&#8217;ll explain a little something about its character support&#8230; it&#8217;s limited. Some apps (such as the Midnight Commander file manager) relying on &#8220;box drawing&#8221; characters . There&#8217;s a font called <a href="http://home.online.no/~aageli/luconP.ttf">Lucida ConsoleP</a> which, when installed on the host machine, can help mitigate this. The problem is, no way exists (that I know of &#8211; I&#8217;d love to hear different) to install a font from a batch file without requiring a reboot. Dragging the ttf file into the Windows fonts directory works&#8230; Following is the rxvt batch file (perhaps call this &#8220;cygwin_rxvt.bat&#8221; if you want to compare its function with the cmd version). It&#8217;s much the same as the previous one:</p>
<p><code>for /F %%A in ('cd') do set WD=%%A<br />
set path=%WD%cygwin\bin;%WD%cygwin\usr\X11R6\bin;%path%<br />
set SHELL=/bin/bash<br />
set DISPLAY=:0<br />
set HOME=/home/fuzzix<br />
cygwin\bin\mount -bfu %WD%cygwin/ /<br />
cygwin\bin\mount -bfu %WD%cygwin\bin /usr/bin<br />
cygwin\bin\mount -bfu %WD%cygwin\lib /usr/lib<br />
run rxvt -sl 1500 -bg black -fg gray -sr -fn 'Lucida ConsoleP-13' -tn rxvt-cygwin-native -e bash --login -i</code></p>
<p>This gives us a nice rxvt terminal with black background, grey foreground, scrollbar positioned on the right and 1500 lines of scrollback (I&#8217;m wacky for scrollback). If you can&#8217;t/don&#8217;t want to install the Lucida ConsoleP font change the last line to:</p>
<p><code>run rxvt -sl 1500 -bg black -fg gray -sr -tn rxvt-cygwin-native -e bash --login -i</code></p>
<table align="left">
<tr>
<td><a href="http://homepage.eircom.net/~wastedyouth/mrxvt.png"><img src="http://homepage.eircom.net/~wastedyouth/mrxvt_thm.png" /></a></td>
</tr>
<tr>
<td align="center"><em>mrxvt shell &#8211; click for larger version</em></td>
</tr>
</table>
<p>rxvt isn&#8217;t the only option. Cygwin comes with its own X server which we can install by running setup, navigating to the &#8220;Select Packages&#8221; screen and Selecting X11 -&gt; xorg-x11-base and xorg-x11-devel in much the same matter we used to install rxvt. Note: Installing X can take some time. For this step we&#8217;ll also need to install a compiler and build tools. You&#8217;ll need Devel -&gt; gcc and make. We can use these packages to download and build the X terminal of our choice. In this example I&#8217;ll be installing <a href="http://materm.sourceforge.net/">mrxvt</a>, essentially a tabbed version of rxvt (and my terminal of choice).</p>
<p>Download the mrxvt source tarball (tar.gz file) from the homepage to your Cygwin home directory and in your shell enter the following:</p>
<p> <code>$ tar xzf mrxvt-0.4.2.tar.gz<br />
$ cd mrxvt-0.4.2<br />
$ ./configure --prefix=/usr &amp;&amp; make &amp;&amp; make install</code></p>
<p>&#8230;now create another familiar looking batch file (cygwin_mrxvt.bat?):</p>
<p><code>for /F %%A in ('cd') do set WD=%%A<br />
set path=%WD%cygwin\bin;%WD%cygwin\usr\X11R6\bin;%path%<br />
set SHELL=/bin/bash<br />
set DISPLAY=127.0.0.1:0.0<br />
set HOME=/home/fuzzix<br />
cygwin\bin\mount -bfu %WD%cygwin/ /<br />
cygwin\bin\mount -bfu %WD%cygwin\bin /usr/bin<br />
cygwin\bin\mount -bfu %WD%cygwin\lib /usr/lib<br />
run XWin -silent-dup-error -multiwindow -clipboard -xkblayout gb -xkbmodel pc105<br />
run mrxvt -at -sl 1500 -bg black -fg gray -sr -tn rxvt -e /bin/bash --login -i </code></p>
<p>Note that mrxvt does not run natively in Windows but in Cygwin&#8217;s X server. This is essentially an entire separate window manger from the Windows Explorer with its own environment so you&#8217;ll need to pass parameters for keyboard layout etc. (-xkblayout gb is provided as an example). XWin&#8217;s -silent-dup-error parameter is supposed to (as I understand it) make XWin silently exit if another instance of X is running but this is not the case in my experience. I&#8217;d be keen to hear a solution for this.</p>
<p>Hopefully by now you&#8217;ll have a USB disk of some sort containing three easily launched Unix-like terminals for your comfort. You could create an autorun.inf which will launch your favourite terminal as you plug in your disk or you could add another few useful apps&#8230; My install at this stage weighs in at about 240MB &#8211; room for improvement! </p>
<table align="right">
<tr>
<td><img src="http://homepage.eircom.net/~wastedyouth/essentials.png" /></td>
</tr>
<tr>
<td align="center"><em>A few essentials&#8230;</em></td>
</tr>
</table>
<p><a href="http://portableapps.com/">portableapps.com</a> contains USB storage oriented versions of popular Free applications. While the likes of Firefox and PuTTY are most useful on a USB disk the PortableApps launcher is a little heavy. An alternative is <a href="http://www.pegtop.net/start/">Pegtop Pstart</a>, a launcher which can exist as a tray icon. Portable installation should be obvious &#8211; remember to add an autorun file from the Setup menu. Now it&#8217;s simply a matter of dragging your Cygwin launchers (and anything else you installed) onto the Pstart window. It&#8217;s worth noting that the Cygwin setup.exe binary should work in your portable setup once you&#8217;ve run a shell and set up the environment &#8211; you may need to change drive letters depending on where the host mounts your disk but it should  be simple enough to add/update things in the Cygwin environment.</p>
<table align="left">
<tr>
<td><img src="http://homepage.eircom.net/~wastedyouth/cygpod.png" /></td>
</tr>
</table>
<p>During my endeavours to put together a comfortable environment on machines I&#8217;m not comfortable with I encountered a few brain farts&#8230; occasionally confused about whether I should be thinking in Windows or GNU/Linux or MagicalDoWhatIMeanOS&#8230; Here&#8217;s a good example:</p>
<p><code>10:23 &lt; fuzzix&gt;  I'm trying to set up a cygwin install here. Anyone ever encounter ssh and some other apps ignoring http_proxy?<br />
10:28  &lt; elrond&gt; fuzzix: WTF would ssh be doing even looking at http_proxy ?<br />
10:28  &lt; fuzzix&gt; elrond: That is a fair point.</code></p>
<p>I blame lack of sleep. Anyway, in a fit of bloody mindedness I knocked together the ssh invocation which reads http_proxy&#8230;</p>
<p><code>ssh -p 443 user@host -o ProxyCommand="corkscrew `echo $http_proxy | sed -e 's/http:\/\///' -e 's/:.*//'` `echo $http_proxy | sed -e 's/.*://g' -e 's/\///'` %h %p"</code></p>
<p>&#8230;assuming your sshd is accessible on port 443 (which makes access through proxies trivial &#8211; the proxy considers it https traffic).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2008/02/23/cygwin/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Still incredibly angry!</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/09/15/still-incredibly-angry/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/09/15/still-incredibly-angry/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 21:40:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2007/09/15/still-incredibly-angry/</guid>
		<description><![CDATA[I know! Those shoes with the lights in the heel&#8230;
&#8220;My shoes have lights in the heel!&#8221;
&#8220;Oh really? Well, my IQ* has high numbers in it!&#8221;
*89
]]></description>
			<content:encoded><![CDATA[<p>I know! Those shoes with the lights in the heel&#8230;</p>
<p>&#8220;My shoes have lights in the heel!&#8221;</p>
<p>&#8220;Oh really? Well, my IQ* has high numbers in it!&#8221;</p>
<p><small>*89</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/09/15/still-incredibly-angry/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hmm&#8230; Haven&#8217;t posted in a while.</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/09/15/hmm-havent-posted-in-a-while/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/09/15/hmm-havent-posted-in-a-while/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 15:49:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Grinds My Gears!]]></category>
		<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/?p=254</guid>
		<description><![CDATA[Let&#8217;s see&#8230; What&#8217;s been pissing me off?
They banned Manhunt 2! Fucking mollycoddling bastards trying to&#8230; nah, I&#8217;ve done this. Besides, I&#8217;m just going to import it from The Netherlands. Hmmm&#8230;
Cocaine bust bullshit! How much coke? Nobody knows! They just kept pulling numbers out of their arses&#8230; then that fucking mouthpiece RTE wheels out that tired [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s see&#8230; What&#8217;s been pissing me off?</p>
<p>They banned Manhunt 2! Fucking mollycoddling bastards trying to&#8230; nah, I&#8217;ve done this. Besides, I&#8217;m just going to import it from The Netherlands. Hmmm&#8230;</p>
<p>Cocaine bust bullshit! How much coke? Nobody knows! They just kept pulling numbers out of their arses&#8230; then that fucking mouthpiece RTE wheels out that tired bullshit about traces of cocaine on 99 billion percent of banknotes&#8230; it&#8217;s a fine powder! The notes are stored in close prox&#8230; Hmm? Too late? Oh.</p>
<p>Those pictures of cats with captions underneath simply <a href="http://homepage.eircom.net/~wastedyouth/notfunny.jpg">not funny</a>! Oh, who cares&#8230;</p>
<p>Erm&#8230; XML shouldn&#8217;t be used for config files! They&#8217;re supposed to be human editable &#8211; I don&#8217;t want to have to <em>parse</em> a config!  Erm&#8230; bit esoteric. Hrm&#8230;</p>
<p>Let&#8217;s see&#8230; <a href="http://www.brandchild.com/">teaching kids to scream for products</a>? Ah sure, they scream anyway.</p>
<p>TV Dinners? ATM etiquette? Umbrellas again? Bah.</p>
<p>*edit* I know! Those free morning papers &#8211; they shove the most egregious of their propaganda into your head while it&#8217;s still soft and mushy from last night&#8217;s dreamyland&#8230; and so on in that fashion until paranoid conclusion reached&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/09/15/hmm-havent-posted-in-a-while/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bertie vs Enda</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/05/17/bertie-vs-enda/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/05/17/bertie-vs-enda/#comments</comments>
		<pubDate>Thu, 17 May 2007 22:36:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2007/05/17/bertie-vs-enda/</guid>
		<description><![CDATA[Well, it was a fierce oul&#8217; debate and no mistake. For those who missed it I took the liberty of uploading a video of it for you:
 
*update* 18/09/2007 &#8211; killed by Fox. It wasn&#8217;t funny anyway.
]]></description>
			<content:encoded><![CDATA[<p>Well, it was a fierce oul&#8217; debate and no mistake. For those who missed it I took the liberty of uploading a video of it for you:<br />
<object width="425" height="335"><param name="movie" value="http://www.youtube.com/v/kjcaco8CaIU"></param> <embed src="http://www.youtube.com/v/kjcaco8CaIU" type="application/x-shockwave-flash" width="425" height="335"></embed></object></p>
<p>*update* 18/09/2007 &#8211; killed by Fox. It wasn&#8217;t funny anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/05/17/bertie-vs-enda/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tintintintintin</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/03/31/tintintintintin/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/03/31/tintintintintin/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 21:27:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2007/03/31/tintintintintin/</guid>
		<description><![CDATA[

I think it might be time to uninstall the GIMP.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://homepage.eircom.net/~wastedyouth/tintintintin.png"><img src="http://homepage.eircom.net/~wastedyouth/tintintintin_sm.png" alt="[Tintintintintin]" border="0"><br />
</a></p>
<p>I think it might be time to uninstall the GIMP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/03/31/tintintintintin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Idle hands&#8230;</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/03/13/idle-hands/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/03/13/idle-hands/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 10:46:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2007/03/13/idle-hands/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://homepage.eircom.net/~wastedyouth/sootspotting.jpg" alt="Sootspotting" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/03/13/idle-hands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So, what&#8217;s changed in two years?</title>
		<link>http://blogs.linux.ie/fuzzbucket/2007/02/17/so-whats-changed-in-two-years/</link>
		<comments>http://blogs.linux.ie/fuzzbucket/2007/02/17/so-whats-changed-in-two-years/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 23:46:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Humerus]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/fuzzbucket/2007/02/17/so-whats-changed-in-two-years/</guid>
		<description><![CDATA[A couple of years ago I was rendered in portrait (by myself&#8230;) thusly
What&#8217;s changed since then? I don&#8217;t smoke so much, I shave even less and use a different background colour in my text editor. Turbulent times indeed.

]]></description>
			<content:encoded><![CDATA[<p>A couple of years ago I was rendered in portrait (by myself&#8230;) <a href="http://blogs.linux.ie/fuzzbucket/2005/05/05/some-are-leaders/">thusly</a></p>
<p>What&#8217;s changed since then? I don&#8217;t smoke so much, I shave even less and use a different background colour in my text editor. Turbulent times indeed.</p>
<p><img src="http://homepage.eircom.net/~wastedyouth/sp2.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/fuzzbucket/2007/02/17/so-whats-changed-in-two-years/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
