03.26.07

Making your drive a bit more surreal

Posted in Tech at 1:20 pm by Cavorter

Apparently you can have Mr. T (Yes, that Mr. T) speak your driving instructions if you have a TomTom GPS unit that supports “NavTones”. He’s not the only one: Dennis Hopper, Burt Reynolds, and (newly added) Gary Busey.

Retaliation

Posted in General at 1:06 pm by Cavorter

You know, I’m amazed at how much news there is out there. I mean, when you really think about it.

From the guy who skunked me at one game of cribbage during lunch, and won the next fairly handily.

03.23.07

Not a huge surprise

Posted in Food at 4:33 pm by Cavorter

The new Flat Earth chips that I have been enjoying are produced by Frito-Lay.

03.21.07

Brass Mario, a funky Mario

Posted in Games, Music at 9:00 am by Cavorter

The Super Mario Theme performed by three trombonists!

03.20.07

Excellent advice

Posted in Books at 4:09 pm by Cavorter

From Terry Pratchett:

Let grammar, spelling and punctuation enter your life. Yes, publishers have people who will do this sort of thing—and they are called authors.

(I haven’t been able to run down a link to the quote, and I only have it from an AuthorTracker message.)

03.19.07

Before I lose it again…

Posted in Tech at 10:25 am by Cavorter

I just need to link to the MnDOT Data Tools website. It is quite possibly one of the most cool data resources I have ever run across.

03.17.07

Too bad about the name, but…

Posted in Books, Tech at 5:05 am by Cavorter

Infodoodads pointed me to another social book site that I think might fit my needs a bit better than the other three that I’ve played with so far: goodreads.

My profile can be found here and I might play with the widget a bit and see what it looks like.

Reducing perforce clutter

Posted in Tech at 4:56 am by Cavorter

As I was getting ready to leave work this evening I went into Perforce to find out who all had files checked out despite the request to get everything checked in before a major outage this weekend. I noticed there were a huge number and that there were some really low numbered changelist numbers so I started browsing through them and noticed a huge number of empty changelists. After a little bit of searching, I found out that you can delete an empty changelist from the command line as long as you have admin access using the following:
P4 change -d -f [changelist #]

After getting rid of a couple I decided that this was far too tedious to do one at a time and so then figured out the following command that will run through the pending changelists and delete any that are empty:
for /F "tokens=2" %i IN ('p4 changes -s pending') DO @p4 change -d -f %i

You can actually run this at any time since any changelist that still has open files in it will get a result resembling “Change 218644 has 359 open file(s) associated with it and can’t be deleted.” (BTW, that one is real and it is two years old).

Start cursing me now

Posted in Games, Tech at 4:53 am by Cavorter

From the maker of the Grow series, some of my favorite puzzle games ever, comes Dwarf Complete! I may or may not have stayed up all night trying to complete it, and I only needed hints from the web twice! Woot!

03.16.07

Namespace exploration

Posted in General at 4:36 pm by Cavorter

I’ve been enjoying all sorts of stuff from Infodoodads this week but this one is probably the most interesting to a broad audience: Graphically explore the popularity of baby names over time with real census data.