Categories
n800 nokia tablet

Summary of maemo summit

Some details for the next Nokia device was announced. It looks like it will have a 3x faster processor, be opengl es enabled (and will use clutter for it’s interface), will include tracker and have 3G. So it looks like Nokia wants to compete more directly with the Iphone.

In the talks it was also revealed that 2/3 of the tablet owners are developers. That is a higher number than I had expected, so either the tablets are not selling as well as one could have hoped or there is just a large number of developers owning them 🙂

Nokia was nice enough to provide all non-nokia people attending the desktop search hackfest with a n810. So I had some time to test it out in Berlin. Like going from n770 to n800, the upgrade is mostly only improvements and not very many “regressions”. Integration of GPS and keyboard combined with a smaller form factor are all very nice improvements. The keyboard makes the device much more functional as a IM device and is generally nice for inputting stuff instead of the virtual keyboard. Sadly I just bought a 8gb + 4gb memory stick for my n800 which won’t go into the n810, so I will have to hold onto the n800 for a while.

The hackfest went nice. A lot of decisions was made, it will be interesting how everything will pan out once everyone gets home and starts coming up with corner cases where the agreed upon solutions falls short 🙂 But overall it should be a good step in the right direction for xesam 1.0. It seems there was some tension between people which just want a functional xesam 1.0 (more or less just a cleaned up version of all the current api’s) and the semantic desktop people, but I think we came up with a nice compromise that made everyone happy. So that was pretty nice especially since it seems that the tracker guys have been punting the implementation of xesam support until the spec for 1.0 was finalized.

Categories
Blog

On the Death Magnetic production

Earlier this month Metallica released their new album, Death Magnatic, to great reviews and so far it has sold more than 500.000 in the United States alone. So what is wrong with this rose red story? Sadly the new album has become the one of the latest victims of the loudness war. At first, people just thought it was the quality of bad 128kbit rips that made it sound so bad, but as the cd started arriving in the hands of people, the sharp reality that this was indeed the final mix hit people smack in the face. And is not pretty a pretty sight (death magnetic at the bottom if you were in doubt :)):

So far Metallica has been completely silent about the whole deal. Luckily people soon figured out that the mix was much better on the Guitar Hero 3 version and in short order someone figured out how to rip the sound of the game. All was not perfect though, some people claimed the Guitar Hero 3 was too flat and missing some of the “oomph” of the original mix. But it didn’t take long before someone fixed that, and a guitar hero version 2.0 was born.

So is this what the world has come to? That you have to be a filthy pirate in order to enjoy the latest album of a band you have been listening to for the last 15 years? A petition has started online to get Metallica to release a fixed version of the album. But until that day comes, I’ll be happy to call myself a pirate.

Categories
Blog

Adding some metal to ubiquity

The other day I was reading about this new project from mozilla labs called ubiquity. A command driven interface for the browser. The ability to mark something and just type: map this, define this, or imdb this is really powerful and saves a lot of mouse wanking. What is really interesting from a technical point of view is the fact that new commands are written in javascript. They have a guide for writing these and a rocking realtime editor (requires ubiquity).

I often find new artists or albums and want to check them out. Now since it’s mostly metal I listen to, there is this great site metal-archives.com with a bunch of reviews. The reviews really helps finding out if the music is worth listening to or not. Sadly I couldn’t find a command for this, so I wrote one. It’s one of the most pleasent programming experiences in a long time. With this command you just type: metal metallica and it will bring you to the metallica page on metal-archives.net (in a new tab of course).

The source for Ubiquity 0.1.X.

The source for Ubiquity 0.5.X.