Don't understand german? Read or subscribe to my english-only feed.

Author Archive

Wisdom teeth: current status

Wednesday, September 22nd, 2004

Yesterday I’ve been at my dentist in Klagenfurt. Now I’ve one tooth less and I’m feeling really bad. The procedure of removing the tooth itself was “ok” (not recovery but fast and no real pains) but afterwards it was horrible. Abdominal pain, ague (Schüttelfrost), headache, sore throat,… Being back to Graz I even didn’t want […]

Thomas Bernhard: Der Untergeher (german)

Monday, September 20th, 2004

Man nenne mich ignorant oder auch Bernhard-Nichtkenner. “Der Untergeher” von Thomas Bernhard ware ein Versuch von mir, wieder mal österr. Literatur zu schnuppern. Die Geschichte dreht sich um drei Pianisten die nur das Höchste als die wahre Kunst gelten lassen. Eine nette Geschichte, dachte ich mir beim Buchkauf. Bei ungefähr der Hälfte des schmalen Buches […]

Wisdom teeth ;-(

Saturday, September 18th, 2004

My wisdom teeth are growing since months. It seems that I don’t have such a bigbeautiful mouth such as Julia Roberts. So some teeth are hurting now. :-( Because I still don’t know a reliable dentist in Graz I think I’ll have a one-day trip to my familiy and my dentist to Klagenfurt next week. […]

End of semester break?

Friday, September 17th, 2004

Oh man, I’ve been soooo angry. After being at a meeting at the end of the world Graz my bicycle had no air in one of it’s wheel (aka “I hob an Platten”). Damn. I went to a friend of mine (living behind the end of the world ;-)) to get a script for university […]

grml: and still going on

Thursday, September 16th, 2004

“grml 0.06 unofficial” is ready. It’s booting up with kernel 2.4.27 and 2.6.7 on my laptop within 1 minute and 25 seconds. Suggestions of Sven Guckes and Gerfried ‘Alfie’ Fuchs have been integrated. I’ve to do some bugfixing of course and someone[tm] has to write a lot of documentation. But it’s going on (a newer […]

IT-Support in dormitory

Wednesday, September 15th, 2004

I’m the one who is responsible for internet-access (nowadays VPN and PPTP) in the dormitory WIST-Wienerstrasse for now almost 5 years. Besides the usual stuff (people forgetting to plug in the network cable) there has been quite a lot of “intersting” stuff. Some funny situations I can remember have been: * windows running under “uncommon” […]

Win2k and HT

Tuesday, September 14th, 2004

[Hyperthreading and Windows…] For Windows NT and Windows 2000, the answer is “It doesn’t even know.” These operating systems are not hyperthreading-aware because they were written before hyperthreading was invented. If you enable hyperthreading, then each of your CPUs looks like two separate CPUs to these operating systems. (And will get charged as two separate […]

Zonked Quokka and USB

Tuesday, September 14th, 2004

Linux Kernel 2.6.8.1 (aka Zonked Quokka) seems to have problems with USB. :-( First of all I had (again) problems with one of my USB-sticks – the superfloppy one. See the log: usb #-x.y: can’t connect bus-powered hub to this port If you see something like that you might be using a usb keyboard port. […]

Firefox: thumbs extension

Tuesday, September 14th, 2004

Do you know Opera’s mouse-gesture which tries to guess what’s the next page/picture? Go into a directory-listing with many files (for example pictures) and click on the first link. Now use the same gesture as for switching forward: press right mouse-button and move it the the right . You will see the next file in […]

zsh: /bin/sh

Monday, September 13th, 2004

zsh-users out there: please use the zsh as your /bin/sh! Use /bin/zsh not only as the shell for your user(s) in /etc/passwd but also do a ‘ln -s /bin/zsh /bin/sh’! Why? For me there are two major reasons: * find unportable shellscripts * find bugs of zsh grml uses zsh as the default shell. I […]

Rating services for geeks

Sunday, September 12th, 2004

The binichsexy.de version for geeks is ratemynetworkdiagram.com. :-) Pointer by Kristian Köhntopp

Hanoimania

Saturday, September 11th, 2004

If you are searching for implementations of the Towers of Hanoi problem take a look at Hanoimania. The webpage is really great and provides (IMHO) impressive solutions (YMMV). Some versions I like: * awk * ICMP * sed * zsh * ZSH Dynamically Loadable Builtin

zsh and gcc…

Friday, September 10th, 2004

One thing that annoyed me at my selfcompiled zsh-binary was that zsh changed path to ‘/’ when starting up. Now I could fix that behaviour: $ echo $CFLAGS -O9 -funroll-loops -ffast-math -mcpu=pentium4 -march=pentium4 \ -fomit-frame-pointer -fno-exceptions -malign-double $ ls -lah Src/zsh| awk ‘{print $5}’ 566K $ ./Src/zsh -f -c pwd / […] $ echo $CFLAGS […]

Backing up del.icio.us

Friday, September 10th, 2004

I like using del.icio.us. You too? Want to backup your entries? $ curl –user username:password -o myDelicious.xml \ -O ‘http://del.icio.us/api/posts/recent?count=10000′ Found on rentzsch.com. If you don’t have curl use the wget solution of blog.var.cc: $ wget –http-user=delicious-user –http-passwd=delicious-pass \ -O delicious-bkp.xml http://del.icio.us/api/posts/recent?count=10000 And another option is to bookmark http://del.icio.us/api/posts/recent?count=10000. Mac OSX users can use a […]

Wordcount

Friday, September 10th, 2004

wordcount.org has an archive of the most frequently used english words. Look at some words I was searching for (1st: rank, 2nd: word): 1073 michael (hey, I’m the winner) 8-) 1169 windows (d’oh) 3474 apple (next to wanting) 3822 opera (next to alarm) 3952 shell (next to climb and humour) 7172 mac (next to moor) […]

The story of Rubeo and a bird

Thursday, September 9th, 2004

Yesterday our cat Rubeo had great action fun. A bird lost it’s way and was jailed in our flat. My girlfriend and I heard strange noises in the living room and when we went there we found Rubeo fighting with a bird. Rubeo lost the bird and the sparrow flew in my working room. Our […]

Google: disovered new feature

Thursday, September 9th, 2004

Enter ‘cat en-de’ in the google searching field and have a go. It’s the shortform for ‘cat englisch-deutsch’ and you will get a link to leo.org. I couldn’t find this feature on the englisch webpage of google, neither on the italian nor the french one but only on the german features webpage of google.

Status report

Wednesday, September 8th, 2004

I’m back in Graz since Monday. I had to do a big update on my workstation (besides the regular security-updates). Running with kernel 2.6.2 as my server for 87 days uptime without any problems *knock on wood* I updated to 2.6.8.1. With Jimmy’s ATI-Howto and debian-packages from Flavio Stanchi 3D-acceleration with my “ATI Technologies Inc […]

Monado: Microsoft Shell

Saturday, September 4th, 2004

Because I don’t have to administrate any windows-clients during my holidays I didn’t read that many stuff/news related to M$. While searching for some interesting blogs I stumbled across Jason Nadal’s blog covering Monad. Monad is the codename (from greek philosophy meaning “indivisible unit”/german: Einheit, Unteilbares) for the new command shell msh.exe shipped with Windows […]

grml [the linux-distribution] – going on…

Friday, September 3rd, 2004

Running mkisofs and create_compressed_fs resulted in [ 9] Block# 22409 size 65536 -> 63066 [compression ratio 96%, overall: 36%] Getötet Huh?! Ok, give it another try: [ 9] Block# 22470 size 65536 -> 45476 [compression ratio 69%, overall: 36%] Getoetet So not a problem of grml but running out of swap *dang*. Running mkisofs and […]