|
Friday, November 9
Hollywood has a better lobby than France
Maybe it's just me, but I see a major mental disconnect here between these two stories: Yahoo Gets Break in Nazi Case (November 9th) In an important Internet policy case, a federal judge ruled Wednesday that Yahoo does not have to comply with a French order that it keep users in France from seeing Nazi-related content on the website.Silly French people! In the United States, we have the first amendent, and we can say whatever we want! Unless... Russian Adobe Hacker Busted (July 17th) FBI agents have arrested a Russian programmer for giving away software that removes the restrictions on encrypted Adobe Acrobat files.Silly Russian! We don't care where you host your evil software! We will arrest you and punish you! Our laws cover the world! Because software isn't a form of expression, right? Oh, and don't forget, talking about security holes in software is also illegal too, including publishing a paper in a research journal. And linking to people who talk about unauthorized software, even if that software has a valid and legal purpose. The first amendment doesn't cover that, because, well, people might copy music, movies and ebooks and stuff! Can't have that! '; } 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); ?> |