This happens way too often

“It hurts me to confess it, but I’d have given ten conversations with Einstein for an initial rendezvous with a pretty chorus girl… And how often, standing on the sidewalk involved in a passionate discussion with friends, I lost the thread of the argument being developed because a devastating woman was crossing the street at that very moment.”
—Albert Camus, “The Fall”

A social network stream of conciousness

Someone else asked me a question whose answer turned out to be Gaia Online.

According to the data in the hints of the question, Gaia needs a serious revision upward in Alexa traffic rankings. I’m still wondering how revenue is going to keep up with costs though.

This company had a booth at ZendCon which was practically the only booth I missed even though they had a totally smokin’ boothbabe there—ZendCon isn’t CES. I guess missing out doesn’t matter much, becauser the lead engineers at the company visited Plaxo before they closed their insane round. All I recall from then was that Gaia Online was like Cyworld meets Second Life for 12 year olds. It’s a pretty cool website for those of you who aren’t Korean and worth a looksie if only to get a hint of what your kids will be doing online when they reach 10.

Speaking of Second Life, Dave was talking to me the other day about someone plunking down $50k for Amsterdam and for some reason it made me think of this. I don’t know why.

vim folding

My favorite vim setting

// vim:set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker syntax=php:

has the unfortunate side-effect of causing others to complain about the fact that my source code is “folded.” The problem is that some people who are only vim-users-only-when-working-on-a-remote-machine have a small learning curve when they see a page that looks like

<?php
// vim:set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker syntax=php:
+-- 12 lines: docs -------------------------------------------------------------
+--  6 lines: imports ----------------------------------------------------------
+--154 lines: WidgetProviders --------------------------------------------------
?>

But with about a minute, training yourself how to navigate vim folding will pay itself off handsomely for those of us who don’t use IDEs or do fancy stuff like exuberant ctags.

[quick fold tutorial after the jump]
Continue reading