Carnivorous / Zero Carb Approach / Re: Brushing Teeth
« on: January 26, 2010, 07:00:20 am »Recently been drinking water with a pinch of that in and it feels much more quenching.
I would love to get my hands on the fresh blood, i really would!
/* * 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 imagine most people here, are here because they had some form of health problems. I read tylers testimonial thing and a lot of it coincided with what my wife was going through re. adrenal burnout/thyroid problems. She has been eating a pretty much raw zero carb diet for about 10 months now and while things are miles above what they were she still has a lot of problems. Low energy is still pretty common even though she has way more energy than before, Dizzyness and lightheadedness is another common problem, like at least a few dizzy spells every day. I imagine it has something to do with blood pressure. Those are the two major things that we are wondering about and if anybody has had these symptoms (if you have thyroid/adrenal issues im sure you have) and if/how long it took eating raw for these symptoms go to away.
We have used a lot of different suppliments but pretty much the only things we are using right now is Dr. Rons adrenals/thyroid and ive got her to take betaine HCL with her meals to help burn up her food better since she has always had digestive problems that we have tried all kinds of stuff to help but havent found much worked.
TL:DR; How long did it take eating RAF to heal your body and any ideas on something that we might not be doing that we could?
I think your reasoning (eating always the same food can be dangerous) is also true for animal products. They too inevitably accumulate toxins and it is better to vary our toxins intake, whether from plant or animal.