<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Tim Retout's blog</title>
<subtitle type="html"><![CDATA[

]]></subtitle>
<id>http://retout.co.uk/blog/tags/Planet UWCS</id>
<link rel="alternate" type="text/html" href="http://retout.co.uk/" />
<link rel="self" type="application/atom+xml" href="http://retout.co.uk/blog/tags/Planet UWCS" />


<author>
<name>Tim Retout</name>
<uri>http://retout.co.uk/blog/tags/Planet UWCS</uri>
<email>tim@retout.co.uk</email>
</author>
<rights>Copyright (C) 2007 Tim Retout</rights>
<generator uri="http://pyblosxom.sourceforge.net/" version="1.4.2 8/16/2007">
PyBlosxom http://pyblosxom.sourceforge.net/ 1.4.2 8/16/2007
</generator>

<updated>2009-09-20T13:28:00Z</updated>
<!-- icon?  logo?  -->

<entry>
<title type="html">Escape Velocity</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/09/20/escape_velocity</id>
<updated>2009-09-20T13:28:00Z</updated>
<published>2009-09-20T13:28:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/09/20/escape_velocity" />
<content type="html">&lt;p&gt;I am no longer going to tag my blog posts with Planet
{WUGLUG,UWCS}.&lt;/p&gt;
&lt;p&gt;As I don&apos;t even lurk in the IRC channels any more (or read the
mailing lists), and as of recently don&apos;t even live near enough to
campus to visit, I think it&apos;s time to stop imposing my ramblings on
the respective groups. :)&lt;/p&gt;
&lt;p&gt;You can still read my blog directly, or on Facebook, if you are so
inclined.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Unit testing</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="perl"/>
<id>http://retout.co.uk/blog/2009/09/09/unit_testing</id>
<updated>2009-09-09T18:16:00Z</updated>
<published>2009-09-09T18:16:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/09/09/unit_testing" />
<content type="html">
&lt;p&gt;I spent the last day and a half writing a vaguely interesting Perl
module for testing some code which gives a subtly different answer
each time (i.e. incorporates data from time() and /dev/urandom) and
has side effects (i.e. writes to the file system).&lt;/p&gt;

&lt;p&gt;By overriding Perl&apos;s built-in &apos;open&apos; function, it is possible to
prefix each filename with the location of a temporary directory,
effectively emulating chroot().  I also replaced Perl&apos;s time() with
one that always returned the same answer.  This meant that the login
code I was testing would return a reliable result.&lt;/p&gt;

&lt;p&gt;You have to be careful with prototypes. Spot the difference:&lt;/p&gt;

&lt;pre&gt;
my $result = gmtime(time+$seconds);
my $result = gmtime(time()+$seconds);
&lt;/pre&gt;

&lt;p&gt;Without adding a prototype to the new time() function, these will
give different answers.  I now have to go back to work tomorrow and
close a bug I mistakenly filed. :)&lt;/p&gt;

&lt;p&gt;I&apos;m hoping to finish off my evil hacky overriding module and
release it to CPAN.  I want to add some routines to set up and tear
down temporary chroot directories.  Obviously there are some
limitations to my approach; I&apos;m not currently handling relative paths
very well, and system() calls will not be &quot;chrooted&quot;.  But it should
be quite handy and reusable in any case.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Southampton</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="southampton"/>
<id>http://retout.co.uk/blog/2009/08/27/southampton</id>
<updated>2009-08-27T17:58:00Z</updated>
<published>2009-08-27T17:58:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/08/27/southampton" />
<content type="html">
&lt;p&gt;I have changed jobs, and now live in Southampton, working for
SmoothWall.&lt;/p&gt;

&lt;p&gt;This week I have got married on Facebook, and went out to an
&quot;alternative&quot; club until 1am on a weeknight.  (Normally it plays heavy
metal, but Wednesday night is cheese night.)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Conclusions</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="debconf"/><category term="debconf9"/>
<id>http://retout.co.uk/blog/2009/07/29/conclusions</id>
<updated>2009-07-29T11:38:00Z</updated>
<published>2009-07-29T11:38:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/07/29/conclusions" />
<content type="html">
&lt;p&gt;Well, I&apos;m nearly at the end of DebConf - I&apos;m missing the last day
of talks, so travelling home tomorrow.  It&apos;s been a really good
experience - I mean, DebConf is always fun, but this time I feel like
I&apos;m getting more involved myself, and a bit closer to the heart of the
community than I did before.&lt;/p&gt;

&lt;p&gt;In practical terms, the two-week holiday has helped me feel more
laid-back - I even got complimented on how I always look relaxed,
which was amusing.  I&apos;m starting to get to know even more people, and
that&apos;s helped me be more confident with contributing back.  And it&apos;s
given me some time to finish a few outstanding tasks, although my todo
list remains perpetually long.&lt;/p&gt;

&lt;p&gt;The time has also helped in less tangible ways - I&apos;ve been able to
brainstorm a few general ideas about what big problems I am trying to
solve, and I&apos;ve been able to look at my workflow and identify problem
areas.  I hope that I can take some solutions back to the rest of my
life.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">DebCamp</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="debconf"/><category term="debconf9"/>
<id>http://retout.co.uk/blog/2009/07/22/debcamp</id>
<updated>2009-07-22T14:56:00Z</updated>
<published>2009-07-22T14:56:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/07/22/debcamp" />
<content type="html">
&lt;p&gt;This week, I&apos;ve more or less finished my NM questions; I looked
again at a problem in dak which turns out mainly to be caused by some
edge cases in debconf (the package), so filed a bug there.  Then
looked at conglomerate, and came up with patches for a couple of bugs
there as well.  I&apos;m quite looking forward to just being able to NMU
these kind of things.&lt;/p&gt;

&lt;p&gt;With all this hacking, I&apos;ve stayed up until around 4:30 for the
past few nights - I really didn&apos;t mean to, it just happened.  I&apos;m
trying to fix that now (so that I can make it to breakfast).&lt;/p&gt;

&lt;p&gt;Debian now has its own wine - there are 1800 bottles in total.
Last night we tried some...&lt;/p&gt;

&lt;p&gt;Also, there&apos;s a small cat here which seems quite friendly.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">DebConf9 continues</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="debconf"/><category term="debconf9"/>
<id>http://retout.co.uk/blog/2009/07/19/debconf9-continues</id>
<updated>2009-07-19T20:40:00Z</updated>
<published>2009-07-19T20:40:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/07/19/debconf9-continues" />
<content type="html">
&lt;p&gt;Yesterday I almost updated mdbtools.  Then I went to a debian perl
team meeting, and promptly spent 24 hours trying to improve the speed
of working with 1300+ git repositories.  It&apos;s a bit tricky.&lt;/p&gt;

&lt;p&gt;This afternoon, I looked at some pkg-perl RC bugs... but they&apos;re
tricky as well.  I then updated the postgresql-autodoc man page, and
sent it back upstream.  Hopefully, next release the Debian package
will not need any patches.&lt;/p&gt;

&lt;p&gt;The vegetarians seem to have been having a rough time - apparently
in Spanish-speaking countries, ham is not considered meat.  Things
picked up today for them, though, with some mushrooms at lunch and a
nice-looking salad this evening.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">DebConf9</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="debconf"/><category term="debconf9"/>
<id>http://retout.co.uk/blog/2009/07/18/debconf9</id>
<updated>2009-07-17T23:26:00Z</updated>
<published>2009-07-17T23:26:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/07/18/debconf9" />
<content type="html">
&lt;p&gt;DebConf is in Spain this year, in Cáceres.  Getting here involved a
plane to Madrid, navigating the metro system, a 3.5 hour train journey
and then a walk to the accommodation at 2am.  This year I had actually
looked at a map before arriving in the city, although hadn&apos;t bothered
to bring one with me.  Or note the exact address I was heading
for...&lt;/p&gt;

&lt;p&gt;At night, it is still pleasantly warm here.  The streets were quiet
except for the &quot;pfft, pfft, pfft&quot; of the sprinklers.  Any directions
I&apos;d read which involved street names were useless - but I remembered
enough of the map to get to where the buildings were, and then
wandered around until I found the entrance.&lt;/p&gt;

&lt;p&gt;I was greeted at the front desk by the security guard, who didn&apos;t
speak much English... but I understood enough, and got shown where the
room was.  The student residences are not luxurious!  It&apos;s quite a
contrast to Mar del Plata (or even the hostels at Edinburgh), but not
a lot of time is spent in the rooms anyway.  The shower is worryingly
powerful - think &apos;firehose&apos;.  Tomorrow I hope to find a way not to
flood the whole room while using it.&lt;/p&gt;

&lt;p&gt;The building seems designed to stay cool, fortunately.  Meals are
later in the day to avoid the worst of the heat, but I&apos;ve still been
feeling tired.  People seem to buy large (1.5l) bottles of water.  The
weather&apos;s supposedly going to get even hotter - I did go out at 6pm to
buy an ice cream, but I&apos;m wondering whether my sunblock is going to
last two weeks.  I&apos;m already in shorts and sandals - I might need to
find more T-shirts.&lt;/p&gt;

&lt;p&gt;Today has been fairly productive, actually - I updated
postgresql-autodoc, fixed my blog, and updated my laptop.  Since
dinner I&apos;ve been looking at the other packaging work I need to do; I&apos;m
hoping to get another few uploads out of the way first, and then work
on NM questions and fixing bugs.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Blog back</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/07/17/blog-back</id>
<updated>2009-07-17T13:36:00Z</updated>
<published>2009-07-17T13:36:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/07/17/blog-back" />
<content type="html">&lt;p&gt;I have restored all my previous blog entries.  I couldn&apos;t be bothered to think of a way to restore the post times, but I got the dates out of the path and used hardcodedates.py to overrride the timestamps.  If this floods planets, I&apos;m sorry.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">The Techteam Suck</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="compsoc"/>
<id>http://retout.co.uk/blog/2009/06/30/the_techteam_suck</id>
<updated>2009-06-30T08:17:00Z</updated>
<published>2009-06-30T08:17:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/06/30/the_techteam_suck" />
<content type="html">&lt;p&gt;(But so does PyBlosxom for using file timestamps.)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Thinking</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/06/23/thinking</id>
<updated>2009-06-22T23:00:00Z</updated>
<published>2009-06-22T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/06/23/thinking" />
<content type="html">
&lt;p&gt;I spend (and have spent) a lot of time thinking.  I also spent a
lot of time reading.  Every so often I reach conclusions... sometimes
I remember them, sometimes not.  A lot of them just got incorporated
into my general world-view, I suppose.  A long time ago it was
thoughts about philosophy... these days I suppose it&apos;s mainly
psychology.&lt;/p&gt;

&lt;p&gt;I&apos;ve been thinking a lot about cognitive dissonance - I think there
have been differences between where I am and how I think of myself.
People tend to act to reduce dissonance; it is a motivator, which I
find very interesting - for a given task, it does not seem to fit
neatly into either intrinsic or extrinsic motivation - it comes from
how we feel about ourselves, not the task itself.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Paper</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="paper"/>
<id>http://retout.co.uk/blog/2009/06/22/paper</id>
<updated>2009-06-21T23:00:00Z</updated>
<published>2009-06-21T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/06/22/paper" />
<content type="html">
&lt;p&gt;I used to have a pile of paper, with notes/letters/junk going back
several years.  Piles like this have been sitting around in various
corners of my room for as long as I remember.&lt;/p&gt;

&lt;p&gt;Now it&apos;s filed away - all in square-cut beige folders with labels
on, in alphabetical order in a metal box.  (Most of it got
recycled.)&lt;/p&gt;

&lt;p&gt;I&apos;m not sure what this means.&lt;/p&gt;

&lt;p&gt;Is &quot;organization&quot; an end in itself, or a means to an end?  And what end?&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Einem Freien Parlament</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="politics"/><category term="eu"/>
<id>http://retout.co.uk/blog/2009/05/26/einem_freien_parlament</id>
<updated>2009-05-25T23:00:00Z</updated>
<published>2009-05-25T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/05/26/einem_freien_parlament" />
<content type="html">
&lt;p&gt;Paul Battley &lt;a href=&quot;http://po-ru.com/diary/european-democracy/&quot;&gt;discovered&lt;/a&gt;
that the proceedings of the European Parliament are recorded in the
speaker&apos;s original language.  Awesome, I can get some language practice in.
&lt;/p&gt;

&lt;p&gt;To provide context for the following &lt;a href=&quot;http://www.europarl.europa.eu/sides/getDoc.do?pubRef=-//EP//TEXT+CRE+20090504+ITEMS+DOC+XML+V0//EN&amp;amp;language=EN#creitem14&quot;&gt;excerpt&lt;/a&gt;, &lt;a
href=&quot;http://en.wikipedia.org/wiki/Ashley_Mote&quot;&gt;Ashley Mote&lt;/a&gt; was
formerly a UKIP MEP, but got kicked out of the party after a
conviction for benefit fraud.&lt;/p&gt;

&lt;blockquote cite=&quot;http://www.europarl.europa.eu/sides/getDoc.do?pubRef=-//EP//TEXT+CRE+20090504+ITEMS+DOC+XML+V0//EN&amp;amp;language=EN#creitem14&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Ashley Mote (NI ). -&lt;/strong&gt; Mr President, over the last five
years I have watched in horror the EU&apos;s endless scandalous
institutionalised looting of taxpayers&apos; money. I watched in horror an
already overcrowded UK deluged by hundreds and thousands of uninvited
foreign workers who arrive for their benefit and claim our welfare. I
watched in close-up a legislative system that permits anonymous
bureaucrats to generate so-called law without any regard for the
damage they do to the British economy and its businesses. I watched in
close-up - &lt;/p&gt;

&lt;p&gt;&lt;i&gt;
(Interjection from the floor: &apos;From Her Majesty&apos;s prison!&apos;)
&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
- this expensive, ineffectual talking shop of a parliament,
  masquerading as an elaborate illusion of accountable democracy, a
  monstrous deceit on the electors who sent us here.
&lt;/p&gt;

&lt;/p&gt;
President Gorbachev was right: the EU is the old Soviet Union dressed
in Western clothes. You will one day realise that you cannot be
masters in someone else’s house.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Der Präsident. -&lt;/strong&gt; Sie reden in einem freien
Parlament. In einem unfreien Parlament hätten Sie diese Rede gar nicht
halten können!
&lt;/p&gt;

&lt;p&gt;&lt;i&gt;(Beifall)&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;
Or roughly: &quot;You are speaking in a free parliament. In an unfree
parliament you would not have been able to hold this speech!&quot; Even the
applause was German.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Notifications</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="rss"/><category term="atom"/><category term="xmpp"/><category term="notifications"/>
<id>http://retout.co.uk/blog/2009/05/25/notifications</id>
<updated>2009-05-24T23:00:00Z</updated>
<published>2009-05-24T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/05/25/notifications" />
<content type="html">
&lt;p&gt;
I&apos;ve been experimenting with the python bindings to libnotify - the
interface to the cross-platform notification daemon.  The API is quite
simple (although there&apos;s more when you start adding buttons and things
to the notifications):
&lt;pre&gt;
        import pynotify
        import sys
        
        if not pynotify.init(&quot;Test Notification&quot;):
            sys.exit(1)
        
        n = pynotify.Notification(&quot;Test&quot;, &quot;testing&quot;)
        if not n.show():
            print &quot;Failed to send notification&quot;
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt; 
Then I put these notifications into a simple XMPP bot, so that I could send it Jabber messages and they would get displayed as a notice.
&lt;/p&gt;

&lt;p&gt;
I&apos;m not sure where I&apos;m going with this. :)
&lt;/p&gt;

&lt;p&gt;
One problem I have with e.g. Facebook is that it requires me to go to
their website and check a page to see what&apos;s been happening to my
friends.  Similarly BBC News.
&lt;/p&gt;

&lt;p&gt;
One traditional answer to the news problem is the use of RSS (and
similar) feeds in a reader such as liferea.  But for information that
comes from the Facebook API, Twitter, XMPP or email, I&apos;ll have to use
a different app.  Why should the user interface depend on the
underlying technology?
&lt;/p&gt;

&lt;p&gt;
I found &apos;&lt;a href=&quot;http://yarssr.sourceforge.net/&quot;&gt;yarssr&lt;/a&gt;&apos; while
thinking about this - it&apos;s an RSS reader in the form of a notification
area icon.  I like the way it tries to integrate with the desktop more
than, say, liferea does - but I would prefer a list of new entries
when I click on the icon rather than a list of feeds to hunt through.
I suppose I could change it, it&apos;s in Perl. :)
&lt;/p&gt;

&lt;p&gt;
Something like a drop-down notification icon list of recent
&apos;events&apos;, with pluggable sources of information and libnotify
notifications, might make an interesting diversion.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Roast Chicken</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/05/16/roast_chicken</id>
<updated>2009-05-15T23:00:00Z</updated>
<published>2009-05-15T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/05/16/roast_chicken" />
<content type="html">
&lt;p&gt;My brother visited last weekend, which was nice.  For those who
don&apos;t know Michael, he&apos;s like a younger, more stylish version of
myself.  He&apos;s started a blog, and it is instantly &lt;a
href=&quot;http://retout.wordpress.com/&quot;&gt;younger and more stylish&lt;/a&gt; than
mine.  It would be even better if he replaced the Wordpress example
text. :)&lt;/p&gt;

&lt;p&gt;On Sunday I cooked roast chicken, which was a first.  Not just
chicken though - M&amp;amp;S chicken, with M&amp;amp;S vegetables and M&amp;amp;S
roast potatoes.  Bought with an M&amp;amp;S staff discount.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Baked Potato</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/05/03/baked_potato</id>
<updated>2009-05-02T23:00:00Z</updated>
<published>2009-05-02T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/05/03/baked_potato" />
<content type="html">
&lt;p&gt;I got distracted from cookery by &lt;a
href=&quot;/blog/2009/04/27/cancer&quot;&gt;a minor health issue&lt;/a&gt; in April, so
didn&apos;t meet my original target.  Still, I managed four recipes, which
is better than none; and I&apos;ve managed to improve my omelette technique
to the point where it is actually semicircular rather than
sausage-shaped when it rolls onto the plate.  So let&apos;s reschedule for
ten by the end of May.&lt;/a&gt;

&lt;p&gt;It&apos;s odd, I don&apos;t feel too worried by this melanoma; for one thing,
the chances of dying seem relatively small, now that it&apos;s been found.
I have suffered from depression for one reason or another over the
last ten years, and got over that; cancer just pales into
insignificance.  It&apos;s prompted some thinking about who I am, and where
I&apos;m going, but I was prone to that sort of thing already.&lt;/p&gt;

&lt;p&gt;Meanwhile, I&apos;ve joined the local gym.  This seems to be a difficult
process; you need to see a customer advisor, and they don&apos;t seem to
work there in the evenings.  When I left my name in the book, I didn&apos;t
get a phone call.  So several months later, I just went down there on
a Saturday afternoon, which was much more productive.  I haven&apos;t
mentioned to them yet that I&apos;m expecting a huge amount of tissue to be
taken from my left arm in the next couple of weeks... we&apos;ll see how
that affects my &quot;fitness journey&quot;.&lt;/p&gt;

&lt;p&gt;I think I need to eat less chocolate.&lt;/p&gt;

&lt;p&gt;Anyway, having done my 30 minutes cardiovascular exercise this
afternoon, I returned home for a meal.  And so to the real point of
this blog entry: microwaving baked potato makes it really
underwhelming.  I should have thrown it in the oven before I went
out.&lt;/p&gt;

&lt;p&gt;On the plus side, the total cooking/preparation time was 15
minutes; I served it with tuna and sweetcorn as filling, and a pile of
lettuce, tomato, yellow pepper and olives on the side, with a
vinaigrette.  I think I met my five fruit and veg portions in one
sitting.&lt;/p&gt;

&lt;p&gt;I&apos;ve been watching &lt;a
href=&quot;http://www.bbc.co.uk/programmes/b00k1273&quot;&gt;Professor
Regan&apos;s...&lt;/a&gt; on BBC iPlayer, which is awesome; my favourite bit must
have been the placebo &quot;diet pill&quot; in the first episode, which led to
amazing weight loss when combined with a healthy diet and exercise!
As I write this, there are 11 days left to watch the whole series.
Interesting factlet this week: encouraging children to eat breakfast
of any kind (even sugar-laden Frosties) is good for their long-term
health.  And there&apos;s apparently no proven link between sugar and
obesity; I guess fat is the real problem.  (So long as you avoid tooth
decay.)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Cancer</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/04/27/cancer</id>
<updated>2009-04-26T23:00:00Z</updated>
<published>2009-04-26T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/27/cancer" />
<content type="html">
&lt;p&gt;On Wednesday I was told that a mole that was removed from my left
forearm about a month ago was in fact a melanoma.  Melanoma is a form
of skin cancer - a relatively uncommon and dangerous type, but
fortunately curable if picked up sufficiently early.&lt;/p&gt;

&lt;p&gt;I don&apos;t have all the details yet; but the impression I get is that
my mole didn&apos;t look like the classic pictures on the internet -
neither my GP nor the dermatologist instantly recognised it as
malignant.  I need to have a wider border of tissue removed from my
arm, now that it has been diagnosed, which is mildly annoying after
having spent a month healing slowly.&lt;/p&gt;

&lt;p&gt;I&apos;m not sure how this is going to affect me.  Mostly I just don&apos;t
have any information; I try not to spend &lt;em&gt;too&lt;/em&gt; much time
contemplating my own mortality.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">RDAS</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="astronomy"/><category term="rdas"/>
<id>http://retout.co.uk/blog/2009/04/19/rdas</id>
<updated>2009-04-18T23:00:00Z</updated>
<published>2009-04-18T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/19/rdas" />
<content type="html">
&lt;p&gt;I wanted to improve my night life, so I joined the &lt;a
href=&quot;http://www.rugbyastro.co.uk/&quot;&gt;Rugby &amp;amp; District Astronomical
Society&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This evening there was a talk on &lt;a
href=&quot;http://en.wikipedia.org/wiki/Joseph_Norman_Lockyer&quot;&gt;Norman
Lockyer&lt;/a&gt; by &lt;a href=&quot;http://www.mikefrost.info/&quot;&gt;Mike Frost&lt;/a&gt; - a
topic of particular interest to me, because our computer naming scheme
at work involves famous historical figures from Rugby.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Squid on Windows</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="credativ"/><category term="squid"/><category term="windows"/>
<id>http://retout.co.uk/blog/2009/04/09/squid_on_windows</id>
<updated>2009-04-08T23:00:00Z</updated>
<published>2009-04-08T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/09/squid_on_windows" />
<content type="html">
&lt;p&gt;No, this is not an exotic seafood/glass recipe.&lt;/p&gt;

&lt;p&gt;Yesterday (well, Tuesday evening) I was sent down to Poole to set
up a caching proxy server for a customer... on Windows.  Working with
a Microsoft operating system is a little bit unusual in my &lt;a
href=&quot;http://www.credativ.co.uk/services/support/&quot;&gt;open source
support&lt;/a&gt; job, but hey, it pays the bills.&lt;/p&gt;

&lt;p&gt;It turned out to be surprisingly easy (or rather, my preparation
had been sufficiently thorough).  We&apos;d budgeted the entire day to set
things up - but I had Squid running by 9:20am, and was authenticating
against Active Directory by 10am (with a choice of methods;
single-sign on with NTLM or prompting the user for credentials).  So
we had coffee.  By 11am there was log rotation and we had tweaked the
config file, and by 12pm there were HTML reports of all the accesses
(which was originally going to be the optional bonus if-we-had-time
feature).  So we had some more coffee, and I caught an early train
home.&lt;/p&gt;

&lt;p&gt;We should add &lt;a
href=&quot;http://www.credativ.co.uk/services/support/projects/web-services/squid/&quot;
title=&quot;Squid Support&quot;&gt;Windows to our squid commercial support
page&lt;/a&gt;.  I wonder how many more potential enterprise business
customers there are - Squid is of course an excellent replacement for
Microsoft &lt;abbr title=&quot;Internet Security &amp;amp;
Acceleration&quot;&gt;ISA&lt;/abbr&gt; Server.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Mushroom Risotto</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/04/06/mushroom_risotto</id>
<updated>2009-04-05T23:00:00Z</updated>
<published>2009-04-05T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/06/mushroom_risotto" />
<content type="html">
&lt;p&gt;I was lazy with cooking over the weekend - on Friday I had leftover
lasagne for lunch, so just cheese and crackers in the evening.  On
Saturday I was down in Hastings all day, so didn&apos;t cook.  On Sunday
evening I had frozen pizza (ew), but used the 18 minutes while it
cooked to boil an egg, chop some lettuce, and prepare a basic
vinaigrette. (1tsp Dijon mustard, 1tbsp white wine vinegar, 3tbsp
olive oil, salt and pepper, mix.)&lt;/p&gt;

&lt;p&gt;This evening - mushroom risotto.&lt;/p&gt;

&lt;h3&gt;Ingredients&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Mushrooms, 150g (yes, I bought some scales.)&lt;/li&gt;
&lt;li&gt;1 onion, chopped.&lt;/li&gt;
&lt;li&gt;2 cloves of garlic, finely chopped.&lt;/li&gt;
&lt;li&gt;Olive oil.&lt;/li&gt;
&lt;li&gt;Risotto rice, 200g per person, supposedly.&lt;/li&gt;
&lt;li&gt;A glass of dry white wine&lt;/li&gt;
&lt;li&gt;Vegetable stock (I only used ~500ml, but to serve 4 would need 1l or slightly more.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Method&lt;/h3&gt;

&lt;p&gt;After chopping up the onions, mushrooms and garlic, fry them in
olive oil in a large enough pan.  (The garlic can go in last for 30s
because it&apos;s prone to burning and so on.)  Add the white wine and the
rice.  Keep stirring.&lt;/p&gt;

&lt;p&gt;Once all the liquid has been absorbed, add one ladleful of the hot
vegetable stock.  Repeat that last sentence for about 20-30 minutes,
until the rice is cooked.&lt;/p&gt;

&lt;h3&gt;Evaluation&lt;/h3&gt;

&lt;p&gt;It worked! But there was too much for me to eat at one sitting,
even though I was using minimum quantities of rice and stock.  Could
have been served with grated Parmesan cheese.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Lasagne</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/><category term="lasagne"/>
<id>http://retout.co.uk/blog/2009/04/02/lasagne</id>
<updated>2009-04-01T23:00:00Z</updated>
<published>2009-04-01T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/02/lasagne" />
<content type="html">&lt;p&gt;This evening I made lasagne, loosely following &lt;a
href=&quot;http://www.channel4.com/food/recipes/chefs/gordon-ramsay/gordon-s-lasagne-recipe_p_1.html&quot;&gt;a
recipe from Gordon Ramsay&lt;/a&gt;.  I&apos;m not going to type it out, partly
because I didn&apos;t follow it to the letter; I still don&apos;t have fancy stuff
like oregano or bay leaves.&lt;/p&gt;
&lt;p&gt;My cheese sauce needs work, but the end result was edible,
surprisingly.  There&apos;s half of it left for lunch tomorrow.  Some bits
of the lasagne sheets seemed like they were still hard, which was
probably the result of not quite being covered in sauce or something.
I need to invest in a set of scales before I can work with actual
quantities.&lt;/p&gt;
&lt;p&gt;I had a minor disaster while washing up, involving broken glass and
a medium-sized olive oil slick... which is actually the second time
I&apos;ve knocked a glass bottle off that shelf.  I think a reorganization
of my cupboards is in order.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Kernel Mode Setting on Debian</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="kms"/><category term="i915"/><category term="debian"/>
<id>http://retout.co.uk/blog/2009/04/02/kernel_mode_setting_on_debian</id>
<updated>2009-04-01T23:00:00Z</updated>
<published>2009-04-01T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/02/kernel_mode_setting_on_debian" />
<content type="html">&lt;p&gt;The new kernel mode setting feature in Linux 2.6.29 is relatively
easy to enable, although at this point there does not seem to be much
in the way of documentation.&lt;/p&gt;

&lt;h3&gt;Ingredients&lt;/h3&gt;
&lt;p&gt;You will need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;linux-image-2.6.29-1-686 or similar (or later)&lt;/li&gt;
&lt;li&gt;The xserver-xorg and related packages from Debian experimental,
unless you&apos;re reading this in the distant future, at which point X.org
7.4 will be in unstable.&lt;/li&gt;
&lt;li&gt;An intel graphics card which uses the i915 driver.  I used an Asus
eeepc 1000.&lt;/li&gt;
&lt;li&gt;A willingness to break your system in the name of seeing something
cool.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Method&lt;/h3&gt;
&lt;p&gt;First, install the new kernel and the experimental x.org packages.
Add &apos;i915 modeset=1&apos; to /etc/modules. Ignore instructions elsewhere on
the web about adding stuff to kernel boot lines - I reckon these have
no effect, unless they were/are necessary for Fedora.  You can either
reboot, or stop X and reload i915 with the right option.&lt;/p&gt;

&lt;p&gt;Now enjoy the fast VT switching and nice framebuffer console for
five minutes before you notice that the experimental X.org packages
broke your keyboard layout!&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Three egg omelette</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/><category term="debian"/><category term="lsb"/>
<id>http://retout.co.uk/blog/2009/04/01/three_egg_omelette</id>
<updated>2009-03-31T23:00:00Z</updated>
<published>2009-03-31T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/04/01/three_egg_omelette" />
<content type="html">&lt;p&gt;I haven&apos;t taken much time on cooking for the past couple of nights.
Last night I just used a sweet-and-sour sauce from a jar, and had
chicken with quick-cook rice.  I don&apos;t think that counts as cooking -
more like a ready meal by stealth.  As a concession, I bought whole
chicken breast fillets and diced them myself.  It seems to help if you
use a sharp knife.&lt;/p&gt;
&lt;p&gt;This evening I cooked an omelette (with three eggs - there&apos;s a
standing joke in the family concerning my brother once having cooked a
one-egg omelette) and frozen veg, so I must have been done in under
five minutes.  I&apos;ll write something if I find a variation that&apos;s more
eggciting...&lt;/p&gt;
&lt;p&gt;Also this evening, I looked at Debian&apos;s status in relation to the
Linux Standard Base.  No one seems to certify Debian stable releases,
and no one is running nightly LSB tests on Debian.  I wonder if I can
get that changed.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Pasta with Tomato Sauce</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/03/30/pasta_with_tomato_sauce</id>
<updated>2009-03-29T23:00:00Z</updated>
<published>2009-03-29T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/03/30/pasta_with_tomato_sauce" />
<content type="html">
&lt;p&gt;So, I decided to start off gently.  The advantage of this recipe is
that... I already knew how to make it.  Awesome.&lt;/p&gt;

&lt;h3&gt;Ingredients&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Olive oil&lt;/li&gt;
&lt;li&gt;Half an onion, chopped&lt;/li&gt;
&lt;li&gt;One clove of garlic, chopped&lt;/li&gt;
&lt;li&gt;One tin of chopped tomatoes&lt;/li&gt;
&lt;li&gt;A small amount of dried thyme or whatever; basil seems more
traditional, but does Sainsbury&apos;s Local have that?  Buggered if I
could find it.&lt;/li&gt;
&lt;li&gt;Pasta&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Method&lt;/h3&gt;

&lt;p&gt;Easy peasy.  Heat some oil in a saucepan, add the onions and stir
until they&apos;re more or less transparent (supposedly, although I&apos;m sure
I just make them turn brown).  And add the garlic shortly afterwards.&lt;/p&gt;

&lt;p&gt;When you get bored of watching onion cook, add the chopped tomatoes
and herbs. Thus begins phase 2, involving bubbling rather than
sizzling.&lt;/p&gt;

&lt;p&gt;After about ten minutes of that, boil water in a second pan.  Cook
the pasta according to the instructions on the packet.  Once it is al
dente, the pasta sauce will be about ready as well.  Drain the pasta
and stir into the pasta sauce.  Serve.&lt;/p&gt;

&lt;h3&gt;Evaluation&lt;/h3&gt;

&lt;p&gt;And lo, it was good.  I think the browning of the onion was due to
too high a heat in the initial stages; it&apos;s better taken slow.&lt;/p&gt;

&lt;p&gt;The total cost of the sauce was somewhere less than £1; this
compares favourably with ready-made sauce.  In fact, this was a
ridiculously economical meal.&lt;/p&gt;

&lt;p&gt;At the same time as doing this, I set up a new housemate with
wireless internet access, and got a beer and £5 in return.  Bizarre,
but he insisted.  Then I had to fix his DNS settings, which someone at
his previous accomodation at hardcoded to something weird... and
wrong.  This was the first time I&apos;d ever had to tackle Windows XP&apos;s
network settings in Hungarian.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">1GB should be enough for anybody</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/03/29/1gb_should_be_enough_for_anybody</id>
<updated>2009-03-29T00:00:00Z</updated>
<published>2009-03-29T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/03/29/1gb_should_be_enough_for_anybody" />
<content type="html">&lt;p&gt;My HP dx2250 desktop suddenly refused to turn on last Tuesday; it
just beeped loudly at me when the power button was pressed.  It took
me until today to look at it; downloading the troubleshooting guide, I
could translate the pattern of flashes of the LEDs as signalling
faulty RAM.  Phew.&lt;/p&gt;
&lt;p&gt;I must say I was surprised - I have never had RAM die on me before.
At least it wasn&apos;t a DIMM module I had bought myself... and it could
be worse, I was almost considering replacing the machine.  (I wonder
how many people do.)  For now, I&apos;m down to 1GB RAM, unless I can find
something stashed away somewhere.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">SWOTting up</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/03/27/swotting_up</id>
<updated>2009-03-27T00:00:00Z</updated>
<published>2009-03-27T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/03/27/swotting_up" />
<content type="html">
&lt;p&gt;No man is an island; objectives cannot be set in isolation from the
reality of our situation.  One standard technique for analysing where
we are is the SWOT analysis: considering Strengths, Weaknesses,
Opportunities and Threats.  Strengths and Weaknesses deal with aspects
internal to your organization; Opportunities and Threats are concerned
with environmental factors over which you have no direct control.
Once these are identified, you can act to mitigate the negative
points.&lt;/p&gt;

&lt;p&gt;One particular threat is that I&apos;m visiting various people each
weekend for the foreseeable future - tonight I&apos;m with my brother at
Badger Farm near Winchester, so the results of my SWOT analysis will
wait until tomorrow. :)&lt;/p&gt;

</content>
</entry>

<entry>
<title type="html">Cooking for Project Managers</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="food"/><category term="cooking"/>
<id>http://retout.co.uk/blog/2009/03/26/cooking_for_project_managers</id>
<updated>2009-03-26T00:00:00Z</updated>
<published>2009-03-26T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/03/26/cooking_for_project_managers" />
<content type="html">&lt;p&gt;Spurred on by the accusation that my expertise is limited to
computer-related topics, I have resolved to learn to cook.  This in
fact will solve more than one problem: what to do with my copious
free time given that I am &lt;a
href=&quot;/blog/2009/03/19/organization&quot;&gt;organized&lt;/a&gt;, and give me more
confidence that I am not wasting my money on ready meals each
week.&lt;/p&gt;
&lt;p&gt;Obviously I am looking to transfer skills from existing domains of
knowledge to this endeavour.  (From open source development to... open
sauce development?)  My first insight from my project management
experience is that this project really needs some &lt;a
href=&quot;http://en.wikipedia.org/wiki/SMART_(project_management)&quot;&gt;SMART
goals&lt;/a&gt; to work towards.  Hmm... okay, first objective:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;By 30th April 2009, I want to have documented a repertoire
of at least 10 simple main course recipes, where I have cooked each
dish at least once.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Tomorrow: &lt;a href=&quot;http://en.wikipedia.org/wiki/SWOT_analysis&quot;&gt;SWOT
analysis&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">OpenOffice.org</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="odf"/><category term="openoffice"/><category term="credativ"/><category term="dfd"/>
<id>http://retout.co.uk/blog/2009/03/25/openoffice.org</id>
<updated>2009-03-25T00:00:00Z</updated>
<published>2009-03-25T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/03/25/openoffice.org" />
<content type="html">&lt;p&gt;Apparently today was &lt;a
href=&quot;http://www.documentfreedom.org/&quot;&gt;Document Freedom Day&lt;/a&gt;.  Next
year we shall have to actually celebrate it.&lt;/p&gt;
&lt;p&gt;At work, one of &lt;a href=&quot;http://www.credativ.co.uk/&quot;&gt;the
company&lt;/a&gt;&apos;s key objectives is to promote open standards like ODF.
We are lucky to have an OpenOffice.org developer in-house (a rare
commodity, especially outside of Sun or Novell), and I&apos;ve had the
opportunity to work on &lt;a
href=&quot;http://www.credativ.co.uk/services/support/projects/desktop/openoffice/&quot;&gt;supporting
openoffice.org&lt;/a&gt; from time to time.  The biggest difficulty is the
sheer size - the built source tree needs 15GB, so it&apos;s pretty
difficult to search through, for instance.&lt;/p&gt;
&lt;p&gt;Then there&apos;s the long compile times; if you&apos;re writing a patch for
OO.o, it is important to get your debug cycle as short as possible.
If you can limit the patch to just one module, then that can be
rebuilt individually... and then you can symlink the relevant
libraries from your installed copy to point directly into your build
tree.  If it sounds ugly, that&apos;s because it is - but you can get the
compile/testing phase down to a minute or so.&lt;/p&gt;
&lt;p&gt;My most memorable encounter with OO.o so far has been tracking down
&lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=96878&quot;&gt;an
issue with hidden text&lt;/a&gt; - it turns out OO.o 2.x writes the opposite
value to the ODF standard for the hidden text property.  A conversion
routine had been put into OO.o 3.0 to import documents written by 2.x
correctly, but passing documents from 3.x (or AbiWord, or KOffice)
users to OO.o 2.x users is prone to trouble.  Last I checked, we were
trying to persuade Sun that a 2.4.3 release would be a good idea.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Popularity</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/02/14/popularity</id>
<updated>2009-02-14T00:00:00Z</updated>
<published>2009-02-14T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/02/14/popularity" />
<content type="html">
&lt;p&gt;Is popularity the measure of success? Yes and no.&lt;/p&gt;

&lt;p&gt;In a discussion this evening, an assertion was made that RHEL was
more widely used than Debian. This may or may not be true. But let&apos;s
make a loose comparison to the theory of evolution, in this Darwin
anniversary year - compare programs to species perhaps, program
versions to individuals, and lines of code to genes. A particular
distribution version is equivalent to a kin group of individuals. This
analogy is likely to work because free software development mirrors
natural selection closely, albeit driven by developer interaction.&lt;/p&gt;

&lt;p&gt;Selection occurs at many levels; developers choose one patch over
another, distributors might choose one version of a program over
another, and users might choose one distribution over another.&lt;/p&gt;

&lt;p&gt;The patches which produce positive effects for their programs are
more likely to get passed on to the next version of the program -
fixing a bug is the obvious example of this. This bug fix will then
slowly (or quickly) spread until all members of the species have this
patch.&lt;/p&gt;

&lt;p&gt;But the code does not necessarily have to benefit the species for
which it was written. There is plenty of bad code that is successful
at getting itself copied. Or consider shared libraries: the gecko
rendering engine allowed major competitors to the original Mozilla
Suite to be created, in the form of Firefox, SeaMonkey, Camino,
Epiphany.&lt;/p&gt;

&lt;p&gt;By the time we get up to the distribution level, popularity is
irrelevant. Humans share around 96% of their DNA with chimpanzees; how
much code do Debian and RHEL share? Are these distributions so
separate? Of far more significance is the competition between free and
non-free software.&lt;/p&gt;

&lt;p&gt;Let us be careful to ensure free flow of genes between separate kin
groups. I received a bug report this evening from a Fedora user whose
problem was fixed a long time ago in Debian. By promoting
cross-distro, er, intercourse, we can improve free software for
everyone, and compete more effectively at the level of the operating
system.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">OpenOffice.org evangelization</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="openoffice.org"/><category term="macosx"/>
<id>http://retout.co.uk/blog/2009/02/08/ooo_evangelization</id>
<updated>2009-02-08T00:00:00Z</updated>
<published>2009-02-08T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/02/08/ooo_evangelization" />
<content type="html">&lt;p&gt;It&apos;s the end of FOSDEM - it&apos;s been great.  More on that later.&lt;/p&gt;
&lt;p&gt;Meanwhile, I&apos;m sitting in the hotel lobby at 11:30pm, and some
random businessman starts talking on the phone to a colleague about
his problems opening a &quot;.docx&quot; file.  Apparently the converter won&apos;t
install on his Mac, so he might not be able to get this work done
until Thursday.&lt;/p&gt;
&lt;p&gt;I happen to be wearing a bright blue OO.o 3.0 T-shirt today.
So... I walked over and suggested he try it.  His colleague on the
other end of the phone was a technical guy, and had heard of it.&lt;/p&gt;
&lt;p&gt;It took a 20 minute download or so, but Microsoft OpenXML works out
of the box with OpenOffice.org 3.x - and apparently looks nicer on Mac
OS X than it used to.  Another satisfied customer!&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Telford Ted</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/01/26/telford_ted</id>
<updated>2009-01-26T00:00:00Z</updated>
<published>2009-01-26T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/26/telford_ted" />
<content type="html">&lt;p&gt;I&apos;m thinking of framing this:&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;/2009/telford-ted-small.jpg&quot; alt=&quot;Young Engineer - This is to certify that Timothy Retout visited the Department of Engineering at Warwick University - Telford Ted, 4th May 1991&quot; /&gt;
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Enscript security patches</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="enscript"/>
<id>http://retout.co.uk/blog/2009/01/25/enscript_security_patches</id>
<updated>2009-01-25T00:00:00Z</updated>
<published>2009-01-25T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/25/enscript_security_patches" />
<content type="html">&lt;p&gt;I have been taking a closer look at the various security patches
Debian applies to GNU Enscript this morning - I believe there may be
similar problems lurking in other parts of the codebase, so my plan is
to fix these myself this week. This avoids various inconvenient
questions about copyright assignment. For the shorter patches this
isn&apos;t a problem, of course - and there&apos;s generally more than one way
to fix buffer overflows anyway. There&apos;s one longer patch where shell
escapes are prevented - that might need more study.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Fixing Problems</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="ubuntu"/>
<id>http://retout.co.uk/blog/2009/01/24/fixing_problems</id>
<updated>2009-01-24T00:00:00Z</updated>
<published>2009-01-24T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/24/fixing_problems" />
<content type="html">&lt;p&gt;My mum uses a Dell laptop running Ubuntu. Each time I visit I get to fix any problems that have cropped up. To be fair, there weren&apos;t that many so far.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;libdvdcss2 was not installed. I explained why, and fixed it.&lt;/li&gt;
&lt;li&gt;DVD menus were not being played in totem-gstreamer - the DVD would autorun, but you could not change to other titles. If you restarted totem with a different menu option you could at least set up a playlist with all the titles. It&apos;s a shame, because I like gstreamer, but as a quick fix I installed totem-xine and set it to autorun for DVDs instead.&lt;/li&gt;
&lt;li&gt;Upgraded to Intrepid. Fairly uneventful.&lt;/li&gt;
&lt;li&gt;Installed wine so that horrible non-free heart rate monitor software might possibly run.&lt;/li&gt;
&lt;li&gt;Introduced mum to pidgin.&lt;/li&gt;
&lt;li&gt;There seem to be some problems with sound recording - I started setting up Ekiga, but this is a blocker. Might not have time to fix this.&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">Emacs and Epiphany</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="emacs"/><category term="epiphany"/><category term="gnome"/>
<id>http://retout.co.uk/blog/2009/01/23/emacs_and_epiphany</id>
<updated>2009-01-23T00:00:00Z</updated>
<published>2009-01-23T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/23/emacs_and_epiphany" />
<content type="html">&lt;p&gt;It turns out to be possible to persuade emacs and epiphany to play nicely together.&lt;p&gt;
&lt;h4&gt;Opening URLs in Epiphany from Emacs&lt;/h4&gt;
&lt;p&gt;Sometimes Emacs presents you with clickable hyperlinks (in info documentation, perhaps).&lt;/p&gt;
&lt;p&gt;To customize the browser in which these are opened, I am using the following in .emacs:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;
(setq browse-url-browser-function &apos;browse-url-generic
      browse-url-generic-program &quot;gnome-open&quot;)
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;There are also specific epiphany-related functions, but I&apos;m using the default gnome program for the moment. This can be configured via the default applications dialog.&lt;/p&gt;
&lt;h4&gt;Opening text files in Emacs from Epiphany&lt;/h4&gt;
&lt;p&gt;When you download a text file, or use &apos;View &amp;gt; Page Source&apos; in the menus, epiphany uses the gnome desktop&apos;s handler for the &apos;text/plain&apos; mime type.&lt;/p&gt;
&lt;p&gt;The simplest way of configuring this is to run nautilus, right-click on a text file and choose &apos;Properties&apos;. Then the &apos;Open With&apos; tab lets you select an application. Emacs should already be listed, or you can add it if not.&lt;/p&gt;
&lt;h4&gt;Further ideas&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;It might be worth &lt;a href=&quot;/blog/2007/12/07/emacs_keybindings_for_gtk_textboxes&quot;&gt;turning on the emacs keybindings in gtk&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;It should be straightforward to write an extension that lets you edit text fields with Emacs.&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">Holiday</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/01/23/holiday</id>
<updated>2009-01-23T00:00:00Z</updated>
<published>2009-01-23T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/23/holiday" />
<content type="html">&lt;p&gt;I have a week&apos;s break from work.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I&apos;ll be improving the OpenStreetMap coverage of Wooler, hopefully.&lt;/li&gt;
&lt;li&gt;I need to check over some enscript patches, so that I can make a release.&lt;/li&gt;
&lt;li&gt;At the same time, I want to practise using gnus for email more thoroughly.&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">Blind *and* stupid</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="coreboot"/>
<id>http://retout.co.uk/blog/2009/01/21/blind_and_stupid</id>
<updated>2009-01-21T00:00:00Z</updated>
<published>2009-01-21T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/21/blind_and_stupid" />
<content type="html">&lt;ul&gt;
&lt;li&gt;Went to the optician&apos;s and asked about prescription swimming goggles today. Might have to get them made specially - buying cheaper ones with standard spherical lenses would not correct my astigmatism, and leave everything blurry. Still, it would be the difference between being able to read half the eye test chart and not being able to see where the chart is.&lt;/li&gt;
&lt;li&gt;I have an HP dx2250 at both home and work, and HP&apos;s BIOS doesn&apos;t enable the SVM instructions on the CPU (which would let you do cool things with virtualization). So this could be my excuse to finally use/develop coreboot. Will make a shopping list of tools to flash my BIOS relatively safely.&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">Random</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="credativ"/><category term="postgresql"/><category term="foe"/><category term="edubuntu"/>
<id>http://retout.co.uk/blog/2009/01/19/random</id>
<updated>2009-01-19T00:00:00Z</updated>
<published>2009-01-19T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/19/random" />
<content type="html">&lt;ul&gt;
&lt;li&gt;On Saturday I went to Birmingham for the Friends of the Earth West Midlands regional meeting. We learnt about campaign planning, and got an overview of the main national campaigns for the next year. &lt;a href=&quot;http://www.birminghamfoe.org.uk/&quot;&gt;FoE Birmingham&lt;/a&gt; use &lt;a href=&quot;http://edubuntu.org/&quot;&gt;Edubuntu&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;On Sunday I went swimming again. Not so tiring - still need to get some prescription goggles.&lt;/li&gt;
&lt;li&gt;Today at work we were delivering a &lt;a href=&quot;http://www.credativ.co.uk/services/training/postgresql/&quot;&gt;PostgreSQL database training course&lt;/a&gt; for a company in Leicester. &lt;a href=&quot;http://bigg.kicks-ass.net/&quot;&gt;BigG&lt;/a&gt; happened to be one of the tutees.&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">Things I learnt today</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2009/01/16/things_i_learnt_today</id>
<updated>2009-01-16T00:00:00Z</updated>
<published>2009-01-16T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/16/things_i_learnt_today" />
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://glabels.sourceforge.net/&quot;&gt;gLabels&lt;/a&gt; is a nice and simple app, and works well for making CD labels.&lt;/li&gt;
&lt;li&gt;Swimming appears to exercise completely different muscles to jogging, so is very tiring.  I could really use some prescription goggles.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.askoxford.com/asktheexperts/faq/aboutspelling/pizza?view=uk&quot;&gt;The usual plural of &lt;em&gt;no&lt;/em&gt; is &lt;em&gt;noes&lt;/em&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
</entry>

<entry>
<title type="html">O RAILLY</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="nationalrail"/><category term="perl"/>
<id>http://retout.co.uk/blog/2009/01/08/o_railly</id>
<updated>2009-01-08T00:00:00Z</updated>
<published>2009-01-08T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2009/01/08/o_railly" />
<content type="html">&lt;p&gt;I am not having a good year.&lt;/p&gt;
&lt;p&gt;Traditionally, when annoyed, I make extravagant purchases that I may or may
not regret later.  In this new economic climate, however, I have found a
substitute outlet.&lt;/p&gt;
&lt;p&gt;Arriving soon at a CPAN mirror near you:
Net::NationalRail::LiveDepartureBoards 0.01 - an interface to
&lt;a href=&quot;http://www.livedepartureboards.co.uk/ldbws/&quot;&gt;a SOAP API from ATOC&lt;/a&gt;.
Given a station code, you can obtain the next few arrivals/departures/both.&lt;/p&gt;
&lt;p&gt;This is in hacky Perl, but the module should be easy to translate to other
languages which have SOAP libraries.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Campaigning</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/11/17/campaigning</id>
<updated>2008-11-17T00:00:00Z</updated>
<published>2008-11-17T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/17/campaigning" />
<content type="html">&lt;p&gt;I had a reply from Jeremy Wright MP today regarding EDM 2141 - he&apos;s going
to sign it.&lt;/p&gt;
&lt;p&gt;I&apos;m going to think a bit about how to follow up on this.  My desk is
looking far too cluttered with House of Commons stationery at the moment.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Change</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/11/15/change</id>
<updated>2008-11-15T00:00:00Z</updated>
<published>2008-11-15T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/15/change" />
<content type="html">&lt;p&gt;Of course, &lt;a href=&quot;http://www.change.gov/&quot;&gt;http://www.change.gov/&lt;/a&gt; uses
XHTML 1.0 Transitional.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">mod_macro</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="apache"/>
<id>http://retout.co.uk/blog/2008/11/09/mod_macro</id>
<updated>2008-11-09T00:00:00Z</updated>
<published>2008-11-09T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/09/mod_macro" />
<content type="html">&lt;p&gt;
Interesting discovery of the evening: the third-party Apache module
&quot;mod_macro&quot;, packaged as libapache2-mod-macro for Debian. Awesome.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">EDM 2141</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="politics"/><category term="mysociety"/>
<id>http://retout.co.uk/blog/2008/11/09/edm_2142</id>
<updated>2008-11-09T00:00:00Z</updated>
<published>2008-11-09T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/09/edm_2142" />
<content type="html">&lt;p&gt;Following &lt;a href=&quot;http://blog.daniel-watkins.co.uk/edm2141.html&quot;&gt;Dan&apos;s lead&lt;/a&gt;, I have emailed Jeremy Wright, MP for Rugby and Kenilworth, concerning EDM 2141.  Watch this space.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">That time of year again</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="perl"/><category term="datetime"/>
<id>http://retout.co.uk/blog/2008/11/01/that_time_of_year_again</id>
<updated>2008-11-01T00:00:00Z</updated>
<published>2008-11-01T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/01/that_time_of_year_again" />
<content type="html">&lt;p&gt;I tend to update DateTime::Event::WarwickUniversity at around this time
each year, according to the changelog.  Version 0.05 will appear on CPAN with
the next update.  My testcases still pass, at least.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Interesting Times</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/11/01/interesting_times</id>
<updated>2008-11-01T00:00:00Z</updated>
<published>2008-11-01T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/11/01/interesting_times" />
<content type="html">&lt;p&gt;I haven&apos;t written a blog entry for a week; obviously I have been busy with
interesting things.  Like xulrunner.&lt;/p&gt;
&lt;p&gt;Procrastination may be a valid time management strategy.  By prioritising
tasks and doing the more important ones today, lesser tasks are pushed back.
Occasionally these tasks then fall over a deadline, and disappear.  Whether
this is a good thing... I&apos;m not sure, but this has happened to me with around
three tasks this week. :)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Atheism</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="atheism"/>
<id>http://retout.co.uk/blog/2008/10/24/atheism</id>
<updated>2008-10-23T23:00:00Z</updated>
<published>2008-10-23T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/24/atheism" />
<content type="html">&lt;p&gt;A day or two ago, I donated to the &lt;a href=&quot;http://www.justgiving.com/atheistbus&quot;&gt;atheist bus campaign&lt;/a&gt;.  They have now nearly raised £100k, which is quite impressive.&lt;/p&gt;
&lt;p&gt;To follow up, I have joined the &lt;a href=&quot;http://www.humanism.org.uk/&quot;&gt;BHA&lt;/a&gt;.  I have asked them about starting a Humanist group in Rugby - as if I have surplus free time.  I realise religion (or a lack thereof) can be a controversial issue, but I have considered and respect the BHA&apos;s position on these matters.&lt;/p&gt;
&lt;p&gt;I have recently been summoned for jury service.  I was interested to learn that I can choose to &quot;affirm&quot; rather than swear an oath on a holy book of my choice.  I think this will be much more meaningful for me.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Hydro</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="environment"/><category term="seo"/><category term="german"/>
<id>http://retout.co.uk/blog/2008/10/22/hydro</id>
<updated>2008-10-21T23:00:00Z</updated>
<published>2008-10-21T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/22/hydro" />
<content type="html">&lt;p&gt;As a brief diversion from Debian, I spent the evening learning about
small-scale hydro power.  Remember, kids, the power available at your site is
proportional to the product of the &lt;em&gt;effective pressure head&lt;/em&gt; and the
&lt;em&gt;volume flow rate&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I think at some point I promised &lt;a href=&quot;http://www.rugbyfoe.co.uk/&quot;
title=&quot;Rugby Friends of the Earth&quot;&gt;the Rugby Friends of the Earth group&lt;/a&gt;
that I would link to them.  My PageRank, let me show you it.  They have a
social meeting tomorrow at the &lt;a href=&quot;http://www.alexandraarms.co.uk/&quot;
title=&quot;Alexandra Arms&quot;&gt;Alexandra Arms&lt;/a&gt;. (Interestingly my PageRank does
seem to be pwning that of WUGLUG&apos;s page at the moment. I still haven&apos;t matched
that of the front page of Warwick Blogs.)&lt;/p&gt;
&lt;p&gt;Also this week I found out about the courses at the
&lt;a href=&quot;http://www.percival-guildhouse.co.uk/&quot;
title=&quot;Percival Guildhouse&quot;&gt;Percival Guildhouse&lt;/a&gt;. This is a building next
to the library in Rugby - I have walked past it for years, but never
investigated what went on there until now.  Turns out I might actually be
able to practise speaking German with people.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Fail</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="debian"/>
<id>http://retout.co.uk/blog/2008/10/22/fail</id>
<updated>2008-10-21T23:00:00Z</updated>
<published>2008-10-21T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/22/fail" />
<content type="html">&lt;p&gt;I tried to look at an RC bug this evening: &lt;a href=&quot;http://bugs.debian.org/502657&quot;&gt;bug #502657&lt;/a&gt; on netmaze.  It looked so easy - a segmentation fault, a backtrace... no.  The package doesn&apos;t even build on sid, doesn&apos;t support the &apos;nostrip&apos; option, and hasn&apos;t had an upload for two years.  When you get past those stumbling blocks, it&apos;s a 64-bit compatibility problem that would probably need quite a large patch.&lt;/p&gt;
&lt;p&gt;So, in the end, I&apos;ve increased the RC bug count by one this evening, in suggesting to the maintainer that netmaze should not be released with lenny.&lt;/p&gt;
&lt;p&gt;I tried.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">RC != Roman Catholic</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/>
<id>http://retout.co.uk/blog/2008/10/21/rc_ne_roman_catholic</id>
<updated>2008-10-20T23:00:00Z</updated>
<published>2008-10-20T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/21/rc_ne_roman_catholic" />
<content type="html">&lt;p&gt;I got a concerned phone call from my mother following
&lt;a href=&quot;/blog/2008/10/20/wnpp_bugs_are_like_debt&quot;&gt;my previous blog post&lt;/a&gt;,
asking whether I owe Debian money.  Fortunately, I believe I am fully paid up
for all the T-shirts and BBQs that Steve McIntyre has given me.&lt;/p&gt;
&lt;p&gt;I have decided that the interest payment on my outstanding debt to Debian
must be made in the form of RC bug fixes.  I suck at RC bug fixes.  They are
generally boring, but of great value to the community.  It is because of all
the lame people like me not fixing RC bugs that Debian doesn&apos;t release on
time, ever.  &lt;em&gt;Mea culpa, mea culpa, mea maxima culpa.&lt;/em&gt;&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">WNPP bugs are like debt</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/>
<id>http://retout.co.uk/blog/2008/10/20/wnpp_bugs_are_like_debt</id>
<updated>2008-10-19T23:00:00Z</updated>
<published>2008-10-19T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/20/wnpp_bugs_are_like_debt" />
<content type="html">&lt;p&gt;Credit cards can be very useful, provided you pay off your outstanding
balance at the end of each month.  If you do not, the debt can pile up, and
will be sticking with you for a very long time.  Credit is a tool - it
lubricates the economy.  Without it, production would grind to a halt.
However, it is very important that creditors lend only as much as debtors can
afford to repay.&lt;/p&gt;
&lt;p&gt;If we think of Debian as a gift economy, it is the community doing the
lending, and ITPs and ITAs are a temporary extension of kudos to the potential
maintainer.&lt;/p&gt;
&lt;p&gt;Anyway, the point of this analogy is to note that while my financial
overdraft is currently nonexistent, my debt to Debian needs to be repaid
with interest.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Meta</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/10/19/meta</id>
<updated>2008-10-18T23:00:00Z</updated>
<published>2008-10-18T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/10/19/meta" />
<content type="html">&lt;p&gt;Ironically, the number of blog posts I make tends to be inversely
proportional to the number of interesting things going on in my life.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Masochism</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debconf"/><category term="debconf8"/>
<id>http://retout.co.uk/blog/2008/08/05/masochism</id>
<updated>2008-08-04T23:00:00Z</updated>
<published>2008-08-04T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/08/05/masochism" />
<content type="html">&lt;p&gt;For my first trivial bit of coding while I&apos;m here, I patched the
debconf IRC bot to announce nicknames as well as the real name of new
arrivals (a feature request from madduck).  I&apos;m hoping to resist
wasting time adding lots of features to it - the code is awful.&lt;/p&gt;
&lt;p&gt;This morning I went running at 8:30 - in theory there are going to
be group runs in the morning and afternoon sometime, but for now I
went on my own.  It was quite nice with the ocean views... the local
runners seem to wear tracksuit tops at this time of year, though.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Argentina</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debconf"/><category term="debconf8"/>
<id>http://retout.co.uk/blog/2008/08/04/argentina</id>
<updated>2008-08-03T23:00:00Z</updated>
<published>2008-08-03T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/08/04/argentina" />
<content type="html">&lt;p&gt;I arrived in Mar del Plata yesterday - DebConf this year is all in
one hotel (with a nearby hotel for overflow accommodation next week),
which makes everything very convenient.  When they&apos;re not serving
meals, they&apos;re usually serving coffee and cakes in the hacklab.&lt;/p&gt;
&lt;p&gt;There were some teething troubles with the networking today, so I
took a walk down the beach.  Mar del Plata reminds me of Llandudno -
it&apos;s a popular beach resort in the summer, but it&apos;s winter at the
moment.  Not that I&apos;ve ever been to Llandudno in the winter, come to
think of it... but imagine a cold summer day in North Wales.  There&apos;s
a run-down pier and everything.  The big difference is that Mar del
Plata is a huge city - I walked a couple of miles down the coast
today, and the buildings were just stretching on.  Oh, and everyone
speaks Spanish.&lt;/p&gt;
&lt;p&gt;When I got back, the network was fixed (yay), so I messed around
getting SIP calls working.  Outgoing works pretty well now, but I&apos;ve
yet to see whether my UK number is going to ring my mobile.  I should
have voicemail set up now, so people can leave a message instead of
just not getting through to me.&lt;/p&gt;
&lt;p&gt;At some point I&apos;ll stop settling in and do some packaging or
something - but as a holiday, it&apos;s quite relaxing.
</content>
</entry>

<entry>
<title type="html">Vital Statistics</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/08/01/vital-statistics</id>
<updated>2008-07-31T23:00:00Z</updated>
<published>2008-07-31T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/08/01/vital-statistics" />
<content type="html">&lt;p&gt;I finally registered with a GP&apos;s surgery in Rugby today (that is,
Thursday).  This went fairly smoothly once I managed to decipher the
way to Waiting Room 2.&lt;/p&gt;
&lt;p&gt;I am 180cm tall, and weigh 75kg.  This gives me a BMI of 23.1,
which is normal.  I didn&apos;t get the numbers for my blood pressure, but
apparently it&apos;s fine. :)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GNU Hackers&apos; Meeting 2008</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="gnu"/>
<id>http://retout.co.uk/blog/2008/07/13/gnu-hackers-meeting</id>
<updated>2008-07-12T23:00:00Z</updated>
<published>2008-07-12T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/07/13/gnu-hackers-meeting" />
<content type="html">&lt;p&gt;On Thursday and Friday, I took time off work to visit Bristol for
the GNU Hackers&apos; Meeting 2008.  Around 20 people attended - obviously
these were all people contributing to GNU, but (surprisingly) I didn&apos;t
feel too much like I was surrounded by giants.  Instead, it was all
quite relaxed; most people there seemed rather like me - with a mild
caffeine addiction, permanently short of spare time, and just trying
to improve their small projects as best they could.&lt;/p&gt;
&lt;p&gt;The impression I have of the GNU project after this meeting is one
of a disparate organization with many small contributors; it is clear
we have massive communication problems, both internally and
externally.  From the outside, I suppose GNU looks like a monolithic,
perhaps US-centric project, with the strong leadership at the top
controlling the direction of all these sub-projects.  In reality,
these sub-projects are more or less autonomous.  There may be some
checking at the centre that no two GNU programs are directly competing
to solve the same problem, but the maintainers are largely on their
own, struggling to build up whatever community of contributors they
can.  The feeling of isolation is much greater than in Debian, for
instance - there, although package maintainers generally have some
sort of authority over &quot;their&quot; packages, you will get bug reports
filed if you are not following Debian policy, and you are expected to
observe common freeze periods around releases.  There are no real
equivalents in GNU.&lt;/p&gt;
&lt;p&gt;So naturally, considering the amount we had in common, this meeting
was always going to be a success.  It was very well run by Brian
Gough, and there was just the right amount of structure versus
&quot;corridor time&quot; (although everything took place in a single room,
except for lunch/pub).  There were a few talks from people about the
projects they were working on - for instance, a nice game called GNU
FreeDink, although I need to fix a segmentation fault to progress any
further in level 2, and a very impressive sound generation program
called Psycosynth.&lt;/p&gt;
&lt;p&gt;It was suggested that a UK-only GNU hackers&apos; meeting could be
organised sometime, which I think would also work very well.  Simply
meeting up like this every once in a while was quite inspiring; I much
prefer developer-oriented meetings over user-oriented meetings, and
this was one of the best.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">OpenJDK in Debian main</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="debian"/><category term="java"/>
<id>http://retout.co.uk/blog/2008/07/13/openjdk-in-debian-main</id>
<updated>2008-07-12T23:00:00Z</updated>
<published>2008-07-12T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/07/13/openjdk-in-debian-main" />
<content type="html">&lt;p&gt;After much anticipation, the free-as-in-freedom version of Sun&apos;s
Java JDK has arrived in Debian&apos;s `main&apos; section.  There are still a
few bugs in the packaging, but these will be ironed out before the
lenny release.  Various other useful packages still need to adapt to
its presence, but many will be able to move from the `contrib&apos; section
into `main&apos; as well.&lt;/p&gt;
&lt;p&gt;Going forward, this makes Sun&apos;s Java platform quite attractive for
developing future free software applications.  There is a reasonably
performant implementation now available in most distributions, that
will receive security updates, has a good team of developers behind
it, and already has a large community of people with skills in the
language.  If static versus dynamic typing becomes an issue, Jython
might offer a nice competing implementation of Python.  We might one
day get to see what this `Groovy&apos; thing is all about.  In terms of GUI
applications, Andrew Cowie&apos;s new java-gnome 4.x bindings will allow
truly native integration with the rest of GNOME - or stick with plain
Swing for cross-platform portability.&lt;/p&gt;
&lt;p&gt;This also brings the Java/.NET competition to free software.  Mono
has been playing catch-up with both Microsoft&apos;s implementation of .NET
and with Java - it has enjoyed some success with Gtk#, which has
provided much more compelling rapid development than the old
java-gnome bindings and gcj.  MonoDevelop is trying to compete with
Eclipse and NetBeans, and probably has a better-integrated GNOME UI
editor.  Still, if the potential for rapid application development is
as great as is claimed, it can&apos;t be very long before the various
successful Gtk# applications (banshee, f-spot, tomboy) have Java
counterparts (unless people are happy with the C equivalents).  The
most difficult part of the process is finishing off any required
library bindings (such as to gstreamer and libgphoto2).&lt;/p&gt;
&lt;p&gt;It will be interesting to see whether Java free software developers
bring with them the same bad habits that have been seen with many
Windows-based C# free software developers.  When you want to use a
library, bundling a binary-only copy of an unstable version is not
really the right thing to do.  At least many Java .jar archives also
contain source code, and there are quite a few home-grown Java hackers
who might understand about how to play nicely with distributions using
proper dependency-management systems.&lt;/p&gt;
&lt;p&gt;One thing that strikes me is that, while Mono has been around for
quite a few years now, I can&apos;t think of any big non-graphical
applications that are built on it. (Beagle is perhaps the exception -
it does make use of a Gtk# GUI, but the main program is the indexer.)
Java might benefit from a network effect, as projects such as Apache
Tomcat are also widely used.  (Let&apos;s not mention Choob at this point.)
There are a few non-GNOME graphical apps waiting in the wings (like
freecol and robocode).  The scaremongering over possible patent
infringement in Mono (or the Windows.Forms libraries), while probably
unfounded, cannot help its cause.&lt;/p&gt;
&lt;p&gt;But of course, ruling out something catastrophic like a patent
infringement suit, free software projects very rarely die - they just
fade away into obscurity.  Both platforms are likely to be around for
some time yet.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">gnu-standards in Debian</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="debian"/><category term="gnu-standards"/>
<id>http://retout.co.uk/blog/2008/07/04/gnu-standards_in_debian</id>
<updated>2008-07-03T23:00:00Z</updated>
<published>2008-07-03T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/07/04/gnu-standards_in_debian" />
<content type="html">&lt;p&gt;An update to Debian&apos;s gnu-standards package is now in
&lt;a href=&quot;http://incoming.debian.org/&quot;&gt;incoming&lt;/a&gt;. This package contains
the GNU Coding Standards and the Information for GNU Maintainers document.
It is now in the `main&apos; section rather than `non-free&apos;, so is officially part
of the Debian system.&lt;/p&gt;
&lt;p&gt;This has taken several months; at the end of December I
&lt;a href=&quot;http://lists.gnu.org/archive/html/bug-standards/2007-12/msg00000.html&quot;&gt;asked&lt;/a&gt;
whether the maintainers&apos; document could be relicensed.  RMS evidently approved,
because the &lt;a href=&quot;https://savannah.gnu.org/forum/forum.php?forum_id=5166&quot;&gt;licence was changed&lt;/a&gt; in January.&lt;/p&gt;
&lt;p&gt;Then there was the small matter of updating the Debian package; I prepared
an update, but wasn&apos;t quite clear on whether I was preparing an NMU or a
normal upload, so stalled for a while.  Last month the package became
orphaned, so I quickly grabbed an ITA, and started working again.  KiBi was
very helpful with pointing out all the remaining cruft in the package, and he
generously sponsored the final result.  Then we just had to wait for it to
get through the NEW queue.&lt;/p&gt;
&lt;p&gt;Hopefully it will migrate to testing before the freeze.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">The things I do for Debian</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="debian"/><category term="f-spot"/><category term="powerpc"/>
<id>http://retout.co.uk/blog/2008/06/30/the_things_i_do_for_debian</id>
<updated>2008-06-29T23:00:00Z</updated>
<published>2008-06-29T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/30/the_things_i_do_for_debian" />
<content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Power_Macintosh_G3_(Blue_&amp;_White)&quot;&gt;Blue and White G3 PowerMac&lt;/a&gt; on eBay, collection only: £10.&lt;/li&gt;
&lt;li&gt;Train fares to and around London: £26.&lt;/li&gt;
&lt;li&gt;Fixing an &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=505822&quot;&gt;annoying PowerPC f-spot bug&lt;/a&gt;: priceless.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
It weighs 13kg, apparently, and my arms still ache. Thanks to Anton and Dan
for letting me stay at their place on Saturday night, and use their fast net
connection to download Debian packages.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Licence club</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="licence"/>
<id>http://retout.co.uk/blog/2008/06/27/license_club</id>
<updated>2008-06-26T23:00:00Z</updated>
<published>2008-06-26T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/27/license_club" />
<content type="html">&lt;ol&gt;
&lt;li&gt;The first rule of licence club is, you do not talk about licence club.&lt;/li&gt;
&lt;li&gt;The second rule of licence club is, you DO NOT talk about licence club.&lt;/li&gt;
&lt;li&gt;If a copyright holder says stop, gets confused, is bought out, the licence is over.&lt;/li&gt;
&lt;li&gt;Only two parties to a licence.&lt;/li&gt;
&lt;li&gt;One exclusive licence at a time.&lt;/li&gt;
&lt;li&gt;No CDDL, no Jörg Schilling.&lt;/li&gt;
&lt;li&gt;Licences will go on as long as the copyright is enforcable.&lt;/li&gt;
&lt;li&gt;If this is your first night at licence club, you have to hire a lawyer.&lt;/li&gt;
&lt;/ol&gt;
</content>
</entry>

<entry>
<title type="html">Recent fixes</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2008/06/21/recent_fixes</id>
<updated>2008-06-20T23:00:00Z</updated>
<published>2008-06-20T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/21/recent_fixes" />
<content type="html">&lt;p&gt;Some small victories:
&lt;ul&gt;
&lt;li&gt;
You can now &lt;a href=&quot;http://bugs.debian.org/475791&quot;&gt;install devscripts-el
without needing to install elserv&lt;/a&gt;, an http server written in emacs lisp
and Ruby.  (The devscripts-el package provides various useful emacs commands
to help with Debian packaging.)  This is good, because I don&apos;t need Ruby for
anything else.
&lt;/li&gt;
&lt;li&gt;
It is now possible to &lt;a href=&quot;http://bugs.debian.org/479171&quot;&gt;use irssi&apos;s
default theme on terminals with a white background&lt;/a&gt;, at least in Debian.
I found that in bright sunlight, black-on-white terminals were actually more
visible on my laptop screen - but when using IRC, I couldn&apos;t see who was
using /me any more.  Apparently upstream are yet to be convinced of the
wisdom of not hardcoding white into their themes.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Library</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="library"/>
<id>http://retout.co.uk/blog/2008/06/17/library</id>
<updated>2008-06-16T23:00:00Z</updated>
<published>2008-06-16T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/17/library" />
<content type="html">&lt;p&gt;This evening I visited &lt;a href=&quot;http://www.warwickshire.gov.uk/Web/corporate/pages.nsf/Links/F87FA2CA307673E780256A1B00510546&quot;&gt;Rugby Library&lt;/a&gt;.  Apparently I had not used my
Warwickshire library card for 991 days - that was from when I lived in
Leamington Spa.  It is probably quite a while longer since I last borrowed
books from Rugby.&lt;/p&gt;
&lt;p&gt;To be honest, I was quite fond of the old Victorian library building.
Unfortunately, that one closed in 1997 and was demolished.  And I suppose
the £5.5m new one looks nicer.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">It&apos;s all very technical, you know...</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="credativ"/>
<id>http://retout.co.uk/blog/2008/06/10/very_technical</id>
<updated>2008-06-09T23:00:00Z</updated>
<published>2008-06-09T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/10/very_technical" />
<content type="html">&lt;p&gt;
Increasingly I am asked how things are going
&lt;a href=&quot;http://www.credativ.co.uk/&quot;&gt;at work&lt;/a&gt;.  Unfortunately,
I struggle to give a meaningful answer in conversations with &quot;normal&quot;
people - I don&apos;t know how to begin to explain that this afternoon I
set up a pbuilder environment that lets me build Debian packages for
our customised etch-with-backports i386 distribution using my amd64
machine running Debian sid.  Or that this morning I ran into some
interesting problems with dpkg-shlibdeps and symbol versioning in
lenny when trying to downgrade some dependencies to &apos;Suggests&apos;.  &quot;Er,
yeah, it&apos;s going fine.&quot;
&lt;/p&gt;
&lt;p&gt;
One recent big project has been a real bonus in
this regard, because I can explain it even to the hairdresser - it&apos;s
&quot;like a mobile phone that you can put in your computer&quot;.  Fantastic.
&quot;And we do the software that runs it.&quot;  Everyone can understand that.
&quot;We make it talk to the internet.&quot;  No way!  You&apos;re so cool, Tim, tell
me more.
&lt;/p&gt;
&lt;p&gt;
What else do I do?  &quot;Well, sometimes I filter people&apos;s email and
web traffic for spam and viruses.  And sometimes I make databases run
faster.  And sometimes we set up systems that monitor other systems.&quot;
But phone calls are the best.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Free software, fix it</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="opinion"/><category term="free software"/>
<id>http://retout.co.uk/blog/2008/06/04/free_software_fix_it</id>
<updated>2008-06-03T23:00:00Z</updated>
<published>2008-06-03T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/04/free_software_fix_it" />
<content type="html">&lt;p&gt;Another potential response to online complaints about free software is
&quot;FSFI&quot;, meaning &quot;It&apos;s free software, fix it&quot;.  This is the next level up
from asking someone to link to their bug report - it places the sole
responsibility for fixing the bug onto the shoulders of those who
complain.  Sometimes this can be reasonable - but expecting every user
to be able to fix every problem themselves is not.&lt;/p&gt;
&lt;p&gt;There was a link today on &lt;a href=&quot;http://lwn.net/&quot;&gt;LWN&lt;/a&gt; to
&lt;a href=&quot;http://www.law.com/jsp/legaltechnology/pubArticleLT.jsp?id=1202421869652&quot;&gt;an article&lt;/a&gt; claiming that it is
strictly the software which is free, not the users - the users must
abide by the restrictions of the licence, so cannot distribute
proprietary derivatives, for instance.  I would have claimed exactly
the opposite; software does not have a will that can be frustrated.
It is the users of proprietary software who are not free to study, to
improve, to share.  The term &quot;free software&quot; misleads in this respect;
the ethics are all about what the users can or cannot do.  On the
other hand, we might reasonably talk about a &quot;free society&quot;, and would
understand that its citizens were free as well.&lt;/p&gt;
&lt;p&gt;The &quot;copyleft&quot; terms in some licences are therefore a matter of
some debate - they limit what the user can legally do with the
software.  In this ethical framework, the right of one user to
restrict the ability of other users to use, modify and share software
is comparable to their right to shout &quot;Fire!&quot; in a crowded theatre.
This philosophical question goes back to Mill&apos;s &lt;em&gt;On Liberty&lt;/em&gt;
and probably before - according to the &lt;a href=&quot;http://en.wikipedia.org/wiki/Harm_principle&quot;&gt;&quot;harm principle&quot;&lt;/a&gt;, the only
justifiable use of the law is in preventing someone from causing harm to
others.  We do not generally think of societies which outlaw murder,
say, to be less free.&lt;/p&gt;
&lt;p&gt;Often people think of &lt;a href=&quot;http://www.gnu.org/copyleft/lgpl.html&quot;&gt;the
LGPL&lt;/a&gt; as not being a &quot;copyleft&quot; licence,
but this is not the case.  In all cases the distributor has to
provide the source to their modified or unmodified version of the
software.  There are in fact restrictions on the licences that you can
link against - the end user must be free to make local modifications,
and have the right to debug those modifications.  It would be best
described as a &quot;weak copyleft&quot; - a combined work can be
distributed under different terms, but the rights of the user with
respect to the LGPL-licensed work are protected.&lt;/p&gt;
&lt;p&gt;With both societies and software, you are free to fix your own
problems.  Sometimes this is more of a burden than a blessing - but
usually you do not have to do it alone.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Link to your bug report</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="opinion"/><category term="free software"/>
<id>http://retout.co.uk/blog/2008/06/03/link_to_your_bug_report</id>
<updated>2008-06-02T23:00:00Z</updated>
<published>2008-06-02T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/03/link_to_your_bug_report" />
<content type="html">&lt;p&gt;With the rise of the blogosphere, a greater number of people are
now free to post their thoughts to the world - and because of the
nature of the medium, there are a fair number of people writing about
their experiences with computer software.  Most software is not
perfect, so some proportion of those experiences will be negative.&lt;/p&gt;
&lt;p&gt;In the special case of free software, all end users have the
freedom to study and modify the source code.  (It is easy to forget,
having used GNU/Linux for a few years, that the licences of most
proprietary software do not even give you the right to run the
software in a debugger.)  This does not imply, however, that the end
user is necessarily capable of debugging any problems they run into
themselves (although they do have the freedom to pay someone else to
do so).  In general, users will rely on the original developers of the
software to fix any problems - and a good way to get the developers&apos;
attention is to file a report in the project&apos;s bug tracking system
when there is one.  It is unlikely that the developers will learn
about problems through any other means.&lt;/p&gt;
&lt;p&gt;The constructiveness of complaints about free
software can therefore be judged by whether the user has filed a
helpful bug report.  Doing so demonstrates a willingness to improve
the software, which benefits everyone.  It is the first step in moving
from &apos;consumer&apos; of the software to &apos;contributor&apos;, and potentially from
there to &apos;creator&apos;.  But what if people aren&apos;t interested in making
that journey?&lt;/p&gt;
&lt;p&gt;A recent trend is to reply to rants with a
comment to the effect of, &quot;Could you please link to your bug report?&quot;
Writing is no less a creative act than software development - the
question is asking the author to shift their creative energy away from
their blog and towards the software.  What should the response be if
the author has no interest in helping to develop the software?  It is
often easier for the user simply to switch to a different program, or work
around the bug.  They might develop a competing program that is
entirely superior to the original, or use their time some other way.
Should we expect every user to give back?&lt;/p&gt;
&lt;p&gt;If people have the freedom to help their neighbour, they must
surely also have the freedom not to help.  Comments like the above
can certainly steer complaints into constructive feedback, or highlight
trolling.  I&apos;m not sure, however, that we should expect them to build a
community of unwilling participants.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">aMSN sound with PulseAudio</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="amsn"/>
<id>http://retout.co.uk/blog/2008/06/01/amsn_sound_with_pulseaudio</id>
<updated>2008-05-31T23:00:00Z</updated>
<published>2008-05-31T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/06/01/amsn_sound_with_pulseaudio" />
<content type="html">&lt;p&gt;Following &lt;a href=&quot;/blog/2008/05/31/pidgin_open_mail_bug&quot;&gt;my awesome coding on Pidgin yesterday&lt;/a&gt;, my brother has switched to aMSN.&lt;/p&gt;
&lt;p&gt;I had let slip at some point that his laptop&apos;s webcam would probably work with aMSN. The drivers themselves are included with the Ubuntu kernels, so that has never been a problem; however, because of some abstraction problems with Pidgin, there is still no webcam support with the MSN protocol. It almost worked with aMSN out of the box, but I had to open a port in the firewall to let people connect to him. (This is probably going to stop working when he&apos;s not in Derby, then.) Next, aMSN appears to only have OSS sound support, so I had to modify the Ubuntu menu entries to use the PulseAudio &apos;padsp&apos; wrapper. This lets you record and play sounds, but the aMSN developers have not implemented continuous voice streaming yet, I think.&lt;/p&gt;
&lt;p&gt;For the record, I don&apos;t like aMSN&apos;s UI either.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Pidgin &apos;Open Mail&apos; bug</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="pidgin"/>
<id>http://retout.co.uk/blog/2008/05/31/pidgin_open_mail_bug</id>
<updated>2008-05-30T23:00:00Z</updated>
<published>2008-05-30T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/05/31/pidgin_open_mail_bug" />
<content type="html">&lt;p&gt;At the request of my brother, looked at Pidgin&apos;s mail notification dialog this evening. The Ubuntu package takes ages to build, unfortunately. The reported bug was that the &apos;Open Mail&apos; button didn&apos;t work - looking at it, it&apos;s possible to select the mail you want to open on some services now, but &lt;a href=&quot;http://developer.pidgin.im/ticket/5789&quot; title=&quot;Pidgin bug #5789&quot;&gt;by default nothing is selected&lt;/a&gt;. There&apos;s some code to desensitize the button in that case, but the initial state isn&apos;t set. My preferred patch would be to use GTK_SELECTION_BROWSE and some code to ensure that an email is always selected... I hacked together something that works for MSN, at least. It&apos;s short enough that it might not have too many serious bugs.&lt;/p&gt;
&lt;p&gt;I&apos;m still not a big fan of Pidgin&apos;s UI design choices, I suppose. Perhaps one day IM will be built into the desktop and I won&apos;t have to worry.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">IDE</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="emacs"/>
<id>http://retout.co.uk/blog/2008/05/17/ide</id>
<updated>2008-05-16T23:00:00Z</updated>
<published>2008-05-16T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/05/17/ide" />
<content type="html">&lt;p&gt;Who needs eclipse?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/2008/emacs/emacs-ide.png&quot;&gt;&lt;img src=&quot;/2008/emacs/emacs-ide-small.png&quot; alt=&quot;Emacs&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Bank Holiday and stuff</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="angel"/><category term="rant"/>
<id>http://retout.co.uk/blog/2008/05/06/bank_holiday_and_stuff</id>
<updated>2008-05-05T23:00:00Z</updated>
<published>2008-05-05T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/05/06/bank_holiday_and_stuff" />
<content type="html">&lt;p&gt;
The bank holiday formed a welcome break after a hard week at work writing
and fixing a Linux kernel module. On Friday afternoon version 0.4.3.1-1 of
f-spot was uploaded to Debian, and then yesterday a new version of
postgresql-autodoc.  We&apos;ve found &lt;a href=&quot;http://bugs.debian.org/479349&quot;&gt;a
release-critical bug in f-spot&lt;/a&gt; already, of course.
&lt;/p&gt;
&lt;p&gt;
Most of the rest of my time was spent hacking on Angel, a project which we
haven&apos;t formally announced yet. :)  It still needs some refactoring before a
public release is possible - there are a few bugs left to fix. Still, I&apos;m
hoping that we&apos;ll get there fairly soon.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&amp;lt;rant&amp;gt;&lt;/strong&gt;&lt;br /&gt;
The fire alarms have regularly been going off at 2am in this house - when I
came home today they had been disabled by the landlord. I&apos;ve also had a sore
throat, and at work Chris and Gabi have had another child, so I&apos;m on my own
for two weeks. I&apos;m also forced to remember my German all day... and most of
the code I write is woefully inelegant. And it&apos;s too sunny. Why can&apos;t it rain
like last weekend?&lt;br /&gt;
&lt;strong&gt;&amp;lt/rant&amp;gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Still, apart from that, life&apos;s good.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GNOME Bugzilla edit rights</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="gnome"/>
<id>http://retout.co.uk/blog/2008/04/22/gnome_bugzilla_edit_rights</id>
<updated>2008-04-21T23:00:00Z</updated>
<published>2008-04-21T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/22/gnome_bugzilla_edit_rights" />
<content type="html">&lt;p&gt;Last night, I was granted permission to edit/close bugs on
&lt;a href=&quot;http://bugzilla.gnome.org/&quot;&gt;GNOME&apos;s bugzilla.&lt;/a&gt; Because of the
logarithmic way in which the
&lt;a href=&quot;http://bugzilla.gnome.org/page.cgi?id=points.html&quot;&gt;points system&lt;/a&gt;
works, I now have three more bugzilla points than I did this morning. :)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GPG trustdb batch updates</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="gpg"/><category term="email"/><category term="desktop"/>
<id>http://retout.co.uk/blog/2008/04/09/gpg_trustdb_batch_updates</id>
<updated>2008-04-08T23:00:00Z</updated>
<published>2008-04-08T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/09/gpg_trustdb_batch_updates" />
<content type="html">&lt;p&gt;A while ago, I &lt;a href=&quot;/blog/2007/12/17/desktop_annoyances_network_lag&quot;&gt;mused on how network latency affects my email usage&lt;/a&gt; - one other cause of slowness in my mail client has been GPG key verification.  Occasionally, when Evolution wants to check a signature, gpg takes 30 seconds or more to run, and the text of the message is not displayed until the end.&lt;/p&gt;
&lt;p&gt;The reason gpg runs so slowly is that it sometimes checks its trust database to make sure it&apos;s up to date.  However, it does not make sense to run this at the time you are trying to verify an email - it will just slow you down. Fortunately, this is very easy to fix - add &apos;no-auto-check-trustdb&apos; to gnupg.conf, and set up a nightly cronjob to run &apos;gpg --batch --check-trustdb&apos;.  Ensure that you have &apos;anacron&apos; installed if your system is not always on.&lt;/p&gt;
&lt;p&gt;I have been trying a few methods for solving the network lag problems with email, but haven&apos;t reached a conclusion just yet.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Linux Hardware Support</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="linux"/><category term="via"/>
<id>http://retout.co.uk/blog/2008/04/08/linux_hardware_support</id>
<updated>2008-04-07T23:00:00Z</updated>
<published>2008-04-07T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/08/linux_hardware_support" />
<content type="html">&lt;p&gt;Just over a year ago, Greg Kroah-Hartman announced the &lt;a href=&quot;http://www.linuxdriverproject.org/&quot;&gt;Linux Driver Project&lt;/a&gt; -
companies could get Linux drivers written for their hardware free of charge,
if they provided specifications (possibly under NDA).  There is now an &lt;a href=&quot;http://driverdev.linuxdriverproject.org/pipermail/devel/2008-April/000370.html&quot;&gt;April 2008 Status Report&lt;/a&gt; for the project - they are short of companies
and hardware to write drivers for.  This is probably because Linux hardware
support is excellent in all but a few specific areas - there is some
interesting discussion of the efforts being made to support wireless devices
and graphics cards later on in the thread.  (If you&apos;re looking to get involved
with Linux kernel development, &lt;a href=&quot;http://driverdev.linuxdriverproject.org/pipermail/devel/2008-April/000377.html&quot;&gt;cleaning up greg&apos;s LDP git tree&lt;/a&gt;
would be a good place to start.)&lt;/p&gt;
&lt;p&gt;Speaking of graphics drivers, &lt;a href=&quot;http://www.via.com.tw/en/resources/pressroom/pressrelease.jsp?press_release_no=2088&quot;&gt;VIA appears to be following
Intel and ATI&lt;/a&gt; in releasing the necessary documentation to write good
drivers for its chipsets.  Suddenly the future is looking quite bright for
Linux hardware support - almost all hardware will already work out of the box,
and things are only improving over the next couple of years.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Demise of Windows XP</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="windows"/>
<id>http://retout.co.uk/blog/2008/04/06/demise_of_windows_xp</id>
<updated>2008-04-05T23:00:00Z</updated>
<published>2008-04-05T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/06/demise_of_windows_xp" />
<content type="html">&lt;p&gt;June 30 - &quot;That&apos;s the last day when large computer makers — the Dells, HPs and Lenovos of the world — will be allowed to preinstall Windows XP on new PCs.&quot; -- &lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9075062&quot;&gt;Computerworld story&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What caught my eye about this was the fact that OEM manufacturers actually
won&apos;t be &lt;em&gt;allowed&lt;/em&gt; to continue installing XP.  This seems quite odd to
someone used to distributions of GNU/Linux - sure, security support from the
distribution might end, and you might well be hard-pushed to find someone to
support your seven year-old software, but if your customers want the older,
faster version of the operating system, you will always be allowed to sell
it.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Debian BSP</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="bsp"/>
<id>http://retout.co.uk/blog/2008/04/06/debian_bsp</id>
<updated>2008-04-05T23:00:00Z</updated>
<published>2008-04-05T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/06/debian_bsp" />
<content type="html">&lt;p&gt;I spent my weekend in Cambridge at the Debian bug squashing party.  It was
good seeing people again.  I even squashed a bug, but then spent Saturday
forwarding non-RC bugs upstream, and kernel hacking today. :)&lt;/p&gt;
&lt;p&gt;Walked back to Cambridge station - about 40 minutes, along the river for
part of the way, and it was a nice evening.  Living where I do, I don&apos;t walk
as much as I used to... perhaps I should do more at weekends.&lt;/p&gt;
&lt;p&gt;It didn&apos;t snow very much in Cambridge. Back in Rugby there was an inch or
so on the cars, and it was threatening to start again as I walked home.
Hopefully it will all have cleared by tomorrow.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">I&apos;ll be at DebConf8</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="debian"/><category term="debconf"/><category term="debconf8"/>
<id>http://retout.co.uk/blog/2008/04/03/i-will-be-at-debconf8</id>
<updated>2008-04-02T23:00:00Z</updated>
<published>2008-04-02T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/03/i-will-be-at-debconf8" />
<content type="html">&lt;p&gt;
&lt;a href=&quot;http://chris-lamb.co.uk/&quot;&gt;Lamby&lt;/a&gt; reckoned I wouldn&apos;t be able to
resist using the DebConf8 blog sticker thing. And he was right.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://debconf8.debconf.org&quot;&gt;
&lt;img src=&quot;http://media.debconf.org/dc8/images/debconf8-going-to.png&quot;
     alt=&quot;I&apos;m going to DebConf8, edition 2008 of the annual Debian 
     developers meeting&quot; /&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;My horrendously expensive plane tickets arrived last week.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">PostgreSQL UK 2008</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="postgresql"/><category term="credativ"/><category term="conference"/>
<id>http://retout.co.uk/blog/2008/04/03/postgresql-uk-2008</id>
<updated>2008-04-02T23:00:00Z</updated>
<published>2008-04-02T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/04/03/postgresql-uk-2008" />
<content type="html">&lt;p&gt;
Yesterday, I was at the
&lt;a href=&quot;http://spring2008.ukuug.org/postgres.html&quot;&gt;first ever PostgreSQL
UK conference&lt;/a&gt;, in
Birmingham.  The venue was familiar from various events last year, such
as GUADEC and PyCon UK - the Conservatoire is becoming quite
established as a relatively cheap, central UK venue for technical events.
&lt;/p&gt;
&lt;p&gt;
I gave a talk about monitoring PostgreSQL databases on behalf of
&lt;a href=&quot;http://www.credativ.co.uk/&quot;&gt;credativ&lt;a&gt;.
(&lt;a href=&quot;http://wiki.postgresql.org/wiki/PG_UK_2008&quot;&gt;Slides for all
the talks&lt;/a&gt; are available on the PostgreSQL wiki.)  I got a
reasonable level of comments and feedback afterwards, and perhaps those
will help with the development of some better monitoring solutions.
The act of preparing the talk also let me discover a few different
monitoring tools that look useful - perhaps I&apos;ll get the chance to
look at them at some point.
&lt;/p&gt;
&lt;p&gt;
As for the conference itself, there were some interesting talks
about PostGIS, full text searching, and analysis of EXPLAIN output.  I
think it was worth attending just for those; but we also got to meet a
bit more of the PostgreSQL developer community in the UK.  We also got
in on the beginnings of the new UK user group - hopefully they will be
organising more meetings over the coming months.
&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Shell startup times, part 2</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="shell"/><category term="bash"/><category term="zsh"/>
<id>http://retout.co.uk/blog/2008/03/24/shell_startup_times_part_2</id>
<updated>2008-03-24T00:00:00Z</updated>
<published>2008-03-24T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/24/shell_startup_times_part_2" />
<content type="html">&lt;p&gt;Following up on &lt;a href=&quot;/blog/2008/03/22/shell_startup_times&quot;&gt;Saturday&apos;s post&lt;/a&gt; and &lt;a href=&quot;/blog/2007/12/19/desktop_annoyances_getting_a_prompt&quot;&gt;various&lt;/a&gt; &lt;a href=&quot;/blog/2008/03/22/encryption_and_disk_access&quot;&gt;other&lt;/a&gt; &lt;a href=&quot;/blog/tags/bash&quot;&gt;blog entries about bash&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While arguing with Anton about bash being slow, I discovered that /etc/bash_completion was sourced twice when starting a shell on my laptop; once in /etc/bash.bashrc, and once in ~/.bashrc. This is &lt;a href=&quot;http://bugs.debian.org/430501&quot;&gt;Debian bug #430501&lt;/a&gt; - the suggestion there is that /etc/skel/.bashrc should change to check whether /etc/bash_completion had already been included. So, that saves 0.27 seconds.&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
tim@regulus:~$ time bash -i -c exit
exit

real	0m0.270s
user	0m0.240s
sys	0m0.032s
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is still ages when compared to zsh. A solution is proposed in &lt;a href=&quot;http://bugs.debian.org/467231&quot;&gt;Debian bug #467231&lt;/a&gt; - the functions could be loaded dynamically when they are first used, instead of all at once. I may try this next.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;One sandwich and cup of tea later:&lt;/strong&gt; it works, and bash now beats zsh&apos;s time.&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
tim@regulus:~$ time bash -i -c exit
exit

real	0m0.047s
user	0m0.036s
sys	0m0.004s
&lt;/pre&gt;&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Shell startup times</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="bash"/><category term="zsh"/><category term="shell"/>
<id>http://retout.co.uk/blog/2008/03/22/shell_startup_times</id>
<updated>2008-03-22T00:00:00Z</updated>
<published>2008-03-22T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/22/shell_startup_times" />
<content type="html">&lt;p&gt;So, a benchmark.&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
tim@regulus:~$ time zsh -i -c exit

real    0m0.064s
user    0m0.048s
sys     0m0.008s
&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;pre&gt;
tim@regulus:~$ time bash -i -c exit
exit

real    0m0.540s
user    0m0.436s
sys     0m0.100s
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Both shells had their respective completion systems enabled. (Without them turned on, bash actually beats zsh... but the times are small enough that it doesn&apos;t matter.) These times are with a warm disk cache - the first time through both shells were slower. And the numbers stay roughly the same when repeating.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Encryption and disk access</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="desktop"/><category term="bash"/>
<id>http://retout.co.uk/blog/2008/03/22/encryption_and_disk_access</id>
<updated>2008-03-22T00:00:00Z</updated>
<published>2008-03-22T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/22/encryption_and_disk_access" />
<content type="html">&lt;p&gt;Beginning last night, I reinstalled my laptop. Normally, if it were just to clean up some packages, I wouldn&apos;t do this - the aim was more to try out removing the disk encryption that I was using, and the effect has been quite dramatic.&lt;/p&gt;
&lt;p&gt;I worked out a while ago that the device-mapper encryption was slowing down disk access - with it gone, boot times are much shorter (and I don&apos;t have to type in a LUKS passphrase). GNOME loads a lot faster. &lt;span style=&quot;text-decoration: line-through&quot;&gt;Additionally, &lt;a href=&quot;/blog/2007/12/19/desktop_annoyances_getting_a_prompt&quot;&gt;bash starts a lot quicker&lt;/a&gt; than it did. I suspect loading the bash completion routines takes quite a bit of disk access.&lt;/span&gt; &lt;strong&gt;Update:&lt;/strong&gt; No, I just didn&apos;t have the bash-completion package installed. Bash is still slow. GNOME is still faster, though... for now.&lt;/p&gt;
&lt;p&gt;So, I will probably keep my new install. I need to investigate encrypting a USB device and integrating that nicely with GNOME and gpg.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">F-Spot 0.4.2-1 done</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="f-spot"/><category term="debian"/>
<id>http://retout.co.uk/blog/2008/03/21/f-spot_0.4.2-1_done</id>
<updated>2008-03-21T00:00:00Z</updated>
<published>2008-03-21T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/21/f-spot_0.4.2-1_done" />
<content type="html">&lt;p&gt;Yesterday evening, I finally found the patch for a bug in mono-addins that had been affecting f-spot extensions for a while - rebuilding the f-spot Debian package with no changes and reinstalling would cause the built-in extensions to disappear. In the end, the patch was just two lines long, and had been applied in mono-addins SVN (and in the copy of mono-addins that f-spot bundles). One less RC bug for lenny.&lt;/p&gt;
&lt;p&gt;With this out of the way, we uploaded f-spot 0.4.2-1 to unstable. This fixed another RC bug (two merged ones) and a handful of other problems. It&apos;s taken a few weeks since the upstream 0.4.2 release to get this pushed out, mainly because I knew upstream were expecting all the extensions bugs to be fixed in this release. Still, we got there in the end; there are still far too many known bugs in f-spot, but I think we will get a fair chunk sorted out before the release. In a couple of weeks, f-spot 0.4.3 should be upon us, and we have to decide whether it&apos;s stable enough to be uploaded to unstable. I need to forward some bugs and patches upstream before then. There&apos;s a known crash to fix in the next upload (but not too serious, relatively speaking) - but I rather want to let 0.4.2-1 migrate to testing, so perhaps we shall leave f-spot alone for a while.&lt;/p&gt;
&lt;p&gt;So, over Easter, I have some time for some other projects.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Looking towards lenny</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/03/09/looking_towards_lenny</id>
<updated>2008-03-09T00:00:00Z</updated>
<published>2008-03-09T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/09/looking_towards_lenny" />
<content type="html">&lt;p&gt;This weekend, I visited Derby, and updated the f-spot packaging in the
Debian pkg-cli-apps repository. It&apos;s now at version 0.4.2, but this hasn&apos;t
fixed the complicated extensions problems - they are Mono.Addins bugs, so
we&apos;ll need to update libmono-addins0.2-cil to the version the f-spot
devs claim fixes everything.&lt;/p&gt;
&lt;p&gt;Apart from that, I&apos;ve been looking at my list of potential pet
projects, and thinking about which of them I want to prioritize over the
next year or so. I reckon I can organize them around the forthcoming
Debian release - aiming to fix as many bugs as possible in time for lenny
helps with rating the relative priority of things. It&apos;s probably not a
coincidence that the more important bits of development I want to get done
happen to tie in to Debian release goals. So I suppose now is not the time
to start &lt;em&gt;too&lt;/em&gt; many new projects. :)&lt;/p&gt;
&lt;p&gt;The lenny release will also be a good time to step back and work out
where I want to take things next. I volunteered to help with f-spot
packaging because it was languishing with an obsolete version in Debian,
and a slew of open bugs. It still has too many open bugs, but hopefully
many can be be fixed before lenny. Still, after that, I suspect life is
too short to be worrying about bundled Mono libraries.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Post-FOSDEM thoughts</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/03/08/post-fosdem_thoughts</id>
<updated>2008-03-08T00:00:00Z</updated>
<published>2008-03-08T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/03/08/post-fosdem_thoughts" />
<content type="html">&lt;p&gt;FOSDEM was interesting, this year - I knew a lot more people than last time. Going to talks was a pain, because everywhere was so crowded; but the best bits are outside the talks, anyway.&lt;/p&gt;
&lt;p&gt;I eventually managed to sign my keys from the keysigning, and even caught up with some left over from last year. The next day I fell horribly ill - I was recovering for the whole of last weekend.&lt;/p&gt;
&lt;p&gt;I thought about Mono a bit. Miguel wasn&apos;t there this year, because last year he gave a talk or two about proprietary software that wouldn&apos;t even run on GNU/Linux. During a conversation, someone pointed out that Mono is designed to be binary-compatible with .NET executables compiled for Windows, and so its main aim is simply to run non-free software. Now, of course, there are some reasonable free apps written in C#; and there is an argument that GNOME needs rapid-development tools like Mono. But with the fun I&apos;ve been having lately with f-spot, I&apos;m not so sure that their community has the right idea about reuse of code and so on - they just keep bundling (and sometimes modifying) the source to libraries in their tarballs. Only this evening, I&apos;ve found that f-spot have modified their copy of the FlickrNet library - it&apos;s not even grabbing a more recent upstream version, it&apos;s just their own code. Sure, rapid development - but at what cost?&lt;/p&gt;
&lt;p&gt;So I&apos;m not feeling keen on Mono at the moment. The trouble is, I don&apos;t really want to be associated with the trolls at boycottnovell, etc. I don&apos;t buy the conspiracy theories about submarine patents and so on - if you use Gtk# rather than the Windows.Forms implementation then it should all be fairly safe. Perhaps people troll because it&apos;s easier than coding?&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Where did last year go?</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="fosdem"/>
<id>http://retout.co.uk/blog/2008/02/22/where_did_last_year_go</id>
<updated>2008-02-22T00:00:00Z</updated>
<published>2008-02-22T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/02/22/where_did_last_year_go" />
<content type="html">&lt;p&gt;Counting off years at an arbitrary date on a calendar seems a bit meaningless - to many people I suppose it makes sense, because everyone gets together at New Year&apos;s Eve, and there&apos;s a big party to remember things by. With me it&apos;s different; for the last few New Years, things have been quiet. The big events in my life are not the times when I take a few days to relax, as pleasant as they are. Thinking about it, the biggest social events these days are software conferences. Sad, but true. I find myself reflecting on the year just gone.&lt;/p&gt;
&lt;p&gt;So much has changed since last February. Looking back at last year&apos;s &lt;a href=&quot;http://www.fosdem.org/&quot;&gt;FOSDEM&lt;/a&gt;, I spent most of it in the &lt;a href=&quot;http://www.gnome.org/&quot;&gt;GNOME&lt;/a&gt; devroom, as I recall. I met lots of people - I failed to meet any of the &lt;a href=&quot;http://www.gnu.org/software/hurd/&quot;&gt;Hurd&lt;/a&gt; people properly, but made some GNOME UK friends that showed up later in the year at &lt;a href=&quot;http://www.guadec.org/&quot;&gt;GUADEC&lt;/a&gt;. I also met Alasdair Kergon again (whom we had bumped into at the LinuxWorld Expo a few months previously), which led eventually to my being able to attend the &lt;a href=&quot;http://www.linuxconf.eu/&quot;&gt;LinuxConf.eu&lt;/a&gt; conference last September.&lt;/p&gt;
&lt;p&gt;Even on the Eurostar we made contacts - Josette Garcia from &lt;a href=&quot;http://www.oreilly.com/&quot;&gt;O&apos;Reilly&lt;/a&gt; was someone I subsequently encountered at almost every conference, and now she sends us free books. :)&lt;/p&gt;
&lt;p&gt;Notably, I failed to really speak to any of the &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt; crowd last year in Brussels, but made up for it at the Etch release party in May, and at DebConf7 in June. Those contacts led inadvertently to my current job, and since then I have picked up maintenance of a few Debian packages. In turn, one of those led to upstream maintenance of a GNU package. I&apos;m not sure I would have predicted that a year ago - I was hoping to break into GNOME, iirc.&lt;/p&gt;
&lt;p&gt;With the time off that I have this weekend, I want to give some thought to the direction that I want to take this year. I suspect I want to put more effort into Debian. Looking forward, it appears I&apos;m also spending more time with PostgreSQL. Ideally, I want to help some of the more interesting GNU packages as well - helping &lt;a href=&quot;http://www.gnu.org/software/gnash/&quot;&gt;gnash&lt;/a&gt; would be great, but there are some more obscure tasks that I&apos;ve been thinking about. (Some things don&apos;t change.)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">New Jabber Address</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="jabber"/><category term="xmpp"/>
<id>http://retout.co.uk/blog/2008/02/10/new_jabber_address</id>
<updated>2008-02-10T00:00:00Z</updated>
<published>2008-02-10T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/02/10/new_jabber_address" />
<content type="html">&lt;p&gt;It has been quite a while since I switched to using only Jabber
(a.k.a. XMPP) for all my instant messaging.  We use Jabber a lot at
work, as well, and there are plans to set up an internal Jabber server
eventually. (At the moment, everyone uses their personal Jabber IDs,
which isn&apos;t ideal.)&lt;/p&gt;
&lt;p&gt;I&apos;ve been having problems with jabber.org.uk lately - they seem
unreliable at times, although they&apos;re going through a complicated
migration to ejabberd which should eventually fix things.  In the
meantime, because I rely on it so heavily, I need it to work
&lt;em&gt;now&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Also, I wanted a cooler Jabber ID, so I set up my own
server. Hopefully, using ejabberd and being on a server with just one
user will make things more stable.&lt;/p&gt;
&lt;p&gt;So, as of now, you can add &lt;a href=&quot;xmpp:tim@retout.co.uk&quot;&gt;tim@retout.co.uk&lt;/a&gt; to your contacts, the
same as my email address. The old accounts will be going offline as
soon as I&apos;ve migrated everyone away.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">More Crazy Ideas</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2008/02/07/more_crazy_ideas</id>
<updated>2008-02-07T00:00:00Z</updated>
<published>2008-02-07T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/02/07/more_crazy_ideas" />
<content type="html">&lt;p&gt;Lately I&apos;ve been having crazy ideas.  Even more than usual, perhaps.  I
think the trick is to try and break the wildly unrealistic goals down into
bite-size chunks that could actually work.  Like, for instance, getting the
project you want to hack on mirrored into your favourite repository format.&lt;/p&gt;
&lt;p&gt;In other news, I&apos;ve finally got around to learning how to set up public git
mirrors of cvs and svn repositories - there are plenty of tutorials about
creating private repositories, but very few which deal with public ones in
detail.&lt;/p&gt;
&lt;p&gt;For instance, one nice trick is that once you have run git-svn to update
the remote refs in your bare repository, you then want to turn these remote
refs into local branches and tags.  So, you can &apos;git fetch&apos; from the same
repository into itself, and at the same time convert svn branches into tags:
&lt;pre&gt;
git config remote.origin.url .
git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/*
git config --add remote.origin.fetch +refs/remotes/*:refs/heads/*
git fetch
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;(Stolen shamelessly from &lt;a href=&quot;http://blogs.frugalware.org/vmiklos/2007/12/09/svn_ggit_conversion_using_git_svn&quot;&gt;the blog post where I found it&lt;/a&gt;.)
 A similar method will work for the CVS tags that git-cvsimport produces -
although I don&apos;t see an easy way to split tags out from branches, unless there
are specific naming schemes previously in use.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">I&apos;m busy, honest.</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2008/02/02/busy_honest</id>
<updated>2008-02-02T00:00:00Z</updated>
<published>2008-02-02T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/02/02/busy_honest" />
<content type="html">&lt;p&gt;I haven&apos;t been writing so much recently - only one blog post for
January, and I didn&apos;t even find the time to finish all the things I
did in December. This is because I&apos;m busy. Honest.  So, before it gets
too far into February, I&apos;d better summarize things a little.&lt;/p&gt;

&lt;p&gt;Projects I worked on recently:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;f-spot&lt;/strong&gt; - Near the end of December, I
joined the Debian Mono packaging team, and helped clear up a few bugs
in the photo management application I use.  However, it turns out that
f-spot could really use more help upstream - the number of forwarded
Debian bugs is quite high, and there are some pretty nasty bugs
outstanding.  In fact, the upload we made has been synced to Ubuntu
Hardy, so a bunch of users are going to run into horrible problems
unless we fix them before the release.  Oh dear.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;enscript&lt;/strong&gt; - I finally started to write some code
for GNU Enscript.  Recently I fixed the build system so that it didn&apos;t
fail `make distcheck&apos;, for the first time in over a decade.  Win.  I&apos;m
trying to work towards a maintenance release, rather like the new
maintainer of a2ps has done.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;gnu-standards&lt;/strong&gt; - the GNU maintainers&apos; information
document was under a license that didn&apos;t allow modifications, so it
had to be packaged in Debian&apos;s non-free section.  I asked about it,
and it got relicensed.  So now I&apos;m trying to get the Debian package
updated and moved back into `main&apos;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;postgresql-autodoc&lt;/strong&gt; - this was a random package I
picked up, adopted, and got uploaded sometime in December.  I haven&apos;t
heard any complaints yet, but then my fixes were mostly for
typos.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Projects on whose sidelines I sat, while watching aspiringly:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;gnash&lt;/strong&gt; - I tried it.  It more or less works for
YouTube videos, and the next release (due in a few days) should be
even better.  I want to spend more time supporting gnash this
year.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;gnu pdf&lt;/strong&gt; - a new high-priority project to produce
a PDF library better than libpoppler.  I joined the mailing list, and
provided some input.  Eventually I want to see PDF output support in
Enscript or its successor.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Things that resemble a social life:
&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;Wise Guys&lt;/strong&gt; had a concert in London in
January.  (They&apos;re a German a cappella group who are quite funny.  It
helps if you speak German.)  So that was fun.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;Rugby LUG&lt;/strong&gt; had its second meeting, with ten
people attending.  I asked O&apos;Reilly for some books to review, and the
LUG now has four... but I&apos;m wondering whether Josette really meant to
send us a second welcome pack.  No matter, I&apos;ll deal with it next
week.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Oh, and work is going well - credativ Ltd. now has a coffee
machine.  Oh, and a new office.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Stale config files and upgrades</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="desktop"/>
<id>http://retout.co.uk/blog/2008/01/02/stale_config_files_and_upgrades</id>
<updated>2008-01-02T00:00:00Z</updated>
<published>2008-01-02T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2008/01/02/stale_config_files_and_upgrades" />
<content type="html">&lt;p&gt;I&apos;ve had two cases recently where an old configuration file has been causing problems, and there&apos;s no clean upgrade strategy.&lt;/p&gt;
&lt;p&gt;My wireless card was made by Broadcom, and I use the newer b43 driver in Linux. However, the new mac80211 drivers introduce a second network interface (used internally by mac80211) but with the same MAC address as the normal interface. And because it gets created first, udev puts this master interface into the place where the real interface is meant to be, and the real one gets called &apos;wlan0_rename&apos;.
&lt;p&gt;&lt;a href=&quot;http://lists.berlios.de/pipermail/bcm43xx-dev/2007-April/004539.html&quot;&gt;The fix&lt;/a&gt; was to look at /etc/udev/rules.d/z25_persistent-net.rules on Debian, and either add &apos;ATTRS{type}=&quot;1&quot;&apos; to the appropriate line, or delete the file, and let it get created on the next boot.&lt;/p&gt;
&lt;p&gt;Another time this has happened was with X.org. Jonny Lamb pointed out that removing the &apos;VertSync&apos; line from xorg.conf fixed (or at least hid) &lt;a href=&quot;http://retout.co.uk/blog/2007/12/31/fitts_law_bugs&quot;&gt;my recent ati driver troubles&lt;/a&gt;. On running dpkg-reconfigure xserver-xorg, the new XRandR support lets Debian create a much smaller config file than it used to, which is cool. However, people upgrading don&apos;t get to take advantage of it.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Fitts&apos; law bugs</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="desktop"/>
<id>http://retout.co.uk/blog/2007/12/31/fitts_law_bugs</id>
<updated>2007-12-31T00:00:00Z</updated>
<published>2007-12-31T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/31/fitts_law_bugs" />
<content type="html">&lt;p&gt;Firstly, a rant: as of December 2007, a self-righteous idiot named &lt;a href=&quot;http://en.wikipedia.org/wiki/User:Thumperward&quot;&gt;Chris Cunningham&lt;/a&gt; thinks he can change the name of &quot;Fitts&apos; law&quot; to &quot;Fitts&apos;s law&quot; on wikipedia, in the name of grammar. To boot, he claims to have changed every link to &quot;GNU/Linux&quot; to point to &quot;Linux&quot;, probably without regard to the difference in meaning. I am not happy. Fortunately, a recent attempt to become an admin was unsuccessful.&lt;/p&gt;
&lt;p&gt;Anyway.&lt;/p&gt;
&lt;p&gt;I noticed recently in Epiphany that I couldn&apos;t hit the scrollbar by slamming the mouse to the right edge of the screen. It turns out there are two bugs stopping me doing this, one less subtle than the other.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://bugs.debian.org/458415&quot;&gt;less subtle one&lt;/a&gt; is that &lt;a href=&quot;http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commit;h=5db3afaa1fdb69d382ac769ef40191a4b964d28e&quot;&gt;a recent commit to the ati driver&lt;/a&gt; turns on VGA output in my graphics card (even if there&apos;s no external monitor attached), and for obscure reasons this results in the virtual screen size being a little bit wider than 1024px. Fixes include &quot;xrandr --output VGA-0 --off&quot;, or editing xorg.conf to disable that output monitor.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://bugzilla.gnome.org/112291&quot;&gt;more subtle one&lt;/a&gt; is actually a bug in Epiphany (or &lt;a href=&quot;http://bugzilla.gnome.org/123408&quot;&gt;at least in GtkNotebook&lt;/a&gt;). With just one page open, using the rightmost pixel works fine; but as soon as you need tabs at the top, there&apos;s a two-pixel border stopping you.&lt;/p&gt;
&lt;p&gt;Just another niggling desktop annoyance.&lt;/a&gt;</content>
</entry>

<entry>
<title type="html">Hello from Morpeth</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2007/12/23/hello_from_morpeth</id>
<updated>2007-12-23T00:00:00Z</updated>
<published>2007-12-23T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/23/hello_from_morpeth" />
<content type="html">&lt;p&gt;So I&apos;m in Morpeth for Christmas, staying with my mum. Until today there was no internet access here - they had been paying for an ADSL connection since May, but hadn&apos;t managed to get the modem to work with the computer. After a trip to the shops for a nice ADSL wireless router, I can now type blog entries from bed.&lt;/p&gt;
&lt;p&gt;There was an existing computer to get working with the router as well. It looked like it had an ethernet port on the back, so should have been easy. However, it was running Windows 98, and I couldn&apos;t see it in the hardware list - no drivers. After a bit of prodding around with a Debian live cd, I realised that the integrated network card was even turned off in the BIOS. After that, I had to fiddle around with downloading drivers on my laptop from 3com&apos;s website, transferring them via a USB keyring and the Debian live cd (no built-in USB mass storage support nine years ago) to the HDD, and then brave the install procedure.&lt;/p&gt;
&lt;p&gt;The machine itself is a 200MHz Pentium MMX with 128MB RAM, so it wouldn&apos;t even be able to handle the modern Ubuntu installer. Not that I&apos;d want to do that.&lt;/p&gt;
&lt;p&gt;Welcome to Northumberland.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Desktop annoyances - getting a prompt</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="desktop"/><category term="bash"/><category term="zsh"/>
<id>http://retout.co.uk/blog/2007/12/19/desktop_annoyances_getting_a_prompt</id>
<updated>2007-12-19T00:00:00Z</updated>
<published>2007-12-19T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/19/desktop_annoyances_getting_a_prompt" />
<content type="html">&lt;p&gt;Continuing my search for the subtle things that have annoyed me for years about my desktop usage, I want to think about shell startup times.&lt;/p&gt;
&lt;p&gt;Application startup times have been done to death, I&apos;m sure - it is one of the more obvious areas to work on when improving a desktop application. Evolution&apos;s startup time is still appalling, for instance; I count five seconds before I get a GUI, and many more before I see any email. Still, in the case of my bloated email client, it doesn&apos;t matter that much - I generally start it once a day, at 9am, when I need coffee anyway. It then proceeds to hang around in the background. It would certainly be nice for applications in general to start more quickly, but it&apos;s not the cause of these subconscious feelings of annoyance that I want to pin down.&lt;/p&gt;
&lt;p&gt;Far more important than my email client are my terminal windows. One of the attractions of evilwm was that starting a terminal window was the focus of the entire window manager - the design is entirely motivated towards getting that window up as fast as possible, rather than aesthetics like window borders. However, these days I&apos;m typically waiting for over a second to get a shell prompt. This is critical - when starting a terminal window, I&apos;m usually about to perform a series of commands, and will really be paying attention to that lag.&lt;/p&gt;
&lt;p&gt;There are two areas to consider: the time to start the terminal itself, and the time to start the shell inside the terminal. The shell startup time has been causing the biggest wait - bash itself starts very quickly, but turning on bash completion routines adds almost a second to the delay. Trying zsh out with completion enabled, it seems slightly better - maybe one-third of a second on a warm start. (Idea: add
&lt;pre&gt;PROMPT=&apos;%n@%m:%~$ &apos;
autoload -U compinit
compinit

&lt;/pre&gt; to ~/.zshrc and chsh away from bash. It&apos;s pretty similar.) This is the best argument for switching that I have seen so far.&lt;/p&gt;
&lt;p&gt;The GNOME Terminal is relatively nice, and recent versions seem fast enough to start that changing terminal isn&apos;t going to make a significant difference. (Prove me wrong.) Some things about my desktop habits could be improved, though: I have a tiny icon on the panel to launch a terminal, and must be spending ages in mouse movements to start each instance. This is just lag in a different form. So, I&apos;ve now deleted the icon and set a keyboard shortcut - GNOME has the option to set one, but none by default. Second, perhaps sometimes I should be using terminal tabs instead of opening more terminals - it depends on the task. I haven&apos;t thought of a cunning way to force myself to do that yet.&lt;/p&gt;
&lt;p&gt;I&apos;m now down to around a second to get an open shell prompt in GNOME without moving my hands from the keyboard, which is a lot better. I can still manage to start typing in the window before the shell appears, though, so I suspect some further work is needed on this.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Desktop annoyances - network lag</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="desktop"/><category term="online"/><category term="network"/><category term="lag"/>
<id>http://retout.co.uk/blog/2007/12/17/desktop_annoyances_network_lag</id>
<updated>2007-12-17T00:00:00Z</updated>
<published>2007-12-17T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/17/desktop_annoyances_network_lag" />
<content type="html">&lt;p&gt;Some things always feel uncomfortable about my desktop usage, even when I change solutions - KDE, GNOME, XFCE, all the way down to evilwm and beyond, to the console. I want to pin these problems down, in order to address them. First I want to focus on network lag.&lt;/p&gt;
&lt;p&gt;Take email as an example. One of the biggest changes I made to my use of email a few years ago was to store all my email on an IMAP server, so that I can access it from any computer I happen to be using. This has obvious advantages - I have an archive going back years, can do spam filtering and classification in one place, and so on. It does mean performance can suffer, and I&apos;m dependent on a net connection to read my old email. Compare how git changes how you can work with source code, both through its speed and through being able to commit while offline.&lt;/p&gt;
&lt;p&gt;Once upon a time, when bandwidth was more limited, every computer had its own mail server, and all mail applications would read a user&apos;s mbox mail spool. That was a much better idea, and probably still is - with the exception that I want to take a copy rather than transfer all my email. After all, networks are now fast, and disk space is cheap. Thinking aloud, perhaps I want to run a local mail server on all my machines (so that everything can use a sendmail interface to send email), and then have a standard mail store which will be kept in sync with remote sites. (Bi-directionally, perhaps, for sent mail.)&lt;/p&gt;
&lt;p&gt;With a single local mail cache, multiple applications will be able to take advantage of the one store. Individual client applications will be freed from the chore of checking IMAP servers for updates, which can be run automatically in the background by a single process when online. Planning ahead for multiple clients allows views of the mail store to be integrated anywhere in the desktop without requiring more than one mail cache (or lots of IMAP traffic). A similar centralising of network resources can be seen in Telepathy, although I haven&apos;t seen a centralized conversation logger.&lt;/p&gt;
&lt;p&gt;The &apos;Online Desktop&apos; idea is bigger than just the web, and it would be sensible to plan more standardized (cross-desktop) centralization of network caches for similar applications. I want to be able still to use my desktop while offline, and avoid perceived network lag while online.&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">Emacs keybindings for GTK text fields</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="gnome"/><category term="gtk"/><category term="emacs"/>
<id>http://retout.co.uk/blog/2007/12/07/emacs_keybindings_for_gtk_textboxes</id>
<updated>2007-12-07T00:00:00Z</updated>
<published>2007-12-07T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/07/emacs_keybindings_for_gtk_textboxes" />
<content type="html">&lt;p&gt;My attempt to learn to use emacs continues. Today&apos;s discovery: I can &lt;a href=&quot;http://kb.mozillazine.org/Emacs_Keybindings_(Firefox)#Gnome_method:_gconftool-2&quot;&gt;enable emacs-like keybindings in GTK text fields&lt;/a&gt; (well, Readline-like) - this includes form fields in Epiphany.&lt;/p&gt;
&lt;p&gt;I have remapped C-w to backward-kill-word, to be more like Readline. I&apos;m working up to writing some lisp to make common tasks easier... like writing blog entries, perhaps. I&apos;ll need to synchronize my .emacs files somehow... but I need to make more of an effort to use emacs over vim at work.&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">TAOCP volumes I and II</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="book"/>
<id>http://retout.co.uk/blog/2007/12/07/taocp_volumes_one_and_two</id>
<updated>2007-12-07T00:00:00Z</updated>
<published>2007-12-07T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/07/taocp_volumes_one_and_two" />
<content type="html">&lt;p&gt;This evening, my order from amazon.com arrived. It took a few weeks, but the savings with the USD exchange rate were huge. I&apos;m now the proud owner of the first two volumes of &lt;em&gt;&lt;a href=&quot;http://www-cs-faculty.stanford.edu/~knuth/taocp.html&quot;&gt;The Art of Computer Programming&lt;/a&gt;&lt;/em&gt; (3rd ed.) by Donald Knuth.&lt;/p&gt;
&lt;p&gt;First impressions of volume one are that it&apos;s quite heavy on the maths; I&apos;m pretty sure the first chapter will go slightly beyond most undergraduate maths courses, mostly because it is focusing on a few key areas. Or perhaps I should have worked harder at university. But anyway, it will be interesting.&lt;p&gt;
&lt;p&gt;Also prominent is the 60s-style machine language for an imaginary architecture that has six-bit words... and needs self-modifying code to call subroutines. Great. It&apos;s slated to be replaced in the fourth edition, but that could be twenty years away. :)&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">Ubuntu for relatives</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="ubuntu"/>
<id>http://retout.co.uk/blog/2007/12/07/ubuntu_for_relatives</id>
<updated>2007-12-07T00:00:00Z</updated>
<published>2007-12-07T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/07/ubuntu_for_relatives" />
<content type="html">&lt;p&gt;My mum will shortly receive a laptop with Ubuntu installed (from Dell). She will be the second of my relatives to start using Ubuntu, after my brother - the advantages are the lower initial price, no recurring anti-virus software costs, better interoperability out of the box with cameras and printers, and photo management software for no charge (again, out of the box).&lt;/p&gt;
&lt;p&gt;I&apos;m really hoping Dell don&apos;t mess this up.&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">Munin Apache uptime plugin</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="munin"/><category term="apache"/>
<id>http://retout.co.uk/blog/2007/12/04/munin_apache_uptime</id>
<updated>2007-12-04T00:00:00Z</updated>
<published>2007-12-04T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/04/munin_apache_uptime" />
<content type="html">&lt;p&gt;At work, we have a customer who are having problems with their web server. So many problems, in fact, that I felt the need to write a &lt;a href=&quot;http://retout.co.uk/2007/apache_uptime&quot;&gt;Munin plugin to graph the uptime of Apache&lt;/a&gt;, so that I could tell when it had been restarted.&lt;/p&gt;
&lt;p&gt;The graphs are as boring as the code, which is entirely stolen from &lt;a href=&quot;http://munin.projects.linpro.no/&quot;&gt;Munin&lt;/a&gt;&apos;s &apos;apache_volume&apos; and &apos;uptime&apos; plugins.&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">Rugby LUG inaugural meeting</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="rugby lug"/>
<id>http://retout.co.uk/blog/2007/12/03/rugby_lug_inaugural_meeting</id>
<updated>2007-12-03T00:00:00Z</updated>
<published>2007-12-03T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/03/rugby_lug_inaugural_meeting" />
<content type="html">&lt;p&gt;I just got back from the inaugural Rugby LUG meeting which I helped arrange. It went better than I was expecting - in total we had eight people there, and some interesting conversation over three and a half hours. The next meeting will be in January, but after that I&apos;m hoping we can do something more often than once a month.&lt;/p&gt;</content>
</entry>

<entry>
<title type="html">I want to learn Emacs</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="emacs"/><category term="gnu"/>
<id>http://retout.co.uk/blog/2007/12/03/i_want_to_learn_emacs</id>
<updated>2007-12-03T00:00:00Z</updated>
<published>2007-12-03T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/03/i_want_to_learn_emacs" />
<content type="html">&lt;p&gt;Three weeks ago &lt;a href=&quot;http://retout.co.uk/blog/2007/11/11/swapping_capslock_and_ctrl&quot;&gt;I swapped capslock and Ctrl&lt;/a&gt; on all my usual systems, much to the chagrin of &lt;a href=&quot;http://blogs.warwick.ac.uk/dwatkins&quot;&gt;Daniel&lt;/a&gt; when he foolishly tried to use my keyboard. I&apos;m now quite happy with the positioning of Ctrl - it was surprisingly easy to get used to.&lt;/p&gt;
&lt;p&gt;It is not a coincidence that this is Tip #1 on various lists of &lt;a href=&quot;http://www.emacswiki.org/cgi-bin/wiki/EmacsNiftyTricks&quot;&gt;ways to use emacs more effectively&lt;/a&gt;. I find myself wanting to ditch vim&amp;hellip; perhaps this is just asking for a holy war.&lt;/p&gt;
&lt;p&gt;My reasons are quite vague at the moment, but have something to do with wanting consistency of user interfaces across editor, shell and, er, IRC client. One other thing I&apos;ve noticed is that very few people seem to write many vim macros - I suspect that having lisp to work with will actually make this easier. Also, of course, it&apos;s a GNU project! As part of that, the licensing is vastly more sensible than vim&apos;s.&lt;/p&gt;
&lt;p&gt;So, seeing as forcing myself to use the capslock key as ctrl seemed to work, I suppose I&apos;d better force myself to use emacs regularly instead of vim, and see how it goes. This involves purging vim from machines where I can, and aliasing &apos;vim&apos; to &apos;emacs&apos; in places I can&apos;t. Perhaps this will scare more people away from borrowing my keyboard.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Back to using Linux wireless tree</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="git"/><category term="linux"/><category term="wireless"/><category term="b43"/><category term="tickless"/><category term="powertop"/>
<id>http://retout.co.uk/blog/2007/12/02/back_to_using_linux_wireless_tree</id>
<updated>2007-12-02T00:00:00Z</updated>
<published>2007-12-02T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/02/back_to_using_linux_wireless_tree" />
<content type="html">&lt;p&gt;My laptop has a Broadcom 4311 rev 01 wireless chipset. The drivers from the latest Linux git releases are vastly superior to the old bcm43xx driver... so as of yesterday, I&apos;m back to running the latest wireless-2.6 code. The former upstream maintainer claims that he gets better throughput with the reverse-engineered Linux driver than he does on Windows XP.&lt;/p&gt;
&lt;p&gt;While I was at it, I compiled in dynamic tick (tickless) support. I then had some fun with powertop, and managed to bring CPU wakeups down to about 8 per second. It seemed that using the framebuffer console required 5 wakeups per second, but the non-framebuffer one needed around 250... this was dreadfully unscientific, though.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Enscript git repositories</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="gnu"/><category term="enscript"/><category term="git"/><category term="debian"/><category term="free software"/>
<id>http://retout.co.uk/blog/2007/12/02/enscript_git_repositories</id>
<updated>2007-12-02T00:00:00Z</updated>
<published>2007-12-02T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/12/02/enscript_git_repositories" />
<content type="html">&lt;p&gt;Today I created a git repository for &lt;a href=&quot;http://git.debian.org/?p=collab-maint/enscript.git;a=summary&quot;&gt;enscript&apos;s Debian packaging&lt;/a&gt;. The &lt;a href=&quot;http://git.sv.gnu.org/gitweb/?p=enscript.git;a=summary&quot;&gt;upstream repository&lt;/a&gt; is in git as well, of course.&lt;/p&gt;
&lt;p&gt;Next I need to work on pulling any distro fixes I can find into upstream, and getting a new bugfix version released. This should hopefully obsolete most of the Debian patches.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">More CPAN uploads</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="perl"/><category term="cpan"/><category term="datetime"/><category term="warwick"/>
<id>http://retout.co.uk/blog/2007/11/22/more_cpan_uploads</id>
<updated>2007-11-22T00:00:00Z</updated>
<published>2007-11-22T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/11/22/more_cpan_uploads" />
<content type="html">&lt;p&gt;Following &lt;a href=&quot;http://retout.co.uk/blog/2007/11/19/datetime_event_warwickuniversity_version_0.02&quot;&gt;my update on Monday&lt;/a&gt;, I&apos;ve made changes to the build systems of both &lt;a href=&quot;http://search.cpan.org/perldoc?DateTime%3A%3ACalendar%3A%3AWarwickUniversity&quot;&gt;DateTime::Calendar::WarwickUniversity&lt;/a&gt; and &lt;a href=&quot;http://search.cpan.org/perldoc?DateTime%3A%3AEvent%3A%3AWarwickUniversity&quot;&gt;DateTime::Event::WarwickUniversity&lt;/a&gt;, in my search for higher &lt;a href=&quot;http://cpants.perl.org/kwalitee.html&quot;&gt;kwalitee&lt;/a&gt;. These are not important updates, they just add a few more tests, and so on.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">DateTime::Event::WarwickUniversity version 0.02</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="perl"/><category term="datetime"/><category term="warwick"/><category term="cpan"/>
<id>http://retout.co.uk/blog/2007/11/19/datetime_event_warwickuniversity_version_0.02</id>
<updated>2007-11-19T00:00:00Z</updated>
<published>2007-11-19T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/11/19/datetime_event_warwickuniversity_version_0.02" />
<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.warwick.ac.uk/&quot;&gt;Warwick University&lt;/a&gt; appear to have changed some of their future term dates, so I have released version 0.02 of &lt;a href=&quot;http://search.cpan.org/perldoc?DateTime%3A%3AEvent%3A%3AWarwickUniversity&quot;&gt;DateTime::Event::WarwickUniversity&lt;/a&gt; to &lt;a href=&quot;http://www.cpan.org&quot;&gt;CPAN&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release also fixes bugs which were happening when using DateTime objects with time zones, so everyone should probably upgrade.&lt;/p&gt;
&lt;p&gt;Overall, I&apos;m surprised that it took me a year before I had an excuse for a new release. It would be worth adding the ability to get a real date from a given term week, but I haven&apos;t quite needed it yet.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GNU Enscript Maintainership</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="enscript"/><category term="debian"/><category term="gnu"/><category term="free software"/>
<id>http://retout.co.uk/blog/2007/11/17/gnu_enscript_maintainership</id>
<updated>2007-11-17T00:00:00Z</updated>
<published>2007-11-17T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/11/17/gnu_enscript_maintainership" />
<content type="html">&lt;p&gt;Some news that&apos;s overdue to be blogged: a few weeks ago, I picked up the Debian package &apos;enscript&apos;, and fixed some of the easier bugs in it. This has been uploaded to unstable, thanks to &lt;a href=&quot;http://www.df7cb.de/&quot;&gt;Myon&lt;/a&gt;, who rocks.&lt;p&gt;
&lt;p&gt;Having looked at the package, I realised that further work on it was unfeasible without a new upstream release. GNU Enscript had been unmaintained for a while, so I wrote to the GNU project and asked whether I could set up a Savannah project for it. A few days later, rms dubbed me the official maintainer.&lt;/p&gt;
&lt;p&gt;This week, I sent in my copyright assignment form. This is one of the things I wasn&apos;t expecting - from the copyright headers, it didn&apos;t look as if Enscript required copyright assignment to the FSF. Still, it makes sense in the long run. I have to examine the existing code, and work out whether there are any other contributors from whom to ask for assignments or disclaimers. One of these days I&apos;ll actually get around to writing some code for it, perhaps.&lt;/p&gt;
&lt;p&gt;On the plus side, I now have an account on fencepost.gnu.org, which means I have a nice gnu.org email address to go with it. Also, the FSF sent some nice stickers for my laptop with the copyright form.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">WUGLUG talks last Wednesday</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="WUGLUG"/><category term="ssh"/><category term="website"/>
<id>http://retout.co.uk/blog/2007/11/17/wuglug_talks_last_wednesday</id>
<updated>2007-11-17T00:00:00Z</updated>
<published>2007-11-17T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/11/17/wuglug_talks_last_wednesday" />
<content type="html">&lt;p&gt;Last Wednesday, I gave two talks to &lt;a href=&quot;http://www.wuglug.org.uk/&quot;&gt;WUGLUG&lt;/a&gt;; one on ssh security, and one on some ideas for making the &lt;a href=&quot;http://www.uwcs.co.uk/&quot;&gt;UWCS website&lt;/a&gt; development process a bit easier.&lt;/p&gt;
&lt;p&gt;This evening, I&apos;ve been following up on one of the ideas I presented. I want to get the website to run on SQLite (because sqlite3 is already installed in DCS). However, this is going to mean writing a date formatting module to match SQLite dates. Still, such a thing could be useful more widely than CompSoc, so hopefully I can get that on CPAN once it&apos;s written. It might also be a good excuse to join &lt;a href=&quot;http://pkg-perl.alioth.debian.org/&quot;&gt;Debian&apos;s Perl packaging team&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Meanwhile, it might be worth tidying up some of these Debian packages I&apos;ve made of various website dependencies, and create an apt repository with a uwcs-website metapackage.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Swapping Caps Lock and Ctrl</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2007/11/11/swapping_capslock_and_ctrl</id>
<updated>2007-11-11T00:00:00Z</updated>
<published>2007-11-11T00:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/11/11/swapping_capslock_and_ctrl" />
<content type="html">&lt;p&gt;I have a lot of blogging to catch up on. Meanwhile, here&apos;s something completely unrelated.&lt;/p&gt;
&lt;p&gt;I keep having to use the &apos;Ctrl&apos; key a lot, and it&apos;s getting a bit awkward having my little finger hover near the bottom left of the keyboard all the time. I also often have problems with hitting &apos;Caps Lock&apos; when I don&apos;t mean to. (I mean, who uses it? Not me.) So, the obvious solution is to turn the Caps Lock into a second Ctrl key.&lt;/p&gt;
&lt;p&gt;I&apos;ve done this before, but never remember to use the new, easier Ctrl. So, for this week, I&apos;m going to &lt;em&gt;swap&lt;/em&gt; the Ctrl key and Caps Lock on both my work and home computers, and see whether I can retrain myself. Hmmmm. It&apos;s really easy to configure in GNOME - in the keyboard preferences, go to &apos;layout options&apos;, and &apos;Ctrl position&apos;.&lt;/p&gt;
&lt;p&gt;If I can make using Ctrl really comfortable, then it&apos;ll even be possible to try out emacs. One thing I&apos;ve noticed already is that changing windows in GNU Screen is a lot less work.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Woo, internet</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2007/10/19/woo_internet</id>
<updated>2007-10-18T23:00:00Z</updated>
<published>2007-10-18T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/10/19/woo_internet" />
<content type="html">&lt;p&gt;Having asked nicely for a WEP key from a housemate, I now have an internet connection in the evenings. I&apos;m still not sure how much time I want to spend on a computer, but it might at least let me work on some free software outside of work.&lt;/p&gt;
&lt;p&gt;I&apos;ve borrowed a huge book on PostgreSQL, so now have to find time to read it.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Mönchengladbach</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="credativ"/><category term="deutschland"/>
<id>http://retout.co.uk/blog/2007/10/11/moenchengladbach</id>
<updated>2007-10-10T23:00:00Z</updated>
<published>2007-10-10T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/10/11/moenchengladbach" />
<content type="html">&lt;p&gt;This week, I have mostly been in &lt;a href=&quot;http://maps.google.co.uk/maps?q=mönchengladbach&quot;&gt;Mönchengladbach&lt;/a&gt;, at the German office of &lt;a href=&quot;http://www.credativ.de/&quot;&gt;credativ GmbH&lt;/a&gt;. It&apos;s a completely different experience working here, compared to Rugby. For one, the building is a lot bigger - several stories, compared to the tiny room we have at the moment in England (soon to change, hopefully). I&apos;ve been meeting a lot of people, and trying to remember their names.&lt;/p&gt;
&lt;p&gt;It&apos;s been a while since I was last in Germany - exactly seven years, in fact. This time round, I get to visit German pubs, and try Kölsch and Pils. I discovered yesterday that I share a birthday with another credativ employee, Bernd.&lt;/p&gt;
&lt;p&gt;I haven&apos;t had much to say, for a week or two - I&apos;ve been busy with work, and don&apos;t yet have an internet connection at home. Also, I can see my evening computer usage starting to dwindle, what with spending eight hours in front of a monitor during the day.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Dragging</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="gnome"/><category term="xds"/>
<id>http://retout.co.uk/blog/2007/09/27/dragging</id>
<updated>2007-09-26T23:00:00Z</updated>
<published>2007-09-26T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/27/dragging" />
<content type="html">&lt;p&gt;Oh &lt;a href=&quot;http://planarplatypus.livejournal.com/53232.html&quot;&gt;Pete&lt;/a&gt;, I deliberately didn&apos;t use your name because I wasn&apos;t attacking you in particular; I was &lt;a href=&quot;http://retout.co.uk/blog/2007/09/25/gnome_and_xds&quot;&gt;aiming&lt;/a&gt; at the completely misleading article whose pagerank you (and Digg) increased to the point where it achieves higher results in searches for &quot;XDS drag and drop&quot; than &lt;a href=&quot;http://www.newplanetsoftware.com/xds/&quot;&gt;the XDS specification&lt;/a&gt; itself. Please don&apos;t take it personally.&lt;/p&gt;&lt;p&gt;
Of course, you still fail utterly for not providing any explanation of &lt;em&gt;why&lt;/em&gt; you were so pleased to have this feature in your original post, and for not linking to, say, the &lt;a href=&quot;http://www.gnome.org/start/2.20/notes/en/&quot;&gt;GNOME 2.20 release notes&lt;/a&gt;, &lt;a href=&quot;http://bugs.gnome.org/171655&quot;&gt;the relevant bug&lt;/a&gt;, or just writing something that won&apos;t feed anti-GNOME trolls for the next five years. But I&apos;m glad to see that I&apos;ve at least provoked the former, even if you also called me an ass at the same time. :)&lt;/p&gt;&lt;p&gt;
Also, note that the bug in Nautilus is still open - there are still patches for the list view to test/improve, and &lt;a href=&quot;http://bugs.gnome.org/321211&quot;&gt;other opportunities&lt;/a&gt; to extend XDS support to the rest of GNOME.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GNOME and XDS</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="gnome"/>
<id>http://retout.co.uk/blog/2007/09/25/gnome_and_xds</id>
<updated>2007-09-24T23:00:00Z</updated>
<published>2007-09-24T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/25/gnome_and_xds" />
<content type="html">&lt;p&gt;Recently, &lt;a href=&quot;http://planarplatypus.livejournal.com/&quot;&gt;people&lt;/a&gt; &lt;a href=&quot;http://planarplatypus.livejournal.com/52856.html&quot;&gt;linked&lt;/a&gt; to a random news site claiming &lt;a href=&quot;http://www.gnome.org/&quot;&gt;GNOME&lt;/a&gt; has added &quot;XDS support&quot; in 2.20. &lt;a href=&quot;http://www.newplanetsoftware.com/xds/&quot;&gt;XDS&lt;/a&gt; is an extension to the &lt;a href=&quot;http://www.newplanetsoftware.com/xdnd/&quot;&gt;XDND&lt;/a&gt; drag-and-drop protocol.&lt;/p&gt;
&lt;p&gt;This is very misleading. The headline reads as if GNOME has not had any drag-and-drop support until now, which is ridiculous. The Digg headline was even worse: &quot;GNOME Gets Real Drag n&apos; Drop Support with XDS&quot;. Bullshit.&lt;/p&gt;
&lt;p&gt;What actually happened is that Nautilus (the GNOME file manager) has &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=171655#c44&quot;&gt;received a patch&lt;/a&gt; to support this extension in the main window bit. It will probably help File Roller act more intuitively with respect to dragging files to Nautilus windows, and it is a good thing. It won&apos;t work with Nautilus&apos;s list view, yet. It is also possibly &lt;em&gt;the least&lt;/em&gt; interesting of the new features in GNOME 2.20. It deserved one sentence tagged on to the File Roller bit of the &lt;a href=&quot;http://www.gnome.org/start/2.20/notes/en/&quot;&gt;release notes&lt;/a&gt;. I am not going to &quot;scream with joy&quot;.&lt;/p&gt;
&lt;p&gt;Incidentally, GNOME 2.20 is a fantastic release, and has caught me by surprise. EOG (the image viewer) has been almost completely rewritten. Evolution now has several small new features that I&apos;ve been wanting - new mail notifications, and warnings about missing attachments. There&apos;s some nice GNOME Keyring integration going on... even the default theme looks shinier. So, there are plenty of other, better features to say &quot;finally&quot; about.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">New domicile</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="rugby"/>
<id>http://retout.co.uk/blog/2007/09/25/new_domicile</id>
<updated>2007-09-24T23:00:00Z</updated>
<published>2007-09-24T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/25/new_domicile" />
<content type="html">&lt;p&gt;Today, I finally found a place to live in Rugby. It turned out that a landlord friend of my boss had a room to let, in a very convenient location. I&apos;m within ten minutes&apos; walking distance of the station, the town centre, and the (hopefully soon to be) new office. It&apos;s also quite cheap (university accommodation prices), with all utilities and bills except internet access included in the rent. Yay.&lt;/p&gt;&lt;p&gt;
I need to move my belongings from Coventry to Rugby; most of the stuff I have with me can probably be carried on the train in the morning. I might stay one more night here, so I can go to the techteam stuff in the evening tomorrow.&lt;/p&gt;&lt;p&gt;
It&apos;s still pretty easy for me to visit Warwick, especially at weekends, especially if there&apos;s convenient crash space in Coventry. So, I can attend XINGs and pub socials, if &lt;a href=&quot;http://www.warwickcompsoc.co.uk/&quot;&gt;CompSoc&lt;/a&gt; doesn&apos;t object too much. :)&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">First day at credativ</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="credativ"/>
<id>http://retout.co.uk/blog/2007/09/17/first_day_at_credativ</id>
<updated>2007-09-16T23:00:00Z</updated>
<published>2007-09-16T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/17/first_day_at_credativ" />
<content type="html">&lt;p&gt;My first day at &lt;a href=&quot;http://www.credativ.co.uk/&quot;&gt;credativ&lt;/a&gt; went well. In the morning I updated some RHEL packages on a couple of test servers. I suspect the live systems will be next.&lt;/p&gt;&lt;p&gt;
In the afternoon I copied over some PostgreSQL configuration tuning for an upgrade from 7.x to 8.x. I&apos;m getting up to speed with the various systems - there&apos;s even the threat of fixing bugs in Java code, in the future.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Engineers</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2007/09/14/engineers</id>
<updated>2007-09-13T23:00:00Z</updated>
<published>2007-09-13T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/14/engineers" />
<content type="html">&lt;p&gt;I just realised that my new job title is &apos;Technical Engineer&apos;, so will probably annoy Sadiq.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Killing ODB</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="choob"/><category term="java"/><category term="hibernate"/>
<id>http://retout.co.uk/blog/2007/09/14/killing_odb</id>
<updated>2007-09-13T23:00:00Z</updated>
<published>2007-09-13T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/14/killing_odb" />
<content type="html">&lt;p&gt;Late on Tuesday evening, I successfully got a branch of &lt;a href=&quot;http://trac.uwcs.co.uk/choob/&quot;&gt;Choob&lt;/a&gt; to run without its &apos;Object DB&apos;. Presently, it runs only a few of the more simple plugins - for instance, the &apos;Alias&apos; plugin is not supported, so I spent a couple of minutes trying to work out why it wasn&apos;t replying to commands.&lt;/p&gt;&lt;p&gt;
With ODB gone, vast swathes of complicated parsing code can be removed from the bot&apos;s core. JJTree should no longer be needed to compile the bot. The next step is probably to consolidate the core database code using &lt;a href=&quot;http://www.hibernate.org/&quot;&gt;Hibernate&lt;/a&gt;, and then get the more complicated plugins to work again.&lt;/p&gt;&lt;p&gt;
Orthogonally to this, I&apos;d like to kill HorriblePerlScript.java, and perhaps also design a nicer plugin system that lets Eclipse work with plugins as (shock) actual Java files. I suspect I&apos;d need some help with that, though.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">64-bit Semprons</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="hp nx6325"/>
<id>http://retout.co.uk/blog/2007/09/10/64-bit_semprons</id>
<updated>2007-09-09T23:00:00Z</updated>
<published>2007-09-09T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/10/64-bit_semprons" />
<content type="html">&lt;p&gt;So, during a conversation at &lt;a href=&quot;http://www.pyconuk.org/&quot;&gt;PyCon UK&lt;/a&gt;, Keith White noticed that he owned the same model (&lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF06a/321957-321957-64295-321838-89315-1849082.html&quot;&gt;HP nx6325&lt;/a&gt;) laptop as me. He also informed me that his processor was 64-bit, and asserted that mine probably was as well.&lt;/p&gt;&lt;p&gt;
I was sceptical. It&apos;s a Mobile &lt;a href=&quot;http://en.wikipedia.org/wiki/Sempron&quot;&gt;Sempron&lt;/a&gt; - last I checked, all Semprons were 32-bit. Of course, I don&apos;t keep up with hardware &lt;em&gt;at all&lt;/em&gt;. Checking /proc/cpuinfo:&lt;/p&gt;&lt;p&gt;
&lt;code&gt;
tim@regulus:~$ cat /proc/cpuinfo &lt;br /&gt;
processor       : 0&lt;br /&gt;
vendor_id       : AuthenticAMD&lt;br /&gt;
cpu family      : 15&lt;br /&gt;
model           : 76&lt;br /&gt;
model name      : Mobile AMD Sempron(tm) Processor 3500+&lt;br /&gt;
stepping        : 2&lt;br /&gt;
cpu MHz         : 800.000&lt;br /&gt;
cache size      : 512 KB&lt;br /&gt;
fdiv_bug        : no&lt;br /&gt;
hlt_bug         : no&lt;br /&gt;
f00f_bug        : no&lt;br /&gt;
coma_bug        : no&lt;br /&gt;
fpu             : yes&lt;br /&gt;
fpu_exception   : yes&lt;br /&gt;
cpuid level     : 1&lt;br /&gt;
wp              : yes&lt;br /&gt;
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow up pni cx16 lahf_lm extapic cr8_legacy ts fid vid ttp tm stc&lt;br /&gt;
bogomips        : 1597.70&lt;br /&gt;
clflush size    : 64
&lt;/code&gt;&lt;/p&gt;&lt;p&gt;
The &apos;lm&apos; flag means 64-bit. So intuitive and obvious... so I guess that&apos;s one more thing to try when I get around to reinstalling my laptop.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">PyCon UK</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="pyconuk"/><category term="conference"/><category term="wireless"/><category term="jackfield"/>
<id>http://retout.co.uk/blog/2007/09/09/pycon_uk</id>
<updated>2007-09-08T23:00:00Z</updated>
<published>2007-09-08T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/09/pycon_uk" />
<content type="html">&lt;p&gt;My conference tradition is to occupy myself with activities completely unrelated to the main topic. For instance, at DebConf I hacked on GNOME stuff, at GUADEC I hacked on Debian stuff, and at LinuxConf.eu I did very little. At PyCon UK, I&apos;ve built the wireless-dev tree of Linux, and got the new b43 driver to run.&lt;/p&gt;&lt;p&gt;
So, it works. It appears to have increased the transmission power of the card, and limits the bit rate properly, so should work at longer ranges without fiddling about. Having said that, I&apos;ve been using it all of five minutes, so all kinds of bugs could be lurking around the corner.&lt;/p&gt;&lt;p&gt;
I think I&apos;ll now take a look at &lt;a href=&quot;http://www.kryogenix.org/code/jackfield/&quot;&gt;Jackfield&lt;/a&gt;.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Jackfield</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="jackfield"/><category term="pyconuk"/>
<id>http://retout.co.uk/blog/2007/09/09/jackfield</id>
<updated>2007-09-08T23:00:00Z</updated>
<published>2007-09-08T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/09/jackfield" />
<content type="html">&lt;p&gt;Of course, &lt;a href=&quot;http://www.kryogenix.org/days/2007/09/09/jackfield-and-python-talk&quot;&gt;there are no packages for Jackfield&lt;/a&gt; yet. Rather than mess about with installing Jackfield, I badgered Stuart Langridge to do it for me.&lt;/p&gt;&lt;p&gt;
So, I now have a working shiny clock thing. Making packages for Jackfield requires solving a few problems, like gconf keys for showing Jackfield and multiple instance detection.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">First post</title>
<category term="Planet UWCS"/><category term="Planet WUGLUG"/><category term="credativ"/>
<id>http://retout.co.uk/blog/2007/09/07/first_post</id>
<updated>2007-09-06T23:00:00Z</updated>
<published>2007-09-06T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/07/first_post" />
<content type="html">&lt;p&gt;I&apos;ve accepted a job at &lt;a href=&quot;http://www.credativ.co.uk/&quot;&gt;credativ&lt;/a&gt;, in Rugby - I start on the 17th. This means I&apos;m preparing to move back to the Coventry area. (I just can&apos;t get away.) It&apos;s very exciting, and all that. :)&lt;/p&gt;&lt;p&gt;
I celebrated today by getting an overpriced lunch at Starbucks. The other thing I&apos;ve splashed out on has been a bunch of German reference books - I want to brush up for communicating with the German branch. I believe I&apos;m going to be sent to Germany for a few days to meet the rest of the company, soon.&lt;/p&gt;&lt;p&gt;
I&apos;m still planning to go to PyCon UK this weekend.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">LinuxConf.eu 2007</title>
<category term="Planet WUGLUG"/><category term="Planet UWCS"/><category term="LinuxConf.eu"/>
<id>http://retout.co.uk/blog/2007/09/05/linuxconf.eu_2007</id>
<updated>2007-09-04T23:00:00Z</updated>
<published>2007-09-04T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/09/05/linuxconf.eu_2007" />
<content type="html">&lt;p&gt;On Saturday, I travelled to Cambridge via Coventry, seeing lamby, benji and mulletron&apos;s new house en route.&lt;/p&gt;
&lt;p&gt;LinuxConf.eu has been pretty good. It&apos;s a technical enough conference that &apos;Linux&apos; actually refers to the kernel, for the most part. I&apos;ve learnt a few things about Linux development, and I&apos;m vaguely curious now about getting involved there. Also, I took lots of photos - yesterday we got to see Linus Torvalds, who was quite entertaining while leading the git BoF session. I&apos;ll put the photos online when I&apos;m back at a connection with decent upload bandwidth.&lt;/p&gt;
&lt;p&gt;Today is the last day, with only tutorials rather than talks. The rest of the week is quite busy for me, and I&apos;m going to end up travelling all over the place. Tomorrow I&apos;m off to Rugby for a job interview. This weekend is PyCon UK in Birmingham, and I&apos;ve been persuaded to attend that as well.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">BCM43xx wireless range</title>
<category term="linux"/><category term="wireless"/><category term="bcm43xx"/><category term="Planet WUGLUG"/><category term="Planet UWCS"/>
<id>http://retout.co.uk/blog/2007/08/26/bcm43xx_wireless_range</id>
<updated>2007-08-25T23:00:00Z</updated>
<published>2007-08-25T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/26/bcm43xx_wireless_range" />
<content type="html">&lt;p&gt;This weekend, I&apos;m at the annual Debian BBQ in Cambridge, and it&apos;s very nice weather. All the cool people are sitting outside with their laptops, a good 10-20 meters from the indoor wireless access point, happily using the internet. The problem is, by default, my wireless card just doesn&apos;t work at that range.&lt;/p&gt;&lt;p&gt;
So, today I had a look at the Broadcom bcm43xx driver code, to see what was going on. After reading &lt;a href=&quot;http://www.mail-archive.com/bcm43xx-dev@lists.berlios.de/msg04602.html&quot;&gt;a thread on &lt;span class=&quot;strike&quot;&gt;the LKML&lt;/span&gt; bcm43xx-dev&lt;/a&gt;, it turns out that the current versions of this driver do not automatically adjust the bitrate. Manually setting the bitrate to a low value has got me at least double the range:&lt;/p&gt;&lt;p&gt;
&lt;code&gt;sudo iwconfig eth1 rate 1M&lt;/code&gt;&lt;/p&gt;&lt;p&gt;
Of course, this isn&apos;t ideal. The same thread mentions that automatic rate adjustment will be implemented in the driver some time soon - which will be really useful.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Automagic screen window titles</title>
<category term="screen"/><category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2007/08/23/automagic_screen_window_titles</id>
<updated>2007-08-22T23:00:00Z</updated>
<published>2007-08-22T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/23/automagic_screen_window_titles" />
<content type="html">&lt;p&gt;Lurking in #screen on freenode is paying off. I found out today that you can set your &lt;a href=&quot;http://www.gnu.org/software/screen/&quot;&gt;GNU Screen&lt;/a&gt; window titles automatically - so, while you are running a command, the title changes to that command. This will help when changing windows (such as when using the window list bound to C-a &quot; by default).&lt;/p&gt;&lt;p&gt;
This requires two things: first, your shell has to send an escape code as part of the prompt. With bash, there&apos;s a convenient spot in the default Debian .bashrc where $PROMPT_COMMAND is set depending on $TERM. Add a new case for &apos;screen&apos;, with:&lt;/p&gt;&lt;p&gt;
&lt;code&gt;PROMPT_COMMAND=&apos;echo -ne &quot;\033k\033\134&quot;&apos;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The second part is to add a line to .screenrc:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;shelltitle &quot;$ |bash&quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Where &apos;bash&apos; is the default window title. This assumes that your prompt ends in &quot;$ &quot;.&lt;/p&gt;&lt;p&gt;
See the &lt;a href=&quot;http://www.delorie.com/gnu/docs/screen/screen_toc.html&quot;&gt;&lt;a href=&quot;http://sunsite.ualberta.ca/Documentation/Gnu/screen-3.9.4/html_chapter/screen_toc.html&quot;&gt;GNU Screen Users&apos; Manual&lt;/a&gt;&lt;/a&gt; for &lt;a href=&quot;http://sunsite.ualberta.ca/Documentation/Gnu/screen-3.9.4/html_chapter/screen_10.html&quot;&gt;all the details&lt;/a&gt;. This also works well with a hardstatus line.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Bring on GVFS</title>
<category term="gnome"/><category term="gnomevfs"/><category term="gvfs"/><category term="hurd"/><category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2007/08/22/bring_on_gvfs</id>
<updated>2007-08-21T23:00:00Z</updated>
<published>2007-08-21T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/22/bring_on_gvfs" />
<content type="html">&lt;p&gt;This evening, I have been made acutely aware that the gnomevfs Python bindings lack up-to-date documentation. Gnome-VFS is a pain to use anyway, but not having a complete reference manual is a bit of a problem.&lt;/p&gt;&lt;p&gt;
One of the projects with quite a bit of buzz at GUADEC this year was GVFS. It&apos;s going to fix all the bugs in Gnome-VFS, and make our lives much happier. It&apos;ll be based upon FUSE... so, a very Hurdish approach. In fact, it will probably get ported to Hurd translators, which will be quite fun.&lt;/p&gt;&lt;p&gt;
Meanwhile, I&apos;ll struggle on with gnomevfs, using whatever example code I can find, by trial and error.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">Yahoo! UI Libraries</title>
<category term="css"/><category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2007/08/21/yahoo_ui_libraries</id>
<updated>2007-08-20T23:00:00Z</updated>
<published>2007-08-20T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/21/yahoo_ui_libraries" />
<content type="html">&lt;p&gt;As part of &lt;a href=&quot;http://retout.co.uk/blog/2007/08/20/one_step_at_a_time&quot; title=&quot;One step at a time&quot;&gt;creating my new blog&lt;/a&gt;, I mentioned that I threw some CSS onto my website. I&apos;d been a bit reluctant to do this before, because there&apos;s usually a lot of boilerplate CSS to write before you can do anything interesting.&lt;/p&gt;
&lt;p&gt;Last February, Yahoo! released &lt;a href=&quot;http://developer.yahoo.com/yui/&quot; title=&quot;Yahoo! UI Library&quot;&gt;a set of web development libraries&lt;/a&gt; under a BSD licence; among these were some CSS components. They are relatively painless to drop in, and simplify making fonts consistent across browsers, for example. The &apos;&lt;a href=&quot;http://developer.yahoo.com/yui/grids/&quot; title=&quot;YUI Grids CSS&quot;&gt;Grids&lt;/a&gt;&apos; component makes creating columnar layouts without tables fairly straightforward.&lt;/p&gt;
&lt;p&gt;CSS frameworks are a great idea - I wonder whether there are superior implementations? While &apos;Grids&apos; is nice, there seems to be certain limits on how complex a layout you can really create with it - although you can get a long way, and it&apos;s worth trying out. I&apos;ve not looked at the rest of the YUI, but perhaps all those Javascript components are useful as well.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">GPLv3 in Debian</title>
<category term="Debian"/><category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2007/08/21/gplv3_in_debian</id>
<updated>2007-08-20T23:00:00Z</updated>
<published>2007-08-20T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/21/gplv3_in_debian" />
<content type="html">&lt;p&gt;With this morning&apos;s update of the &apos;base-files&apos; package, I now have a shiny new copy of GPLv3 in /usr/share/common-licenses/.&lt;/p&gt;&lt;p&gt;
I&apos;m slightly concerned that a lot of packages will still be pointing to the GPL symlink, when they are GPLv2 only, not v2 or later. Oh well.&lt;/p&gt;
</content>
</entry>

<entry>
<title type="html">One step at a time</title>
<category term="blog"/><category term="Planet UWCS"/><category term="Planet WUGLUG"/>
<id>http://retout.co.uk/blog/2007/08/20/one_step_at_a_time</id>
<updated>2007-08-19T23:00:00Z</updated>
<published>2007-08-19T23:00:00Z</published>
<link rel="alternate" type="text/html" href="http://retout.co.uk/blog/2007/08/20/one_step_at_a_time" />
<content type="html">&lt;p&gt;My new blog is set up, more or less. I&apos;m vaguely happy with it.&lt;/p&gt;&lt;p&gt;
This one is a self-hosted Pyblosxom install, with various plugins. I&apos;ve added tags instead of the default categories system, and set up comments. I also got a MetaWeblog API plugin working, so I can post this entry with gnome-blog. (I patched the Pyblosxom plugin to support images, but one thing I can&apos;t do at the moment is tagging from gnome-blog - it would be nice to add the UI elements.)&lt;/p&gt;&lt;p&gt;
I still have various things I want to add: OpenID support for comments, perhaps, as well as trackbacks for all those arguments on various planets. In the longer term, I might want to rewrite my website so that everything integrates nicely. I&apos;ve stuck some CSS on it so that it doesn&apos;t look quite so plain.&lt;/p&gt;
</content>
</entry>
</feed>
