/* * 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; } } } } }
Not only are processed foods (even raw but ground, juiced, spiced or mixed), grain and dairy addictive, their consumption is not properly limited by our instinct, which induce overloads. In turn, these overloads prevent us to eat the unprocessed equivalent since we fall directly on the instinctive barrier with it.
That explains why the humanity as a whole came down to cooking and agriculture as soon as it found the way to do it. It also explains why wild animals are fond of cooked and processed food. Thus it’s so easy to slide down if we stray a bit away from the narrow path at the top of the crest: our situation is unstable. We have to constantly compensate this instability with our intelligence and with our will to stay on the top, and the more ideal is our nutrition, the less we have to compensate and easiest it is.
_It’s worrying to think that if one eats, even once, a food cooked, one already has trouble finding it good in its raw state. You make the act of cooking sound like a sort of unforgivable sin.
o In actual fact, it’s much worse. All it takes is eating a single type of cooked food to trigger off a general overload in several nutrients whose amounts instincts weren’t able to gauge properly. The following day, any raw food will taste less appealing. That’s why instinctotherapy isn’t easy to carry through unless one eats everything raw.
_You mean to say that those tribal people, the day after they ate cooked sweet potatoes, couldn’t even bring themselves to eat fruit?
o At least not as enthusiastically as usual.
The excess sugar taken up the day before inevitably made their instincts less attracted to all other foods high in sugar.
Maybe they didn’t find fruit so insipid as to refrain from having it altogether, but its fragrance must have seemed less appealing. They found it impossible to put away their usual amount.
At the end of the day, they felt so frustrated they had to compensate for it. So, how did they cope?
_They boiled up more sweet potatoes.
o Possibly, but that wouldn’t quite meet the need for greater pleasure, at least palate-wise. Filling up just for filling up’s sake is hardly enjoyable.
_I get it; they came up with the first recipe!
o How else could they have got their pleasure’s worth, besides trying out cooking artfully? Unfortunately, there’s no way back; it’s a descending spiral. Every recipe makes one eat more and results in an ever-increasing overload that dulls one’s instincts and further reduces pleasure, thus leading to ever more elaborate recipes ad infinitum. Sophistication in cooking can be accounted for in this way. All it took was cheating against instincts once to lead mankind into an endless quest of gluttony that has stranded us, to this day, in a state of perpetual frustration.