Monday, May 21

Expiration date

What's the shelf life of a blog? Sometimes it's just a year or two. I'll miss both of these guys.

I can understand the burnout though. Nosuch is creeping slowly towards its one year anniversary, which in Internet time is ancient. If I understood the amount of work involved in doing a weblog, I probably would have bagged off. Setting a personal goal of an update every weekday as opposed to just writing when the urge hits makes this a commitment, and not a recreation. Not that doing it recreationally would be bad, just that I need more commitments and discipline in my life. When I look through the archives once in awhile, at least I see evidence of one thing I've managed to stick to, at least for a little while.

It also helps that I've gotten a little positive re-inforcement.

In any case, in spite of ups and downs, I don't plan on walking away from Nosuch any time soon. I mean, how can I? After all, I just got the official shirt.



Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>