[Flash 9 is required to listen to audio.] Played 8 times. If the plural is wrong ("1 times"), I don't want to hear about it.

Tom Waits - Hoist That Rag

[Flash 9 is required to listen to audio.] Played 2 times. If the plural is wrong ("1 times"), I don't want to hear about it.

Neon Indian - Deadbeat Summer

[Flash 9 is required to listen to audio.] Played 2 times. If the plural is wrong ("1 times"), I don't want to hear about it.

Richard Hawley - Coles Corner

[Flash 9 is required to listen to audio.] Played 1 times. If the plural is wrong ("1 times"), I don't want to hear about it.

The xx - Shelter

This entire album is fantastic. Atmospheric, sparse, really really good. And here’s a remix of that same song!

[Flash 9 is required to listen to audio.] Played 3 times. If the plural is wrong ("1 times"), I don't want to hear about it.

What Made Milwaukee Famous - Cheap Wine

Sometimes Computers are Too Smart

I’m working on an application that needs to be able to read a date from a string. Obviously there are countless libraries that will do this for me, so I essentially renamed the long datetime.datetime.strptime(string, “%m/%d/%Y”) to a shorter name.

I had initially assumed everything would be in mm/dd/yyyy format, but occasionally I would notice people leaving off the first two digits of the year. So I altered my wrapper method to deal with that, and things were working well. Then I noticed that sometimes people left off an initial 0 in front of a month, like 6/31/2008 vs. 06/31/2008. So I altered it again to deal with that.

But I was still having trouble parsing certain dates, and I couldn’t figure out why. Specifically, “6/31/08” wouldn’t work. At first I thought it was because it was both missing a leading 0 and two digits of the year, but after a while I realized that it wasn’t formatting because June has only 30 days, not 31.

Kind of annoying, but I guess it’s a good thing.

The shortest path between two points is apparently a mess.

To be fair, Google Maps doesn’t know about the monorail, and this image with the map overlay loaded and zoomed in looks a lot better.

The shortest path between two points is apparently a mess.

To be fair, Google Maps doesn’t know about the monorail, and this image with the map overlay loaded and zoomed in looks a lot better.

T-Shirt Idea

The Picture: A single slice of bread
The Caption: PSEUDO MAKE ME A SANDWICH

Previous Post

I apologize for making that last post a chat instead of just plain text, but I had already explained it to a few people and didn’t feel like retyping it all. And all of that actually happened, I promise.

Oh, also check out my new blog, Google Food. It’s my attempt to document every lunch and dinner that I eat at Google. Hopefully I’ll remember to take pictures in the future.