/* * 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; } } } } }
I don't get why there are so many people on this forum who are cooking their meat/food....
I don't get why there are so many people on this forum who are cooking their meat/food....I still eat cooked but over 70% of my cals come from raw food so I still consider myself raw paleo.
I still eat cooked but over 70% of my cals come from raw food so I still consider myself raw paleo.What % of foods do "cooked Paleos" tend to eat raw and what's the minimum of raw food intake to be considered raw Paleo?
I don't get why there are so many people on this forum who are cooking their meat/food....
Oh my gosh max, sue me. Why are you such an anal neurotique? If you have ANY raw meat in your diet, and recognize raw foods as the healthiest way to eat, that makes you RAF (PD, Paleo, wtf ever you want to call it.) Why do you have to be a raw NAZI and be so concerned about what other people are doing?Related, I guess.
The vast majority of my diet is raw animal food, I'm no newbie, except to this forum, I've got three years raw animal guts under my belt, so bite me! :-*
Just because I'm not so retarded that I need stress myself about whether or not every little morsel of food is raw or not, doesn't change the fact that I'm aware that raw foods are the way to go, and anything less is less than optimal.
There are other reasons why people eat food you know. Just like sex, food can be for more than function. When I learn how to make a raw pate, that's what I'll do, until then, I happen to enjoy the hell out of a good homemade grassfed liver pate.
Why don't you learn to relax a bit and enjoy all of life's blessing's, instead of focusing pathologically on your health. Kind of self defeating isn't it?
Yeah liver really is in my opinion one of the top superfoods out there. It's such an incredibly nutrient dense food. I noticed when I made pate that it makes one's urine very dark, much more so even than most brightly colored veggies. Plus the sheer energy that it imparts is...intense..much like the flavor.
This is part of my weekly diet now. I don't always eat it raw, sometimes as Pate. Also I would consider this to be an aphrodisiac in terms of stamina if you consume it regularly.
I don't get why there are so many people on this forum who are cooking their meat/food....
What % of foods do "cooked Paleos" tend to eat raw and what's the minimum of raw food intake to be considered raw Paleo?
What % of foods do "cooked Paleos" tend to eat raw and what's the minimum of raw food intake to be considered raw Paleo?It all varies considerably, depending on interpretation. I know of a number of people on other forums who consider themselves to be "cooked-palaeos" but who eat most of their meats raw, while I have known others who ate most of their meats cooked call themselves "rawpalaeo". For standard cooked-palaeodieters who eat 65/35 ratios of animal food to plant food, I suspect they eat most of their plant foods in either raw or lightly-steamed form and only the occasional raw animal food, as that is what is usually recommended by the palaeo gurus.
Oh my gosh max, sue me. Why are you such an anal neurotique? If you have ANY raw meat in your diet, and recognize raw foods as the healthiest way to eat, that makes you RAF (PD, Paleo, wtf ever you want to call it.) Why do you have to be a raw NAZI and be so concerned about what other people are doing?
The vast majority of my diet is raw animal food, I'm no newbie, except to this forum, I've got three years raw animal guts under my belt, so bite me! :-*
Just because I'm not so retarded that I need stress myself about whether or not every little morsel of food is raw or not, doesn't change the fact that I'm aware that raw foods are the way to go, and anything less is less than optimal.
There are other reasons why people eat food you know. Just like sex, food can be for more than function. When I learn how to make a raw pate, that's what I'll do, until then, I happen to enjoy the hell out of a good homemade grassfed liver pate.
Why don't you learn to relax a bit and enjoy all of life's blessing's, instead of focusing pathologically on your health. Kind of self defeating isn't it?