Always Get Better

Never stop looking for ways to improve

December 1st, 2008

We rented Baby Mama this weekend. I was happily surprised to find PC Guy in the role of the fertility doctor – perhaps a nod to Mac Guy‘s film appearances. It warms my heart to see those references transitioning into the cultural lexicon. All this got me thinking about Apple’s “Get a Mac” campaign; there have been some funny ads circulating around the net lately, including some Flash videos seemingly spreading between ad spots (how do they do that?).

The newest byte is that due to a shortage of trained developers, talented programmers can earn $125-$200 per hour by developing iPhone applications.  Unbelievable!  Where is my old iBook when I need it – buried under a stack of music CDs with an old version of OS X that doesn’t support the iPhone SDK.  Maybe the time is right to spring for a new laptop if there is a potential to earn $250,000 by creating a decent marketable application.  Gold rushes like this don’t act long – talk about striking when the iron is hot!

April 18th, 2008

Windows Vista keeps the HOSTS file locked down so only users with elevated permission can edit it.  I found the fastest way to add lines to this file in my own system was:

  1. Open the directory containing the file (C:\Windows\System32\drivers\etc\hosts)
  2. Copy the file to my Documents directory by right-clicking Send To…
  3. Editing the file in UltraEdit (or notepad, or whatever)
  4. Moving the file back to the etc directory.

The act of moving it back causes Windows to prompt you for privilege elevation.  It’s possible to raise your text editor’s privileges, but going in through the command line – at least to me – seems like a much longer and more tedious way of doing the same thing.