graham.reeds/

Onwards and upwards

April 25th, 2009 :: graham.reeds
Categories: Life :: Misc :: Programming :: Work

Life continues.

Slowly getting used to the way my new employer does things. It’s a little more strict than previous places but this is the largest organisation that I’ve worked for under one roof. Using VB after a break of 5 years is a real pain but apparently it is only going to be for a short time. There are plans to rewrite (why do I cringe when I hear that word?) the apps in VB.NET. Oh joy of joys. Between now and then I can try and wheedle my way into getting C# used. Meanwhile I am learning to swim again by being thrown in at the deep end. As a plus I don’t have to get up/leave so early and I get home an hour earlier too.

While this is going on I am still working on Space. Or rather trying to get Space to work on a local VM. There is little point in pushing forward with changes when the changes are so hard to implement, and the only way to test is on a live system. That’s just folly: If something breaks then we start to lose real money. Better to make a VM and play safely in there.

That means learning Linux. Which I have now installed a dozen times. Even the book on the subject doesn’t work the way it is supposed to. Fortunately I am savvy enough to figure out my way around where the book misses out one of the hyphens in –dport.

With learning comes confidence so I went and reinstalled selecting server as the install option and doing everything manually. However with Virtual PC as my VM I kept getting the ‘i8253 too high – resetting’ all the time which made working in Vim a nightmare. So I decided to give VirtualBox a try.

Oh my God! How fast is it compared to Virtual PC!?. It just rips along. The boot is a blur, the install of the OS is twice as quick and UI is feels more responsive. As a plus I haven’t seen the i8253 bug yet.

0 comments.

Clean again

April 10th, 2009 :: graham.reeds
Categories: Life :: Misc :: Programming :: Work

Just finished my first week back in work and though it wasn’t a full week, does give one some confidence once again.

However, the job isn’t my ideal one – working with mess that is classic VB (could be worse might be PHP) – but it is a job all the same.

0 comments.

Javascript development

April 4th, 2009 :: graham.reeds
Categories: Leisure :: Life :: Programming :: Web

Write code.

Test in Firefox: Works. Test in Chrome: Works. Test in IE: Fails.

Edit code.

Test in IE: Fails.

Edit some more.

Test in IE: Works. Test in FireFox: Fails.

Tweak a few more lines.

Test in IE: Fails. Test in FireFox: Fails. Test in Chrome: Fails.

GIVE ME SOME STANDARDS!!!

0 comments.