/* * 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; } } } } }
Would you suggest that everyone reduce their intake of carbohydrates and eat more raw meat and raw fat?
The human body developed over millions of years eating a hunters diet of meat and fat. Cultivation is a relatively recent event that has progressed humans toward disease. According to Dr. Stuart Struever, past Native American civilizations increased in disease proportionate to their increase in consumption of cultivated foods. The Eskimos lived disease-free on 90% animal matter, of which most was raw; until cooked and processed foods were introduced. I will venture to say that the attempt to evolve humans to live healthfully on a carbohydrate diet is not probable. If it is possible it could take hundreds of thousands of years if not millions. Yes, I would suggest that if people want to gain better health they give up carbohydrates and cooked foods, and begin eating raw meats and raw fats.
And where is the "anti-dairy/juice" part?Eaxctly. AV is simply praising raw-meats. He is being anti-carb, but that doesn't mean he is against dairy which is far more of a fatty food than a carb-containing one. And I haven't yet seen him recommending lower amounts of veggie-juice to his clients, as a general rule.
And I haven't yet seen him recommending lower amounts of veggie-juice to his clients, as a general rule.
I think he says in his lecture that kids raised on a primal diet don't really need vegetable juices because there is probably not much to detox/rebuild.Oh, I stand corrected. I think I'll have to go through that mp3 file to see. Still, it does seem that he still views raw veggie-juice as a detoxing fluid of some sort, so he clearly is still a bit too extremist as regards the detox-theory notions. As for adults, I don't see how AV would view any previous adult eater of SAD diets as not needing a detox.
The same could be true for adults.