General Discussion / Re: Stomaching Raw Meats
« on: May 08, 2014, 09:36:26 am »Is it safe? Ive read some reports about people dying from eating raw liver.
/* * 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 came from the same brainwashing, but my conversion was instantaneous. You have said that
I'll ask you this: "How much worse are you willing to let your health decline?" I'd say that bedridden and shambles is far enough!
Are you familiar with the origin of veganism in the Western world? It started as vegetarianism a mere 150 years ago - hardly a track record considering the natural diet of humans for a bazillion years. Vegetarianism was an ideological import from colonial India, where abstention from killing animals and using animal products was practiced as a form of religious asceticism. From there it rose to veganism in the last century.
If you are a religious ascetic, then I can see your reluctance to embrace a meat-including diet. In his autobiography, Gandhi wrote of abstaining from animal products against his doctor's orders when he was very ill, which was a noble thing to do, considering his religious convictions. If you really feel that way, then you can welcome your illness as a test of your faith.
Otherwise, do a "180" and give your body what it needs to heal and abstain from anything that might be making you this sick at 22 years of age.