Backup Rake Tasks · 484 days ago
Rsync is awesome, but I kept forgetting the options whenever I wanted to backup my laptop.
Don't Extend Nil · 618 days ago
If you are using Ruby and you have fully embraced the power of include and extend, make sure that you never accidentally extend a class that you didn’t intend, ahem, like the nil singleton.
Ipodidae Reclusus · 627 days ago
My iPod nano was stolen.
Mysql Ate My Homework · 691 days ago
Monday morning… merge some changes. Run tests and BOOM can’t connect to mysql.sock. Hmm…
Help Please · 717 days ago
PHP makes me vomit.
SVN Remote Log Script · 733 days ago
Having used my SVN commit script for quite a while now; I realized that I was wanting any easy way to view the current HEAD revision of the log.
Ruby is more better than your programming language · 733 days ago
I am getting used to the ruby syntax. And beginning to really enjoy the ability to reopen any class / module at any time. Here is a completely useless example of how you can mess with your co-workers and generally wreak havoc.
SVN Commit Script · 1057 days ago
After using Windows for the past couple years I got used to Tortoise SVN. But now I have no GUI for SVN since I’m back on a Mac. The CLI for SVN feels slow (adding and deleting files by hand) and the Mac OS X GUI’s aren’t cutting it for me (yet).
So I found these scripts and modified the ruby version a little.
Flash Data Structures: Array vs. Object · 1316 days ago
This article is meant for flash beginners or flash programmers who may not know about associative arrays.