Father! (Again!)
Since today 3:55am, a beautiful daughter joined our family!
Tags: kids
Since today 3:55am, a beautiful daughter joined our family!
Tags: kids
There are a lot of tools available to convert mp3 files into m4b files, the
format for audiobooks on the iPods/iPhones.
However, I stille like to do it on the cmd-line. Its clean and fast. You just need to
have mpg123 and faac installed:
mpg123 -s input.mp3 | faac -b 80 -P -X -w -o output.m4b -
If you want to convert a whole directory of mp3 files, as it is the common desire, here
is the onliner:
for i in $(ls *mp3); do mpg123 -s $i | faac -b 80 -P -X -w -o ${i%mp3}m4b -; done
You can find this cmd-lines also in my wiki.
I created 2 yubnub search commands:
‘lsw word‘ searches on my wiki for word
‘lsb word’ searches on my blog for word

Stumbled about the http://www.devinettor.com/. A genie is guessing what character
you are thinking of. must be interesting programming logic behind it.

Have fun!
Tags: akinatorgame ai
I recently started to browse the net with flock, the social webbrowser.
A lot of services like facebook, gmail, delicious bookmarks, googles picasa, feed-reader are
very well integrated. You should give it a try. Since its a son of Mozilla the firefox users will
be very familiar with it
Tags: flockbrowser