Thursday, January 29, 2009

Quotes

Just a few quotes I found while cruising the HAMB. The thread was created for car-related quotes and sayings, but I think that some of these apply to 'life'.

  • After working on it you can climb in and go places. Who's got a cooler hobby?
  • It's the pushing that matters, not the boundary.
  • A lack of pre-planning on your part does in no way constitute an emergency on mine
  • Proper planning prevents piss poor performance
  • "Our Lady of Blessed acceleration, don't fail me now" Elwood J. Blues
  • When you get done polishing a turd you still have a turd.
  • Anything worth doing is worth overdoing.

Tuesday, October 14, 2008

My Camaro


IMGP1945
Originally uploaded by harley_fan
Its not much, but its a start. I finally have a genuine 1967 Camaro Rally Sport. Its just a shell with doors, a rear axle, some interior parts, and other bits. The good news is that it came with an Ontario registration and paperwork from GM Canada showing that it was a 275hp 327 with an M20 4 speed and a 12 bolt posi rear axle.
Now, if they'd only get my new garage finished.

Go to Flickr for the full set.

Wednesday, August 13, 2008

Lucas Restorations




If you are looking for someone to restore your First Generation Camaro, THIS looks like the place.
An awesome website to browse and see some nicely restored first gen Camaros.
By the way, this is exactly what I'd like to build. This is a real 67 Z/28, but I'd settle for a good clone.

Lucas Restorations

Thursday, August 7, 2008

Use Windows Installer Properties When Setting Registry Key Values

Whew! That's a mouthful!

I needed to set a registry key value based on the the installation directory of the package. Turns out you can use Windows Installer properties enclosed in square brackets.
Like this...

[TARGETDIR]bob.exe

... to get at the bob.exe in its install directory. This expands to...

C:\Program Files\Bob Application\bob.exe

... in the registry during installation.

You can use properties like
  • TARGETDIR
  • ProgramFilesFolder
  • Manufacturer
  • ProductName
  • SystemFolder

Monday, June 9, 2008

How To Reboot From A Remote Desktop

When you are connected to a remote Windows machine using Remote Desktop, you need to restart that computer. Maybe you installed some new software, or maybe something whacky is happening and you need a reboot to 'start fresh'.

Unfortunately, you can't restart the remote machine using the Start menu. That option is not there.

You can restart the remote machine from the command prompt.
From the command-line ("cmd"), just do one of the following.

- "shutdown" to shutdown
- "shutdown -r" to reboot
- "shutdown -i" to get a GUI
- "shutdown -l" to logoff

Friday, May 23, 2008

Why C Programming Skills Are Important

I think this quote is awesome, but the whole post is worth a read for anyone thinking about learning C.

"A lousy developer who happens to know C is simply better equipped to hurt himself or somebody nearby."

C and Morse Code

Thursday, May 22, 2008

Firefox Hates YouTube

For the past while, Firefox on my machine at work, as well as both of my machines at home, refuses to play any more than 2 seconds worth of video on YouTube. It doesn't matter whether I'm actually on YouTube, or trying to play an embedded video, the result is the same: Video starts and then stops at 2 seconds. In the mean time, the cache indicator is marching across the screen, so you know that the video is streaming from YouTube, but the Flash player is frozen.

I tried many different fixes like clearing Firefox's cache, disabling and removing the Real Player add-in. No luck, until today.

Seems that QuickTime has some sort of hook into Firefox to allow itself to start playing videos as soon as a network connection is made, rather than spooling a small amount before playing.
I followed these instructions, and it now appears as though Firefox and YouTube play well together again.

  1. Start Menu > Programs > QuickTime > QuickTime Player
  2. Edit > Preferences > QuickTime Preferences > Streaming
  3. Look at the second box where it says Enable Instant-On and remove the check mark from this box.
  4. Click Apply and then OK.
  5. Restart Firefox
I need my YouTube...