/* * 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; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hey,
Earlier on in my RP experience I don't think I was eating enough calories, and felt cold at times as a result. I have been increasing my protein and fat consumption of late, and my temperature has much improved.
Alpha, Lex, of course I meant dietary sugar contained in fruit etc. BTW, it would make no sense for humans to have a "sweet tooth" if dietary sugar in any significant amounts could only be detrimental and would better be replaced by protein. Carnivores like lions and cats donĀ“t have a "sweet tooth". There must be a reason why humans have a sweet tooth.
Pancreatic insufficiency is the inability of the exocrine pancreas to produce and/or transport enough digestive enzymes to break down food in the intestine and to allow its absorption.
Pancreatic insufficiency usually presents with symptoms of malabsorption, malnutrition, vitamin deficiencies, and weight loss (or inability to gain weight in children) and is often associated with steatorrhea (loose, fatty, foul-smelling stools). Diabetes may also be present in adults with pancreatic insufficiency.
Bro, I don't want to disappoint you, but I am hungry for almost three years now on raw animal food diet. I can eat a pound of pure fat and still be hungry 10 minutes later. If I eat fruits I just can't stop. It's unbelievably uncomfortable to live like this. I have the whole set of other debilitating symptoms (muscle weakness, poor digestion, cold intolerance, low body temperature, anemia, bloated abdomen and fat around the middle) but being hungry 24/7 is worst of them all. And the strange thing is that this hunger is 10 times more intense after the meals.
Have you tried making sauces? You could spice up your meat a lot that way. AV has a lot of recipes in his second book!
Another idea about the hunger issue might be to try intermediate fasting such as eating only one meal per day.
If you did better on high carb but can't stomach fruit, why not try a cooked starch such as baked tubers? It isn't paleo, but it has helped me greatly at times.