Archives for: March 2007
Mail.app internals

Tweet I read a cool post the other day that explained how to speed up Mail.app, OS X’s built in mail client. The secret lies in the fact that Mail.app stores all of your mail in an SQLite3 database, and by running a vacuum command on the subjects table, it’ll speed up mail quite significantly. Never one to shy away [...]

By with 0 comments
Symfony project: Cries from the Sandbox

Tweet Started reading about Symfony a few weeks ago, and finally got a bit of time to actually give it a try. As they suggest, if you just want to muck about with it and not do any serious development yet, grab the sandbox install as it will just work out the box. What follows are some problems I ran [...]

By with 4 comments