/* * 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.
Perhaps consider that if you are spending that much on one knife to get something more all purpose. Of course if depends what you might use it for, and I am indeed heavily biased towards my cleaver because of its sheer quality!
I put meat in unheated honey (actually it was just the cappings of the honey) the other day, and in less than a couple hours it drew so much liquid from it, that the meat got very hard.
I can't stand the taste of raw ground beef either.
I tried store-bought grainfed and it was awful. I later tried the chili meat grind from Slankers and I didn't like it either. I tried dehydrating it (at 95*F, well below the threshold to keep the good enzymes) and it came out great. I ate it fresh out of the dehydrator so it was warm and it was a welcome change from the texture of raw meat. It's still very fatty so you couldn't use the dehydrating to store the meat but it's a thought to consider if the meat in the freezer isn't so good. Better than tossing it out.
do you know the percentages of fat:protein:carbs you've tried for 'more ketogenic'?
not that i'm encouraging you to make a science out of your meals ... just curious if you have an idea.
-Brain fog is also personally very impairing--any advise on dealing with this?I agree with what the others have said about omega 3 and low carbs. My experience was the same, they made me mentally more clear.
... so what are the reasons FOR cooking?Until a couple days ago I would have said the main reason is killing pathogens. If that's not an issue, then I don't think there are any good reasons.
How nice! So what are you planning on eating next?
I hope you'll keep a journal!!