The random musings of a bipolar Linux fan

Monday, July 31, 2006

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...

Sunday, July 30, 2006

The Newt Cometh...

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).



Wednesday, July 26, 2006

LugRadio Live

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.



Boris

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.

magicolor 2400W full product details in a pdf formatI´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.

Sunday, July 02, 2006

Screenshot of Glade 3


In case anyone's interested (and can't be bothered to install it), here's a screenshot.

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.

Friday, June 30, 2006

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 :)


Thursday, June 29, 2006

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).

Wednesday, June 21, 2006

Thoughts on The GIMP


The GIMP
Originally uploaded by onewingedyaoi.
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?).
I've read a lot of complaints about The GIMP, which tend to boil down to one of 2 things: Lack of Colour Management/CMYK/16-bit, and the interface. Personally, I really like the interface (once I merge the toolbox into the main window it barely takes up any screen space, and I prefer separate toolbox and image windows to traditional MDI), as must many other people (or it would change). I think most of the complaints in this area are really "It's not Photoshop", and I'm not really sure cloning Photoshop is the way to go (people are more adaptable than they are generally credited).
Of course, the colour issue is a bit more valid. Both the other major painting programs for Linux (Krita & CinePaint) have some form of CMS/CMYK/16-bit colour support, and it would really be nice if this work could make it's way back to GIMP (preferably Krita's stuff - it's much more advanced and less buggy). CVS GIMP does have rudimentary CMS support, but there is no support for CMYK ouside of a 3rd party plugin providing 1-way CMYK TIFF export, and no 16 bit colour support at all (AFAIK).