/* * 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; } } } } }
AV mentioned something that the protein in meats double in size when cooked. The molecular structure changes when cooking meats. Or something like that, i would need to find the quote. That could be one reason why people that go raw carnivore report that it´s harder to gain weight. Another thing is carbs. Some can be slim and have an optimal weight, but gaining weight (unless they eat carbs from dairy or eggs), seems to be harder on a RAF diet. Im sure eating plenty of raw fats in combination with carbs make you gain weight. Also, you could be one type of a person that needs carbs. Don´t put yourself in the same boat as some ZC folks. Some thrive on ZC some have can develop serious health issues. Furthermore, parasites hinder gaining weight. Constipation hinders gaining weight. Once you fix these things and digestion becomes smooth and unnoticable, I think only then your body is able to use what you are eating. I used to eat a shitload of foods some years ago and instead of gaining weight I got thinner and thinner. That was because I could not assimialate the foods that I was eating. Be it the parasites/candida issues that I had or leaky gut as a result of the former. Fact was that my body could not use the huge amount of foods that I was eating.
AV mentioned something that the protein in meats double in size when cooked. The molecular structure changes when cooking meats. Or something like that, i would need to find the quote. That could be one reason why people that go raw carnivore report that it´s harder to gain weight. Another thing is carbs. Some can be slim and have an optimal weight, but gaining weight (unless they eat carbs from dairy or eggs), seems to be harder on a RAF diet. Im sure eating plenty of raw fats in combination with carbs make you gain weight. Also, you could be one type of a person that needs carbs. Don´t put yourself in the same boat as some ZC folks. Some thrive on ZC some have can develop serious health issues. Furthermore, parasites hinder gaining weight. Constipation hinders gaining weight. Once you fix these things and digestion becomes smooth and unnoticable, I think only then your body is able to use what you are eating. I used to eat a shitload of foods some years ago and instead of gaining weight I got thinner and thinner. That was because I could not assimialate the foods that I was eating. Be it the parasites/candida issues that I had or leaky gut as a result of the former. Fact was that my body could not use the huge amount of foods that I was eating.