Bye, bye, blogger...
I've decided to move my blog to a self-hosted Wordpress server. The new address is: http://paul-nolan.homelinux.org/
See you there...
The random musings of a bipolar Linux fan
Bye, bye, blogger...
Today I took the plunge and updated my system to Edgy Eft (the Ubuntu release scheduled for October). This was probably quite silly, doing it so early in the release cycle (it's using an unstable version of Gnome, and the bootsplash is a hideous testcard thingy), but I like to keep things up to date, and I needed some core packages updating to run some software I wanted to use. The only downside I've found so far is I can't use Xgl & Compiz anymore (xorg 7.1 has problems with nvidia and disappearing fonts), but that's not that big a loss, seeing as my graphics card can't really handle it anyway (it was really slow).
Everything seems pretty stable so far, although Im just waiting for something horrible to happen (as tends to happen to me after an upgrade).
Sadly, I missed this year´s LugRadio Live, due to heatstroke. Thus, instead of spending the weekend feeling sick and passing out from alcohol, I spent it erm... feeling sick and passing out.
I´ll definitely go next year, though.
My cat, Boris, has made himself a nemesis: my printer. He´s taken to perching himself perilously close to the form feed button, then pouncing on the pages as they come out.
I´ve been wanting a new printer for a while, now. My current one (Deskjet 920c) is ridiculously slow, expensive to feed and not at all cat friendly (I want one where he can´t jump on the paper and ruin the printout as it´s being printed). I´m leaning towards a cheap colour laser like the Konica Minolta Magicolor 2400W, but I´m a bit worried about the lack of Mac support (I plan on buying a Macbook). Then again, it works with CUPS (with a 3rd party driver), and Macs use CUPS, so it should be a case of simply compiling the driver.
Glade 3
One of the things I've always hated about GTK (and development with it) is the travesty that is Glade. No undo, unintuitive layout, generation of files that don't actually matter, C-specific stuff that's deprecated and useless. I've tried other UI builders (stetic and gazpacho) which were better, but still far from perfect.
Recently, though, I came across Glade 3. It's not quite ready yet (it's still CVS only), but it's a VAST improvement over previous incarnations, and I would recommend it to anyone who currently uses Glade 2.
Was he really having that much trouble?
My sister's boyfriend has been working for weeks on building a simple subnet calculator, and yesterday I told him I'd have a go - if I managed then I could give him a few hints.
Anyway, I did it in a couple of hours (using Glade and Python). I'm not sure if I should let him see the code though (it's really terribly done, although I'm sort of wanting to see if he can decipher lines like:
widgets['netmaskentry1'].set_text(str(netmask >> 24))
widgets['netmaskentry2'].set_text(str((netmask - ((netmask >> 24) << 24)) >> 16))
widgets['netmaskentry3'].set_text(str((netmask - ((netmask >> 16) << 16)) >> 8))
widgets['netmaskentry4'].set_text(str(netmask - ((netmask >> 8) << 8)))
(there's got to be a better way to extract 4 8-bit numbers from a 32 bit one than this :)
My sisters' play
I went to see my sisters' end of year performance yesterday (they are doing drama at college). It was pretty good, even if I did have to watch it twice (they were in different casts). I can't believe how good Charlotte is getting at accents. I knew she could do a passable cockney, as she'd done it for stuff before this, but in this play she had to do a West Country accent (and did it pretty well, too).
Mysteriously, I couldn't connect to the GIMP CVS repo today for my weekly sync. When I finally managed, I noticed a couple of cosmetic improvements (including very pretty new Tango-compliant icons), but is this the reason why the server was jammed (surely this wasn't going to make everybody rush out and upgrade, was it?).