which way from here?
from Lisa Evans:
"But I don't want to go among mad people," Alice remarked. "Oh, you can't help that," said the Cat: "we're all mad here. I'm mad. You're mad." "How do you know I'm mad?" said Alice. "You must be," said the Cat, "or you wouldn't have come here." –Lewis Carroll, from "Alice's Adventures in Wonderland"
migrating from tarballed wordpress to subversioned wordpress
i just migrated from the tarballed wordpress source code to a locally checked-out copy of the subversion repository. this should allow me to upgrade in the future by using svn update
or some equivalent.
here’s how i did it. see the upgrade documentation for details.
mkdir mijit.com-new
( cd mijit.com-new && svn co https://svn.automattic.com/wordpress/tags/2.1.3 . )
cp -pr mijit.com/{.htaccess,wp-config.php,wp-content} mijit.com-new
mv mijit.com mijit.com-old && mv mijit.com-new/ mijit.com
note: on my production server, i ran into a problem where the upgrade page didn’t work - it simply showed a white page, no matter how many times i reloaded it. i peppered the php code with die('x')
to see what was failing, but it seemed to just crap out at some point in the script execution. then, i discovered the following in my apache error_log:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes)
aha - so sucktastic php is crapping out and barely giving any indication that it is to blame! (i don’t blame the wordpress people for not slavishly checking every memory allocation, but you’d think php itself could put something cunning like “php” in its log lines so i know the error is neither with wordpress nor apache.)
googling that line brings the solution, to increase the memory available to php. not that that stopped me from wondering why the hell an upgrade script (which presumably just updates a version string, based on a cursory examination of the code,) needs a ton of memory anyway:
in /etc/php.ini, bump from 8M to 16M:
memory_limit = 16M
installation proceeded flawlessly.
she
from deviantART, by digifox:
welcome to the universe. the only way out is through.
impromptu
Keep away from sharp swords Don't go near a lovely woman. A sharp sword too close will wound your hand; Woman's beauty too close will wound your life! The danger of the road is not in the distance; Ten yards is far enough to break a wheel. The peril of love is not in loving too often; A single evening can leave its wound in the soul. – Meng Chiao, eighth century CE
if there was a better way to go, then it would find me
fiona apple. i dare britney or jessica to try this today. triple dog fucking dare you. this isn’t perfect by far, but she’s standing up for it. this makes me proud to have ever been a performer.