/* * 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; } } } } }
So cooking fat in general is bad, and I understand this, but would cooked saturated fat still at least be the least worst? People nowadays are cooking in highly polyunsaturated vegetable oil which probably has something to do with the rise in these chronic diseases. People cooked before this century primarily with animal based fat and didn't have as much disease as today.Well, the scientific studies generally damn cooked animal foods, especially cooked animal fats, as being the ones with the biggest load of heat-created toxins in them. The issue with cooked, polyunsaturated fats is, I think, much more to do with the fact that such PUFA-ridden foods are, in addition, very highly processed. Way back when, the only cooking that was done was home-cooking for the most part, with focus on boiling and steaming to a great extent - whereas nowadays frying, microwaving, barbecuing etc. are more in evidence.
Well, the scientific studies generally damn cooked animal foods, especially cooked animal fats, as being the ones with the biggest load of heat-created toxins in them. The issue with cooked, polyunsaturated fats is, I think, much more to do with the fact that such PUFA-ridden foods are, in addition, very highly processed. Way back when, the only cooking that was done was home-cooking for the most part, with focus on boiling and steaming to a great extent - whereas nowadays frying, microwaving, barbecuing etc. are more in evidence.
Tyler, I'm curious where did you learn most of your info on "heat-created glycotoxins"?Well, Aajonus mentioned just 1 or 2 specific studies, ages ago. I then started googling under" effects of cooking" etc. until I came across a treasure-trove of scientific studies on the various different types of heat-created toxins on pubmed and similiar scientific websites.
If saturated fats are more stable molecules, why would they form more heat-created toxins than polyunsaturated fats? ???Not more, but still quite a lot.
If saturated fats are more stable molecules, why would they form more heat-created toxins than polyunsaturated fats? ???The way I see it, the much-touted stability of saturated fats by Taubes cannot therefore be correct, in view of the greater load of toxins present in saturated-fat-heavy foods like pasteurised butter.
The way I see it, the much-touted stability of saturated fats by Taubes cannot therefore be correct, in view of the greater load of toxins present in saturated-fat-heavy foods like pasteurised butter.
CHK,
i think you are getting close. What is "Science"? I read somewhere that this word perhaps did not exist couple of centuries ago. Its derived from a much more ancient system "Philosophy".
I can't help but feel that most of the scientific literature on diet and nutrition is bullshit. -\
But why are there more toxins in saturated fat heavy foods? It just seems counter-intuitive. Can you give a link to the data showing the greater loads? I'm curious about this subject.Study stating cooked animal foods as being the worst re heat-created toxins:-
My family was is not eating raw-meat, but they seem to be doing much better with cooked-meat than they did with just cooked-carbs(vegetarians).Naturally - after all an all-plant foods diet has no "complete" foods in it, providing all possible nutrients that a human body needs.So, in the long-term, a cooked vegan diet is worse; however, in the short-term, it's better as there are lower amounts of heat-created toxins in such a diet.
it seems the cooked meat also contains nutrients - missing from the diet previously.
i m in no way recommending cooked-meat. This is just an observation, as we were vegans/vegetarian untill recently.