We’re getting closer to Paycheck every day… you know, if reverse engineering were actually that simple.
Found this via Brea Grant’s blog. It’s a good song, and the rest of the album is pretty good. You can get the album, Re-arrange Us, on Amazon.com’s MP3 store. No DRM, just plain, high quality MP3 files.
(PS. Don’t forget to watch Brea Grant on Heroes in a few weeks, and check out other books and music she likes over at Coolspotters. And, no, I’ve got no connection to her, business or otherwise. Just a fan since I saw her on Friday Night Lights.)
In case you get an error message like the one below, you can fix it:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 16 bytes) in /usr/www/users/scenic/fatmixx/wp-includes/cache.php on line 4
Other symptoms include a blank page when you try to post a new entry or edit an existing one in WordPress. The issue is that PHP 5.2 can be configured to take a memory limit and a lot of hosts set the limit quite low by default. My host upgraded PHP today to 5.2 and I ran into these issues.
Assuming your host allows you to, you can fix this by overriding the memory settings. 16M or 32M works well. How you set this depends on your host, but you can google .htaccess files or php.ini files. Here’s what I have in my .htaccess file:
php_value memory_limit 32M
That’s it. Hope this helps someone.





