Archive for April, 2008

Moving to California

Wednesday, April 23rd, 2008

So I’ve gone and got myself a job. In California.

I recently made a trip down to the Bay Area to check things out, and see if I couldn’t find a place to live while I’m down there. During most of the week I spent there I didn’t have a car, so I got around by public transit. People told me that I was crazy, but I already knew that.

Between BART and Caltrain the service itself didn’t seem too bad, but signage was occasionally a problem. When there’s no indication at track level as to which direction the train will be going, things can be confusing. Millbrae Caltrain platform 5, I’m talking about you! On my first day, shortly after figuring out that the train headed south to San Jose, a backpacker who had been walking up and down the platform since before I arrived asked me which way the train went, and he was then asked the same question only a few moments later…

Ok, I knew that - which way does the train go?

On a brighter note, cars seem to stop for pedestrians almost without fail, to the point that people will pretty much slam on their brakes if they see you waiting at a crosswalk. Contrast this to Markham, where you’re lucky if drivers even notice you, nevermind actually stopping.

It was pretty warm there, but according to my new boss you can get by without AC if you’re only at home in the evenings. This is something I have a hard time believing, given the temperatures I saw during my trip, but we shall see. I came away with a few leads for apartments, although given I can’t really go down there until the University gives me my diploma, I’m still a way off actually moving.

Creating a Virtual Machine from an old system

Saturday, April 5th, 2008

My mother recently bought a Mac to replace her aging Dell. She still needed to be able to use all her old applications though, and many of them were only available for Windows.

Virtual machines to the rescue! (almost)

VMWare has had a Mac version of their workstation product available for a while now, and I’ve been using it on my Macbook with no issues, so I decided to try and get her old machine stuffed into a vm. Some searching turned up this article, which explained how take the contents of the old computer’s hard drive and create a .vmdk file for use with VMWare. I booted with Knoppix, and ran:

qemu-img convert -f raw /dev/hda -O vmdk boot.vmdk

which produced a file that VMWare was able to boot from – so far so good. Unfortunately, Windows didn’t really like being transplanted like that, and refused to let anyone log-in until it had been activated again. After a call to Microsoft, I was told that OEM installs of Windows “die with the computer they were shipped with”, and that we would need to buy a new license for the new computer, which is what my mother decided to do.

I will be trying this again with Linux in the near future, as I’ve got a few old machines acting as servers that could be consolidated into one box with virtualization, and they shouldn’t complain about anything but hardware changes (I hope…)