15 Oct 2003 kirby   » (Apprentice)

The HD Download...

It's still going. Around about 98% done now. I have a little script running so I can see how far it's got to. It's almost as exiting as waiting for Christmas. here's the script:

while [ 1 -le 2 ]
do 
	echo -n -e "\r" `ls -l|grep disk|awk '{print  "scale=5; (" $5 "/6871947674)*100"}'|bc -l` "\b\b\b%  "
	sleep 1s
done

I'll post info on how well the recovery process is going when the file is all here. If it makes it in one piece.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!