/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I have felt similar things with my brain with food and stimulus. I wonder if besides the proper stimulus, if proper nutrition is not also a factor.
The only way you can defeat the federal government is to refuse to pay the government any taxes. The US federal government is way too overbloated as it is.
There's an interesting SF book by William Golding, "the Inheritors", about Neanderthals having telepathy which meant they never developed language like humans had to, so this is the glib explanation for why Neanderthals died out. I personally wouldn't be at all surprised to find that the Neanderthals were more intelligent than modern humans in actual fact.
I noticed that another forum book that had a small amount of popularity was composed of each person's individual stories, which would be basically the same thing as the success stories at the main raw Paleo website. So one possibility would be to ask more people to submit their success stories and then stick them in an ebook, with a short introduction that could touch on the fundamentals and note that there are disagreements.
The idea is that a much bigger hominid brain requires a hell of a lot more energy to sustain itself, and fat has far more of that in it than proteins or carbohydrates.
Brains consume a lot of energy and larger heads could reduce speed, balance, agility, etc.