Archive for March, 2008

Awesome MySQL behavior of the day

Tuesday, March 18th, 2008

Consider this table schema and data:

CREATE TABLE `foo` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`up` INT UNSIGNED NOT NULL DEFAULT ‘0′,
`down` INT UNSIGNED NOT NULL DEFAULT ‘0′,
PRIMARY KEY (`id`)
);
INSERT INTO `foo` (`up`, `down`) VALUES(0, 1);

Now, consider this query:

mysql> SELECT (`up` [...]

Most irritating Leopard problem ever.

Monday, March 17th, 2008

I have a custom hostname set on my machine, because “Ian-Eures-Computer” just doesn’t do it for me. Here’s how I have it set up:

This is what the hostname actually is right now:

Clearly, something is not right here. I’ve had it change to several different values, all names of public internet sites, seemingly at random. It [...]

We’re moving

Monday, March 17th, 2008

To California. F’r real. 4/18. Never forget.

A highbrow investigation into LOLcats vs. FAILdogs

Friday, March 7th, 2008

Some people are of the opinion that LOLcats are stupid. And they’re technically right. They are stupid. They’re also extremely funny. It was only a matter of time until the heathen dog-lovers of the world came up with a canine alternative.
Enter FAILdogs. Even if you think that LOLcats are stupid, I think we can all [...]

Public Service Announcement

Friday, March 7th, 2008

Rumors of our demise are greatly exaggerated.
Oh, did I mention that I work at Digg now?