blog.thiesen.org

a geek’s life

Archive for 13. Juli 2005

Fernsehfilme die keinen Sinn machen

Also, ich muss ja gestehen das ich Fernsehen mit Werbung für Zeitverschwendung halte und daher meine Auswahl an Programmen etwas begrenzt ist. Naja, zwischen Tagesschau und Blumengießen bin ich dann halt auf ARDs (wobei eigentlich war es ORFs) meine schöne Tochter hängen geblieben. Also Ansich ist die Story ja relativ vielversprechen (für nen Mädchenfilm)…. kleine Tochter bleibt auf stand einer 9 Jährigen stehen weil ihre Mutter bei einem Badeunfall ertrinkt, Vater kümmert sich liebevoll um sie und engt sie dabei halt etwas ein.
Hinzukommt die liebevolle neue “Babysitterin” plus die Oma, die dem Kind endlich mal was vom leben zeigen wollen. Die Oma fährt mit der kleinen in Urlaub, wo sie sich zum ersten mal verliebt, die Babysitterin geht danach mit ihr auf ne Party, wo sie oh wunder den Typen wiedertrifft, der sich mit ihr natürlich absetzt (also sie ist mittlerweile 18) und das ganze irgendwie ausartet, auf jeden Fall wird sie am Ende halb nackt wieder von ihrem Vater eingesammelt.
Und dann bringen sich beide um?!?!? Also eigentlich bringt der Vater beide in einem Heißluftballon um … aber trotzdem. Wo ist das Happy End… das die Tochter aus ihrem “frozen development” ausbricht und glücklich bis an ihr lebensende mit diesem Typen ist und der Vater sich in die Babysitterin (oder die Oma, aber das wäre komisch) verliebt?
Also irgenwie …. ich dachte ich wäre manchmal negativ.


inotify++

What are you supposed to do at the day before an exam? Right, do something relaxing. So I played with one of my favourite new technologies … in the line of udev and d-bus there is now inotify, which will be wide available with the upcoming Linux 2.6.13. It is a replacement for dnotify and is used to make it more efficient for your system to find changed files, e.g. in Konqueror update the view when you have created a new file via the command line.
To use this feature today, you need to get the patches from John McCutchan and integrate it into your Kernel (mine is 2.6.12.2, because I stopped using the development kernels). Unfortunately, gamin, which is the program that notifies other Desktop applications of file changes is build without the inotify backend in Debian. So, you have to do an apt-get source gamin and change the debia/rules file from –disable-inotify to –enable-inotify. As KDE is linked agains libgamin, this change has an immideate effekt after rebuilding and installing gamin and rebuilding and installing the kernel.
Nifty, real time file system changes in Konqui.
(Unfortunately there have been some API changes in the inotify version which is in 2.6.13-rc3 which are reflected in the newest gamin 0.1.2 which is not in Debian yet, this might lead to a strange combination, but atm it works like a charm with the above mentioned combination and gamin 0.1.1).