Last night we were watching Fringe and I thought Anna Friel (from Pushing Daisies) was the bad guy, but it turns out it was Gillian Jacobs.
Monthly Archive for November, 2008

This video was made from stills taken by Donald R. Pettit during his stay at the International Space Station in 2003. I can’t help, but feel moved when I watch this. You can see so much, the many stars in the background, the lights, man. It is real. It is really happening. This is outer space. This is the Earth’s atmosphere.
Over the last two days I moved Existential Media from Movable Type to WordPress MU. Here is the process I followed to achieve this.
- Create new blog in Wordpress.
- Create the new author in Wordpress.
- Export posts from Movable Type blog.
- Import posts into WordPress blog.
- Move Movable Type blog files to WordPress blog files directory.
- Have Movable Type generate a .htaccess file to redirect old posts to new posts.
Redirect 301 /merde/ http://existentialmedia.net/merde/
Redirect 301 /merde/<$MTArchiveDate format="%Y/%m"$>/<$MTEntryTitle dirify="1" trim_to="30"$>/ http://existentialmedia.net/merde/<$MTArchiveDate format="%Y/%m"$>/<$MTEntryTitle encode_url="1"$>/ - Run sql find and replace to update links to files like images, mp3s, etc.
update wp_2_posts set post_content = replace(post_content, 'http://existentialmedia.org/merde/', 'http://existentialmedia.net/merde/files/merde/')
