Archive for the ‘Work’ Category
You are currently browsing the archives for the Work category.
You are currently browsing the archives for the Work category.
So I started work almost 3 weeks ago now. The first day was boring. Really, really boring. It was basically lectures and a bit of paperwork end to end. And the lectures were not relevant to the work I was doing at all. Imagine you’re at any company, any company at all, and you have network guys who actually only deal with one other company (which is owned by your company) that is unrelated to all the work they do. Now you decide to tell them all about the other stuff you do. It really doesn’t matter at all, I couldn’t care less if you slaughter baby seals if all I’m doing is moving files onto a server.
Read the rest of this entry »
I have 2 weeks left in my co-op term and I’ve finally moved to the actual IBM buildings at 8200 Warden. Err, moving. We left last Friday and tomorrow I get to go there.
I’ve been there before for little tours and things but we finally have to moving in and work there. My cubical about twice as big as what some people have to share between two people. It’s about the same size as my room in residence was. It’s way too awesome.
Read the rest of this entry »
I had to do this repeatedly manually at work so it took me like 2 minutes to make my first script to do it for me. It was horribly messy and looked something this:
for x in $(ls -1 .); do
mount -t iso9660 -o loop $x temp/;
cp -r temp/* .;
umount temp/;
done;
Which did the job but was horribly messing on doing it more than once with tons of errors and stuff.
When I came home I decided to make it much better. I even included how long it takes to do the whole process, which was harder than the process itself.
Read the rest of this entry »
Damn it’s tiring waking up at 6:30 all week!
Read the rest of this entry »