Hot Topics / Re: Ray Peat podcast...interesting!
« on: April 17, 2012, 10:15:14 am »Sorry about that Phill, I'm not sure where you commented. I use raw honey all the time on my oysters. It's just easier for me to use simple syrup in milk/oj.
/* * 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 can't imagine consuming that much myself (and I hope no one thought I was advocating it). When I drank lots of water, per my physicians' advice, for chronic kidney stones in the past it was unpleasant and didn't work. I was hoping that someone would provide a counter-source that said that carnivorous-oriented Inuits don't consume that much water, or that they do so for non-health reasons, or that it doesn't apply to someone on my somewhat different diet, because I wouldn't want to have to do it to optimize a carnivorous diet.
Since Lex and William are drinking around 3-4 liters per day, whereas I think I'm only up to 2-2.5, I think I'll shoot for their figure, and see how I do.
If the Inuit drank 5-6 liters a day, I wonder why their privates didn't freeze with all that pissing in the Arctic?