Some people come here for my Fortran page. Others want my PhD thesis titled Quantum Waveguide Theory (which is available from the UWA library) or my Honours thesis titled Quantum Chaos in Second Harmonic Generation - Stu. | ![]() |
Friday, 29 January 2010
I love my chainsaw
But some people really know how to give them a bad name http://myamazingfact.blogspot.com/2010/01/top-10-worst-attempts-at-cutting-down.html
Wednesday, 27 January 2010
Drink up for Australia Day
So, am I the worst Australian? I get a mate to hang out in a cold machine room fixing a computer for me on Australia day. How wrong is that?
Luckily he was an American so probably didn't understand what all the fuss was about.
Luckily he was an American so probably didn't understand what all the fuss was about.
Monday, 25 January 2010
Saturday, 23 January 2010
getfattr
Waiting for
getfattr -R -d -m '.*' -P . > ea.bakto finish on our meta-data server. Like watching paint dry.
Monday, 18 January 2010
Sunday, 10 January 2010
Sun-screen?
I love screen. I use it every day, have logins on probably 50 systems running for, sometimes, years. I suspect this is how I'll end up http://xkcd.com/686/ .
Thursday, 7 January 2010
checksum tar
Ever wanted to checksum a tar file as you write it to tape so that you can confirm the tar file without re-reading your data off disk?
First, create a tiny script called tarsum.sh
Then you can do#!/bin/bash tee >(md5sum > chksum.txt)
tar --use-compress-program tarsum.sh -cvf /dev/st0 mydir > filelist1.txt 2>&1 mv chksum.txt chksum1.txt mt -f /dev/st0 rewind tar --use-compress-program tarsum.sh -tf /dev/st0 > filelist2.txt mv chksum.txt chksum2.txt diff chksum1.txt chksum2.txt diff filelist1.txt filelist2.txt
Sunday, 3 January 2010
Friday, 1 January 2010
Moved again
OK, after getting pissed off with my last blog software and trying to update it... I've now decided to move to google provided blogging. Google now owns my entire life.
Hold on tight while I move across my old blog. Luckily, I was slack, which means their isn't that much to move :)
Hold on tight while I move across my old blog. Luckily, I was slack, which means their isn't that much to move :)
Subscribe to:
Posts (Atom)