Monday 26 March 2007

OMGKYHO!

Ronald, that'd be because there's a bug in the code, and the free Fluendo MP3 plugin would be what shows up as the default in this dialogue. As Brian mentioned, the Codec Buddy page explains what this is about.

And the dialogue only shows what you need to download at first, I just changed the view so it looked a bit less empty.

PS: That's Oh my God, keep your hair on!

Totem news

At least some sort of news.

First off, I just committed support for xdg-user-dirs to Totem, so your Movies and Music directories will show up in the file choosers (which fixes a bug where Ross tried his hardest not to understand what I was talking about, and used "fab").

Secondly, Tim and Thomas have been hacking on codeina, the interesting part of Codec-Buddy. It allows users to purchase the codecs from Fluendo when they can't play a proprietary format. Hopefully, it will be useful for users that want to support Fluendo/don't know where to get Open Source alternatives/want great Windows Media support.


Paying for stuff can look good!

Finally, I committed some rough code to watch TV in Totem (xine-lib backend) using DVB cards. It's far from finished, but after creating a ~/.xine/channels.conf using w_scan (the easiest way I've found to create tuner data yet), "totem dvb:" will list all your channels in the playlist, and you're ready to lose some time.

Films: one great film, The Machinist (for those who liked Memento), 2 decent ones, Angel-A, and Cars, one I'm ashamed of, but not that much, The Devil Wears Prada, and an utter pile of crap that I stopped before the end (actually, near the beginning), Ultraviolet.

Monday 19 March 2007

Chuck Norris can divide by zero

Chuck Norris still rocks. And Walker Texas Ranger dubbed in French is still funny as hell.

Saturday 17 March 2007

Exclusive GUADEC posters for Comic Relief

Much like Paul, I'm selling some exciting memorabilia on eBay for Comic Relief. I had a lot of fun watching tonight (there's DVDs of the program for sale, well worth the pennies), and thought I'd sell my recently recovered posters.



Held by booze and fags, a wonderful poster

Unlike the picture, the poster doesn't look washed out. You will get one autographed poster, with the likes of Tigert, Jimmac, Miguel, Telsa, Jim Gettys, and many more (including yours truly). You will also get a clean one, to compare, and all. I expect to get at least a 100 quid off of it, so don't let me down.

Thursday 15 March 2007

Stripey

A good friend (Ezio shall remain nameless) is going a bit stripes-crazy, buying pretty much every Paul Smith pinstripes item sold on the planet. Last week, I found some (nearly) matching umbrellas as a special offer in the local Co-op.


Nice umbrella, gringo

But yesterday, it all got a bit worse. This is the window of a stationery shop in Manchester's city centre.


That's it, he's going mental now

Ezio, you're a slave to the stripes, aren't you? What next? The iPod case? Or, as Jose keeps telling you, the boxer shorts?

Wednesday 14 March 2007

What did I miss?

Pfff. I go away for a couple of days to watch a football game, and both RHEL 5 and GNOME 2.18 get released in my absence. In a somewhat related way, I didn't know Zara had a men section. Hoooo, manic monkeys!

Monday 12 March 2007

Less connectivity please!

Today was mostly spent wondering why France couldn't repeat their Ireland heroics to snatch victory against England, and getting Linux installed on A's laptop, in place of the virus/malware/spyware/bloatware infested Windows.

I was quite lucky to manage to find Grub4DOS, and associated tools. The laptop's busted CD/DVD drive (it can only read pressed CDs, and not even that fast) didn't make things any easier, and thank fsck I have a floppy drive in my desktop machine. The first install, bootstrapped from WinXP using the NT version failed halfway through with a network error, leaving me with a bricked laptop. The second try was more successful after I managed to get FreeDOS installed on the hard disk, got all the Fedora images over via floppy, and finished the install over the network.

I also saw for the first time the ACPI error message telling me that the BIOS cutoff date was past (the BIOS claims to be from 1997, even though the machine is 5 years old). I still managed to get quite an impression after showing suspend-to-disk, and boot/login of under 5 minutes (Windows is so shit).

Some old film news: Hot Fuzz, Bienvenue chez les Rozes, The Italian Job

Tuesday 6 March 2007

Comic genius

I can make farts with my armpits. That is all.

The return of the Bluetooth stuff

I spent my day (and a large part of a very late night yesterday) playing with BlueZ' D-Bus API. I ported nautilus-sendto to use it instead of gnome-bluetooth (even though it still uses the crappy spinner widget).

It looks (quite) nifty, and warns you if the destination device doesn't support OBEX.




Could someone please make it look a bit less arse? (it's already in SVN)

Re: Handling GNOME Bugs

Richard, you should also mention that we don't care what they're watching, smoking, or whether it is of any interest to us.

Friday 2 March 2007

Football

Plenty of footie lately, never enough really, but still a lot. I watched a couple of games on telly, including the great FA cup tie against Reading on Tuesday. I'm also going to watch Man Utd v. a Europe XI at Old Trafford Tuesday a week. Hopefully a good game of football given the talent on show.

I'm enjoying my 6-a-side football, putting in some decent performances. Defensive midfield is where it's at. I've scored a couple of interesting goals: coming from a defensive position, I wasn't closed down in midfield, and whacked a swerving and dipping 20-yarder in the middle of the goal. I also like my pass in the net from the left of midfield. Lots of bodies in between me and the goal, but my cross just evaded everyone. The defense wasn't happy at the goal keeper, and vice-versa. The last one was a right-footed volley from the right of midfield, for Erkut's last game with us. And today, I'll be hoping my new jersey gives me some skills.

Thursday 1 March 2007

Keybindings, they're back! and they're hungry for blood!

Everybody remembers (or should remember) the "Unf*ck my keyboard" session at the 2006 Boston Summit.

Thanks to Jens Granseuer, the old multimedia keys that needed keybindings assigned to them now work just as they should with players such as Totem, and Rhythmbox, using D-Bus to pass along the keypresses. A 3-year old bug goes dead.

Today, I just finished another part of the fun, which was making it possible for 3rd-party applications to add shortcuts to the Keybindings c(r)applet. I hope the patch will make it early in 2.19.x so that applications like Beagle and Tomboy can use it, instead of adding this sort of thing in their own preferences dialogue.

Last part of the problem is being able to update keymaps in a reasonably user-friendly way. Metacity, and all the other apps using GTK+ to translate the "keybinding" string to something Gdk understands, don't know how to handle keys without keysyms. When such a key is pressed in the keybindings applet, we should allow the user to map the key to a keysym, name their keyboard map, and send it off to us (or keep it for themselves, it's supposed to be dead-easy anyway).

That's a much harder problem though. For later, yes, later.