<?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>dischord dot org &#187; Geek</title>
	<atom:link href="http://dischord.org/blog/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://dischord.org/blog</link>
	<description>If credit&#039;s what matters, I&#039;ll take credit.</description>
	<lastBuildDate>Mon, 28 Jun 2010 08:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adios, freebsd.cx</title>
		<link>http://dischord.org/blog/2010/05/18/adios-freebsd-cx/</link>
		<comments>http://dischord.org/blog/2010/05/18/adios-freebsd-cx/#comments</comments>
		<pubDate>Tue, 18 May 2010 09:30:24 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=1103</guid>
		<description><![CDATA[I&#8217;ve owned the domain &#8216;freebsd.cx&#8217; for a number of years and it&#8217;s got a certain amount of history behind it that a few of you may remember.  However, given CoCCA&#8217;s recent price hikes (50 USD a year!) and the fact that it&#8217;s now only used by a couple of people for email mean that I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve owned the domain &#8216;freebsd.cx&#8217; for a number of years and it&#8217;s got a certain <a title="Wayback Archives for freebsd.cx" href="http://web.archive.org/web/*/http://freebsd.cx" target="_blank">amount of history behind it</a> that a few of you may remember.  However, given CoCCA&#8217;s recent price hikes (50 USD a year!) and the fact that it&#8217;s now only used by a couple of people for email mean that I&#8217;m disinclined to fork out for the renewal fee.</p>
<p>If you&#8217;re still using an @freebsd.cx address I can offer you @xen.cx instead, otherwise consider it dead.  RIP!</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/05/18/adios-freebsd-cx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8216;Minimal&#8217; Solaris 10 and SunCluster 3.2 install in VMware Fusion</title>
		<link>http://dischord.org/blog/2010/03/20/minimal-solaris-10-and-suncluster-3-2-install-in-vmware-fusion/</link>
		<comments>http://dischord.org/blog/2010/03/20/minimal-solaris-10-and-suncluster-3-2-install-in-vmware-fusion/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 17:45:26 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=1014</guid>
		<description><![CDATA[Following on from Dan&#8217;s how-to regarding the configuration of SunCluster 3.2 within VMware Fusion, here&#8217;s my additional notes on doing this from a minimal install (i.e core software group) so as to keep the size of the VMs down. First thing you&#8217;ll want to do is install some packages to make your life a bit less [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Following on from <a title="SunCluster in Fusion How-To" href="http://thebsdbox.co.uk/?p=160" target="_blank">Dan&#8217;s how-to</a> regarding the configuration of SunCluster 3.2 within VMware Fusion, here&#8217;s my additional notes on doing this from a minimal install (i.e core software group) so as to keep the size of the VMs down.</p>
<p>First thing you&#8217;ll want to do is install some packages to make your life a bit less painful.  Connect the DVD device with the Solaris 10 ISO and mount it within your VM:</p>
<blockquote>
<pre># mount -F hsfs -o ro /dev/dsk/c0d0t0s0 /mnt/cdrom</pre>
</blockquote>
<p>Then we can install some packages from /mnt/cdrom/Solaris_10/Product.  Let&#8217;s start off with some basic utilities, bash, and online documentation (man pages):</p>
<blockquote>
<pre># yes | pkgadd -d . SUNWxcu4
# yes | pkgadd -d . SUNWadmfr SUNWadmfw
# yes | pkgadd -d . SUNWbash
# yes | pkgadd -d . SUNWdoc SUNWman
</pre>
</blockquote>
<p>SSH is also quite useful:</p>
<blockquote>
<pre># yes | pkgadd -d . SUNWsshr SUNWsshu SUNWsshdr SUNWsshdu SUNWsshcu
# /lib/svc/method/sshd -c
# svcadm enable ssh</pre>
</blockquote>
<p>The second command will create your RSA and DSA host keys, without this you won&#8217;t be able to connect.</p>
<p>Then there&#8217;s a bunch of additional prerequisite packages you need to install before SunCluster itself.  These are as follows:</p>
<blockquote>
<pre>SUNWtcatu
SUNWj3rt
SUNWj3dev
SUNWmfrun
SUNWxwrtl
SUNWxwice
SUNWxwplt
SUNWctpls
SUNWxwfnt
SUNWxwplr</pre>
</blockquote>
<p>You also need some Solaris Zones related gubbins otherwise you&#8217;ll see various errors pertaining to missing libraries such as libzonecfg.so.1:</p>
<blockquote>
<pre>SUNWzoneu
SUNWzoner
SUNWpool
SUNWluu
SUNWluzone
SUNWlur
SUNWpoolr
SUNWlucfg</pre>
</blockquote>
<p>Finally, the core / reduced networking group installation also disables some RPC related services that are necessary for cluster node communication. You’ll find that installation hangs, for example, when the primary node is waiting for the secondary to reboot. To remedy this, do the following:</p>
<blockquote>
<pre># svccfg -s rpc/bind setprop config/local_only = false
# svccfg -s rpc/bind setprop config/enable_tcpwrappers = false
# svccfg -s rpc/bind listprop
# svcadm refresh rpc/bind</pre>
</blockquote>
<p>One other oddity I noticed was that I was seeing a bunch of RPC timeouts when looking at anything IPMP related.  This turned out to be some DNS resolution going on as a result of the IP addresses assigned to the cluster interconnects and my ISP returning bullshit records.  It&#8217;s easily fixed by editing /etc/nsswitch.conf and amending the ipnodes line as follows:</p>
<blockquote>
<pre>ipnodes: files</pre>
</blockquote>
<p>You should then be ready to kick off the install of SunCluster, and everything else is exactly as per Dan&#8217;s guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/03/20/minimal-solaris-10-and-suncluster-3-2-install-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Immergrün</title>
		<link>http://dischord.org/blog/2010/02/27/immergrun/</link>
		<comments>http://dischord.org/blog/2010/02/27/immergrun/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:10:04 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=999</guid>
		<description><![CDATA[I dusted off the D700 last night to take some shots of Rox&#8217;s friend&#8217;s band, Immergrün, at the Schlosskeller here in Darmstadt.  It&#8217;s a pretty cool little venue but awkward to take photos, as while it&#8217;s fairly intimate there&#8217;s huge columns in the way (well, it is a cellar&#8230;) that kind of limit your options. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I dusted off the D700 last night to take some shots of Rox&#8217;s friend&#8217;s band, <a title="Immergrun on MySpace" href="http://www.myspace.com/immergruenrocks" target="_blank">Immergrün</a>, at the Schlosskeller here in Darmstadt.  It&#8217;s a pretty cool little venue but awkward to take photos, as while it&#8217;s fairly intimate there&#8217;s huge columns in the way (well, it is a cellar&#8230;) that kind of limit your options.  Anyway, I got a few decent shots &#8211; nothing groundbreaking, but it felt good to be at a gig and shooting some pictures.  Checkit:</p>
<p style="text-align: center;"><a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2737-Edit" href="http://farm5.static.flickr.com/4021/4392212314_a01c59f665.jpg" rel="lightbox"><img src="http://farm5.static.flickr.com/4021/4392212314_a01c59f665_s.jpg" border="0" alt="DSC_2737-Edit" width="75" height="75" /></a> <a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2729-Edit" href="http://farm5.static.flickr.com/4040/4391442285_b9ac1da318.jpg" rel="lightbox"><img src="http://farm5.static.flickr.com/4040/4391442285_b9ac1da318_s.jpg" border="0" alt="DSC_2729-Edit" width="75" height="75" /></a> <a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2730-Edit" href="http://farm5.static.flickr.com/4023/4392210484_9e3a416352.jpg" rel="lightbox"><img src="http://farm5.static.flickr.com/4023/4392210484_9e3a416352_s.jpg" border="0" alt="DSC_2730-Edit" width="75" height="75" /></a> <a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2734-Edit" href="http://farm5.static.flickr.com/4027/4391439731_ee88525a58.jpg" rel="lightbox"><img src="http://farm5.static.flickr.com/4027/4391439731_ee88525a58_s.jpg" border="0" alt="DSC_2734-Edit" width="75" height="75" /></a> <a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2725-Edit" href="http://farm3.static.flickr.com/2774/4391438489_d809d5b23f.jpg" rel="lightbox"><img src="http://farm3.static.flickr.com/2774/4391438489_d809d5b23f_s.jpg" border="0" alt="DSC_2725-Edit" width="75" height="75" /></a> <a class="tt-flickr tt-flickr tt-flickr-Square" title="DSC_2715-Edit" href="http://farm5.static.flickr.com/4004/4391437397_c9378fb4b6.jpg" rel="lightbox"><img src="http://farm5.static.flickr.com/4004/4391437397_c9378fb4b6_s.jpg" border="0" alt="DSC_2715-Edit" width="75" height="75" /></a></p>
<p style="text-align: left;">It&#8217;s always kind of hard to take photos of a band whose music you aren&#8217;t familiar with, as you don&#8217;t know when they&#8217;re going to build up and kick off, those being the moments that you want to capture.  Still, these guys were pretty tight and didn&#8217;t seem to mind me making a nuisance of myself at the front.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/02/27/immergrun/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Hackintosh, one week on.</title>
		<link>http://dischord.org/blog/2010/02/10/my-hackintosh-one-week-on/</link>
		<comments>http://dischord.org/blog/2010/02/10/my-hackintosh-one-week-on/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:33:48 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=924</guid>
		<description><![CDATA[Hackintoshes have always seemed like way more effort than they&#8217;re worth to me.  Custom kernels, problematic updates, random crashes, it all flies in the face of why you use an Apple operating system (and computer) in the first place.  While I can appreciate the hacker aesthetic, I&#8217;ve never really had the inclination or patience to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="OSx86 Project" href="http://www.osx86project.org/" target="_blank">Hackintoshes</a> have always seemed like way more effort than they&#8217;re worth to me.  Custom kernels, problematic updates, random crashes, it all flies in the face of why you use an Apple operating system (and computer) in the first place.  While I can appreciate the hacker aesthetic, I&#8217;ve never really had the inclination or patience to try it for myself &#8211; until now.</p>
<p><a title="TheBSDBox" href="http://thebsdbox.co.uk" target="_blank">Dan</a>&#8216;s been running Mac OS X on his Dell for a couple of years with some success, but it was hearing him talk about Snow Leopard and how well that works pretty much out-of-the-box, including updates from Apple, that made me rethink my position.  Fast forward a couple of weeks and here I am in front of my own PC which now runs an (almost) flawless installation of Cupertino&#8217;s finest operating system.  The installation was laughably straightforward, but I&#8217;ve outlined it below just for shits and giggles all the same:</p>
<p><strong>Hardware</strong></p>
<ul>
<li>Intel E6600 2.4GHz Core2Duo Processor</li>
<li>Asus P5K Deluxe WiFi mainboard.  SATA configured as AHCI in BIOS, no other changes of note.</li>
<li>4GB DDR2</li>
<li>EVGA GTX260-216 896MB VGA</li>
<li>250GB Seagate HDD connected to SATA5</li>
</ul>
<p>Installation was made with <a title="Empire EFI" href="http://prasys.co.cc/tag/empire-efi/" target="_blank">Empire EFI</a> v1.085.  I almost gave up at the first hurdle I wasn&#8217;t able to boot from my SATA DVD drive as it echoed some random EBIOS error, to which anecdotal evidence on various forums suggested dodgy media.  I was using a disc which I knew to work so this wasn&#8217;t the problem in my case, and in the end I made an OS X USB boot disk by following some instructions <a title="Google innit" href="http://www.google.com/search?q=osx+create+usb&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-GB:official&amp;client=firefox-a" target="_blank">out there</a> on the Interwebs, and then booted the installation from that.  The only thing of note here was that I had to add the flags &#8216;GraphicsEnabler=Y PciRoot=0&#8242; in order to get graphics to work, as my nVidia 260-based card relies on that injector for compatibility.</p>
<p>Anyway, the 250GB disk was dedicated to OS X and so partitioned accordingly during install.  The remainder of the process went smoothly, and after rebooting OS X came up pretty much as clean as a whistle.  All that was then left was to run <a title="myHack" href="http://osx86.sojugarden.com/installer/" target="_blank">myHack</a> (on the Empire EFI CD for convenience!) which installs the &#8216;standard&#8217; set of compatibility kexts as well as the Chameleon EFI bootloader onto your disk along with a really fucking ugly set of boot screens.  Everything was working from this point except for wireless and my NIC, the latter of which was easily fixed by a simple modification to one of the Apple kexts for MarvellYukon devices.  Incidentally, the wifi I don&#8217;t actually care for as my machine runs into a GbE switch that also has a wireless bridge attached, and so at this point I was happy.</p>
<p>The final litmus test for me was to install 10.6.2 via SU (as well as the recent security updates), migrate everything from my MacBook, and then sit back in amazement as it all worked flawlessly.  So now I have a solid, fully functional install of SL on my PC.  As I&#8217;m sat in front of an Apple LCD and using an Apple keyboard, as long as you don&#8217;t look under the desk who is to know that it&#8217;s not really a Mac Pro!? :)</p>
<p style="text-align: center;"><a href="http://dischord.org/blog/wp-content/uploads/2010/02/hackintosh-100210.png" rel="lightbox"><img class="aligncenter size-medium wp-image-954" title="hackintosh-100210" src="http://dischord.org/blog/wp-content/uploads/2010/02/hackintosh-100210-300x187.png" alt="" width="300" height="187" /></a></p>
<p>The only thing that&#8217;s broken at this point is sleep mode, but as that&#8217;s something I&#8217;d never use on my workstation I&#8217;m disinclined to spend time hacking around with it any more.  To be fair the installation does seem very fragile and prone to basic errors, such as if the permissions are out of whack on any of your kexts it simply won&#8217;t boot with no clear indication as to what the root cause is, and quite often recovery can take a little while so it&#8217;s really more hassle than it&#8217;s worth.  In practice it&#8217;s extremely solid with everything working at full speed (including graphics and I/O) and it seems super snappy overall.  I don&#8217;t have to worry about updates or it breaking on a whim and so that&#8217;ll do me.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/02/10/my-hackintosh-one-week-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Add-Ons for 2010</title>
		<link>http://dischord.org/blog/2010/01/25/firefox-add-ons-for-2010/</link>
		<comments>http://dischord.org/blog/2010/01/25/firefox-add-ons-for-2010/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:09:40 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fever]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=803</guid>
		<description><![CDATA[I flit back and forth between Safari, Chrome, and Firefox but always end up using the latter as my &#8216;main&#8217; browser for one simple reason &#8211; the plugins.  While Chrome may be quicker and Safari launches faster and has better text rendering, Firefox can&#8217;t be touched for one simple reason &#8211; the vast array of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I flit back and forth between Safari, Chrome, and Firefox but always end up using the latter as my &#8216;main&#8217; browser for one simple reason &#8211; the plugins.  While Chrome may be quicker and Safari launches faster and has better text rendering, Firefox can&#8217;t be touched for one simple reason &#8211; the vast array of community-contributed plugins that are currently available.</p>
<p>I did document my favourites <a title="Old plugin list" href="http://dischord.org/blog/2007/04/12/worthwhile-firefox-add-ons/" target="_blank">back in 2007</a>, but here&#8217;s an updated list now that we&#8217;re living in the future:</p>
<ul>
<li><a title="AppTabs Plugin" href="https://addons.mozilla.org/en-US/firefox/addon/47734" target="_blank">AppTabs</a>.  This is handy mainly for <a title="Fever" href="http://dischord.org/blog/2009/07/01/fever-sleeve/" target="_blank">Fever</a>, and while previously I used a Fluid-generated SSB for this it makes more sense (and saves on memory I guess) to have it right there in Firefox.</li>
<li><a title="AdBlock Plugin" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">AdBlock</a>.  Despite the <a title="SEO = money for nothing." href="http://www.seomoz.org/ugc/adblock-plus-can-quietly-kill-ads-and-perhaps-the-internet-economy" target="_blank">fuss</a> surrounding its use, I find it a no-brainer of a plugin.</li>
<li><a title="Delicious Bookmarks" href="https://addons.mozilla.org/en-US/firefox/addon/3615" target="_blank">Delicious Bookmarks</a>.  I&#8217;ve been using <a title="My bookmarks on Delicious.com" href="http://delicious.com/yankcrime" target="_blank">Delicious</a> for a long time now, and I&#8217;ve got bookmarks neatly arranged by tags so that I can have a specific &#8216;Daily&#8217; section, &#8216;Social&#8217;, and so on.  It&#8217;s extremely convenient having this arrangement right there in your browser, and the service plays nicely with Quicksilver too (via the Social Bookmarking plugin).</li>
<li><a title="Download Statusbar plugin" href="https://addons.mozilla.org/en-US/firefox/addon/26" target="_blank">Download Statusbar</a>.  The default download dialogue in all browsers seems to suck, but this plugin for Firefox gets it right.  It&#8217;s unobtrusive and offers at-a-glance progress for whatever you happen to have downloading at the time.</li>
<li><a title="Fission" href="https://addons.mozilla.org/en-US/firefox/addon/1951" target="_blank">Fission</a>.  Purely cosmetic, it changes the progress indicator so that it&#8217;s in the Address Bar a la Safari.</li>
<li><a title="HttpFox" href="https://addons.mozilla.org/en-US/firefox/addon/6647">HttpFox</a>.  I&#8217;ve been using this instead of the &#8216;Live HTTP Headers&#8217; plugin which has been out of date for a while now.  It comes into its own when  diagnosing problems with a particular website.  Provides real-time  output of the entire protocol exchange so that you can see exactly what  your browser is doing and each server&#8217;s response to every request.</li>
<li><a title="Omnibar" href="https://addons.mozilla.org/en-US/firefox/addon/8823" target="_blank">Omnibar</a>.  Integrates the search and location bar, kind of makes the overall appearance a bit tidier.</li>
<li><a title="Web Developer Plugin" href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer</a>.  The swiss army knife of plugins, this is handy for anything from CSS teardowns to analysing page load times.</li>
<li><a title="GrApple Theme" href="http://www.takebacktheweb.org/">GrApple</a>.  Ok, so this isn&#8217;t strictly a plugin per se, it&#8217;s a theme for Mac OS X only that makes Firefox actually look like an Apple application.</li>
</ul>
<p>And here&#8217;s the end result:</p>
<p><a href="http://dischord.org/blog/wp-content/uploads/2010/01/firefox2010.png" rel="lightbox"><img class="aligncenter size-medium wp-image-817" title="firefox2010" src="http://dischord.org/blog/wp-content/uploads/2010/01/firefox2010-300x167.png" alt="" width="300" height="167" /></a></p>
<p>Exciting stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/01/25/firefox-add-ons-for-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eyup now then lad</title>
		<link>http://dischord.org/blog/2010/01/14/eyup-now-then-lad/</link>
		<comments>http://dischord.org/blog/2010/01/14/eyup-now-then-lad/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:06:39 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=703</guid>
		<description><![CDATA[The Budweiser &#8216;wassup&#8216; advert sparked quite a few parodies back in its day &#8211; including some from the company itself, but there was one in particular I was especially fond of in which the &#8216;wasssuuuup&#8217;s were replaced by Yorkshiremen saying &#8216;ey up&#8217; instead.  Fast forward a few years and a conversation with my girlfriend resulted [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The Budweiser &#8216;<a title="WASSSUUUUUUP" href="http://www.youtube.com/watch?v=W16qzZ7J5YQ" target="_blank">wassup</a>&#8216; advert sparked quite a few parodies back in its day &#8211; including some from the company itself, but there was one in particular I was especially fond of in which the &#8216;wasssuuuup&#8217;s were replaced by Yorkshiremen saying &#8216;ey up&#8217; instead.  Fast forward a few years and a conversation with my girlfriend resulted in me trying to rediscover this lost gem but to no avail.  No searches on Youtube or any strings I tried in Google* revealed what I was looking for, so I basically gave up.</p>
<p>Until now.</p>
<p><a href="http://dischord.org/blog/wp-content/uploads/2010/01/eyup.mp3">EYUUUUUP</a></p>
<p>You can thank the one and only <a title="A wonder of the modern web, no less" href="http://fletch.cx" target="_blank">Paul Fletcher</a> for this, as I happened upon on email of his &#8211; purely by chance &#8211; back from the beginning of 2001 with this attached.  I&#8217;ve found a shit-ton of emails going way back to 1997, so I&#8217;ll no doubt bore you with some more blasts from the pasts later.  Current ideas include various Minor Threat Q2 demos, early email signatures of the rich and famous (ScanmaN, Shad, Boothy&#8230;) and so on.</p>
<p>[*] Cue some nerd posting a direct link in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2010/01/14/eyup-now-then-lad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://dischord.org/blog/wp-content/uploads/2010/01/eyup.mp3" length="803314" type="audio/mpeg" />
		</item>
		<item>
		<title>Microsoft name-and-shame</title>
		<link>http://dischord.org/blog/2009/11/19/microsoft-name-and-shame/</link>
		<comments>http://dischord.org/blog/2009/11/19/microsoft-name-and-shame/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:47:09 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=688</guid>
		<description><![CDATA[This morning Dan&#8216;s mailbox was graced with some shitty Microsoft newsletter which named and shamed 21 companies busted for selling computers with dodgy copies of their software.  It&#8217;s surprising to see how many of these are from &#8216;up North&#8217; (Bolton, Manchester, Oldham and so on), and just out of curiosity I did a quick Google [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This morning <a title="Lamer" href="http://thebsdbox.co.uk" target="_blank">Dan</a>&#8216;s mailbox was graced with some shitty Microsoft newsletter which named and shamed 21 companies busted for selling computers with dodgy copies of their software.  It&#8217;s surprising to see how many of these are from &#8216;up North&#8217; (Bolton, Manchester, Oldham and so on), and just out of curiosity I did a quick Google search for one of the offenders &#8211; 1Hr Computing, in Manchester &#8211; whereby I came across <a title="Microsoft PR" href="http://www.microsoft.com/uk/press/content/presscentre/releases/2009/04/pr03929.mspx" target="_blank">this Microsoft press release</a>.</p>
<p>There&#8217;s some pretty choice quotes in there, such as this one:</p>
<blockquote><p>Mr Murphy from 1Hr Computers said, “We recognise that <strong>we weren’t installing Microsoft software correctly</strong>, and that’s something we take seriously.&#8221;</p></blockquote>
<p>Yeah, installing Windows Vista from a copy you downloaded via The Pirate Bay is probably a pretty fucking obvious clue that &#8220;<a title="Doing it wrong?" href="http://www.doingitwrong.com/wrong/20070710-231950.jpg">ur doing it wrong</a>&#8220;.  It gets worse towards the end, where it sounds as if they&#8217;ve been brainwashed following a visit from Microsoft&#8217;s &#8220;licensing specialists&#8221;.:</p>
<blockquote><p>After two face-to-face visits from Microsoft licensing specialists, I now look at their products in terms of how they can help me drive revenue, for example using Office Ready PC3.</p></blockquote>
<p>It&#8217;s almost as if these guys were sent off to Microsoft&#8217;s equivalent of the `Ministry of Love&#8217; for a little bit of `correction&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/11/19/microsoft-name-and-shame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favourite Mac OS X Applications</title>
		<link>http://dischord.org/blog/2009/11/13/favourite-mac-os-x-applications/</link>
		<comments>http://dischord.org/blog/2009/11/13/favourite-mac-os-x-applications/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:24:41 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[favourites]]></category>
		<category><![CDATA[fever]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=667</guid>
		<description><![CDATA[I was nosying back through some old posts on my site and came across this one from 2006 regarding my favourite Mac OS X applications, and figured it&#8217;d be interesting to  update this for 2009 / 2010.  While the &#8216;way&#8217; I work feels like it hasn&#8217;t changed, the range of core applications I use to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was nosying back through some old posts on my site and came across <a title="2006's favourite applications on OS X" href="http://dischord.org/blog/2006/08/19/top-10-11-apple-osx-applications/">this one</a> from 2006 regarding my favourite Mac OS X applications, and figured it&#8217;d be interesting to  update this for 2009 / 2010.  While the &#8216;way&#8217; I work feels like it hasn&#8217;t changed, the range of core applications I use to accomplish daily tasks certainly has:</p>
<ul>
<li><a title="Google Quick Search Bar" href="http://code.google.com/p/qsb-mac/">Google QSB</a>.  Yes, I&#8217;ve recently ditched Quicksilver since moving to Snow Leopard on my MacBook, mainly for performance as it seemed particularly sluggish for unknown reasons.  I may switch back, but for now I&#8217;m using a customized version of QSB with Google&#8217;s obnoxious branding removed.</li>
<li><a href="http://adium.im/">Adium</a>.  Still the best multi-protocol chat client.</li>
<li>Apple&#8217;s Mail.app.  I moved all email for my domain to Google&#8217;s Hosted Domain service about a year ago, and with that stopped using <a title="Mutt mua" href="http://mutt.org" target="_blank">mutt</a> and started using Apple&#8217;s mail client full time instead.  It has its quirks, but the Spotlight integration etc. makes up for it.</li>
<li><a title="Fever" href="http://feedafever.com" target="_blank">Fever</a> (+ <a title="Fluid SSB." href="http://fluidapp.com" target="_blank">Fluid.app</a>).  I&#8217;ve also ditched <a title="Newsfire" href="http://newsfirerss.com" target="_blank">Newsfire</a> and started using <a title="Shaun Inman" href="http://shaun.in" target="_blank">Shaun Inman</a>&#8216;s Fever instead, which does some <a title="Fever review" href="http://dischord.org/blog/2009/07/01/fever-sleeve/" target="_blank">clever stuff</a> that makes wading through a mountain of RSS feeds that much simpler and quicker.  It also plays nicely with my iPhone, another important consideration.</li>
<li><a title="Mozilla Firefox" href="http://www.mozilla.com" target="_blank">Firefox</a>.  My main browser on OS X, it&#8217;s quick enough for the most part but wins mainly because of the <a title="Firefox Plugins" href="http://dischord.org/blog/2007/04/12/worthwhile-firefox-add-ons/" target="_blank">plugins that I can&#8217;t live without</a>.  Losing the <a title="Delicious Bookmarks" href="http://del.icio.us" target="_blank">Delicious</a> menu feels like I&#8217;ve lost an arm.</li>
<li><a title="Things by Cultured Code" href="http://culturedcode.com/things/" target="_blank">Things</a>.  I use this to organise all my &#8216;tasks&#8217;, both at work and outside.  The iPhone synchronisation works a charm.</li>
<li><a title="Atebits.com - home of Tweetie" href="http://www.atebits.com" target="_blank">Tweetie</a>.  Since Twitter has taken off this is now part of my &#8216;core&#8217; applications that I feel lost without.  While the desktop client is in need of an update, it&#8217;s still about the best there is.</li>
<li><a title="VMware Fusion" href="http://www.vmware.com/products/fusion/" target="_blank">VMware Fusion</a>.  Always handy to have around, I&#8217;ve got a minimal Windows XP install which I use daily (still no fucking VMware Infrastructure Client for Mac or Linux) as well as an OpenBSD VM and an Arch Linux VM.</li>
<li><a title="Adobe Lightroom" href="http://www.adobe.com/products/photoshoplightroom/" target="_blank">Adobe Lightroom</a>.  I now do the vast majority of my photo sorting and editing all from within this one application, only switching to Photoshop when there&#8217;s some pixel-specific task at hand.</li>
<li><a title="Yojimbo" href="http://www.barebones.com/products/yojimbo/" target="_blank">Yojimbo</a>.  You should probably read <a title="Shaun Blanc's review of Yojimbo" href="http://shawnblanc.net/2009/09/yojimbo-and-anything-buckets/" target="_blank">this post</a> by Shaun Blanc on why you need Yojimbo in your life.</li>
<li><a title="Simplenote" href="http://simplenoteapp.com/" target="_blank">Simplenote</a> and <a title="Justnote" href="http://selfcoded.com/justnotes/" target="_blank">Justnote</a>.  Together these provide the perfect way to keep notes synchronised between my iPhone and anywhere else, the Justnote client on OS X being a neat little HUD-type application that&#8217;s minimal and unobtrusive.  While you can pair Simplenote&#8217;s web-interface with Fluid to create a little desktop application, the Justnotes client is a little neater and works better.</li>
<li><a title="Dropbox" href="http://getdropbox.com" target="_blank">Dropbox</a>.  Great service which provides a seamless way to synchronise files and folders with their cloud service.  It&#8217;s not just the synchronisation though, their whole service is amazing from being able to restore multiple versions of the same file through to proper clients for Mac, Windows and Linux.</li>
<li>iTunes, Growl, Terminal.app, and the same core console applications &#8211; GNU/screen, lftp, vim, and irssi mostly installed via <a title="MacPorts Project" href="http://www.macports.org/" target="_blank">MacPorts</a>.  Stuff like OpenSSH, bash, and so on also go without saying :)</li>
</ul>
<p>So there you have it, that&#8217;s the definitive &#8211; for now &#8211; list of applications that I couldn&#8217;t live without.  I&#8217;ll look back in another year or so and see how that&#8217;s changed&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/11/13/favourite-mac-os-x-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista stability?</title>
		<link>http://dischord.org/blog/2009/11/12/vista-stability/</link>
		<comments>http://dischord.org/blog/2009/11/12/vista-stability/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:05:17 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=672</guid>
		<description><![CDATA[Here&#8217;s a choice quote from Simon Aldous, who is a Microsoft&#8217;s partner group manager, regarding Windows 7.  While on one hand it&#8217;s nice that Microsoft have (finally) admitted that they&#8217;ve drawn heavily from Mac OS X&#8217;s design and philosophy when it comes to the user interface, his closing comment is what stands out (for all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here&#8217;s a choice quote from Simon Aldous, who is a Microsoft&#8217;s partner group manager, regarding Windows 7.  While on one hand it&#8217;s nice that Microsoft have (finally) admitted that they&#8217;ve drawn heavily from Mac OS X&#8217;s design and philosophy when it comes to the user interface, his closing comment is what stands out (for all the wrong reasons):</p>
<blockquote><p>One of the things that people say an awful lot about the Apple Mac is that the OS is fantastic, that it&#8217;s very graphical and easy to use. What we&#8217;ve tried to do with Windows 7 &#8211; whether it&#8217;s traditional format or in a touch format &#8211; is create a Mac look and feel in terms of graphics. We&#8217;ve significantly improved the graphical user interface, <strong>but it&#8217;s built on that very stable core Vista technology, which is far more stable than the current Mac platform</strong>, for instance.</p></blockquote>
<p>Emphasis mine.  What a truly remarkable thing to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/11/12/vista-stability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Booting 64-bit Snow Leopard on a 2008 13&#8243; Unibody MacBook</title>
		<link>http://dischord.org/blog/2009/10/11/booting-64-bit-snow-leopard-on-a-2008-13-unibody-macbook/</link>
		<comments>http://dischord.org/blog/2009/10/11/booting-64-bit-snow-leopard-on-a-2008-13-unibody-macbook/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 18:48:41 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=652</guid>
		<description><![CDATA[According to this post, booting into a 64-bit kernel in Snow Leopard on the &#8216;original&#8217; 13&#8243; Unibody MacBook is artificially crippled by Apple, despite the hardware being perfectly capable: $ ioreg -p IODeviceTree -w0 -l &#124; grep firmware-abi &#124; &#124;   "firmware-abi" = &#60;"EFI64"&#62; This is somewhat annoying given that I&#8217;m a proud owner of said [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>According to <a title="OS X Internals" href="http://www.osxbook.com/blog/2009/08/31/is-your-machine-good-enough-for-snow-leopard-k64/" target="_blank">this post</a>, booting into a 64-bit kernel in Snow Leopard on the &#8216;original&#8217; 13&#8243; Unibody MacBook is artificially crippled by Apple, despite the hardware being perfectly capable:</p>
<blockquote><p><code>$ ioreg -p IODeviceTree -w0 -l | grep firmware-abi<br />
| |   "firmware-abi" = &lt;"EFI64"&gt;</code></p></blockquote>
<p>This is somewhat annoying given that I&#8217;m a proud owner of said machine.  Why bother, you might ask?  Is it worth it?  Well that&#8217;s up to you, but significant performance increases have been reported especially in applications like <a title="SL 64bit Performance" href="http://macperformanceguide.com/SnowLeopard-Performance.html" target="_blank">Lightroom and Photoshop</a>, so for me it&#8217;s worthwhile.</p>
<p>Anyway, the trick &#8211; as that article describes &#8211; is to modify the list of 64-bit capable models in boot.efi, and it&#8217;s more straightforward than you might think.</p>
<p>Firstly you&#8217;ll need to download an application called HexEdit from <a title="HexEdit Project Files" href="http://sourceforge.net/projects/hexedit/files/" target="_blank">here</a>, and then copy the boot.efi file somewhere for editing:</p>
<blockquote><p><code>$ sudo cp /System/Library/CoreServices/boot.efi ~/Desktop/</code></p></blockquote>
<p>Fire up HexEdit, and then open up the boot.efi file on your desktop.  Select Find / Go To Address from the menubar, and enter <code>0x266E8</code> as the address to jump to.  You&#8217;ll see the following:</p>
<blockquote><p><code>0x266E0: 38 47 01 00  00 00 00 00  00 00 00 00  00 00 00 00</code></p></blockquote>
<p>Amend this to say:</p>
<blockquote><p><code>0x266E0: 38 47 01 00  00 00 00 00  <span style="background: #00ff00 none repeat scroll 0% 0%;">04</span> 00 00 00  00 00 00 00</code></p></blockquote>
<p>Be careful that you overwrite those values, and not accidentally insert.  Save the file, go back to the terminal and enter the following commands:</p>
<blockquote><p><code>$ cd /System/Library/CoreServices<br />
$ sudo chflags nouchg boot.efi<br />
$ sudo cp boot.efi boot.efi.old<br />
$ sudo cp ~/Desktop/boot.efi .<br />
$ sudo chown root:wheel boot.efi<br />
$ sudo chflags uchg boot.efi<br />
$ sudo bless --folder /System/Library/CoreServices --file /System/Library/CoreServices/boot.efi</code></p></blockquote>
<p>Note that we took a copy of the original boot.efi, just in case things happen to go awry.  You&#8217;ll also need to tell SL to boot the 64bit kernel by default, so do the following:</p>
<blockquote><p><code>$ sudo vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist</code></p></blockquote>
<p>And amend the Kernel Flags to read:</p>
<blockquote><p><code>&lt;key&gt;Kernel Flags&lt;/key&gt;<br />
&lt;string&gt;arch=x86_64&lt;/string&gt;</code></p></blockquote>
<p>This will make your change to a 64-bit kernel the default.  If you wish to revert to the 32-bit kernel, press and hold 32 on the keyboard as your computer boots.</p>
<p>If all&#8217;s well, System Profiler should report that you&#8217;re running a 64-bit Kernel and Extensions:</p>
<p><img class="aligncenter" title="System Profiler 64bit Confirmation" src="http://dischord.org/misc/dump/leopard64bit.png" alt="" width="544" height="403" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/10/11/booting-64-bit-snow-leopard-on-a-2008-13-unibody-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter account suspended</title>
		<link>http://dischord.org/blog/2009/08/13/twitter-account-suspended/</link>
		<comments>http://dischord.org/blog/2009/08/13/twitter-account-suspended/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 07:48:03 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=637</guid>
		<description><![CDATA[23:31 [nick] man nice 23:31 [nick] my twitter account has been suspended 23:31 [nighty-] lol wtf 23:31 [nighty-] why? 23:31 [Durz&#124;lnx] oh noes 23:31 [nick] no idea 23:31 [Durz&#124;lnx] gonna be climbing the walls within a couple of days 23:31 [Durz&#124;lnx] trainspotting style I&#8217;ve been a pretty keen user of Twitter for about 18 months [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>23:31 [nick] man nice<br />
23:31 [nick] my twitter account has been suspended<br />
23:31 [nighty-] lol wtf<br />
23:31 [nighty-] why?<br />
23:31 [Durz|lnx] oh noes<br />
23:31 [nick] no idea<br />
23:31 [Durz|lnx] gonna be climbing the walls within a couple of days<br />
23:31 [Durz|lnx] trainspotting style</p>
<p>I&#8217;ve been a pretty keen user of Twitter for about 18 months now, but that all stopped last night thanks to my account being suspended due to &#8216;suspicious activity&#8217;:</p>
<p><img class="aligncenter" title="wtf?" src="http://dischord.org/misc/dump/twitterwtf.jpg" alt="" width="584" height="224" /></p>
<p>This happened while I was using the service as per usual;  I noticed an authentication failure message from my Twitter client, checked on the site, and saw the above.  There isn&#8217;t any immediate or obvious reason for this, but according to the relevant section from the Twitter help site, it was one (or more!) of these things:</p>
<ul>
<li>Terms of Service Violations</li>
<li>Technical Abuse</li>
<li>Spam Investigation</li>
</ul>
<p>Given that I was using the service via a pretty popular client, doing normal shit such as replying to people, I can&#8217;t see how it&#8217;s any of the first two.  But ah, spam investigation &#8211; that rings a very small bell.  The only thing I can think of there is that I mentioned Cialis and Viagra when commenting on a spam email I&#8217;d received for Tamiflu.  But surely Twitter&#8217;s spam filtering isn&#8217;t so overly zealous to suspend an account for the mere mention of these words, regardless of context?</p>
<p>I logged a ticket in appeal &#8211; which was immediately set to resolved, what the fuck &#8211; reopened said ticket, and am now awaiting some kind of update.  I&#8217;m not going to hold my breath though, because apparently &#8220;<span style="line-height: normal;"><span style="font-weight: bold;"><span style="font-weight: normal; line-height: 16px;">accounts may be suspended for a minimum of 30 days for research.&#8221;</span></span></span></p>
<p>All this comes two days before I&#8217;m due to jet off to sunnier climes for a couple of weeks, which is a shame as normally Twitter is what I&#8217;d used to <span style="text-decoration: line-through;">spam</span> update my friends with what I&#8217;ve been up to.  The wonders of the modern web eh?  I&#8217;m almost tempted to do a Fletch and <a title="Adios FB" href="http://fletch.cx/articles/split-seconds/" target="_blank">fuck social networking off</a>, although ironically he still uses Twitter.  Maybe I&#8217;ll update this thing more often instead?!  Fancy that!</p>
<p><strong>Update</strong>:  This has been fixed!  I had literally no communication from Twitter themselves &#8211; no update on the support website, no emails, nada.  Then I woke up Friday morning with an email in my Inbox saying I had a new follower, so I checked my account and it had been reinstated.  The new follower was, of course, a spam account.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/08/13/twitter-account-suspended/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fever Sleeve</title>
		<link>http://dischord.org/blog/2009/07/01/fever-sleeve/</link>
		<comments>http://dischord.org/blog/2009/07/01/fever-sleeve/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:12:17 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fever]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=613</guid>
		<description><![CDATA[A decent RSS client is one of those must-have applications in my experience (if you value keeping up with anything on the Internet that is), something that let&#8217;s you quickly sort the wheat from the chaff, save time by not having to browse sites individually, and consolidate all that information flow into one place on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A decent RSS client is one of those must-have applications in my experience (if you value keeping up with anything on the Internet that is), something that let&#8217;s you quickly sort the wheat from the chaff, save time by not having to browse sites individually, and consolidate all that information flow into one place on your desktop / mobile device.</p>
<p>For the past <a title="Favourite OS X applications" href="http://dischord.org/blog/2006/08/19/top-10-11-apple-osx-applications/" target="_blank">couple of years</a> I&#8217;ve been content with <a title="Newsfire" href="http://www.newsfirex.com/" target="_blank">Newsfire</a> on the Mac, and getting by using <a title="PopURLs" href="http://popurls.com" target="_blank">Popurls.com</a> when I&#8217;m on anything else (including my iPhone).  This all changed for me though when <a title="Shaun Inman's website" href="http://shauninman.com/" target="_blank">Shaun Inman</a> (of Mint fame) released <a title="Fever" href="http://www.feedafever.com/" target="_blank">Fever</a>, an application that takes a fresh approach to managing large volumes of data that result from subscribing to numerous RSS feeds.</p>
<p><span id="more-613"></span></p>
<p>Firstly I should say that it&#8217;s not a desktop application in the traditional sense, although you can treat it as such.  It&#8217;s actually PHP / MySQL based, the idea being you host it yourself on your own server but if push comes to shove you can of course install it on your desktop (easy on OS X, not so much on Windows).  It has a pretty web-based interface that&#8217;s also optimised for the iPhone (more on that in a minute), and when combined with SSB technologies such as <a title="Fluid SSB" href="http://fluidapp.com" target="_blank">Fluid.app</a> or <a title="Prism SSB" href="http://prism.mozilla.com/" target="_blank">Prism</a> it&#8217;s a close call to discern it from any other &#8216;normal&#8217; application.  The former even updates the icon in your dock to show unread post count, for example.</p>
<p>Visual goodness aside, two things sold this to me.  The first being how Fever manages your feeds &#8211; Shaun has created an interesting analogy by having two different &#8216;types&#8217; of feeds, &#8216;Kindling&#8217; and &#8216;Sparks&#8217;.  Essentially, Kindling are those websites that you consider to be pretty much essential, sites with unique content and editorials that you regularly check out on a daily basis.  Sparks are the sites that basically just link elsewhere and whose purpose is mainly to propagate content rather than generate anything unique.  Stuff like Digg, Reddit, Yahoo! Buzz and so on fall into this category for me.  Fever&#8217;s party piece is to consolidate these two into a hot list, aggregating the really popular links that appear in your Sparks and Kindling thus raising their profile (or temperature if you want to stick to the analogy) in this hot list.  Once you&#8217;ve got a few things on the go it ends up <a title="Fever screenshot" href="http://dischord.org/misc/dump/feverscreens/Picture%202.png" target="_blank">looking like this</a>.</p>
<p>The other selling point for me was the iPhone optimised interface.  I&#8217;ve been waiting for what seems like an eternity for a port of Newsfire, with the author promising that it&#8217;s coming &#8220;some day&#8221;, but I&#8217;ve pretty much given up hope.  No need now though &#8211; check out how Fever looks, it&#8217;s swish:</p>
<p style="text-align: center;"><img title="Fever starting up" src="http://dischord.org/misc/dump/feverscreens/IMG_0225.PNG" alt="Fever starting up" width="192" height="288" /> <img title="Main screen turn on" src="http://dischord.org/misc/dump/feverscreens/IMG_0226.PNG" alt="Main screen turn on" width="192" height="288" /> <img title="Browsing hot feeds" src="http://dischord.org/misc/dump/feverscreens/IMG_0228.PNG" alt="Browsing hot feeds" width="192" height="288" /></p>
<p>Anyway, it&#8217;s all detailed over <a title="Fever" href="http://feedafever.com" target="_blank">at the Fever homepage</a> and there&#8217;s even a video to watch which does a far, far better job of explaining how it works than I could ever do.</p>
<p>All in all I&#8217;m pretty impressed.  It might seem like a relatively steep purchase at $30 in these times of super cheap deals on the App Store, especially considering you have to host it yourself, but given the thought behind this application and the polished quality of implementation I think it&#8217;s a bargain.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/07/01/fever-sleeve/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gmail, mutt, and archival / deletion of mails</title>
		<link>http://dischord.org/blog/2009/06/24/gmail-mutt-and-archival-deletion-of-mails/</link>
		<comments>http://dischord.org/blog/2009/06/24/gmail-mutt-and-archival-deletion-of-mails/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:23:08 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=605</guid>
		<description><![CDATA[My usual system of managing emails is pretty simple.  Anything that I need to follow up or reference in the near future lives in my Inbox.  If it&#8217;s something I want to save, it gets archived out of the way and I can search for it later.  Pretty easy, right? This is straightforward when using [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My usual system of managing emails is pretty simple.  Anything that I need to follow up or reference in the near future lives in my Inbox.  If it&#8217;s something I want to save, it gets archived out of the way and I can search for it later.  Pretty easy, right?</p>
<p>This is straightforward when using Gmail&#8217;s web interface &#8211; you have your Inbox view by default, and a big &#8216;Archive&#8217; button to move those emails out of your way.  When using most mail clients, such as Apple&#8217;s Mail.app, you achieve the same thing by dragging a mail from your Inbox view into Gmail&#8217;s &#8220;All Mail&#8221; folder (as it&#8217;s represented via IMAP).  Deleting mails works fine, assuming you have your Trash folder set up to be Gmail&#8217;s &#8220;Bin&#8221;.</p>
<p>However, performing this via <a title="The mutt MUA" href="http://www.mutt.org" target="_blank">mutt</a> isn&#8217;t quite so straightforward because of how Gmail&#8217;s tagging system works and how it&#8217;s interpreted by IMAP.  By default, deleting a mail in mutt will move it out of your Inbox, but it won&#8217;t be stuck in Bin, so it&#8217;s effectively just archived.  You need to tell mutt that your trash folder is &#8220;[Google Mail]/Bin&#8221;:</p>
<blockquote><p>set trash=&#8221;imaps://imap.googlemail.com/[Google Mail]/Bin&#8221;</p></blockquote>
<p>All good so far.  So what about archiving?  In mutt, it seems if you manually copy a mail to &#8220;[Google Mail]/All Mail&#8221; it stays in your Inbox, which is of no use to me.  So instead, and after some experimentation, I use the following macros:</p>
<blockquote><p>macro index,pager \Ca &#8220;&lt;enter-command&gt;unset trash\n &lt;delete-message&gt;&#8221;<br />
macro index,pager d &#8220;&lt;enter-command&gt;set trash=\&#8221;imaps://imap.googlemail.com/[Google Mail]/Bin\&#8221;\n &lt;delete-message&gt;&#8221;</p></blockquote>
<p>So now if I want to archive a mail I hit Ctrl-A in the index or in the pager, and if I properly want to delete a mail I just hit &#8216;d&#8217; as before.  Problem solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/06/24/gmail-mutt-and-archival-deletion-of-mails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP and hostnames in Mac OS X</title>
		<link>http://dischord.org/blog/2009/05/04/dhcp-and-hostnames-in-mac-os-x/</link>
		<comments>http://dischord.org/blog/2009/05/04/dhcp-and-hostnames-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 04 May 2009 09:04:10 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=597</guid>
		<description><![CDATA[This is a cheap (and nasty?) hack for ignoring a DHCP server&#8217;s hostname suggestion when using Mac OS X. Add this line into /etc/hostconfig: HOSTNAME=&#8221;deadline&#8221; Obviously change the value to something other than the name of my laptop (deadline).  The comment at the top of this file concerns me, but it works for now &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a cheap (and nasty?) hack for ignoring a DHCP server&#8217;s hostname suggestion when using Mac OS X.  Add this line into /etc/hostconfig:</p>
<blockquote><p>HOSTNAME=&#8221;deadline&#8221;</p></blockquote>
<p>Obviously change the value to something other than the name of my laptop (deadline).  The comment at the top of this file concerns me, but it works for now &#8211; on 10.5.6 &#8211; at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/05/04/dhcp-and-hostnames-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAP timeouts with Gmail and mutt</title>
		<link>http://dischord.org/blog/2009/04/15/imap-timeouts-with-gmail-and-mutt/</link>
		<comments>http://dischord.org/blog/2009/04/15/imap-timeouts-with-gmail-and-mutt/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 16:38:52 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=593</guid>
		<description><![CDATA[Quick tip: If you&#8217;re suffering from annoying timeout issues when using mutt to read your Googlemail over IMAP then try the following setting in your .muttrc: set imap_keepalive=5 This solved the issue for me.]]></description>
			<content:encoded><![CDATA[<p></p><p>Quick tip:  If you&#8217;re suffering from annoying timeout issues when using mutt to read your Googlemail over IMAP then try the following setting in your .muttrc:</p>
<blockquote><p>set imap_keepalive=5</p></blockquote>
<p>This solved the issue for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/04/15/imap-timeouts-with-gmail-and-mutt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Hatred</title>
		<link>http://dischord.org/blog/2009/03/16/twitter-hatred/</link>
		<comments>http://dischord.org/blog/2009/03/16/twitter-hatred/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 16:10:02 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=573</guid>
		<description><![CDATA[My hate for Twitter is growing. It&#8217;s recently subsided following a lamer purge with me removing people like @bobbyllew (his idiocy has pretty much ruined the Kryten character for me), @stephenfry, @wossy and so on.  The daily minutiae of these people really don&#8217;t concern me, and once the novelty factor has worn off it&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My hate for Twitter is growing.  It&#8217;s recently subsided following a lamer purge with me removing people like @bobbyllew (his idiocy has pretty much ruined the Kryten character for me), @stephenfry, @wossy and so on.  The daily minutiae of these people really don&#8217;t concern me, and once the novelty factor has worn off it&#8217;s just grating to see the dullness that they post about.  Of course, what I tweet is probably just as boring to most.</p>
<p>Anyway, some of the &#8216;services&#8217; that are popping up just seem beyond ridiculous.  I don&#8217;t understand &#8216;news site&#8217; updates (surely that&#8217;s what RSS is for?), &#8216;radio station&#8217; spammers, and so on but this one so far is the winner:</p>
<blockquote><p><span class="status-body"><span class="entry-content">@<a href="http://twitter.com/yankcrime">yankcrime</a> Nick, if you need an easy way to be reminded to keep hydrated, why not follow the water sprite and we&#8217;ll do it for you.</span></span></p></blockquote>
<p><span class="status-body"><span class="entry-content">With a bio of:</span></span></p>
<blockquote><p><span class="bio">When you forget to drink water, we&#8217;ll give you a friendly reminder.</span></p></blockquote>
<p>Unreal.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/03/16/twitter-hatred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless networking in &#8216;modern&#8217; Linux is fucking braindead.</title>
		<link>http://dischord.org/blog/2009/02/10/wireless-networking-in-modern-linux-is-fucking-braindead/</link>
		<comments>http://dischord.org/blog/2009/02/10/wireless-networking-in-modern-linux-is-fucking-braindead/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:52:46 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=552</guid>
		<description><![CDATA[Last night, in what can only be described as a moment of technical sadism, I decided to reinstall a Linux distribution on my PC.  Actually truth is I pretty much despise using Windows but I&#8217;m bored of having to hook up my MacBook everytime I want to get on with something other than games.  So [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last night, in what can only be described as a moment of technical sadism, I decided to reinstall a Linux distribution on my PC.  Actually truth is I pretty much despise using Windows but I&#8217;m bored of having to hook up my MacBook everytime I want to get on with something other than games.  So why Linux?  Hardware support, and I guess professional interest to a certain extent seeing as that&#8217;s what I look after for a living (amongst <a title="Sun Solaris" href="http://sun.com/solaris" target="_blank">other</a> <a title="IBM AIX" href="http://www-03.ibm.com/systems/power/software/aix/index.html" target="_blank">things</a>).</p>
<p>Anyway, here&#8217;s a quick aside and some background.  I also have an IBM X40 which runs OpenBSD.  There&#8217;s a lot of OpenBSD devs that use the same laptop so the hardware support is pretty much fucking spot on.  It&#8217;s slightly creaky now given that it&#8217;s only a 1.4GHz Pentium M with a single GB of RAM, but for what I mainly do when I&#8217;m not playing games &#8211; which is run ratpoison + xterms + firefox &#8211; it&#8217;s plenty.  So my idea was to have the same setup but on my bigger &#8216;main&#8217; PC, but using Linux as the support for the newer hardware is there.  Oh, and the wireless works fine with this machine at home.</p>
<p>Wireless networking &#8211; even with WPA-PSK etc. &#8211; in OpenBSD is <em><strong>easy</strong></em>.  It&#8217;s done The Unix Way (i.e as you would expect) via options to <a title="OpenBSD ifconfig(8)" href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig" target="_blank">ifconfig</a>.  The man page does a fantastic job of explaining what you need to do, which is basically pass a few options and the key in a specific format (encrypted with another tool) and you&#8217;re away.  Plumbing this up so that it works on boot is also as just as easy.</p>
<p>So onto Linux.  Now I&#8217;ve dabbled with wireless networking before in Linux and it wasn&#8217;t pretty.  wpa_supplicant, ndiswrappers for Windows network card drivers (not Linux&#8217;s fault, but still), and so on.  The documentation is poor, there&#8217;s multiple disparate pieces and all in all it gave me a headache at the time.  Fast forward a couple of years and so surely now this should all be a little simpler?  Apparently not.  We&#8217;ve had time to create stupidly pointless wobbly window animations, drop shadow effects, and equally redundant boot splash screens though I see.</p>
<p>To be fair, after installing Fedora 10 my initial impressions were good.  All hardware was properly detected and worked out of the box, and I configured the wireless network initially via the purty and seemingly helpful control panel applet which popped up in Gnome.  It all worked splendidly.  I didn&#8217;t much care for the large amount of turd that the installer placed on my disk in the form of internationalizations galore, &#8216;games&#8217; I&#8217;ll never play, printing systems I&#8217;ll never use, but still &#8211; minor things that I can clean up afterwards, right?  First things first though &#8211; install ratpoison, disable GDM, and let&#8217;s go!</p>
<p>But wait, now I&#8217;m in ratpoison I no longer have a configured network.  Odd.  It seems Gnome provides a little applet that works as a front-end to the omnipotent NetworkManager that enables your wireless network when you login.  That seems somewhat counter intuitive and goes against everything that an established Unix admin would expect &#8211; networking should be ever present, whether you&#8217;re in X11 or not &#8211; but not to worry, must be easy to fix that right?  Let&#8217;s have a look at the man page for NetworkManager(1):</p>
<blockquote><p>The <em>NetworkManager</em> daemon attempts to keep an active network connection available at all times. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is intended to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit, with the aim of making networking Just Work.</p></blockquote>
<p>And that&#8217;s all of it, pretty much.  There&#8217;s a couple of references to nm-tool(1) and something else, but that&#8217;s your lot.  The man page for nm-tool is just as sparse.  No pointers to any configuration files, no word on command line options, nothing.  And this is supposed to &#8216;Just Work&#8217;?  After  digging around on various cretinous forums I found a some juju method of adding an undocumented option to one config file, rebooting, then pissing about with some system authorisation controls in Gnome, only to find that it still doesn&#8217;t work.</p>
<p>What a joke.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/02/10/wireless-networking-in-modern-linux-is-fucking-braindead/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Unintentional insight</title>
		<link>http://dischord.org/blog/2009/02/04/unintentional-insight/</link>
		<comments>http://dischord.org/blog/2009/02/04/unintentional-insight/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:07:10 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=543</guid>
		<description><![CDATA[You&#8217;ve probably noticed that it&#8217;s been snowing a bit as of late, and with that comes the typical flood of news with an array of idiots weighing in on what we should or should not be doing.  Here&#8217;s one choice comment made a Margaret Morrissey, who represents the &#8216;Parents Outloud&#8217; campaign group, when talking about [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You&#8217;ve probably noticed that it&#8217;s been snowing a bit as of late, and with that comes the typical flood of news with an array of idiots weighing in on what we should or should not be doing.  Here&#8217;s one choice comment made a Margaret Morrissey, who represents the &#8216;Parents Outloud&#8217; campaign group, when talking about the school closures on Monday / Tuesday:</p>
<blockquote><p>&#8220;We are giving children the message that when things get difficult, you should just stay at home and have fun.&#8221;</p></blockquote>
<p>I dunno.  That sounds like a pretty fucking great idea to me really.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2009/02/04/unintentional-insight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet addiction</title>
		<link>http://dischord.org/blog/2008/11/24/no-internet/</link>
		<comments>http://dischord.org/blog/2008/11/24/no-internet/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 12:19:55 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=493</guid>
		<description><![CDATA[A combination of the winter evenings drawing in, having no Internet at home, and me now finding myself with a fair mount of free time on my hands means that I&#8217;ve decided to catch up on some gaming and play some of the new titles that have been released recently. Lack of Internet sucks for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A combination of the winter evenings drawing in, having no Internet at home, and me now finding myself with a fair mount of free time on my hands means that I&#8217;ve decided to catch up on some gaming and play some of the new titles that have been released recently.</p>
<p>Lack of Internet sucks for a whole host of reasons, but none more so that I&#8217;ve found than, out of three games I&#8217;ve purchased (yep, with my own money), I can only install and play <strong>one</strong> of them &#8211; Fallout 3.</p>
<p>The other two require either an Internet connection to install (Left 4 Dead) and / or to play for the first time (FarCry 2).  How fucking ridiculous is this?  You&#8217;re basically considered by default a pirate and as such the copy protection software distributed with these titles insists on authenticating with a remote server before allowing you to play.</p>
<p>People like myself who don&#8217;t have an Internet connection can&#8217;t be all that uncommon.  You&#8217;d think that purchasing the physical media would be enough, but oh no &#8211; evidently not.  So what&#8217;s the point?  It&#8217;s enough to make me want to pirate the shit out of everything that&#8217;s released in future.</p>
<p><strong>Update:</strong> I borrowed a Vodafone 3G USB adapter from work last night which allowed me to activate FarCry 2 meaning I can now play the game.  It is really quite good.  L4D will have to wait until I have a &#8216;proper&#8217; Internet connection, whenever that may be.</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2008/11/24/no-internet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Silver surfer switchers</title>
		<link>http://dischord.org/blog/2008/11/15/silver-surfer-switchers/</link>
		<comments>http://dischord.org/blog/2008/11/15/silver-surfer-switchers/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 17:18:47 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dischord.org/blog/?p=488</guid>
		<description><![CDATA[On a whim I&#8217;ve recently purchased one of the new unibody MacBooks, and it&#8217;s a fantastic piece of kit.  The idea was to sell my &#8216;old&#8217; MacBook (a blackbook with 4GB of RAM) for a decent price to someone I know, but a combination of the original easy sale falling through, having to face eBay, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>On a whim I&#8217;ve recently purchased one of the new unibody MacBooks, and it&#8217;s a fantastic piece of kit.  The idea was to sell my &#8216;old&#8217; MacBook (a blackbook with 4GB of RAM) for a decent price to someone I know, but a combination of the original easy sale falling through, having to face eBay, and the fact that my parent&#8217;s laptop is pretty much on its last legs meant that I decided to give it to them as an early Xmas present.</p>
<p>Of course, up until now my parents have only ever used Windows PCs and they&#8217;re fairly set in their ways.  They become accustomed to performing tasks in a certain manner without really thinking about what it is they want to do, and so when something changes (&#8220;why is the icon for Office different??&#8221; etc.) they are easily overwhelmed.  Therefore my only problem with this upgrade was that I figured this might be a bit of a challenge, given that functionally Mac OS X is very different from Windows.</p>
<p>So far though I&#8217;m pleased to say that they&#8217;ve been able to pick it up very quickly indeed.  The Dock took a little bit of explaining (&#8220;where&#8217;s the Start button gone?&#8221;) but when I showed them how to launch applications and a few other basics they repeatedly made comment on how it was much more simple it appeared and how everything made more sense.  My Mum could never understand why you&#8217;d click on &#8220;Start&#8221; to shutdown the computer, for example.</p>
<p>An hour or so later and my Mum has most of the basics wired.  She&#8217;s now using Mail.app, Safari and Adium, she understands how to access Spotlight to find various things and even launch applications, Finder&#8217;s handy features such as Quicklook and Coverflow are &#8220;great&#8221;, and of course it&#8217;s a much nicer machine to work on than a four-year old budget Dell ;)</p>
<p>All in all it&#8217;s a good start, and I&#8217;m hoping I won&#8217;t receive too many support calls over the coming weeks&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dischord.org/blog/2008/11/15/silver-surfer-switchers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.390 seconds -->
