Friday, April 26

Technology takes over

After struggling with a four year old "Wall Street" Powerbook creaking and groaning under the weight of OS X, I decided it was upgrade time. I anticipate the laptop will sigh with relief when I downgrade it back to OS 9. For the first time in perhaps eight years, my primary machine is not a laptop. As of today, I am now an iMac owner.

Yes, it's a scrubbin' bubble with an LCD display, but it slices, dices and makes julian fries, as well as running OS X much, much better. It can even make a DVD or two. It's gorgeous, it's a pleasure to use, and I have no frickin' room for it in the apartment.

Guess it's time to rearrange things.



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); ?>