/* * 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.
I read somewhere that neanderthals consumed insane ammount of calories which most of it was from fat.
Fat is very satisfying and very high in calories so I imagined that people on this forum who do high fat diets their calories intake would be insane either.
Low-carb doesn't mean no carbs.
50-70 g while losing weight is a good amount.
Its not scary I find it normal and healthy...I dunno why it takes some people THAT long to get this "acquired" taste, and why people say you must really eat 100% raw to learn to like it, I am sorry but I find that not true for some people.
I always liked raw beef, I even still eat some cooked food - and I still like it, even when I wasn't at all raw or paleo much I always ate a bit of raw beef just was afraid to eat large amount because of all the stupid false scares. Now I am sure I can safely gorge on all types of raw meat!
My boyfriend similar, actually he eats a lot of crap still and lots of cooked food, but all the time munches on raw meats, so no, you don't necessarily have to be strict paleo to enjoy the taste, you just have to enjoy the taste, or learn to enjoy it.