/* * 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 have found that authors who write about unconventional fermentation (as opposed to mainstream products like sauerkraut, kimchi, idli, etc.) can be vague when compared to modern recipe writing. I don't think this is a deliberate attempt to be unclear; rather, the process of fermentation is very forgiving and can be achieved in many different ways.
Katz's reference was to a vat of whey was from a woman in Iceland:
Another example of fermentation affecting bones in Katz's book is Japanese narezushi:
an update on the medicinal weed.
There is a new trend in the cannabis community of medical strains. These have low thc and high cbd/cbn counts which relieve many specific pains.
I have trid some of these and while they do have less of a trippy effect due to lower thc I often get even higher on thsoe strains as the cannabinoids make my body feel very nice while leaving my mind less high.
So although the medicinal strains do have a different effect, dont assume that they make you any less high.
Sandor Ellix Katz describes fermentation of bones in whey in his book The Art of Fermentation. His description includes very long (like a year) soaking of bones in whey. Your process reminds me of no-heat bone broth made by soaking bones in water with a smidgeon of acid (like lime juice or vinegar). I made a batch as soon as I read your post. I'll eat it this weekend.
All are totally non essential.