|
Tuesday, September 25
Hook me up
Time Warner Cable showed up when they said they would, and installed digital cable with Internet access. They also laughed at my nine-inch television set. Philistines. It's a Trinitron, damn them. Ontera (once called Dualstar), my former Internet With the Time Warner cable modem, I just plugged the router in, and bingo. It pulls down an address from DHCP, and away we go. Me thinks the DHCP issue wasn't just about my equipment... The digital cable is better than the Direct TV line up I was getting via Ontera, and the Internet works, and it's fast. Much faster. And, I'm paying a tiny bit less. The disconnect order for the Internet connection from Ontera, which comes to me via Ethernet in the building, was set for a week ago. It's still operating, but I'm guessing they do disconnects at month end. Part of me suspects they'll never actually disconnect it, and they've got no way to know if it's in use or not, unless they come to the building and look at the routers in the building. Too bad I can't aggregate two channels on my router. Wouldn't add up to much, seeing at the the Time Warner feed is about 3 times as fat as the Ontera one. But I'd feel dirty just having my bits flow through their network, even if it was for free. '; } 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); ?> |