<?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"
	>

<channel>
	<title>The Linux Extremist</title>
	<atom:link href="http://www.linuxextremist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxextremist.com</link>
	<description>An Eccentric on the Bleeding Edge between Madness and Windows</description>
	<pubDate>Sat, 16 Aug 2008 17:31:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Ubuntu Hardy Heron 8.04 on the MSI Wind / Advent 4211</title>
		<link>http://www.linuxextremist.com/2008/08/16/ubuntu-hardy-heron-804-on-the-msi-wind-advent-4211/</link>
		<comments>http://www.linuxextremist.com/2008/08/16/ubuntu-hardy-heron-804-on-the-msi-wind-advent-4211/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 17:31:57 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Hardware Help]]></category>

		<category><![CDATA[Linux How-To]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=131</guid>
		<description><![CDATA[My fiancee likes small laptops.  One of her first recovery missions for me was to take an old Dell and see if Linux would revive it.  Sadly, even Ubuntu can&#8217;t make a laptop that has a battery running as hot as short order chef&#8217;s griddle run better.  She has since moved on, [...]]]></description>
			<content:encoded><![CDATA[<p>My fiancee likes small laptops.  One of her first recovery missions for me was to take an old Dell and see if Linux would revive it.  Sadly, even Ubuntu can&#8217;t make a laptop that has a battery running as hot as short order chef&#8217;s griddle run better.  She has since moved on, but I remembered that she liked having a tiny laptop, sufficient to fit into her handbag.</p>
<p>Recently, PC World made available a cheap version of the MSI Wind netbook, known as the Advent 4211.  It&#8217;s based on the excellent Intel Atom processor; however, there are some ways in which it&#8217;s deficient: it has only an 80 GB hard drive, and only 1 GB of RAM.  Plus, for some strange reason, it comes with Windows XP.  </p>
<p>I tested it in Windows mode for a while and was somewhat surprised by what I found: the processor was powerful enough to run Rome: Total War without any hiccups.  However, as my lady doesn&#8217;t play games, I decided to ditch Windows and give her a smoothly running Linux machine.  I bought a 120 GB Seagate Momentus 5400.3 hard drive, and I had an old Dell 1490 broadcom based wireless card to replace the Realtek card that the machine contains.  I also bought an additional 1 GB of memory: <a href="http://www.dabs.com/productview.aspx?Quicklinx=4L44&#038;PageMode=1">memory from Crucial</a> only costs £14. </p>
<p>The Advent 4211 doesn&#8217;t have a CD ROM drive, but LG GSA-E50N drive is perfectly adequate for the job.</p>
<p>However, it&#8217;s important to follow a series of steps to ensure that you&#8217;re getting the maximum performance out of the laptop.  These steps begin before you replace anything.</p>
<p>First, ensure you&#8217;re using the latest firmware.  If you&#8217;ve purchased the Advent 4211, this can be found by clicking <a href="http://support.thetechguys.com/Layout.aspx?ID={5369a6ed-3e45-4381-9b3f-89014d901f4d}&#038;CatID={4249b70b-6186-4e78-a736-48376dd4aac3}#method1">here</a>.  If you&#8217;re using an MSI Wind, this bios update can be found <a href="http://global.msi.com.tw/index.php?func=downloaddetail&#038;type=bios&#038;maincat_no=135&#038;prod_no=1474">here</a>.  </p>
<p>Once installed, shut down and remove the battery for ten minutes.  For whatever reason, missing this step can cause the keyboard to freeze up.  Restart and then go into the BIOS; there is an option to optimise the system by pressing F9: do so, and then save and exit.</p>
<p>After rebooting to ensure everything is all right - switch off.  Remove the battery.  You&#8217;re ready for surgery.</p>
<p>Removing the cover is relatively straightforward: there are nine screws which hold the bottom in place.  Once these are undone, the back pops off easily. There is a free memory slot which is instantly recognisable: detailed instructions on how to put the additional memory in is available <a href="http://netbookmag.com/2008/07/07/tutorial-advent-4211-memory-upgrade-msi-wind/">here</a>. </p>
<p>Removing the wireless card turned out to be the most difficult portion of the task.  The wireless antenna leads, which are indicated by a small white and a small black cable leading into the card, popped out easily enough - however, the screw which held the card in place gave me no end of trouble.  It had been screwed in so tightly, and the screw itself was so soft, that the treads were ruined with only a couple of attempted turns.  I had to use a pair of needle nose pliers to get it free; this accidentally loosened the metal portion below the card which the screw turned into.  Fortunately, a small dab of superglue at the tip of the metal portion, fixed it back into place.</p>
<p>Beneath the wireless card there is an additional screw which frees the hard drive.  The drive after this, pops out relatively easily.  The Advent 4211 comes with a Western Digital drive, a brand I detest: I took it out, removed the metal guide and affixed it to the Seagate, which slotted easily back in.  I put the drive back, put in the screw and then put in the Dell 1490. </p>
<p>The Dell 1490 wireless card is not an easy fit.  The antenna cables are particularly awkward.  Furthermore, a thin sticker on the bottom of the card is all that prevents an ill-placed protrusion from touching a portion of the motherboard, which can lead to it shorting out.  I screwed it in to the point that it was in place, but did not tighten it to excess.</p>
<p>After putting the back on, and screwing it in place, I put back in the battery, and plugged the CD drive in.  My OS in this case is Ubuntu Hardy Heron 8.04.1 - note this is the latest version, as the immediate predecessor did not work.</p>
<p>Installation was straightforward; the only complication lay in a difficulty I had made for myself in using the Broadcom based Dell 1490.  I plugged in the wired connection into my router, entered the terminal and typed:</p>
<p>sudo apt-get update</p>
<p>After that, I went into System > Administration > Hardware Drivers and found that the Broadcom wireless card driver was awaiting activation.  I activated it, following the steps in the installation process after this selection.  Wireless gave no further issues after this.</p>
<p>Apart from this, graphics acceleration, sound, and all other features worked as expected: the MSI Wind / Advent 4211 appears to be a very good fit with Ubuntu Linux.  Wireless is quick and punchy, and even the small screen (10&#8243;) is something one gets used to after a short while.</p>
<p>In fact, I like it so much, I may get one myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2008/08/16/ubuntu-hardy-heron-804-on-the-msi-wind-advent-4211/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Battle of the Betas</title>
		<link>http://www.linuxextremist.com/2008/04/27/battle-of-the-betas/</link>
		<comments>http://www.linuxextremist.com/2008/04/27/battle-of-the-betas/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 09:05:17 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=128</guid>
		<description><![CDATA[Both Firefox and Opera are on the cusp of releasing new versions of their browser software.  Firefox is on the fifth beta of the up and coming Firefox 3: it is the browser of choice for the new release of Ubuntu Linux.  Opera is on the second Beta of Opera 9.50 - code named Kestrel.
Comparing [...]]]></description>
			<content:encoded><![CDATA[<p>Both Firefox and Opera are on the cusp of releasing new versions of their browser software.  Firefox is on the fifth beta of the up and coming Firefox 3: it is the browser of choice for the new release of Ubuntu Linux.  Opera is on the second Beta of Opera 9.50 - code named Kestrel.</p>
<p>Comparing the two at the moment may seem unfair, given that both are works in progress.  However, the two have been going back and forth in being the best, fastest browser for Linux; and the betas are an indication of how the next round is going to shape up.  After having used both side by side for the past week, I believe I have an idea as to who is going to come up trumps.</p>
<p>Firefox 3 is a good, well-rounded browser.  It is reasonably quick, and with some slight modifications in &#8220;about:config&#8221; - its speed can be improved further.  There is no doubt as to why this is the standard; however, there is no doubt that the new Opera is much better.</p>
<p>With 9.50b, the previous sins of Opera have been forgotten: it does run Flash plugins, and whatever was throttling its performance in 9.27, has been eliminated.  I don&#8217;t have a stop watch, but speaking as a user, its throughput is much faster than it is on Firefox 3.  Admittedly, I am using a lower end machine: however Opera seems to be able to do less with more.</p>
<p>I am also a strong believer in the idea that the class of a browser can be seen in its font rendering.  In Firefox 3, this has apparently taken a step backward: the rendering is less sophisticated than it was on Firefox 2, and its variants such as Swiftweasel.  It somehow looks like a throwback, almost like how browsers look on Windows.   The difference can be seen in these samples:</p>
<p><a href="http://www.linuxextremist.com/images/Firefox3-sample.png">Firefox 3</a><br />
<a href="http://www.linuxextremist.com/images/Opera950-sample.png">Opera 9.50</a></p>
<p>I found after several hours of using both, I much prefered using Opera: as the samples show, it&#8217;s quicker, easier on the eyes, and there is a better &#8220;finish&#8221; to it.  Firefox 3 still has the feel of a beta; there are niggles in it, for example, how the history on the URL bar drops down, that indicates it still has some way to go, that some concepts have not yet fully arrived.</p>
<p>Opera 9.50 simply does not feel like a beta; there are no niggles or annoyances to distract, rather, it simply works and works well.  No doubt Firefox will catch up to it again; the to and fro of this struggle is unlikely to stop.  However, for the moment, Opera is the winner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2008/04/27/battle-of-the-betas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Hardy Heron 8.04 on a HP Compaq nx7000</title>
		<link>http://www.linuxextremist.com/2008/04/26/ubuntu-hardy-heron-804-on-a-hp-compaq-nx7000/</link>
		<comments>http://www.linuxextremist.com/2008/04/26/ubuntu-hardy-heron-804-on-a-hp-compaq-nx7000/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:47:30 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Hardware Help]]></category>

		<category><![CDATA[Linux How-To]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=127</guid>
		<description><![CDATA[My ideas about waste make it nearly impossible for me to throw out an old computer.  I still have an old HP Compaq nx7000 which is still my workhorse - it&#8217;s the living room computer, the one I sit down with in the morning and evening to do web surfing, writing emails and word processing. [...]]]></description>
			<content:encoded><![CDATA[<p>My ideas about waste make it nearly impossible for me to throw out an old computer.  I still have an old HP Compaq nx7000 which is still my workhorse - it&#8217;s the living room computer, the one I sit down with in the morning and evening to do web surfing, writing emails and word processing.   With its wide screen and reasonable graphics, it&#8217;s not bad for the task.</p>
<p>That said, I thought it was really coming to the end of the line.  I had upgraded it from Ubuntu Gutsy Gibbon to Hardy Heron via the usual upgrade procedure while Hardy was in Beta.  I lost the Desktop Effects, and the computer seemed to be getting bogged down: the extensive error messages I got during shut off was particularly painful.</p>
<p>I decided to give it one last go with a clean install; if it didn&#8217;t work, then I was going to have to accept that the laptop, after 5 punishing years of service, was coming to its end.</p>
<p>But I&#8217;m pleased to say it did work, and in fact, it&#8217;s better than ever.</p>
<p>I should point out that this is not a standard HP Compaq nx7000: I replaced its original IDE hard drive with a Seagate 7200 80 GB drive.  I also put in an SMC Networks PCMCIA 802.11g card (this is based on the Atheros chipset).  I also put in 1 GB of RAM several years ago.  These have helped in terms of connectivity and speed; otherwise, it is a standard first generation Centrino laptop.  It has a 64 MB ATI Radeon laptop graphics card, and a lovely 1680 x 1050 widescreen aspect.</p>
<p>I wanted to ensure that the transition was as painless as possible; this meant that I wanted to ensure that I&#8217;d copied all my Bookmarks and emails.  Fortunately, in Firefox 2, there is a facility under Bookmarks &gt; Organise Bookmarks to export Bookmarks as a single file.  Firefox 3 has a facility to import these bookmarks.</p>
<p>Thunderbird was less straightforward.  I found an excellent add on called Import Export Tools.  It&#8217;s available <a href="http://nic-nac-project.de/~kaosmos/mboximport-en.html">here</a>.  I was able to export all the messages, whisk them off with the other files and able to wipe the hard drive with confidence.</p>
<p>Installation was painless.  All of the hardware was detected and there were no problems with the sound, graphics, or networking; I still remain convinced that this laptop was more designed for Linux than for Windows.  Where it gets a bit trickier is trying to &#8220;smooth the setup&#8221;.</p>
<p>First and foremost, with my setup, I have two competing wireless cards.  As I&#8217;m not interested in having an 802.11b connection, I went into Applications &gt; Accessories &gt; Terminal and typed:</p>
<p>sudo gedit /etc/modprobe.d/blacklist</p>
<p>Add the following line:</p>
<p>blacklist ipw2100</p>
<p>Save and close.  This will knock out the silly old Intel wireless card upon restart.</p>
<p>I found that the Desktop effects still did not work.  Not to worry though, there is plenty of eye candy to be had at <a href="http://www.gnome-look.org">www.gnome-look.org</a>.</p>
<p>In my case, I decided to install the <a href="http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438">Aurora GTK engine</a>, because I rather liked the <a href="http://www.gnome-look.org/content/show.php/Elegant+Aurora?content=79536">Elegant Aurora</a> theme.</p>
<p>The good news is that this old laptop can run it.  The bad news is that it does require some further packages in order to make it work.</p>
<p>I first had to go into Terminal again and type:</p>
<p>sudo apt-get install libc6-dev g++ gcc</p>
<p>But this isn&#8217;t sufficient, it is looking for specific GTK packages to make it work.  One also needs to do this:</p>
<p>sudo aptitude install build-essential libgtk2.0-dev</p>
<p>Then extract the Aurora 1.4 folder from the zipped archive onto the desktop.  Go into Terminal again, and navigate to that folder.  From this point, the instructions are relatively straightforward.  Type:</p>
<p>sudo ./configure &#8211;prefix=/usr</p>
<p>Then hit enter.  After it goes through the motions, then type:</p>
<p>sudo make install</p>
<p>This will install the Aurora engine.  Reboot.</p>
<p>You can then go into System &gt; Preferences &gt; Appearance and install the Elegant Aurora theme.  Its curved, elegant appearance, while not as &#8220;dynamic&#8221; as Desktop Effects, is pleasing to the eye.</p>
<p>However, there are other items I wanted to install.  First, fonts.  It&#8217;s necessary to get the Microsoft core fonts in order to view web pages correctly.  I went into System &gt; Administration &gt; Synaptic Package Manager and Searched for the following package, &#8220;msttcorefonts&#8221;.  This package contains all the base Microsoft fonts one could require.  I also wanted Macintosh fonts, as I rather like Lucida Grande.  I found them at <a href="http://www.jonmega.com/iceman/stuff/fonts/">&#8220;Iceman&#8217;s Emulation Page&#8221;</a>.</p>
<p>Once downloaded, unzip and put all the .TTF files on the desktop.  Go back to terminal and then type:</p>
<p>cd /usr/share/fonts</p>
<p>Then type:</p>
<p>sudo mkdir apple</p>
<p>Navigate back (via &#8220;cd&#8221;) to the Desktop.  Then type:</p>
<p>sudo mv *.ttf /usr/share/fonts/apple</p>
<p>This will move all the fonts to the &#8220;apple&#8221; folder.</p>
<p>You can then refresh the font cache by typing:</p>
<p>sudo fc-cache -fv</p>
<p>This will clock through your newly installed fonts and make them available for use.</p>
<p>Next, there is the matter of setting up Firefox.  Firefox 3 is an improvement on Firefox 2 in terms of speed, though it is still a beta, with the limitations that implies.  Some of the tweaks one could do with Firefox 2, still apply to Firefox 3.  It&#8217;s a question of identifying where changing values is still appropriate.</p>
<p>To start, type &#8220;about:config&#8221; in the address bar.</p>
<p>You will get a warning; proceed anyway.</p>
<p>The HP Compaq nx7000 now needs to be treated as if it is a slow computer on a fast connection (given the SMC network card).  Add / change the following values unless these values have already been changed / exceeded by the Firefox 3 configuration:</p>
<p>user_pref(&#8221;network.http.pipelining&#8221;, true);<br />
user_pref(&#8221;network.http.proxy.pipelining&#8221;, true);<br />
user_pref(&#8221;network.http.pipelining.maxrequests&#8221;, 8);<br />
user_pref(&#8221;content.notify.backoffcount&#8221;, 5);<br />
user_pref(&#8221;plugin.expose_full_path&#8221;, true);<br />
user_pref(&#8221;ui.submenuDelay&#8221;, 0);</p>
<p>And:</p>
<p>user_pref(&#8221;content.max.tokenizing.time&#8221;, 3000000);<br />
user_pref(&#8221;content.notify.interval&#8221;, 1000000);<br />
user_pref(&#8221;content.notify.ontimer&#8221;, true);<br />
user_pref(&#8221;content.switch.threshold&#8221;, 1000000);<br />
user_pref(&#8221;content.maxtextrun&#8221;, 4095);<br />
user_pref(&#8221;nglayout.initialpaint.delay&#8221;, 1000);<br />
user_pref(&#8221;network.http.max-connections&#8221;, 48);<br />
user_pref(&#8221;network.http.max-connections-per-server&#8221;, 16);<br />
user_pref(&#8221;network.http.max-persistent-connections-per-proxy&#8221;, 16);<br />
user_pref(&#8221;network.http.max-persistent-connections-per-server&#8221;, 8);<br />
user_pref(&#8221;dom.disable_window_status_change&#8221;, true);</p>
<p>This will yield a substantially faster Firefox.</p>
<p>I don&#8217;t like the default Firefox theme, so I&#8217;ve gotten a hold of <a href="https://addons.mozilla.org/en-US/firefox/addon/1013">Phoenity Modern</a>.  I also made sure I hit You Tube to get it to automatically install the Adobe Flash Plugin (I went for the genuine Adobe plugin rather than its open source equivalents).</p>
<p>Next, Opera.  Opera 9.27 doesn&#8217;t work with Flash on this machine; so it&#8217;s time to be daring and go with the beta, known as 9.50b / Kestrel.  This can be gotten <a href="http://www.opera.com/download/linux/?ver=9.50b2">here</a>.  This works with the Flash plugin reasonably well.</p>
<p>Finally, Thunderbird; one does need to install the Import Export Tools again, however, it is relatively easy to import the messages, once you&#8217;ve re-set up your accounts.  Just ensure you&#8217;ve clicked on the right folder - i.e., Inbox, when you&#8217;re trying to import Inbox messages.</p>
<p>There were other items to set up: as the FireFTP extension doesn&#8217;t work with Firefox 3, I went through setting up gFTP.  Pidgin internet messenger setup was simple and painless.  As my printer is a Canon, I used the <a href="http://www.turboprint.info">Turboprint</a> drivers, as they seem to lead to less smudging in the output than the standard Ubuntu drivers.</p>
<p>Also, with some wallpaper and icons from <a href="http://www.deviantart.com">Deviant Art</a>, I managed to make the old laptop look like this:</p>
<p><a href="http://www.linuxextremist.com/images/screenshot-one.jpg">Screenshot One</a><br />
<a href="http://www.linuxextremist.com/images/screenshot-two.jpg">Screenshot Two</a></p>
<p>But most of all, it is not left behind by recent developments - with the latest Ubuntu, latest Open Office, latest Firefox and latest Opera - it&#8217;s at the forefront of them.  Not bad for something which in Windows world, would be pushing up the daisies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2008/04/26/ubuntu-hardy-heron-804-on-a-hp-compaq-nx7000/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just Wow&#8230;</title>
		<link>http://www.linuxextremist.com/2008/01/09/just-wow/</link>
		<comments>http://www.linuxextremist.com/2008/01/09/just-wow/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 13:26:32 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Geek Life]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=126</guid>
		<description><![CDATA[Here&#8217;s a demonstration of how 3D games could work in the future:

I have to say - just wow.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a demonstration of how 3D games could work in the future:</p>
<p><a href="http://www.youtube.com/watch?v=Jd3-eiid-Uw"><img src="http://img.youtube.com/vi/Jd3-eiid-Uw/default.jpg" width="130" height="97" border=0></a></p>
<p>I have to say - just wow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2008/01/09/just-wow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Obama: The Open Source Candidate</title>
		<link>http://www.linuxextremist.com/2008/01/09/obama-the-open-source-candidate/</link>
		<comments>http://www.linuxextremist.com/2008/01/09/obama-the-open-source-candidate/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 13:08:07 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=125</guid>
		<description><![CDATA[I&#8217;m not known for sugarcoating things.  Thus I can say without shocking too many people, Democrat voters of New Hampshire, yes you, the accountant in the phony Scottish tartan flannel shirt and the Soccer Mom who believes that bumper stickers on the back of her giant Volvo estate are a way to save the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linuxextremist.com/images/obama.jpg" alt="Barack Obama" title="Barack Obama" align="right" />I&#8217;m not known for sugarcoating things.  Thus I can say without shocking too many people, Democrat voters of New Hampshire, yes you, the accountant in the phony Scottish tartan flannel shirt and the Soccer Mom who believes that bumper stickers on the back of her giant Volvo estate are a way to save the environment - you&#8217;re idiots.  You are mind numbingly, blitheringly dumb.  Hopefully God has blessed you in other ways because obviously He didn&#8217;t give you the capacity to think.</p>
<p>Why am I saying this?  For those who missed out on the news, Hillary Clinton narrowly won the Democrat Presidential Primary in New Hampshire, thus reviving a campaign that should be gathering mold and icicles in the morgue of American political history.</p>
<p>Hillary Clinton represents much of what I hate.  Before feminists leap down my throat, it&#8217;s not the fact that she&#8217;s a woman.  It&#8217;s because she couldn&#8217;t come up with a genuine emotion if her life depended on it: absolutely everything about her is contrived, marketed, packaged.  When she speaks, it&#8217;s as if she is lecturing a bunch of not-too-bright children on how to behave.  That said, what really grates on me is her sense of entitlement.  Try this exercise - whenever she snaps at someone, mentally preface her statements with &#8220;how dare you&#8221;.  You&#8217;ll find that it not only fits, it shows the real character of the woman: she believes that she is destined to win the nomination, destined to be President and no one has the right to question her plans, her policies, her experience or her temprament.  She has been acting like this for years.</p>
<p>There is something familiar about her approach, and her presentation as the inevitable, logical choice, the industry standard, the voice of experience.  From my perspective, she sounds a lot like Microsoft.</p>
<p>If one really thinks about it, Hillary Clinton is the Windows Vista of candidates: we are being told this is the upgrade America needs.  After the Windows ME years of President Bush, the country needs all the packages and upgrades that are being foisted upon it by this woman.  For example, her ideas on health care mandates - basically forcing everyone to buy health insurance - sound Microsoft-ish: we&#8217;re going to make you take it out, you are not free to make choices for yourself.  No doubt, she is more or less slickly packaged; however, it doesn&#8217;t take much stress for cracks to appear.</p>
<p>This is in stark contrast to Obama.  He apparently has learned something, indeed, a central principle of the Open Source movement: greater participation is key to progress, and a monolith is not nearly as good at advancing things as a diverse group that pulls together voluntarily.</p>
<p>For example, from day one, he has called upon Republicans and independents to work with him, in spite of being opposed to many of their beliefs.  Presumably, he regards their participation as providing a proof of concept of his own plans.   Additionally, his speeches are notable for calling for participation from the wider public: by no means has he suggested that he alone is the agent of change, rather, it will require change driven by the nation as a whole.  Unlike Hillary, he hasn&#8217;t included mandates in his plans; he has stated that he assumes that people will be intelligent enough to choose health insurance for themselves.</p>
<p>At the very least, this call for citizens to be active in the life of their country is a sign of inclusiveness that Hillary&#8217;s top-down approach lacks.   Furthermore, it shows humility, a quality that no one sane would accuse her of having.</p>
<p>Before I&#8217;m accused of going completely off on a weird tangent, I should point out by a strange coincidence, according to Netcraft, <a href="http://uptime.netcraft.com/up/graph?site=www.hillaryclinton.com">Hillary&#8217;s website</a> is running off of Windows Server 2003, and <a href="http://uptime.netcraft.com/up/graph?site=www.barackobama.com">Obama&#8217;s</a> is running off of Linux.</p>
<p>So again, I have to say to Democrats in America: you pick this woman at your peril.  As someone on this side of the Atlantic, I have to say the yakkity yak that we hear out of this pantsuited nightmare is already tedious.  No matter how intelligent you may think she is, her brainpower does not outweigh that of a whole country; in understanding the frontiers of his intellect and personal power, Obama shows that he&#8217;s smarter than she.  The only way she could be attractive is if you find thinking hurts you and you&#8217;d rather she did it in your stead.</p>
<p>The primaries are about to move on to Nevada and South Carolina.  Hopefully the winter freeze hasn&#8217;t dulled their senses in the same way that it did the faux LL Bean lumberjacks and the silly mums who are fighting middle aged spread and think they&#8217;re on an episode of Desperate Housewives.   Hopefully, they&#8217;ll go Open Source and make the right choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2008/01/09/obama-the-open-source-candidate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>And it&#8217;s not just him&#8230;</title>
		<link>http://www.linuxextremist.com/2007/12/12/and-its-not-just-him/</link>
		<comments>http://www.linuxextremist.com/2007/12/12/and-its-not-just-him/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 15:27:10 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Reflections]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=124</guid>
		<description><![CDATA[Given that politics is the subject du jour for the blog, this Armstrong and Miller offering seems appropriate:

I believe him.
]]></description>
			<content:encoded><![CDATA[<p>Given that politics is the subject du jour for the blog, this Armstrong and Miller offering seems appropriate:</p>
<p><a href="http://www.youtube.com/watch?v=EfGHhnyBWF0"><img src="http://img.youtube.com/vi/EfGHhnyBWF0/default.jpg" width="130" height="97" border=0></a></p>
<p>I believe him.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2007/12/12/and-its-not-just-him/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good-bye, Gordo</title>
		<link>http://www.linuxextremist.com/2007/12/12/good-bye-gordo/</link>
		<comments>http://www.linuxextremist.com/2007/12/12/good-bye-gordo/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 11:21:44 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=123</guid>
		<description><![CDATA[It&#8217;s a sign of impending middle age, but I enjoy watching television programmes about property: Relocation, Relocation, Property Ladder, Grand Designs, you name it, when I land on a channel that&#8217;s featuring something involving renovating a house or moving to a new location, I find it compelling.  It may be the tinkerer in me: [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linuxextremist.com/images/gbrown.jpg" alt="Gordon Brown" title="Gordon Brown" align="right" />It&#8217;s a sign of impending middle age, but I enjoy watching television programmes about property: Relocation, Relocation, Property Ladder, Grand Designs, you name it, when I land on a channel that&#8217;s featuring something involving renovating a house or moving to a new location, I find it compelling.  It may be the tinkerer in me: the idea of turning, say, a crap 1960&#8217;s council house into a luxury development is similar to what Linux does to old PCs.</p>
<p>My lady likes these shows as well; she&#8217;s the kind of person who looks in various house and home magazines, looking for ideas on how to stick an additional toilet into a ridiculously small place, among other things.</p>
<p>So, we were watching Property Ladder last night; the programme featured a rather irritatingly nice family that were developing and selling houses for a profit.  Think of Disney Does Real Estate and you have a fair idea of what it was like.  Sarah Beeny, the presenter, said &#8220;they&#8217;ve cleared a £58,000 profit&#8230;before tax.&#8221;</p>
<p>My lady seized upon that.  &#8220;That&#8217;s the first time she&#8217;s said the phrase &#8216;before tax&#8217; - if it&#8217;s a second home, it&#8217;s subject to capital gains.&#8221;</p>
<p>As I regard property development for profit as being a more complicated way to commit suicide than taking arsenic, I hadn&#8217;t really thought about it before.   Loads of people have bought houses and then redeveloped them under the assumption that at most, they&#8217;d have to pay 10% to the government on their gains.  For those in other countries, you may not have heard that Gordon Brown recently raised this tax to 18%.</p>
<p>Hitherto, I thought that Gordon Brown just might win the next general election, whenever that may be.  Yes, his government is full of corrupt wankers who have all the morality of a lobotomised weasel on meth.   For goodness sake, any decent human being realises that taking money from a businessman who wants to donate anonymously has at least the air of dodginess about it, and given that they&#8217;re supposed to be in public service (cough, cough), they shouldn&#8217;t do it.  We could live with that if it was accompanied by an air of competence and self-criticism.  We&#8217;ve seen neither.</p>
<p>First take self-criticism.  Speaking for myself, whenever the presenter on Sky News or BBC News says they have someone from the government on to defend some indefensible mistake, I get a sense of a dread.  Few inspire more loathing in me than Hazel Blears: she has a smile that is as plastered on as that of the Joker from Batman.  She tries to appear like she&#8217;s one of the &#8220;ordinary working folk&#8221; from her constituency of Salford, but you know that she&#8217;s got Sancerre in her fridge and if she ate a doner kebab, her head would explode.  Furthermore she&#8217;s wound up so tight that you&#8217;d like to see her handed over to a crew of Liberian sailors who had been at sea without female companionship for 6 months, possibly the only way that would shake loose what&#8217;s been bunged up in her.</p>
<p>In precise tones, she always carries on, says that the government is competent and knows what it is doing even when the banking system is near collapse, the economy is plumbing depths that the passengers of the Titanic would recognise, and youth crime is such that a television presenter like Jeremy Clarkson can&#8217;t shake one of the little scrotes that&#8217;s bothering him by the scruff the neck, without thinking, &#8220;Oh crap, am I going to get done for this?&#8221;</p>
<p>Perhaps the most disgusting element of all is that Labour seems to think it is entitled to stay in power forever.  Funny, I thought we lived in a democracy.  Sort of, anyway. Part of the idea is that power should change hands from time to time.  As much as I was cynical about New Labour in 1997, it was clear that the Tories were showing signs of wear and tear after 17 years; it wasn&#8217;t good for democracy that they were in power forever.  At least the Tories went more gently into that good night.  Labour thinks it can replace a charismatic leader with one who has to duct tape his smile into place and magically make it so they stay in office till the end of time.</p>
<p>Fortunately, they have made the fatal mistake of jacking up capital gains tax.  So much of our economy is based on madness with housing; they just shot at all the little developers like the nice but irritating family.  They shot at the small business owner.  They shot at the people working in finance and all those who depend on them.  And they&#8217;re not showing any signs of remorse, they&#8217;re just trotting out Hazel Blears.</p>
<p>Labour is done.   Yes, yes, the pundits say they can come back from this.   Pundits generally speaking live in London and hang out at dinner parties with people who discuss this very seriously no doubt.  The view out here in the provinces is a bit different: they are dead, dog meat, and should lie down and accept the inevitable.   Gordo plotted and schemed to become Prime Minister to the point that I wouldn&#8217;t be surprised if sacrificing the lukewarm blood of babies to Satan was involved.  In the end it was futile; the sell by date has expired, all that remains is the long walk to the graveyard.</p>
<p>This is not to say things will get much better with anyone else.  Generally speaking, decisive governments tend to anger people.  For example, President Sarkozy in France just told the unions to bog off, and there&#8217;s a lot of unhappiness with him.  Bush was decisive in getting rid of Saddam Hussein, now the entire world is angry at him to the point that they forget how the porky guy (who used to have chemical weapons) gassed the Kurds.  Given this, most politicians try to just muddle on and not do anything courageous.  So the recession will not be called off, and we will get just as fed up with the new lot as we did with the old one.  But given that we are imperfect people, we should expect governments to be just as frail, ignorant and ridiculous as the rest of us.  All of it springs to mind what Churchill once reportedly said - democracy was the worst form of government&#8230;.except compared to all the others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2007/12/12/good-bye-gordo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sacrifice the Weatherman</title>
		<link>http://www.linuxextremist.com/2007/12/11/sacrifice-the-weatherman/</link>
		<comments>http://www.linuxextremist.com/2007/12/11/sacrifice-the-weatherman/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 10:50:56 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Reflections]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=122</guid>
		<description><![CDATA[The weather in Britain has been damn awful as of late.  Thus the following sketch from the geniuses Armstrong and Miller appeals to me greatly:

If only.
]]></description>
			<content:encoded><![CDATA[<p>The weather in Britain has been damn awful as of late.  Thus the following sketch from the geniuses Armstrong and Miller appeals to me greatly:</p>
<p><a href="http://www.youtube.com/watch?v=Dqw2KOOzdzQ"><img src="http://img.youtube.com/vi/Dqw2KOOzdzQ/default.jpg" width="130" height="97" border=0></a></p>
<p>If only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2007/12/11/sacrifice-the-weatherman/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A 64 bit Linux PC for Christmas</title>
		<link>http://www.linuxextremist.com/2007/12/11/a-64-bit-linux-pc-for-christmas/</link>
		<comments>http://www.linuxextremist.com/2007/12/11/a-64-bit-linux-pc-for-christmas/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 10:45:02 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Geek Life]]></category>

		<category><![CDATA[Hardware Help]]></category>

		<category><![CDATA[Linux How-To]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=121</guid>
		<description><![CDATA[My parents, now retired, like to keep computing simple.  To their credit, when faced with a choice between a PC and a Mac, they chose the latter.  However, my father tried out the Linux PC I built in 2006, and was highly impressed by its speed.  So, for Christmas, I&#8217;ve offered to [...]]]></description>
			<content:encoded><![CDATA[<p>My parents, now retired, like to keep computing simple.  To their credit, when faced with a choice between a PC and a Mac, they chose the latter.  However, my father tried out the Linux PC I built in 2006, and was highly impressed by its speed.  So, for Christmas, I&#8217;ve offered to replace their ageing iMac with a homemade 64 bit Ubuntu Linux machine.  I&#8217;ve yet to hear if they&#8217;re going to take me up on the offer.</p>
<p>The build is complicated somewhat by the fact that they&#8217;ve moved to America for their retirement, so the usual haunts I&#8217;d use for parts don&#8217;t apply.  No matter, there is www.newegg.com to the rescue.  From this, I&#8217;ve managed to put together the following list of parts:</p>
<p>I&#8217;m starting with a <strong>Intel Core 2 Duo E6750 Conroe 2.66GHz LGA 775</strong> processor.    It&#8217;s not the fastes that Intel make, but it is 64 bit and it has a nice balance of cost for performance.  It also comes with the necessary cooling equipment.</p>
<p>Sticking with Intel for the moment, I&#8217;ve selected their <strong>Intel BOXDP965LTCK LGA 775 Intel P965 Express ATX</strong> Motherboard.  If I need to change the processor to something with more oomph later, the board gives me some room for this.</p>
<p>I&#8217;ve proposed getting two sets of <strong>Crucial Ballistix 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel</strong> memory.   The memory comes highly rated, and again, appears to be a nice balance of price and performance.</p>
<p>Linux support for Nvidia is still better than ATI in my view.  At the same time, my parents are not likely to be playing graphics intensive games.  So for  graphics I&#8217;ve selected a <strong>ASUS EN8400GS/HTP/256M GeForce 8400GS 256MB 64-bit GDDR2 PCI Express x16 HDCP Ready</strong> card.</p>
<p>The sound on the motherboard doesn&#8217;t look particularly convincing.  Hence, I&#8217;m proposing that I bolster that with a <strong>Creative Sound Blaster Audigy SE SB0570LPVP 5.1 Channels PCI Interface Low-Profile</strong> card.</p>
<p>SATA drives offer better performance than their IDE predecessors.  I don&#8217;t want to skimp here, but at the same time, my parents aren&#8217;t going to load loads of music and photos on it.  For the hard drive, I&#8217;ve picked a <strong>Western Digital Caviar SE16 WD2500AAKS 250GB 7200 RPM SATA 3.0Gb/s </strong>drive.  For a DVD-R drive, I&#8217;ve picked a S<strong>AMSUNG 20X DVD±R DVD Burner Black SATA Model SH-S203B.  </strong></p>
<p>As for the casing and power, I&#8217;ve gone with a <strong>GIGABYTE Triton 180 Black 0.7mm SECC Steel ATX Mid Tower</strong> and <strong>Thermaltake Purepower W0100RU ATX 12V 2.0 500W Power Supply.</strong></p>
<p>With these parts, plus a 22in Samsung monitor, a slimline Kensington USB keyboard, and a Microsoft mouse, the sum total comes to less than $1070.  In contrast, to replace their iMac, the entry level model would cost $1199 - this has a smaller screen (20in), much less memory (only 1 GB),  and a slower processor (2.0 Ghz).  Of course, the Mac does have a lovely casing.</p>
<p>That said, the user experience need not be radically different; <a href="http://sourceforge.net/projects/mac4lin">The Mac4Lin Project</a> is an example of how the usability of a Mac can be brought to a Linux machine.   Furthermore, there are benefits the Ubuntu machine will have: for example, it will be able to run Swiftweasel, and connected to an American cable modem, it should be blazingly fast.</p>
<p>If my parents allow me to execute on this project, I will write an update as to how the project proceeds.</p>
<p>Merry Christmas to all, nonetheless!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2007/12/11/a-64-bit-linux-pc-for-christmas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RAF Chavs - Standard!</title>
		<link>http://www.linuxextremist.com/2007/12/08/raf-chavs-standard/</link>
		<comments>http://www.linuxextremist.com/2007/12/08/raf-chavs-standard/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 10:52:10 +0000</pubDate>
		<dc:creator>Ivan Groznii</dc:creator>
		
		<category><![CDATA[Geek Life]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.linuxextremist.com/?p=120</guid>
		<description><![CDATA[There are only a few television shows produced today that are truly funny, in my opinion - the best of the lot is the show done on Friday nights by Ben Miller and Alexander Armstrong - their RAF &#8220;chav&#8221; sketches are utterly hilarious.  Here&#8217;s an example:

And another:

]]></description>
			<content:encoded><![CDATA[<p>There are only a few television shows produced today that are truly funny, in my opinion - the best of the lot is the show done on Friday nights by Ben Miller and Alexander Armstrong - their RAF &#8220;chav&#8221; sketches are utterly hilarious.  Here&#8217;s an example:</p>
<p><a href="http://www.youtube.com/watch?v=lwNQf08Kxsw"><img src="http://img.youtube.com/vi/lwNQf08Kxsw/default.jpg" width="130" height="97" border=0></a></p>
<p>And another:</p>
<p><a href="http://www.youtube.com/watch?v=xiQatiEzz_k"><img src="http://img.youtube.com/vi/xiQatiEzz_k/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxextremist.com/2007/12/08/raf-chavs-standard/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
