<?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>A simple matter of...</title>
	<atom:link href="http://www.smop.co.uk/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smop.co.uk/blog</link>
	<description>Programming?</description>
	<pubDate>Mon, 15 Feb 2010 18:39:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>udev rules for Logitech G7 mouse</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/02/15/udev-rules-for-logitech-g7-mouse/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2010/02/15/udev-rules-for-logitech-g7-mouse/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:38:36 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Linux Rants]]></category>

		<category><![CDATA[My setup]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=335</guid>
		<description><![CDATA[
Recently, X.Org has been removing HAL from the requirement list.  This is good except that it means reconfiguring things. Again.
I have a Logitech G7 mouse and it has a side button which defaults to &#8220;back&#8221;.  I like it remapped to &#8220;middle button&#8221; (which pastes text in Unix).  I used to use a [...]
]]></description>
			<content:encoded><![CDATA[<p>Recently, X.Org has been removing HAL from the requirement list.  This is good except that it means reconfiguring things. Again.</p>
<p>I have a Logitech G7 mouse and it has a side button which defaults to &#8220;back&#8221;.  I like it remapped to &#8220;middle button&#8221; (which pastes text in Unix).  I used to use a ButtonMapping in xorg.conf  but a while ago that stopped working and thanks to <a href="http://groups.google.com/group/linux.gentoo.user/browse_thread/thread/21cb91a23646fc9f?pli=1">this post</a> I edited /etc/hal/fdi/policy/preferences.fdi and normally returned.</p>
<p>After this most recent breakage I found that I could fix things by running:</p>
<pre>
 &quot;xinput set-button-map 8 1 8 3 4 5 6 7 2&quot;
</pre>
<p>This was hardly satisfactory.  So a bit of google, quite a lot of cursing (such as &#8220;how on Earth are you supposed to figure this stuff out&#8221;), I&#8217;ve combined the previous post and  <a href="http://sidux.com/PNphpBB2-viewtopic-t-19491.html">this post</a> about udev and X.  My /etc/udev/rules.d/z00_local.rules now contains this:</p>
<pre>
# I want my mouse buttons working
ACTION!=&quot;add|change&quot;, GOTO=&quot;local_end&quot;
ENV{ID_INPUT_MOUSE}==&quot;?*&quot;,ENV{x11_options.ZAxisMapping}=&quot;4 5 6 7&quot;
ENV{ID_INPUT_MOUSE}==&quot;?*&quot;,ENV{x11_options.ButtonMapping}=&quot;1 8 3 4 5 6 7 2&quot;
LABEL=&quot;local_end&quot;
</pre>
<p>I&#8217;m now happy again.  Until the next breakage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2010/02/15/udev-rules-for-logitech-g7-mouse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSL breakage and client verification</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/02/04/ssl-breakage-and-client-verification/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2010/02/04/ssl-breakage-and-client-verification/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:09:16 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=334</guid>
		<description><![CDATA[
Hopefully this may help others.
I&#8217;ve recently been trying startssl.com for an SSL certificate for a customer.  Their wizard unfortunately insists upon generating them with &#8220;www&#8221; in front (although it provides altname of &#8220;DNS: www.example.com, DNS:example.com&#8221; (names altered BTW)) - however firefox ain&#8217;t happy.  So I&#8217;m going to get them to sign my CSR.
However [...]
]]></description>
			<content:encoded><![CDATA[<p>Hopefully this may help others.</p>
<p>I&#8217;ve recently been trying startssl.com for an SSL certificate for a customer.  Their wizard unfortunately insists upon generating them with &#8220;www&#8221; in front (although it provides altname of &#8220;DNS: www.example.com, DNS:example.com&#8221; (names altered BTW)) - however firefox ain&#8217;t happy.  So I&#8217;m going to get them to sign my CSR.</p>
<p>However I couldn&#8217;t login - it failed with:<br />
<quote><br />
The page you are trying to view can not be shown because the authenticity of the received data could not be verified.<br />
</quote></p>
<p>After trying to figure out WTF was happening, I&#8217;ve finally found: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561918">#561918</a>.  This is the real problem.  Unfortunately there isn&#8217;t a straightforward solution as the reason it was disabled was due to a nasty bug someone found in SSL renegotiation.</p>
<p>The workaround for now is to start firefox with:<br />
<quote><br />
export NSS_SSL_ENABLE_RENEGOTIATION=1<br />
firefox<br />
</quote></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2010/02/04/ssl-breakage-and-client-verification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting things done - one year on</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/01/20/getting-things-done-one-year-on/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2010/01/20/getting-things-done-one-year-on/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:23:12 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=333</guid>
		<description><![CDATA[
It&#8217;s been a year since I started using Getting Things Done methodology.  Even whilst reading the book I couldn&#8217;t wait to get started.
How has the last year worked out?  Do I still use GTD or was it just a flash in the pan, a fad destined to die a death?
&#8220;Brilliant&#8221; would sum it [...]
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a year since I started using <a href="http://www.smop.co.uk/blog/index.php/2009/01/23/getting-things-done/">Getting Things Done</a> methodology.  Even whilst reading the book I couldn&#8217;t wait to get started.</p>
<p>How has the last year worked out?  Do I still use GTD or was it just a flash in the pan, a fad destined to die a death?</p>
<p>&#8220;Brilliant&#8221; would sum it up.  I still use <a href="http://bitcube.co.uk/content/getting-things-done-tracks">Tracks</a> constantly.  I&#8217;m not as regimented as perhaps the book would like me to be, partly that&#8217;s just my nature - a bit of procrastination here, a bit of I don&#8217;t feel like it there.  However I&#8217;m a firm believer in &#8220;do what works for you&#8221; - if I did follow &#8220;the letter of the book&#8221; I wouldn&#8217;t be enjoying life as much and that&#8217;s far more important to me.</p>
<p>However I&#8217;m using it in a way that works very well for me - more as a philosophy than anything else. Whilst I still feel that making so many lists or updating my calendar&#8217;s with people&#8217;s birthdays is overkill, I _know_ that isn&#8217;t true.  I&#8217;m warned when birthdays are coming up so I don&#8217;t have a last minute panic.  </p>
<p>Some people have commented &#8220;well that&#8217;s just a tiny thing, why on earth bother putting it on a list&#8221; (for example - cover up a mark on a wall).  Well, it&#8217;s not convenient to fix it there and then, yet each time I leave the house I notice it.  One day, it _will_ be convenient and then I&#8217;ll have fixed it.  Putting it on a list just means that it&#8217;s like to be fixed sooner and more importantly, when I walk past it, it doesn&#8217;t bother me - I _know_ it&#8217;s on the list.</p>
<p>This approach of moving things out of your mind to somewhere less distracting is a huge boon to well being. Last year I left my old work and started working for myself (which is going very well so far).  As you can imagine there are huge number of things to do or ideas to investigate (products, marketing, opportunities).  I&#8217;d been planning to move for some time and being able to write my thoughts down was very useful.   On my &#8220;business&#8221; project there are 104 tasks, of which I&#8217;ve done 74.  The remaining items are mostly just awaiting my time or the right time.  I don&#8217;t worry that there are 30, I occasionally review my entire list of outstanding items and flag any that I feel I should pay more attention to.</p>
<p>The ability to quickly and easily add items means that I&#8217;ve accomplished a lot of things that I never would have done otherwise.  For instance in the last four days I&#8217;ve:</p>
<ul>
<li>added cacertdir support into my puppet modules
</li>
<li>changed the &#8220;back&#8221; button on my mouse into &#8220;middle click&#8221; on my laptop
</li>
<li>had a look at the <a href="http://bitcube.co.uk/content/puppet-dashboard-early-days">Puppet dashboard</a> and written a blog entry about it
</li>
<li>added a bitcube logo to this website linking to my business website
</li>
<li>written a <a href="http://bitcube.co.uk/content/dropbox-check-nagios">Dropbox Nagios check</a> for use by both a customer and myself
</li>
<li>setup automatic ham/spam training on my email server
</li>
<li>moved my personal Unix setup (less, vim, .profile) into puppet
</li>
</ul>
<p>That&#8217;s unusually productive for me, however I&#8217;d like to highlight just one - the mouse button change.  I was working at a client site and this little annoyance occurred.  I didn&#8217;t really want to fix it there and then as I felt that it wouldn&#8217;t be particularly professional.  In the old days I&#8217;d have sent myself an email to home (indeed if it&#8217;s urgent this is what I still do).  However it wasn&#8217;t a big deal so added it to my todo list.  Earlier tonight I was browsing my list, saw it and fixed it in two minutes (I just had to copy 5 lines of config from my desktop machine).</p>
<p>Some statistics for a year of GTD:</p>
<ul>
<li>tasks entered: 386
</li>
<li>tasks completed: 289
</li>
<li>tasks outstanding: 89 (+8 deferred)
</li>
<li>average time to complete an item: 42 days
</li>
</ul>
<p>Don&#8217;t forget that these numbers start &#8220;from zero&#8221; - i.e. some tasks have been on my list for a year beforehand.  I entered 130 tasks in the first month.</p>
<p>Looking at the last month, I seem to create most tasks on a Saturday and around lunchtime.  However I tend to complete tasks on a Sunday and in the evenings.  I&#8217;m certainly not terribly surprised by when I do the work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2010/01/20/getting-things-done-one-year-on/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Puppet compatibility - or lack of</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/01/18/puppet-compatibility-or-lack-of/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2010/01/18/puppet-compatibility-or-lack-of/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:05:11 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Linux Rants]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=332</guid>
		<description><![CDATA[
Whilst playing with the puppet-dashboard I noticed some warning notices in my puppetmaster logs.  Now all file resource types must prefix &#8220;module&#8221; (although templates don&#8217;t need to!).   
It&#8217;s only a small change, but please can these things be done a bit more sanely?  By this I mean a documented approach to [...]
]]></description>
			<content:encoded><![CDATA[<p>Whilst playing with the <a href="http://reductivelabs.com/2009/12/14/a-tour-of-puppet-dashboard-0-1-0/">puppet-dashboard</a> I noticed some warning notices in my puppetmaster logs.  Now all file resource types must prefix &#8220;module&#8221; (although templates don&#8217;t need to!).   </p>
<p>It&#8217;s only a small change, but please can these things be done a bit more sanely?  By this I mean a documented approach to when these changes will be phased out - and when there is an overlap for compatibility.  At the moment it&#8217;s all rather piecemeal which makes supporting puppet across multiple versions much more difficult that it should be.</p>
<p>I know the release notes do state these things - which _is_ very helpful.  It would just make the product seem much better thought out and designed if the language evolved along a known roadmap rather than what often seems to be a &#8220;oh, we are changing this as it makes some internals a bit cleaner&#8221;.   At least it&#8217;s better than the alternative (not cleaning it up).  Puppet is still at the early adopter stage after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2010/01/18/puppet-compatibility-or-lack-of/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rsync and web browsing</title>
		<link>http://www.smop.co.uk/blog/index.php/2010/01/17/rsync-and-web-browsing/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2010/01/17/rsync-and-web-browsing/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:30:57 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Idea]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=331</guid>
		<description><![CDATA[
Surfing the web can be slow (I&#8217;m not bitter about being 1/2 mile from the  rollout of Fibre To The Cabinet in Basingstoke, oh no).
There are various tricks currently in use:

Expiry headers which say that data will be valid until a certain time has elapsed.  This is great for things such as images [...]
]]></description>
			<content:encoded><![CDATA[<p>Surfing the web can be slow (I&#8217;m not bitter about being 1/2 mile from the  <a href="http://www.objectbase.co.uk/basingstoke/chineham/fttc/">rollout</a> of <a href="http://en.wikipedia.org/wiki/Fiber_to_the_x">Fibre To The Cabinet</a> in Basingstoke, oh no).</p>
<p>There are various tricks currently in use:</p>
<ul>
<li>Expiry headers which say that data will be valid until a certain time has elapsed.  This is great for things such as images or CSS which rarely changes
</li>
<li>Caches (both in the browser and in the network) can also help
</li>
<li><a href="http://en.wikipedia.org/wiki/HTTP_ETag">ETags</a> can check to see if content has changed or not
</li>
<li>Compressing data using gzip
</li>
</ul>
<p>I wonder if anyone has thought about using something like <a href="http://en.wikipedia.org/wiki/Rsync">rsync</a> instead.  For example, even if the BBC news page changes, it&#8217;s likely that only 5% of it changes.  As usual there is a trade-off here between CPU and bandwidth, however perhaps you could target specific versions - for example the previous version?  Most laptop and desktop hard disks are so colossal these days that storing even gigabytes of cached data shouldn&#8217;t be an issue (although I do remember Netscape&#8217;s cache actually being slower than the network at times!)</p>
<p>It looks like there have been some attempts on this, mostly abandoned due to &#8220;too much bandwidth&#8221; - I wonder if that&#8217;s actually true?  Reducing bills and latency to mobile phones for example. </p>
<ul>
<li><a href="http://zsync.moria.org.uk/paper/">Zsync</a> - client side rsync algorithm to reduce server load
</li>
<li><a href="http://rproxy.samba.org/">rproxy</a> - abandoned in 2002
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2010/01/17/rsync-and-web-browsing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Airline security</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/12/27/airline-security/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2009/12/27/airline-security/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:55:30 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Life Rants]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=330</guid>
		<description><![CDATA[
I&#8217;d just like to look at this recent airline bombing attempt to see how effective the security measures have been and will be:

no liquids > 100ml

well it was solid and hidden



do not fly list

with over one million names on it, the terrorist was not on it



the US was warned by the terrorists father that he [...]
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d just like to look at this recent airline bombing attempt to see how effective the security measures have been and will be:</p>
<ul>
<li>no liquids > 100ml
<ul>
<li>well it was solid and hidden
</li>
</ul>
</li>
<li>do not fly list
<ul>
<li>with over <a href="http://en.wikipedia.org/wiki/No_Fly_List">one million</a> names on it, the terrorist was not on it
</li>
</ul>
</li>
<li>the US was warned by the terrorists father that he was a risk
<ul>
<li>and yet he managed to board a plane with an explosive
</li>
</ul>
</li>
</ul>
<p>As a result of this latest incident:</p>
<ul>
<li>you aren&#8217;t allowed to leave your seat within the last hour of the flight
<ul>
<li>so people will just detonate the bomb or prepare it 61mins before the plane lands
</li>
</ul>
</li>
<li>no blankets or items on your lap during the last hour
<ul>
<li>see above
</li>
<li>does this include the food tray? (25min shuttle flights can serve food)
</li>
<li>what about laptops
</li>
</ul>
</li>
</ul>
<p>One phrase - security theatre.  Can we please actually improve security (or even better, encourage people to not bomb in the first place).  I wonder what difference it would make for example if we had spent as much money building schools in Afghanistan as blowing things up (or the rest of the military expenditure).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2009/12/27/airline-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version updates using pub/sub</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/12/19/version-updates-an-pubsub/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2009/12/19/version-updates-an-pubsub/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 13:20:59 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Idea]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=329</guid>
		<description><![CDATA[
I have an android smartphone and whilst overall I&#8217;m very happy, the marketplace is definitely a very disappointing weak spot.  Searching takes an _age_ (this is from _the_ search company) and often fails - although sometimes a reboot then picks up the application!
I have installed atrackdog to tell me which programs need updating, however [...]
]]></description>
			<content:encoded><![CDATA[<p>I have an android smartphone and whilst overall I&#8217;m very happy, the marketplace is definitely a very disappointing weak spot.  Searching takes an _age_ (this is from _the_ search company) and often fails - although sometimes a reboot then picks up the application!</p>
<p>I have installed atrackdog to tell me which programs need updating, however it&#8217;s not perfect - partly because the marketplace is naff or doesn&#8217;t have the application in question, partly because you sometimes see development versions before they are generally available.</p>
<p>What I&#8217;ve never understood (particularly on windows) is the state where each application checks to see if there is a later version.  Often they do this on startup (no, I want to _use_ the application, not wait for it to check to see if there is a later version).</p>
<p>Most Linux distributions do a really good job of this - one central way to check for versions and upgrade.</p>
<p>However I wonder if we can&#8217;t do something better - perhaps using <a href="http://en.wikipedia.org/wiki/Publish/subscribe">Publish/Subscribe</a> to get updates more quickly and without polling.  Using all these newfangled pubsubhub architectures, I would hope scaling wouldn&#8217;t be an issue - at least not more so than current methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2009/12/19/version-updates-an-pubsub/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email client setup</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/12/16/email-client-setup/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2009/12/16/email-client-setup/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:16:10 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[My setup]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=328</guid>
		<description><![CDATA[
I&#8217;ve recently changed my laptop and as it&#8217;s a small netboot, I&#8217;m running Ubuntu netbook remix on it.  Today I&#8217;ve setup email on it and it&#8217;s a little involved so I thought it worth documenting.
First a little background - I run my own email servers and I like using &#8220;mutt&#8221; as my email client [...]
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently changed my laptop and as it&#8217;s a small netboot, I&#8217;m running Ubuntu netbook remix on it.  Today I&#8217;ve setup email on it and it&#8217;s a little involved so I thought it worth documenting.</p>
<p>First a little background - I run my own email servers and I like using &#8220;mutt&#8221; as my email client as it&#8217;s very fast, works well and just lets me concentrate on the content. Mutt runs in a terminal - it&#8217;s not a graphical program - so if I need to, I just ssh into my machine, run mutt, read email, send email and I&#8217;m done.</p>
<p>If I&#8217;m working remotely however things are a little more complicated. Firstly I like &#8220;mail-notification&#8221; as my tasktray icon - it is a good example of a small, well formed program. Unobtrusive, it displays a brief summary of new emails when they arrive (and with IDLE support it&#8217;s immediate).  If I hover my mouse over it I receive a summary of unread emails, if one interests me then I click the icon to launch my my client.</p>
<p>However there is a licensing issue with mail-notification and linking against openssl so I have to recompile it with SSL support - a real nuisance.  I turn off evolution support so that at least I don&#8217;t download a huge stack of build dependencies.  </p>
<p>Now that&#8217;s setup and talking to my IMAP server over SSL, I have to run gconf-editor in order to enable the &#8220;always-display-icon&#8221; setting (my only gripe with the program apart from occasional crashes). Otherwise it only shows when there is unread email. /apps/mail-notification/always-display-icon is the key you want to enable.</p>
<p>mail-notification will launch your &#8220;preferred&#8221; email client when you select it, so you&#8217;ll probably want to change this from evolution (I won&#8217;t even start ranting about that program) to mutt, thunderbird or whatever.  From your desktop menu, select Preferences -> Preferred Applications.  Change the email client to &#8220;mutt %s&#8221; and tick the &#8220;run in a terminal&#8221; check box.</p>
<p>Finally we want to send email.  Rather then running an email server on my laptop, I just use mutt&#8217;s built-in SMTP support to talk (over SSL and with a password) to my postfix email server.  Hey presto, everything is nice and shiny.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2009/12/16/email-client-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tube trains</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/12/13/tube-trains/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2009/12/13/tube-trains/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 13:06:32 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Idea]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=327</guid>
		<description><![CDATA[
Whilst waiting for a tube train, I wondered why instead of one very long train every 5-10mins they don&#8217;t run short trains more frequently.   Historically, longer trains would be more efficient - fewer drivers required and because you need to leave gaps between trains, the throughput is higher.
Of course these days we have [...]
]]></description>
			<content:encoded><![CDATA[<p>Whilst waiting for a tube train, I wondered why instead of one very long train every 5-10mins they don&#8217;t run short trains more frequently.   Historically, longer trains would be more efficient - fewer drivers required and because you need to leave gaps between trains, the throughput is higher.</p>
<p>Of course these days we have automated trains so using this approach:</p>
<ul>
<li>shorter wait for trains
</li>
<li>less crowding on the platform (probably)
</li>
<li>it&#8217;s automated so no chaos caused by strikes
</li>
<li>shorter platforms - less distance to walk, cheaper stations
</li>
<li>more flexible trains - they could go to a wider selection of destinations (and more directly)
</li>
<li>with shorter trains if one breaks down you could possibly get another train to shunt it gently into a layby
</li>
</ul>
<p>There are a few disadvantages:</p>
<ul>
<li>automatic systems are often complex and require more rigorous safety measures than manned systems
</li>
<li>train efficiency may well be lower
</li>
<li>passenger safety (from other passengers)
</li>
</ul>
<p>I&#8217;m sure it&#8217;s already been thought of many times before, so why hasn&#8217;t it been done?  The advantages seem huge compared to current systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2009/12/13/tube-trains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First real test of ubuntu netbook remix</title>
		<link>http://www.smop.co.uk/blog/index.php/2009/12/08/first-real-test-of-ubuntu-netbook-remix/</link>
		<comments>http://www.smop.co.uk/blog/index.php/2009/12/08/first-real-test-of-ubuntu-netbook-remix/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:41:04 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Linux Rants]]></category>

		<category><![CDATA[My setup]]></category>

		<category><![CDATA[ubuntu netbook remix unr]]></category>

		<guid isPermaLink="false">http://www.smop.co.uk/blog/?p=326</guid>
		<description><![CDATA[
Today I had my first real trial of Ubuntu netbook remix (9.10).    This is an an Eeepc 1008HA netbook.
Netbook remix has a nice &#8220;launcher&#8221; which takes over the whole screen and uses large buttons.  This is great for me as I can&#8217;t use trackpads at all     The [...]
]]></description>
			<content:encoded><![CDATA[<p>Today I had my first real trial of Ubuntu netbook remix (9.10).    This is an an Eeepc 1008HA netbook.</p>
<p>Netbook remix has a nice &#8220;launcher&#8221; which takes over the whole screen and uses large buttons.  This is great for me as I can&#8217;t use trackpads at all <img src='http://www.smop.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    The other big bonus is that &#8220;maximus&#8221; maximises applications - no border using up valuable space - and of course anything less than full screen on a netbook is pretty small.</p>
<p>First the good stuff - the above elements work very well and intuitively for me (barring it becoming upset with skype once, but I&#8217;m more than happy to blame skype for that).  All the usual goodness is there &#8220;add printer&#8230;scanning&#8230; pick one&#8230; done&#8221;.   It also looks very nice and neat IMO.</p>
<p>Then came a big test - adding an external monitor.  I ensured everything was saved, plugged the monitor in and then selected &#8220;System->Display&#8221; it showed the second monitor, I enabled it and tada!  (If only it had autodetected that it had just been plugged in that would have been even better.</p>
<p>At this point it became clear than netbook remix and external monitor support needs a bit of work.  The gnome panel stayed on the 10&#8243; screen, however windows now opened on the 20&#8243; external monitor (as I wanted).  However they also opened maximised (not really wanted now that I had 20&#8243; to play with.   If I wanted to start a new application, I had to move the mouse onto the netbook screen, click the &#8220;menu&#8221; button, the launcher would then appear on the 20&#8243; screen so I&#8217;d move back there, click the app and it would start on the 20&#8243; screen (as I wanted).  Not elegant.  Furthermore, if I had the cursor below the top half of the large monitor when I moved it across to the netbook screen it would be &#8220;below&#8221; the netbook screen and I&#8217;d have to move it up - a shame it couldn&#8217;t &#8220;snap&#8221; up or be &#8220;scaled&#8221; when moving across the boundary between the screens.  </p>
<p>The next problems I&#8217;ve hit are all panel related.  Firstly when running either empathy or pidgin IM clients things are a mess.  There is no way to tell if either are running unless you have a window open (since there is no task tray).  Secondly I&#8217;m sorry but the &#8220;indicator applet&#8221; icon looks like email to me - I wouldn&#8217;t ever have thought to click it until someone told me.   Nice idea, badly implemented.  It gets worse - it now lists both pidgin and empathy (whether or not they are running).  How is one supposed to use this?  Normally I just pidgin running and it puts one icon up in the tasktray - that&#8217;s it.  If you really want to get rid of that icon then it needs to move under that &#8220;indicator&#8221; icon and so those pidgin/empathy links have to show the status and allow you to start/stop/show-buddies/change-settings.</p>
<p>Next problem - I wanted to run mail-notification (which I&#8217;ll have to patch _again_ to include SSL support due to licensing issues). Oh, sorry, there appears to be no way to add applets.  So I can&#8217;t add that or a computer load applet.  A quick search shows up <a href="https://bugs.launchpad.net/window-picker-applet/+bug/248324">this bug</a> which has just be summarily closed as won&#8217;t fix with no explanation.  A sorry state of affairs which actually prompted this blog entry since I let off steam this way.  It&#8217;s now been moved to &#8220;triaged&#8221;.  </p>
<p>Overall, suggestions for improvements:</p>
<ul>
<li>autodetect external monitors
</li>
<li>scale mouse position across monitor boundaries
</li>
<li>turn off maximus when number of monitors change (or size)
</li>
<li>allow easy toggling of dual/single screen &#8220;mode&#8221; (including above)
</li>
</ul>
<p>I&#8217;ve been using Linux desktops for almost fifteen years and gnome &#8220;simplification&#8221; still drives me up the wall.  Such as having to resort to gconf to get rid of a keyboard shortcut in gnome-terminal which the built in editor wouldn&#8217;t let me.  Or the horrific bloated apps - particularly on 64-bit platforms - most processes seem to be gnome crap that I&#8217;m not using and have no intention of using.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.smop.co.uk/blog/index.php/2009/12/08/first-real-test-of-ubuntu-netbook-remix/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
