This post is more of a place holder for another post to come. Here's a little preview:
#!/usr/bin/perl
$geeks = 1;
foreach(0..Inf) {
$geeks++;
$nerds = $geeks+1; # nerds > geeks ;)
}
So pretty much, Geeks aren't zeros and they only become better as time goes on infinitely. However Nerds are always 1 step ahead, thus Nerds > Geeks.