About a month ago, Seth Godin wrote about the website WillDrawAnything.com
For only $2, the cartoonist, Yirmumah will draw anything.
The price was so cheap I decided I wanted one. I asked him to draw: The LSU Mascot (Mike the Tiger) mauling a Georgia Bulldog.
This morning I finally got the cartoon.
I’m really happy with […]
Entries from August 2008
LSU Mascot (Mike the Tiger) mauling a Georgia Bulldog
August 25, 2008
Two Random Things I learned this Week
August 12, 2008
Here are two Random things I learned this week.
The first one is Perl related.
I was trying to use the qq function when I got an error.
The problem was I had the / character inside of my string. Since / is only a delimeter, I changed it to , instead. My code look similar […]
MySQL mysqld.sock Error
August 3, 2008
I was getting this error tonight when trying to get PHP and MySQL to work on OSX.
Warning: mysql_pconnect() [function.mysql-pconnect]: Can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’ (2)
To fix this problem, I had to add the following line to my PHP code.
ini_set(’mysql.default_socket’, ‘/tmp/mysql.sock’);
Now I have a new set of errors […]
Posted in



