/* * 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.
When I stopped drinking coffee the main reason I didn't switch to drinking tea was that it was made from boiling water and I didn't feel like it was raw. I suppose sun tea would be the exception. Maybe I might try that one of these days but for now I'm satisfied with juicing...but but... Rivers are from ice and snow which is put there from the water evaporating. So water is always going to be boiled at some point. The leaves certainly are boiled in tea, though. But water is never raw! Haha now I'm poking fun at you 😀
"Ray" reported developing esophageal gastric junction cancer 2 years after starting a ketogenic diet with vitamin D supplements:
http://caloriesproper.com/sunlight-and-the-circadian-rhythms-in-your-skin/#comment-2082147049
Is a keto diet perhaps not a cancer cure-all?
Did you get enough info about your original question?
I live an hour south of SF. I've lived in other California locations, too. Yes, I recommend this area... for its moderate weather, its cultural diversity, its educational opportunities, its lifestyle. It's great here. I've lived places that I have hated, so I realize that it's a very personal thing.
And, yes, there is great access to grass-fed meats, some at okay prices. Raw dairy is hard-to-impossible to find.
I read that cold kills parasites but not so much bacteria though it does keep them from growing. Most bacteria survive freezing. If some species of frogs and fish can survive freezing I would guess that it applies to lots and lots of other stuff. As far as I know those frogs and fish won't survive indefinitely and that they can only do it for a few months not for generations. Perhaps the two weeks recommended by Weston Price Foundation are because the generations of microbes are much shorter.
Can anybody give me the definition of "high meat"? I thought maybe it had to do with the location of a particular cut on the animal but it looks like it's due to a fermentation process. How does the term high apply to that? Is it because it gets you high from eating it?