Zombie Horde in SLC

Today was the last day of shooting for the Lifeless team. They closed Main and 1st South for a few hours. I hung out for a little while and took a few pictures and video clips. I’ll post them when i get around to it, but until then, you can check this out.

href=”http://www.macromedia.com/go/getflashplayer”>Get the Flash Player to see
this player.

Cheatsheet for Postgres


MySQL            Postgres   Description
show databases;  \l         Lists all databases
show tables;     \d         Lists tables of a database
use db;          \c db      Connects to a database for use
desc table;      \d table   Displays table definition
n/a              \z object  View user/host/db permissions

Writing my own blog software…

… is a bad idea. I have a thousand other things I should be working on rather than blogging, let alone developing software to let me blog with. Dreamhost happens to have wordpress as a one click install. This will work out much better I imagine.

We’ll see how it goes.