<?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>ipsidixit.net</title>
	<atom:link href="http://www.ipsidixit.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipsidixit.net</link>
	<description>A far off place</description>
	<pubDate>Wed, 05 Nov 2008 19:50:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>QuadKonsole on KDE4</title>
		<link>http://www.ipsidixit.net/2008/11/05/quadkonsole-on-kde4/</link>
		<comments>http://www.ipsidixit.net/2008/11/05/quadkonsole-on-kde4/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:19:33 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/?p=112</guid>
		<description><![CDATA[Under KDE 3 I&#8217;ve made major use of the wonderful quadkonsole, from Simon Perreault. It&#8217;s a lovely thing, allowing you to embed 4 (by default, other permutations possible) konsoles in a single window, with them all resizing together. Kinda hard to explain, but very useful in some situations.
KDE 4 comes along and, finally, is about [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-115" style="margin: 10px;" title="cr128-app-quadkonsole" src="http://www.ipsidixit.net/wp-content/2008/11/cr128-app-quadkonsole.png" alt="" width="128" height="128" />Under KDE 3 I&#8217;ve made major use of the wonderful quadkonsole, from <a href="http://nomis80.org/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/nomis80.org');">Simon Perreault</a>. It&#8217;s a lovely thing, allowing you to embed 4 (by default, other permutations possible) konsoles in a single window, with them all resizing together. Kinda hard to explain, but very useful in some situations.</p>
<p>KDE 4 comes along and, finally, is about ready for day to day use. Many improvements, some drawbacks, but on balance I&#8217;m now ready to use it in anger for real work. The KDE 4 konsole is quite nice. And it even pretends that it can do something similar to quadkonsole. Which it can only very very slightly.</p>
<p>So us KDE 3 quadkonsolers demand that quadkonsole run under KDE 4! And so it does&#8230;. read on.</p>
<p><span id="more-112"></span></p>
<p>Well, it does with a little jiggery-pokery. Here&#8217;s an overview of the steps to follow, performed on an install of Kubuntu 8.10 (updated from 8.04) I&#8217;ve not detailed every last URL and command - email me if you get stuck:</p>
<ul>
<li>Get the code tarball from Simon&#8217;s page (link above)</li>
<li>Unzip/untar. Running &#8220;configure&#8221;, though, will fail miserably.</li>
<li>The configure fails since the KDE 3 development libs are missing.</li>
<li>apt-get install kdelibs4-dev</li>
<li>This installs the dev libs for KDE 3 and <em>de</em>installs various dev libs for KDE 4</li>
<li>You should now be able to <em>configure</em>, <em>make</em>, <em>make install</em> no problem.</li>
<li>quadkonsole will not yet run, though.</li>
<li>First, undo the damage from above: apt-get install kdelibs5-dev</li>
<li>This will <em>de</em>install kdelibs4-dev and <em>re</em>install the stuff you chucked out earlier.</li>
<li>Now go find a .deb for Ubuntu KDE 3 konsole. e.g. <a href="http://packages.ubuntu.com/hardy/konsole" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/packages.ubuntu.com');">http://packages.ubuntu.com/hardy/konsole</a></li>
<li>Unpack it (using &#8220;ar -x packagename.deb&#8221;, or even KDE&#8217;s own ark tool), then untar the data portion and locate the libkonsolepart.* files in usr/lib/</li>
<li>Copy them to /usr/lib/kde3/</li>
<li><em>ldconfig</em></li>
<li>Run quadkonsole</li>
</ul>
<p>Hopefully there&#8217;s enough there to get you going. I&#8217;m guessing that the average quadkonsole user is probably not totally afraid of the cli! If nothing else, it might assure you that you <strong>can</strong> get quadkonsole working under KDE 4 relatively easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/11/05/quadkonsole-on-kde4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VIA - Hot stuff!</title>
		<link>http://www.ipsidixit.net/2008/08/31/100/</link>
		<comments>http://www.ipsidixit.net/2008/08/31/100/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 19:25:11 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/2008/08/31/100/</guid>
		<description><![CDATA[A while back I wrote a few notes on building a small home server box. Specifically that I had chosen this neat Morex case and this VIA EK Corefusion motherboard.Here in southern Europe the summer has been in full swing, and it got hotter by the day. A few weekends back I thought I&#8217;d do [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-106 alignleft" style="margin: 10px;" title="via_logo" src="http://www.ipsidixit.net/wp-content/2008/08/via_logo.jpg" alt="" width="144" height="71" /></p>
<p>A while back I wrote a <a href="http://www.ipsidixit.net/2008/01/14/home-server-intro/" target="_blank">few notes on building a small home server</a> box. Specifically that I had chosen <a href="http://www.morex.com.tw/products/productdetail.php?fd_id=37" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.morex.com.tw');">this neat Morex case</a> and this <a href="http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=420" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.via.com.tw');">VIA EK Corefusion motherboard</a>.<br id="jh511" /><br id="jh512" />Here in southern Europe the summer has been in full swing, and it got hotter by the day. A few weekends back I thought I&#8217;d do a quick check on temperatures on this system to make sure it wasn&#8217;t about to burst into flames.<br id="jh513" /><br id="jh514" />Logged in and ran &#8217;sensors&#8217;. Yikes! CPU at 77 degrees C, and the chassis temp only a couple of degrees lower.<br id="a70l" /><br id="a70l0" />Went over to the box and touched it. Very warm. Listened. No sound of a fan. Now the motherboard is fanless (in the 800MHz version I chose for this very reason) but the Morex case has a single internal fan which I was pretty sure I had wired in to the system/case fan header on the board. Peering in the side with a torch I confirmed that it most definitely wasn&#8217;t turning.</p>
<p><span id="more-100"></span></p>
<h2 id="i-rf">Investigation</h2>
<p>Power off the box (very inconvenient as it really is a busy little thing) and take it to the workbench. Off with the lid. Poke around. Looks OK. Almost no dust in it at all (which was odd - most of my systems have half a sheep inside them.) Also checked the fan was still wired to the header.<br id="mezh" /><br id="mezh0" />The system runs completely headless, so connect up a spare screen and keyboard and power it on. Notice that the fan spins for the first few seconds of power, then the BIOS cuts it off. So in to the BIOS to see what it thinks is going on. Interesting&#8230;</p>
<h2 id="i-rf0">VIA Corefusion BIOS Settings</h2>
<p>The BIOS allows temperature monitoring to be simply enabled or disabled for CPU and/or chassis. If either goes over the threshold, the corresponding header is powered. And upon looking I see that the threshold it fixed at&#8230; 80 degrees. Wow. That&#8217;s flippin&#8217; hot.<br id="x_mr" /><br id="x_mr0" />Each 80 setting also comes with what they call a &#8220;tolerance&#8221; number, of 0 up to 3 degrees. What the hell is that? <br id="x_mr1" /><br id="x_mr2" />Anyway, I pack it all up again and set the threshold On and the tolerance to &#8216;2&#8242;. The system then creeps up to about 70 degrees after a few minutes (and we&#8217;re talking an ambient temperature of about 28 degrees for starters) And no fan.</p>
<h2 id="hz4r">Which header? CPU versus chassis temp</h2>
<p>Having monitored the system for a while, I see the pattern of CPU temperature versus chassis temperature. Rather reasonable when one thinks about it: CPU temperature of course ramps up and down very quickly indeed in direct response to utilisation. Chassis temperature moves more slowly, both up and down. So you can have a chassis AND CPU temp of (say) 60, then the CPU peaks up to 75 for a couple of minutes. During this time the chassis temp might only pop up a degree or two. And when the CPU utilisation drops to nothing, the CPU temp can even drop <em>below </em>chassis temp for a little while. Of course the longer the CPU stays at a higher temperature, the closer the chassis temperature approximates to it. In the longer term they will be in constant proportion. But in the short to middle term they are not.<br id="jrms" /><br id="jrms0" />Hence the choice to change the single case fan from the chassis header to the CPU header. Let it respond to the CPU threshold being breached rather than the chassis temperature.</p>
<h2 id="cu_:">So what&#8217;s wrong? Nothing at all<br id="e9cc" /></h2>
<p>System in the high 70&#8217;s (and that&#8217;s Celsius, note) and no fan? BIOS appears to only trigger at 80? And guess what? That&#8217;s absolutely right! If I cranked up the CPU to 82 degrees (the fixed threshold of 80 plus the mystical &#8220;tolerance value&#8221; which I set at 2) the fan kicks in. For the first time in its life. And it keeps spinning until we drop to the chilly depths of 77 degrees. <br id="jpx4" /><br id="jpx40" />So we now know two things: the mystery &#8220;tolerance&#8221; value is actually the hysteresis offset, to stop the fan turning on and off rapidly when the threshold is breached.</p>
<p>The other thing we learn is that these VIA boards are as tough as old boots. Hot, very very hot, old boots. This fanless motherboard simply does not require cooling until we hit at least 80 degrees C. Which is amazing. And a tribute to the designers of this stuff. It&#8217;s robust beyond belief. I love it.<br id="t4:q0" /><br id="hz4r1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/08/31/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The usual suspects? Or the usual bullshit?</title>
		<link>http://www.ipsidixit.net/2008/07/21/the_usual_bullshit/</link>
		<comments>http://www.ipsidixit.net/2008/07/21/the_usual_bullshit/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 09:53:10 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

		<guid isPermaLink="false">http://www.ipsidixit.net/2008/07/21/92/</guid>
		<description><![CDATA[In a book review of three books (The Economist) each attempting to explore the cause of 2008&#8217;s global &#8220;credit crunch&#8221; we are told that it&#8217;s simply not fair to lay the blame at the door banks. In a telling section we are sternly lectured that &#8220;It was the Basel accords on bank capital ratios&#8230;&#8230;&#8230;that helped [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://www.economist.com/books/displaystory.cfm?story_id=11703081" id="n0eb" title="review of three books" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.economist.com');">book review of three books</a> (The Economist) each attempting to explore the cause of 2008&#8217;s global &#8220;credit crunch&#8221; we are told that it&#8217;s simply not fair to lay the blame at the door banks. In a telling section we are sternly lectured that &#8220;It was the Basel accords on bank capital ratios&#8230;&#8230;&#8230;that helped push the banks into securitising sub-prime mortgages.&#8221;<br id="d9l9" /><br id="d9l90" />This is an outrageous statement.</p>
<p><span id="more-92"></span></p>
<p>The Basel accord the reviewer is referring to is the Basel II agreement of 2004. [EDIT: I stand corrected. It's Basel I] The overall purpose of this agreement was to define a framework allowing regulation of capital reserves held by banks to cover financial and operational risks. The so-called &#8220;third pillar&#8221; of Basel II related to how much banks must disclose to the markets, based upon their overall exposure to risk. A slightly more down to earth description of this is that bank must exercise more accurate pricing for risk, or in other words raise their prices for high risk lending. Which seems sensible as far as it goes.<br id="x210" /><br id="x2100" />In summary, Basel II encouraged (or, indirectly, forced) banks to become more price-sensitive to credit risk. No more, no less. Yet our reviewer tell us that this &#8220;pushed&#8221; banks into &#8220;securitising sub-prime mortgages&#8221;. <br id="k-37" /><br id="umxc" /></p>
<h2 id="umxc0">Securitising?</h2>
<p>Well let&#8217;s just hold off a moment and be sure we understand the deliberately unhelpful terminology here: &#8220;securitising&#8221;. The Economist is normally a paragon of clarity and unnecessary jargon, so it&#8217;s rather surprising that they slip this in without any help to the reader. Securitisation is a very complex, large subject, and I do not pretend to understand every last subtle nuance. But I do know enough to understand the fundamental concepts. In the context of mortgage lending, securitisation is all about raising funds by selling risk. Nothing wrong with that, in principle. However another key element of securitisation is, as the banks would have it, to more fairly price the underlying risk they are selling. That&#8217;s the idea. But one man&#8217;s fair price is another&#8217;s unfair price - and clever securitisation of risk can, in reality, be used as vehicle to hide risk. In some forms of securitisation this technique is explicit: repricing &#8220;traditional&#8221; credit risk by, for example, factoring in future cash flows. But the line between unavoidable complexity and intentional obfuscation is very very fine indeed, and banks knowingly exploit this by securitising based upon inexact, by definition, valuations.<br id="w3co" /><br id="w3co0" />But let&#8217;s veer back to the original gripe: the securitisation of sub-prime mortgages. Well whatever your view of the art (I hesitate to call it science) of securitisation of mortgages, subprime or otherwise, what is new about it? In the US it started in the early 1970&#8217;s, and galloped along thereafter pretty successfully. So what? It&#8217;s not new and it has, until recently, been at least adequately successful.<br id="kuzz" /><br id="kuzz0" />The whole mention of securitisation is a nonsense: what the reviewer seems to mean is that Basel II pushed banks into the sub-prime mortgage market, securitised or otherwise. So just how DO you &#8220;push&#8221; a bank? Well, let&#8217;s not be willfully dumb: what he&#8217;s alluding to is that since Basel II required banks to be more price-sensitive to risk in general, they could now choose to lend to higher risk customers than before, albeit with a correspondingly appropriate (i.e. higher) price. Note that little word: &#8220;could&#8221;. It&#8217;s important. I <em id="e60r">could</em> sell my car for 1 Euro. I&#8217;d be a fool, but I <em id="e60r0">could</em>. I <em id="e60r1">could </em>pay 100 Euros for a loaf of bread. But who would? None but a fool.<br id="e60r2" /><br id="e60r3" />The whole sub-prime (and don&#8217;t you just LOVE that word. Sub-prime. So much nicer than &#8220;insanely high risk&#8221;, dontcha think?) is a joke. The pricing of sub-prime mortgages was so incompetent it boggles the mind: never mind about the creditor&#8217;s ability to pay out of future income, just factor in the annual 10% property price increase (whaddya mean that might not always happen? It has for years now!) and, hey presto, the risk has just about gone. So twiddle the risk calculations around a bit and sell on the risk to some punter at the other end of the food chain. Loadsamoney. Take on stupid risk, then pass it on. Brilliant.<br id="qn_7" /><br id="umxc1" /></p>
<h2 id="umxc2">&#8220;We&#8217;re all to blame&#8221;</h2>
<p>Of course at this point someone will pipe up about others who are &#8220;equally&#8221; to blame. Not least the person who borrowed the money in the first place and, less commonly, the institution (and, trickling down, ultimately, the &#8220;small people&#8221;) who chose to carry the risk. Someone was dumb enough to take out a sub-prime mortgage, and some other person (or institution) was dumb enough to buy the risk at too low a price. Surely they are culpable, or at least equally so, as the bank in the middle? <br id="z:t." /><br id="z:t.0" /></p>
<h2 id="xhu0">One end of the chain</h2>
<p>There was a time when people trusted banks as advisers, rather than seeing them as pure profit-centered machines, intent on success at <em id="an:a">any</em> cost. That view might have been rather naive, of course, but if only because banks were indeed more careful about taking on risk they did have a reciprocal benefit of preventing misguided individuals from taking on stupid financial risks themselves. People taking on high-risk  mortgages (I&#8217;m fed up with the &#8217;sub-prime&#8217; euphemism) are very often the poorest, less-educated sections of society and they are, frankly, being exploited. Yes, that a subjective judgment, but it&#8217;s a pretty clear case. Capitalism is <em id="p0cg">not</em> unfettered - we have regulations and laws to prevent the exploitation of individuals. Capitalism itself does not require them, but what we might recognise as a civilised society most certainly does. As it pertains to how they interact with individuals, many (most?) types of institutions are regulated to ensure some sort of balance in the transaction. Banks used to be the same. But increasingly they side-step (who lets them&#8230; another big question, but let&#8217;s limit things a bit for practical purposes) such limits on their behaviour in order to pursue profit. <br id="sc5_" /><br id="sc5_0" /></p>
<h2 id="kira">And the other end</h2>
<p>So while we have banks selling ridiculous mortgages to foolish people, at the other end of the financial chain we have institutions merrily gobbling up these subsequently-securitised gambles as fast as they can lay their slobbering chops on them. And who are these institutions? Some shadowy group? Some group of companies lurking in the background? Why no, they are&#8230; banks. Very often the same banks who are selling them. It&#8217;s a wonderful merry-go-round, with banks ever more incestuously gearing up their exposure to increasingly high risk. But in the tradition of the Emperor&#8217;s New Clothes, almost no one will stand up and put a stop to it. You cannot break the chain - to even utter the <em id="lkug">thought</em> that the whole system might be in peril would be to put it at risk. Waffle waffle by me, and the word I&#8217;m really struggling for suddenly comes to mind: it&#8217;s a bubble. A classic, text-book bubble. Tulips one century, crap mortgages in another. <br id="k64e" /><br id="k64e0" /></p>
<h2 id="k64e1">So who cares?</h2>
<p>I do.<br id="ckwg" /><br id="ckwg0" />I care about the real people, with real children and real lives who will be shattered by losing their homes. Their ignorance has been ruthlessly exploited and they will pay a fierce price.<br id="ckwg1" /><br id="ckwg2" />I care about the governments and financial regulators who have stood by and allowed this to happen, totally complicit in the &#8220;never mind the obvious longer term, for now things are simply fantastic!&#8221; elective blindness. They have failed us.<br id="ckwg3" /><br id="ckwg4" />I care about the untold billions of my taxes which will go to bailing out (that&#8217;s a market term for &#8220;saving those who should not be saved&#8221;) the banks concerned, yet will rarely actually be used to save the evicted family out on the street. It will instead be used to pump new &#8220;profit&#8221; into these incompetent institutions.<br id="ckwg5" /><br id="ckwg6" />I care about the fact that voters are too apathetic to rise up and throw from government those who allow this to continue.<br id="myoy" /><br id="myoy0" />Just how bad does it have to get before people demand change?<br id="h7.0" /><br id="h7.00" /><br id="gwvk" /><br id="gwvk0" /><br id="wz5q" /><br id="wz5q0" /><br id="br-q1" /> <br id="tgy6" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/07/21/the_usual_bullshit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KDE 4 revisited</title>
		<link>http://www.ipsidixit.net/2008/07/17/kde4_revisited/</link>
		<comments>http://www.ipsidixit.net/2008/07/17/kde4_revisited/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:21:10 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/2008/07/17/81/</guid>
		<description><![CDATA[Back in January I wrote about the newly-released KDE 4.0, and what a disappointment it was.Since then, and particularly in recent weeks, the FOSS community has been raging with discussions about the perceived issues with KDE4.On the one hand you&#8217;ve had people calling for a KDE fork to occur, on the other you&#8217;ve had some [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 20px;" title="KDE 4 Logo" src="http://www.ipsidixit.net/wp-content/2008/01/kde4.jpg" alt="" width="200" height="83" />Back in January <a href="http://www.ipsidixit.net/2008/01/22/kde4/" id="x5_s" title="I wrote about" target="_blank">I wrote about</a> the newly-released KDE 4.0, and what a disappointment it was.<br id="xwzl1" /><br id="xwzl2" />Since then, and particularly in recent weeks, the FOSS community has been raging with discussions about the perceived issues with KDE4.<br id="xwzl3" /><span id="more-81"></span><br id="xwzl4" />On the one hand you&#8217;ve had people <a href="http://practical-tech.com/operating-system/kde-its-time-for-a-fork/" id="b.n_" title="calling" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/practical-tech.com');">calling</a> for a KDE fork to occur, on the other you&#8217;ve had some KDE folk <a href="http://troy-at-kde.livejournal.com/17753.html" id="za95" title="stamping their feet" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/troy-at-kde.livejournal.com');">stamping their feet</a> and getting unhappy (and then <a href="http://troy-at-kde.livejournal.com/18018.html" id="h.02" title="calming down" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/troy-at-kde.livejournal.com');">calming down</a> a little later). And vaguely in the middle some &#8220;commentators&#8221; have been trying to finesse it all away (for example <a href="http://www.linux.com/feature/141769" id="eo4f" title="here" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.linux.com');">here</a> and <a href="http://www.linux.com/feature/141917" id="s9gi" title="here" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.linux.com');">here</a> ) by saying that it&#8217;s the fault of the users for not knowing what they were getting in to.<br id="f9cl" /><br id="f9cl0" />On all sides, an awful lot of nonsense has spewed forth. Which is a shame. I&#8217;m a long-time KDE user, and suspect always will be. And, in the fullness of time, I am sure I will one day move to KDE4 and enjoy it greatly.<br id="zw3c" /><br id="zw3c0" />All these commentators seem to try and explain things away in such a complex manner, when the truth is so much simpler. KDE4 is not yet ready for day to day use by most people. It shows great promise and improves almost daily. When released, despite the frantic back-pedaling that is now occurring, the KDE team simply failed to communicate what they were releasing. Looking at the <a href="http://www.kde.org/announcements/4.0/" id="fwtk" title="KDE 4.0 announcement" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.kde.org');">original release statement</a>, there&#8217;s no trace of the fact that it was bug-ridden and lacked vast numbers of key features. And that&#8217;s fine, as it was actually an early alpha-release. It&#8217;s just that they failed to mention that small but important fact&#8230;<br id="kmb:" /><br id="kmb:0" />Once the heat has died down we will see that the KDE team, in their understandable enthusiasm, simply mis-communicated information. No malice at all was intended. It was just once of those things. Learn a lesson. Move on. And look forward to the release of a <em id="a9tk">real</em> KDE4 in the coming months. I am.<br id="xwzl5" /> <br id="a9tk0" /><br id="j1gd" /><br id="j._4" /><br id="rua1" /><br id="d8:0" /><br id="yr6o" /><br id="n9d0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/07/17/kde4_revisited/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Come back XP, all is forgiven!</title>
		<link>http://www.ipsidixit.net/2008/07/16/come_back_xp/</link>
		<comments>http://www.ipsidixit.net/2008/07/16/come_back_xp/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:39:40 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/index.php/2008/07/16/74/</guid>
		<description><![CDATA[Despite being something of a Linux enthusiast (Linux boxes at home outnumber Windows boxes) I&#8217;m also realistic. My main workstation at home runs Windows, due to the simple reason that the applications I need only run on Windows. Yes, I know all about WINE, and use it very successfully on some Linux systems at work, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-75" style="margin: 20px;" title="Vista" src="http://www.ipsidixit.net/wp-content/2008/07/vista.jpeg" alt="" width="128" height="94" />Despite being something of a Linux enthusiast (Linux boxes at home outnumber Windows boxes) I&#8217;m also realistic. My main workstation at home runs Windows, due to the simple reason that the applications I need only run on Windows. Yes, I know all about <a href="http://www.winehq.org/" id="mc.r" title="WINE" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.winehq.org');">WINE</a>, and use it very successfully on some Linux systems at work, but some stuff just won&#8217;t, at least yet, run on WINE. Two significant problem areas for WINE are games and&#8230;. Adobe applications. And when I ain&#8217;t Photoshopping, I&#8217;m gaming. So Windows required.<br id="e5_q" /><br id="e5_q0" />Anyway, to get back to the point: having built a reasonably muscular new PC last year I decided to drop Vista on to it as my choice of Windows. Last weekend it had a catastrophic file-system error. To be fair, that&#8217;s probably not Vista-specific: Windows has a long and ignoble history of buggering up its file-system and requiring reformat, reinstall, recriminations, etc. So this was just a normal day-in-the-life of a Windows user.<br id="wzdg" /><br id="wzdg0" />The interesting part is it at last gave me the excuse I needed to ditch Vista and put Windows XP on the PC. So after several months of Vista use, why did I hate it so? Let&#8217;s list some Pros and Cons of Vista versus XP.<br id="wzdg1" /><span id="more-74"></span></p>
<h2 id="gz.9">Pros</h2>
<ul id="gz.90">
<li id="gz.91">DirectX-10. Well, it&#8217;s a &#8220;pro&#8221; of sorts. DirectX-10 offers some pretty marginal graphics improvements over DirectX-9 and, critically, requires a very recent graphics card. And even given all that, very few games yet support its use anyway. So more of a theoretical &#8220;pro&#8221; than a real one, at least for me.</li>
<li id="gnas">Aero GUI. The Vista GUI is indeed prettier than bog-standard XP. Kinda curvier, more translucent, more, dare one say it, Apple Mac-like? Nice to have, but not really life-changing.</li>
<li id="gnas0">Security. Vista&#8217;s security improvements are much promoted by its makers, but really not up to much. To a great extent it&#8217;s a question of turning on stuff which by default was off in XP. And then, of course, making the mistake of turning it all up too much&#8230; After a few weeks of blindly clicking &#8220;Yes&#8221; to some needless &#8220;security check&#8221; you get so pissed off you turn it all off anyway.</li>
</ul>
<p><br id="tcad" /></p>
<h2 id="tcad0">Cons</h2>
<ul id="tcad1">
<li id="tcad2">Memory hog. Yes, I KNOW memory is incredibly cheap these days. But why, once I simply boot Vista and have all the &#8220;essentials&#8221; up and running, do I need TWICE as much memory as XP ever required? It&#8217;s just ridiculous. I would be fine if it needed more memory due to the amazing whizz-bang improvements it brought me, but it doesn&#8217;t do that.</li>
<li id="aj44">CPU hog. OK, not by much, but you do feel the machine is less snappy and responsive under Vista. <br id="aj440" /></li>
<li id="aj441">Network. Oh my, this is a pile of crap. Vista networking is a huge step backwards. I mean how difficult should it be to open a shared folder from another PC or a server? Under XP it bounces up immediately. Same folder under Vista, maybe 10 seconds to open. <br id="r1tt" /></li>
<li id="r1tt0">Network. Again. When my remote, shared folder does finally open, just because it contains maybe 30 or so applications (installers, actually) does Vista REALLY need another couple of MINUTES to display them all?</li>
<li id="r1tt1">Network. Yup, again. PPTP VPN connection. When I&#8217;m connected I want a little flashing icon thingy on my toolbar, right? Just like I&#8217;ve had for years with XP. So where is it Microsoft?</li>
<li id="r1tt1">Network. Yawn. WebDAV. Widely used, and well-integrated within Windows XP. So why has it completely disappeared from Vista? Not changed, or hidden a bit. Completely GONE.</li>
<li id="p5dc">Boot time. I&#8217;m putting this as a &#8216;con&#8217;, as Microsoft has made so much of the fast boot-time of Vista. What a bunch of liars. The time taken for the desktop itself to display is nothing special, but then the lying little bastards hide all the ongoing stuff in the background. Minute after minute of displayed-but-unusable desktop. Time to display desktop: acceptable. Time to display *usable* desktop: friggin&#8217; ages.</li>
<li id="bqxg">Still, even after SP1 for Vista, significant numbers of drivers are still not officially Vista-compatible. Luckily most &#8220;old&#8221; drivers work anyway.</li>
</ul>
<p><br id="n7v9" />I&#8217;m making no pretence that this is a complete list of pros and cons. It&#8217;s just some of the things that struck me after using Vista for a while. The intriguing thing about Vista is just how backwards it is. I know it&#8217;s fashionable to knock Vista as being some truly awful, unusably bad operating system. It&#8217;s not. However when you take in to account the hundreds of man years that Microsoft put in to developing it you can&#8217;t help but ask &#8220;Why?&#8221; Take XP and pump up the security a bit (which has happened along the way anyway with the three service packs) and drop a pretty face on it and you&#8217;ve got&#8230;. Vista. Well, Vista without the mucked up Windows Networking and resource hogging. It really is just a total non-event. <br id="xa7:" /><br id="xa7:0" />Microsoft have some smart people working for them. I hope they are ashamed of Vista. I would be.<br id="g0ww" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/07/16/come_back_xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 upgrade woes</title>
		<link>http://www.ipsidixit.net/2008/04/28/ubuntu-804-upgrade-woes/</link>
		<comments>http://www.ipsidixit.net/2008/04/28/ubuntu-804-upgrade-woes/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 07:57:08 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/?p=73</guid>
		<description><![CDATA[Ubuntu&#8217;s generally splendid Linux distribution came up to version 8.04 a few days ago.
The three Ubuntu systems in my life were headed for an upgrade! First off a Kubuntu laptop I use for work. Fairly vanilla configuration. Upgrade took a while due to a *lot* of downloads, but it went well and the upgraded system [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-88 alignleft" style="margin: 20px;" title="ubuntulogo" src="http://www.ipsidixit.net/wp-content/2008/07/ubuntulogo.png" alt="" width="202" height="55" />Ubuntu&#8217;s generally splendid Linux distribution came up to<a href="http://www.ubuntu.com/news/ubuntu-8.04-lts-desktop" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ubuntu.com');"> version 8.04</a> a few days ago.</p>
<p>The three Ubuntu systems in my life were headed for an upgrade! First off a <a href="http://www.kubuntu.org/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.kubuntu.org');">Kubuntu</a> laptop I use for work. Fairly vanilla configuration. Upgrade took a while due to a *lot* of downloads, but it went well and the upgraded system worked fine. [EDIT: See below - Later saw this upgrade was bad too...]</p>
<p>Unfortunately this encouraged me to try two others, which both went very badly&#8230;<br />
<span id="more-73"></span><br />
A Kubuntu workstation at home: Upgrade <em>seemed</em> to complete well. However at the time of writing the new system is completely and utterly unbootable. The new kernel cannot even see the root disk. This is a really poor show. Luckily I can still, via grub, boot off the old kernel and it works fine. But to upgrade a machine and make it unbootable&#8230;. well, that smacks rather of Microsoft. Really bad, only very slightly ameliorated by the fact that they leave the old kernel in place for recovery (which makes one wonder whether they expect this sort of thing!)</p>
<p>The other system to suffer was a Ubuntu server installation. For a server it was pretty straightforward: web-services, MySQL, etc and some Samba (Windows) file-sharing. Quietly and without any sort of warning, the Ubuntu server upgrade rips out the working SMB-fs installations and replaces it with CIFS. Yes, I *know* smbfs has been deprecated for a while, but you do NOT silently remove software and replace it with something that is NOT a 100% drop-in replacement. Sure, CIFS is similar. Very. But it ain&#8217;t damn well identical. I know what I&#8217;m doing yet I had to spend a good hour faffing around with CIFS mount options to restore the server to its prior working state.</p>
<p>I checked out the <a href="http://www.ubuntu.com/getubuntu/releasenotes/804" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ubuntu.com');">release notes</a> - not a word about ripping my Samba installation to shreds. I checked the <a href="http://www.ubuntu.com/getubuntu/upgrading#head-e059d5452a24b50d09c64df48058ef2d834eb197" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ubuntu.com');">server-edition specific upgrade guide</a>. Nah. Nothing.</p>
<p>Note to Ubuntu people:<strong><em> you should NOT do that without appropriate documenting</em></strong> and hence warning people.</p>
<p>Ubuntu, on a clean install, is a fab distro. But the upgrade process, at least this time around, is very poor indeed.</p>
<p>[EDIT: From the intro, shortly after posting this I found, on the apprently successfully upgraded Kubuntu laptop, that if I tried to start KDE's System Setting (kind-of like Windows' Control Panel) it simply crashes, with no meaningful error message. This, folks, is why Linux, much as I love it, is not going to take over the desktop from Windows just yet... 3 machines, 3 bad upgrades, each bad in a different way, but resulting in an unusable machine]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/04/28/ubuntu-804-upgrade-woes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support Dan and his Data!</title>
		<link>http://www.ipsidixit.net/2008/02/19/firepower/</link>
		<comments>http://www.ipsidixit.net/2008/02/19/firepower/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 20:39:43 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/index.php/2008/02/19/72/</guid>
		<description><![CDATA[It&#8217;s an honour and a privilege to elevate two-fingers at the people trying to censor Dan - he of Dan&#8217;s Data, one of the better (and more idiosyncratic) technology sites on the Internet. Go to his site and see the story posted today, 19th February 2008, about how Firepower are being a pain and coming [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an honour and a privilege to elevate two-fingers at the people trying to censor Dan - he of <a href="http://www.dansdata.com/" title="Dan's Data" target="_blank" id="m-yh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.dansdata.com');">Dan&#8217;s Data</a>, one of the better (and more idiosyncratic) technology sites on the Internet. Go to his site and see the story posted today, 19th February 2008, about how <a href="http://www.smh.com.au/news/business/firepower-boss-feeling-the-heat/2007/09/28/1190486568678.html" title="Firepower" target="_blank" id="n4l1" onclick="javascript:pageTracker._trackPageview ('/outbound/www.smh.com.au');">Firepower</a> are being a pain and coming on all heavy. Go <a href="http://www.atomicmpc.com.au/forums.asp?s=1&amp;c=1&amp;t=121327&amp;p=0" title="here" target="_blank" id="gxfv" onclick="javascript:pageTracker._trackPageview ('/outbound/www.atomicmpc.com.au');">here</a> for a fuller discussion.</p>
<p>And the item they wish to censor? <a href="http://www.ipsidixit.net/wp-content/2008/02/FP_Pill_07.pdf" title="Firepower pill" target="_blank">GET IT HERE!!!!!!</a></p>
<p>EDIT: And <a href="http://dansdata.blogsome.com/2008/02/12/firepowers-results/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/dansdata.blogsome.com');">here</a> is Dan&#8217;s analysis of the document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/02/19/firepower/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KDE 4. Short but not sweet.</title>
		<link>http://www.ipsidixit.net/2008/01/22/kde4/</link>
		<comments>http://www.ipsidixit.net/2008/01/22/kde4/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:27:15 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/index.php/2008/01/22/69/</guid>
		<description><![CDATA[This is going to be just about the briefest review of KDE 4 you&#8217;ll read anywhere.
First things first: I LIKE KDE. I like it a lot, and have done for years. I use it every day (literally) and always look forward to new versions. They just get better and better.
KDE 4 was finally released a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 20px;" src="http://www.ipsidixit.net/wp-content/2008/01/kde4.jpg" alt="KDE 4 Logo" hspace="20" vspace="20" width="200" height="83" align="left" />This is going to be just about the briefest review of <a href="http://www.kde.org/" id="jl3y" title="KDE Website" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.kde.org');">KDE 4</a> you&#8217;ll read anywhere.</p>
<p>First things first: I LIKE KDE. I like it a lot, and have done for years. I use it every day (literally) and always look forward to new versions. They just get better and better.</p>
<p>KDE 4 was <a href="http://www.kde.org/announcements/4.0/" id="l3st" title="KDE 4 announcement" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.kde.org');">finally released a few days ago</a>, and I installed the <a href="http://www.kubuntu.org/" id="mjwf" title="Kubuntu" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.kubuntu.org');">Kubuntu version</a> of it to take it for a spin.</p>
<p><span id="more-69"></span>First impressions? It&#8217;s pretty. After oooing and aahing at the new GUI for a few seconds I decide to stick with it. All I have to do is make a few customisations to ensure it&#8217;s how I like it, and I&#8217;ll be all set.</p>
<p>To replicate my existing (3.5) KDE environment I only need to do the following:</p>
<ul>
<li>remove any photo from the desktop background (I like it a plain colour)</li>
<li>move the taskbar from the default position at the bottom of the screen to the right-hand side.</li>
<li>check a screensaver is defined.</li>
</ul>
<p>Can I do any of these things? Nope. Not a chance.</p>
<p>I&#8217;m really sorry to have to say this, but the KDE people have made an incredibly stupid decision to release this as a finished product. It isn&#8217;t. In fact in light of the items I found missing / not working within about 2 minutes of starting it it&#8217;s not even beta standard. It&#8217;s an early alpha.</p>
<p>The developers have nothing to be ashamed of. KDE 4 shows huge promise. However the KDE management should take a long hard look at the damage this release could do to KDE&#8217;s previously well-deserved reputation.</p>
<p>Disappointed. Very disappointed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/01/22/kde4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building a home server</title>
		<link>http://www.ipsidixit.net/2008/01/14/home-server-intro/</link>
		<comments>http://www.ipsidixit.net/2008/01/14/home-server-intro/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 20:07:35 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

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

		<guid isPermaLink="false">http://www.ipsidixit.net/index.php/2008/01/14/62/</guid>
		<description><![CDATA[Here we look at building a cheap, quiet and compact home media server.So what is a &#8220;home-media server&#8221;? Different things to different folks, but the box I&#8217;m going to build is actually to replace an existing unit which works fine but is too large and much too noisy.
What is a home server?
Like many homes these [...]]]></description>
			<content:encoded><![CDATA[<p>Here we look at building a cheap, quiet and compact home media server.So what <strong><em>is</em></strong> a &#8220;home-media server&#8221;? Different things to different folks, but the box I&#8217;m going to build is actually to replace an existing unit which works fine but is too large and much too noisy.</p>
<h3>What is a home server?</h3>
<p>Like many homes these days we have various PCs and client devices scattered around the house, all networked back to a central point and, if required, via that central point to each other. What sits at the centre? Internet access, a fat hard disk for backup of workstations&#8217; data and a couple of server-related functions. The server-side of things has several requirements:<span id="more-62"></span></p>
<ul>
<li>allow users to back up to a central location</li>
<li>allow users to access shared media (e.g. photos)</li>
<li>allow a media client (e.g. Pinnacle ShowCenter 1000) to access shared media (e.g. photos, audio and video files)</li>
<li>act as a Bit Torrent client (to allow the BitTorrent functionality to sit on a server rather than on workstations)</li>
</ul>
<p>Finally, the device also acts as a firewall. While most ADSL modem-cum-routers can themselves provide this functionality these days (and my LiveBox is no exception) the main reason for doing this is to allow QoS (Quality of Service) to be applied to BitTorrent streams so that interactive use of the Internet (e.g. web-browsing) is unaffected (by making sure BitTorrent traffic is of lower priority than other traffic).</p>
<h3>My starting point</h3>
<p>Today I have an old PC sitting there doing all of this. It was cheap (almost free, in so far as it was built from old components lying around the place) and works OKish. Apart from recent unexplained &#8216;glitches&#8217; (total system hang - no errors logged) which smell of hardware issues looming, it works well. But it&#8217;s large and noisy. Sure, I could buy a slightly smaller case, change/reduce fans and so forth. But that&#8217;s no fun. Let&#8217;s replace the whole thing with something really small and neat. Hence this project.</p>
<p>I&#8217;ll split the project in to two parts: building the hardware and then installing and configuring the software.</p>
<h3>Hardware requirements</h3>
<p>What are my key requirements for the hardware?</p>
<ul>
<li>Compact (something not too much bigger than, say, a typical DVD player - and preferably somewhat smaller)</li>
<li>Quiet</li>
<li>Headless (i.e. no screen or keyboard attached, although they must be possible for setting up and diagnostics)</li>
<li>Adequate performance for firewall and media-serving functions.</li>
</ul>
<h3>Software requirements</h3>
<p>What are my key requirements for the software?</p>
<ul>
<li>Firewall</li>
<li>Media server</li>
<li><a href="http://en.wikipedia.org/wiki/BitTorrent_%28protocol%29" title="BitTorrent" target="_blank" id="abz:" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">BitTorrent</a> client</li>
<li>Remotely manageable</li>
<li>Filesharing to Windows or Linux</li>
<li>Free (<a href="http://www.gnu.org/philosophy/free-sw.html" title="Free as in beer and free as in liberty" target="_blank" id="m1fh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.gnu.org');">in every sense of the word&#8230;</a> )</li>
</ul>
<h3>Software choices</h3>
<p>Since I already have a box doing just this, let me summarise the software environment which will be more or less replicated on the new device:</p>
<ul>
<li><a href="http://www.ubuntu.com/products/WhatIsUbuntu/serveredition" title="Ubuntu server edition" target="_blank" id="c5nh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ubuntu.com');">Ubuntu 7.10  - server edition</a> (A wonderful Linux distribution)</li>
<li>Firewall: Ubuntu, like almost any Linux distro, come with <a href="http://www.netfilter.org/" title="iptables" target="_blank" id="zfid" onclick="javascript:pageTracker._trackPageview ('/outbound/www.netfilter.org');">iptables</a>. However using this &#8220;raw&#8221; is hard work! So we will make use of <a href="http://www.shorewall.net/" title="Shorewall" target="_blank" id="i066" onclick="javascript:pageTracker._trackPageview ('/outbound/www.shorewall.net');">Shorewall</a> and <a href="http://www.webmin.com/" title="Webmin" target="_blank" id="u2lh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.webmin.com');">Webmin</a> to layer on top of it to make life easy and friendly.</li>
<li>Media server: the very wonderful <a href="http://www.panczyk.eu/linux/mtp_center_eng.html" title="MTPCenter 2.0" target="_blank" id="gpac" onclick="javascript:pageTracker._trackPageview ('/outbound/www.panczyk.eu');">MTPCenter 2.0</a> is used.</li>
<li>BitTorrent: using <a href="http://tf-b4rt.berlios.de/" title="TorrentFlux" target="_blank" id="payg" onclick="javascript:pageTracker._trackPageview ('/outbound/tf-b4rt.berlios.de');">torrentflux-b4rt</a> means that users can acccess the BitTorrent system from any PC via a web-browser. It works very well.</li>
<li>Remotely manageable: internally (i.e. within the house) we make use of Webmin. And for external ssh access we&#8217;ll set up a <a href="http://en.wikipedia.org/wiki/Port_knocking" title="Port Knocking" target="_blank" id="huwp" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">port-knocking daemon</a> to make sure we&#8217;re really secure (yeah, I know <a href="http://www.linux.com/articles/37888?theme=print" title="Cons" target="_blank" id="e80x" onclick="javascript:pageTracker._trackPageview ('/outbound/www.linux.com');">the arguments against it</a> - I work in security&#8230;).</li>
<li>Filesharing: built-in to Ubuntu, and we&#8217;ll allow Webmin to administer it.</li>
<li>Both the media server and the torrrentflux software require a &#8220;LAMP&#8221; environment (Linux - <a href="http://httpd.apache.org/" title="Apache" target="_blank" id="j8:h" onclick="javascript:pageTracker._trackPageview ('/outbound/httpd.apache.org');">Apache</a> - <a href="http://www.mysql.com/why-mysql/" title="MySQL" target="_blank" id="e3sy" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mysql.com');">MySQL</a> - <a href="http://www.php.net/" title="PHP" target="_blank" id="mie_" onclick="javascript:pageTracker._trackPageview ('/outbound/www.php.net');">PHP</a>) Despite the fact that the <em>L</em>, <em>A</em> and <em>M</em> bits can actually be provided by different packages, we&#8217;re going to go with the standard set. They are anyway installed by default with Ubuntu server edition.</li>
</ul>
<h3>Hardware - more detail</h3>
<p>So now we move back to the hardware. Some slightly more detailed requirements:</p>
<ul>
<li>Totally fanless would be ideal, but I&#8217;m prepared to compromise. I do want a fanless motherboard (i.e. no CPU fan) but will tolerate a single not-too-small fan venting the case itself.</li>
<li>Network. 10/100 Ethernet will do (rather than 10/100/1000) as much of the client-connectivity is anyway wireless (802.11g) But a key requirement, since we&#8217;re going to be acting as a router/firewall is that we have <em>two</em> network interfaces.</li>
<li>How much CPU does it need? Very hard to actually quantify this, but experience says &#8220;Not much&#8221; A box such as this is almost entirely I/O limited, by network and, to a lesser extent, disk. Almost all that the CPU will do here is shift data in and out, with little manipulation.</li>
<li>Memory. One could actually run all of this in very little memory indeed. 64MB would work, but frankly these days why fret? It&#8217;s so cheap let&#8217;s stuff 512MB in there. That way we also have a nice buffer against getting bogged down occasionally, as we can use the RAM for caching. If I&#8217;d already got a spare 256MB stick of DDR400 (see later) I&#8217;d have gone with that. It really isn&#8217;t too critical.</li>
<li>Disk. I&#8217;m actually going to go with a slightly smaller disk than others might. Since I already have NAS (network attached storage) available for bulk storage, I&#8217;ll find 80GB massively more than enough. But one could just as easily pop something bigger in there. It&#8217;s really down to personal need.</li>
<li>Optical disk. Not bothering - I have no need for one. But one important caveat: for the initial build we will need one, albeit temporarily.</li>
<li>Form-factor: given the requirements above, <a href="http://en.wikipedia.org/wiki/Mini-ITX" title="mini-ITX" target="_blank" id="n73j" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">mini-ITX</a> seems the way to go. Smaller than that and it all gets harder to spec, particularly given the dual Ethernet requirement.</li>
</ul>
<h3>Components selected</h3>
<p>So finally we move on to the actual hardware ordered. The build list is:</p>
<ul>
<li><a href="http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=420" title="VIA web site" target="_blank" id="qhi5" onclick="javascript:pageTracker._trackPageview ('/outbound/www.via.com.tw');">VIA EPIA EK 8000EG 800MHz Fanless Dual LAN Motherboard</a></li>
<li>Black <a href="http://www.morex.com.tw/products/productdetail.php?fd_id=37" title="This, but in black..." target="_blank" id="ldjj" onclick="javascript:pageTracker._trackPageview ('/outbound/www.morex.com.tw');">Morex 3688</a> Mini-ITX Case</li>
<li>512MB DDR400 DIMM - EPIA SP/ML/M/MII/EK Compatible</li>
<li>WD Scorpio 80GB 2.5in SATA 8GB Cache HDD</li>
<li>SATA Data and Power Cable</li>
</ul>
<p>The motherboard has heaps of features we won&#8217;t be making use of, but that&#8217;s always the way - these things come loaded with the kitchen sink. No matter. The case choice is very subjective. I liked the look of it. Disk: this model has better performance than many 2.5in disks.</p>
<p>All of this was ordered from <a href="http://www.mini-itx.com/" title="Mini-ITX" target="_blank" id="l0tq" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mini-itx.com');">mini-itx.com</a> - they are good. UK-based, but seem to ship anywhere. Prices are OK, they have an excellent selection and when they say &#8220;In stock&#8221; they seem to be telling the truth - unlike some other suppliers I could mention. Also, technically they seem to know what they are talking about. I have no affiliation to them at all - I&#8217;m just happy to recommend them.</p>
<p><a href="http://www.ipsidixit.net/index.php/2008/01/17/home-server-hardware/" title="Building the hardware">Building the hardware</a> and <a href="http://www.ipsidixit.net/index.php/2008/02/18/home-server-software/" title="Software">installing the software</a> will now cover the next steps! <a href="http://www.ipsidixit.net/index.php/2008/01/17/home-server-hardware/" title="Building the hardware">Read on&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/01/14/home-server-intro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Poor and uneducated - Call that lucky?</title>
		<link>http://www.ipsidixit.net/2008/01/11/poor-luck/</link>
		<comments>http://www.ipsidixit.net/2008/01/11/poor-luck/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 13:58:10 +0000</pubDate>
		<dc:creator>sgroarke</dc:creator>
		
		<category><![CDATA[FPage]]></category>

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

		<guid isPermaLink="false">http://www.ipsidixit.net/index.php/2008/01/11/61/</guid>
		<description><![CDATA[A story tucked away on the BBC new website a couple of days ago is entitled &#8220;Medway luckiest for lotto wins.&#8221;The story is about the &#8220;luckiest&#8221; place to buy a lotto ticket in the UK.
And how do they measure the value of &#8220;luck&#8221;?
Apparently the technique is, for a given town:
&#8220;based on the number of top [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ipsidixit.net/wp-content/2008/01/lotto_logo.thumbnail.gif" alt="Lotto logo" align="left" hspace="30" vspace="20" />A story tucked away on the BBC new website a couple of days ago is entitled &#8220;<a href="http://news.bbc.co.uk/1/hi/england/kent/7174349.stm" title="Medway lotto" target="_blank" id="e5ip" onclick="javascript:pageTracker._trackPageview ('/outbound/news.bbc.co.uk');">Medway luckiest for lotto wins</a>.&#8221;The story is about the &#8220;luckiest&#8221; place to buy a lotto ticket in the UK.</p>
<p>And how do they measure the value of &#8220;luck&#8221;?</p>
<p>Apparently the technique is, for a given town:</p>
<p><em>&#8220;based on the number of top prize-winning entries as a proportion of its adult population.&#8221;</em><br />
<span id="more-61"></span></p>
<p>Which might, as first glance, seem reasonable - or at least reasonable given the stupidity of trying to measure &#8220;luck&#8221; in the first place. Anyone with a passing knowledge of statistics will observe that even if you <em>could</em> measure something called &#8220;lotto luck&#8221;, this would not be a valid way to do it. A more sane measure would be to base it upon the number of top-winning tickets as a proportion of tickets bought in a given town. Anyway, let&#8217;s not get statistically pedantic, as the concept of measuring luck is daft anyway&#8230;</p>
<p>What stands out much more starkly from these statistics, yet is not mentioned at all in the report, is the nature of the &#8220;Top&#8221; list of locations thereby calculated. From the article:</p>
<blockquote>
<ul>
<li><font size="2">Medway Towns</font></li>
<li><font size="2">Ilford</font></li>
<li><font size="2">Romford</font></li>
<li><font size="2">Newcastle-upon-Tyne</font></li>
<li><font size="2">Dartford</font></li>
<li><font size="2">Bradford</font></li>
<li><font size="2">Teesside</font></li>
<li><font size="2">Sunderland</font></li>
<li><font size="2">Hull</font></li>
<li><font size="2">Perth</font></li>
</ul>
</blockquote>
<p>What is outstanding about the list? Well, since we know that luck has nothing to do with it, areas with the highest ratio of winning tickets to population can be assumed to also have the highest ratio of tickets, winning or not, to population. Or, in other words, this list represents the areas where people buy the most lotto tickets, per head of population.</p>
<p>That being so it is notable that this list covers area that are &#8220;deprived&#8221;. &#8220;Deprived&#8221; is a politically-correct term meaning many things these days, but official government measures of (economic) deprivation include such things as:</p>
<ul>
<li>Child benefits claimants</li>
<li>County Court judgements for debt</li>
<li>Income support claimants</li>
<li>Unemployment claimants</li>
<li>&#8230; and so on</li>
</ul>
<p>Deprived areas would once have been called simply &#8220;poor&#8221; but one has to avoid that word these days, since it implies there&#8217;s no one to blame. <em>Deprived </em>is so much better at implying that someone or something has <em>made</em> these areas this way. Anyway, back to matters in hand.</p>
<p>My suspicion is that the areas where people buy most lottery tickets have a high proportion of uneducated, poor people, at least by comparison with the rest of the country.</p>
<p>Before seeing if this is so, <em>why</em> would I even suspect this? Basically because I believe the long-touted theory that a national lottery is a stealth tax on poor, less educated people. They simultaneously are more likely to lack the ability to understand how hopeless their chances of winning the jackpot really are, while more likely buying greater numbers of tickets in an attempt to reverse their financial situation. It&#8217;s not at all a new concept. But is there evidence for it?</p>
<h3>But is it true?</h3>
<p>So I set off to the UK Government&#8217;s own statistics web-site to see if there was any basis for my belief. Now as one moderately well-versed in the art of deception-by-statistics let me say that the range of statistics on that site would probably, if quoted selectively, permit one to prove just about anything you would choose. I really am trying to be honest here, and pick those which I genuinely think represent meaningful measures in the context of my inquiry.</p>
<p>A key measure of &#8220;poorness&#8221; is the proportion of people of working age who claim some sort of benefit from the state, ranging from unemployment benefit to income support. The statistical measures of education sets out to measure just that: education. We&#8217;re not measuring intelligence - no one says that the people in certain areas are less intelligent than those in others. I&#8217;m saying they are less educated (which is itself probably largely a consequence of the &#8220;deprivation&#8221;)</p>
<p>I chose two measures - while one relates to 15 year old school pupils and the other to those a couple of years older, they measure somewhat different groups: the 15 year-olds were required to attend school - How well do they do? The others opted to remain at school - How did they do?</p>
<table id="tblMain" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table id="tblMain_0" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="hd">&nbsp;</td>
<td style="text-align: center" class="g s0"><strong><em>Town</em></strong></td>
<td style="text-align: center" class="g s1"><font size="2"><strong><em>People of Working Age Claiming a Key Benefit (%)</em></strong></font></td>
<td style="text-align: center" class="g s1"><font size="2"><strong><em>15 Year Old Pupils Achieving 5+ A* - C (%)</em></strong></font></td>
<td style="text-align: center" class="g s1"><font size="2"><strong><em>Students Achieving 3 or More A Grades at GCE/VCE A Level</em></strong></font></td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Medway Towns</td>
<td style="text-align: center" class="g s3">13.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">55.20</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">6.40</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Ilford</td>
<td style="text-align: center" class="g s3">13.00</td>
<td style="text-align: center" class="g s3">70.50</td>
<td style="text-align: center" class="g s3">8.00</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Romford</td>
<td style="text-align: center" class="g s3">12.00</td>
<td style="text-align: center" class="g s3">61.30</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">5.40</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Newcastle-upon-Tyne</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">19.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">56.70</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">3.80</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Dartford</td>
<td style="text-align: center" class="g s3">11.00</td>
<td style="text-align: center" class="g s3">64.30</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">5.90</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Bradford</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">18.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">51.10</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">5.70</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Teesside</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">18.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">55.90</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">5.60</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Sunderland</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">22.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">55.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">3.00</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Hull</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">21.00</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">51.90</td>
<td style="text-align: center; background-color: #ff6666" class="g s4">3.80</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s2">Perth</td>
<td style="text-align: center" class="g s5">&nbsp;</td>
<td style="text-align: center" class="g s5">&nbsp;</td>
<td style="text-align: center" class="g s5">&nbsp;</td>
</tr>
<tr>
<td class="hd">&nbsp;</td>
<td class="g s6"><strong><em>National</em></strong></td>
<td style="text-align: center" class="g s7"><strong><em>14.00</em></strong></td>
<td style="text-align: center" class="g s7"><strong><em>58.40</em></strong></td>
<td style="text-align: center" class="g s7"><strong><em>6.90</em></strong></td>
</tr>
</table>
</td>
</tr>
</table>
<p>The measures for Perth were unavailable to me. And the last line, &#8220;National&#8221;, is the national average for all-England.</p>
<p>These measures suggest that my feeling may well be correct: these areas are significantly poorer than average and less well educated than average. It&#8217;s also worth noting that the apparent marginally &#8220;better&#8221; areas in the south of the country are rather flattered by being compared on a national scale. In fact if Romford, Ilford and Medway are compared not with the whole country but with their peer towns in the southern region they are also very much below average.</p>
<h3>Conclusion</h3>
<p>My suspicions are reinforced by this causal trawl through the figures - poorer and less educated people are disproportionately mugged by the lottery dream.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipsidixit.net/2008/01/11/poor-luck/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
