Halo 3: My First Thought

Besides the script, how exactly is this different from Halo 2 and Halo 1? The graphics don’t seem any better (based on my limited progress through the game), and I expected something a little more than running through the woods killing the same creatures that were in the first two games with the same weapons. Thankfully I got my copy from the company store so I didn’t have to drop $60.

I think Halo 3 will fall into the realm of “great multiplayer” games, cuz the single player mode just bores the crap out of me.  

Great Mod for the Dock in Leopard

I know I’m not the first to blog about this, but my good pal Brad Wilson (the DotNetGuy) told me about a single command you can execute that turns the dock from this:

Dock Before

(which is visually impressive for a day or two, then it just looks cluttered because of all the eye candy they put in) to the 2D version, which looks like this:

Dock After

There is still some transparency (it’s not just icons on a black background) but this looks so much cleaner. If you’re interested, open up a terminal window and execute the following command (it may appear on two lines, but it should be entered on a single line):

defaults write com.apple.dock no-glass -boolean YES; killall Dock