Tuesday, November 12

Wet

In New York City, the rain never comes straight down. This makes using an umbrella a mostly symbolic gesture, or an exercise in aerodynamics. But in either case, you will get wet.

However, this is no excuse for deploying gigantic umbrellas wider than the entire sidewalk. This is a city, not a golf course or a beach. Part of the implied contract of being in New York City in the rain is we all get wet together. You cannot attempt to stay dry at the expense of those around you. Forcing others to dodge and to duck these giant rude rain domes will guarantee an eventual karmic inclemency retribution of the worst kind: the taxi splash.

You have been warned.



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