/* * 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; } } } } }
The other essay would be one suggesting a myriad ways for a SAD-eater to eat a "less unhealthy" cooked diet, if they didn't want to go rawpalaeo.Here are some links along those lines:
Food Reward: a Dominant Factor in Obesity, Part V
Thursday, June 2, 2011
http://wholehealthsource.blogspot.com/2011/06/food-reward-dominant-factor-in-obesity.html (http://wholehealthsource.blogspot.com/2011/06/food-reward-dominant-factor-in-obesity.html)
[Includes info on traditional forms of cooking.]
AGEing gracefully
Posted on May 5, 2010 by Dr. William Davis
http://www.trackyourplaque.com/blog/2010/05/ageing-gracefully.html (http://www.trackyourplaque.com/blog/2010/05/ageing-gracefully.html)
Sous Vide Moves From Avant-Garde to the Countertop
Published: December 8, 2009
http://www.nytimes.com/2009/12/09/dining/09sous.html?pagewanted=2&_r=3 (http://www.nytimes.com/2009/12/09/dining/09sous.html?pagewanted=2&_r=3)
By traditional methods, the steak has to be blasted with heat from the outside, anywhere from 350 degrees (normal oven temperature) to 800 degrees (the grill at Peter Luger’s). As the heat transfer takes place, the meat changes: proteins coagulate, fibers contract, collagens loosen, liquid evaporates. By the time the center is a rosy 135 degrees, the surrounding flesh is dried out.
“About 45 percent of a rare beef loin cooked by normal methods is technically overcooked,” said Chris Young, the culinary research manager at Intellectual Ventures in Seattle....
Study shows food preparation may play a bigger role in chronic disease than was previously thought
http://www.news-medical.net/news/2007/04/25/24202.aspx (http://www.news-medical.net/news/2007/04/25/24202.aspx)
A Simple Solution: Steam, Boil, Stew Despite the ubiquity of AGEs, Dr. Vlassara and her team offer simple, safe, and economic solutions that echo the recommendations given concerning trans fats—watch what you eat. New methods of cooking to reduce AGE intake, particularly steaming, boiling or making stews, can make a difference. "Keeping the heat down and maintaining the water content in food reduces AGE levels," Dr. Vlassara says. A 50 percent reduction in AGE intake could have a significant and positive impact on overall health and may even help extend one’s lifespan, according to Dr. Vlassara. In other studies, the team has found that cutting AGE intake in half, but maintaining a diet comprised of the same calories and fat, increased the lifespan of animals when compared with animals fed their usual diet.