Archive for October, 2006

Halloween

Does anyone else get the distinct impression that halloween is reserved for lamers? I mean, correct me if I’m wrong, it stems from a pagan festival celebrating a time at which spirits can make contact with the physical world. Is that something people really want to be celebrating?

I assume that the majority of the world goes along with the fact its just a bit of fun, a time at which kids get dressed up and collect sweets door-to-door, punishing those who don’t pay up with a bombing of baking compnents and parents play the niave fools. It’s a bit strange that people are so wound up with partying they don’t even know why they’re doing it. The same goes for Christmas and Easter too.

No Comments

Nobody Tells Me Anything

Somebody should really remind me the evening before the clocks go back. I got up at 7.30 today and could have done with that extra hours lie-in. Oh well!

No Comments

Firefox 2.0 is Out!

Firefox 2.0 is out! Wikked wikked bwaaad bwoy!Get your ass over to mozilla.org while its still hot.firefox2

No Comments

God is a DJ

This short vid is quite clever:

No Comments

Bash bash

I was quite impressed with myself the other day that I’d actually managed to write a bash script within ubuntu which served a purpose. I wanted to be able to monitor the size of files within a particular directory, and report back their size when a change was observed.I found a program called fileschanged, which fulfilled half the problem, namely reporting back a file had changed, but I needed a greater level of detail than that. What it did allow me to do however was pass the filename as an argument (along with some other parameter) to another program. I duely spent an hour or so trying to figure out a script to take that filename and report back its filesize and the current time (which I assume is close enough to that which the file was changed). This is what it looks like:#!/bin/bashif [ -z "$1" ] && [ -z "$2" ]; then exitfiFN=$2DATE=$(date +%s)FILESIZE=$(stat -c%s "$FN")echo "$DATE,$FN,$FILESIZE"

No Comments

Ow! My arse!

For the 3rd time I can remember ever I came off my bike this morning. I took a corner too sharply and ended up sliding across the road. So I am currently sitting here with gravel ridden hands and a really sore arse. I thought to go and check my arse when I finally arrived at uni and decided that it might be an idea to find something to stop the injury oozing all over my underwear. Much to the amusement of the staff in reception who commented that they’d be able to help me apply first aid, but both of them would need to attend as they were of the opposite sex. I decided to go ahead and apply it myself. A wound dressing might be slightly overkill, but hopefully more comfortable when I return home.

It hurts.

4 Comments