Monthly Archives: March 2009

Müde

Drei Tage habe ich Oliver für mich alleine… während Almut sich in Stockholm mit Almuth vergnügt. Es ist schön so viel Zeit mit Oliver zu verbringen, aber es ist auch sauanstrengend. Ich bin müde, will nur noch schlafen. Oliver ist auch müde, aber er will nicht schlafen.

Vorhin bin ich für 5 Minuten auf dem Küchenfussboden eingeschlafen und als ich aufwachte, hatte Oliver einen Küchenstuhl vom Tisch an den Küchenschrank geschoben. Er hatte sich daran hochgezogen und stand schwankend am Stuhl. Pfuhh, das hätte auch ins Auge (oder auf den Kopf) gehen können. Ich will schlafen…

vala-settings

It’s a long time ago that I did some open source programming, but last weekend I finally got around and hacked some hours.

Since I own an OpenMoko Freerunner, but there is no mature software for it yet, I find myself tweaking and setting stuff on it via the terminal, which is not very convenient with no keyboard attached. shr-settings is great but it is written in python. While this is the language I am most comfortable is, I recognize that it is not a good choice for an embedded device with low hardware specs. But then I got rusty with ANSI C and find it very uncomfortable by now.

So I learned the GUI framework of choice on the FR, enlightenment elementary and a new programming language, “vala“. My first project in order to learn the stuff is simply to clone shr-settings and see if it makes any speed difference. So without any further ado, here is the code for vala-settings: github.