/* * 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 didn't miss the point at all, I think you're missing the point of this forum. It's not to market the diet and try to convert the world, it's to discuss our experiences and share our knowledge with each other. Most of us here are only very slightly concerned with spreading the diet to people who aren't interested in it already, and hence couldn't care less if you or anyone else sees this or that "guru" or "expert" as contrary to that goal. This is a raw paleo forum, not a raw paleo marketing or outreach forum. And everyone you pointed out is already going on here, people more often than not quote scientific articles rather than AV or any other gurus, etc.
I'm not interested in arguing about this but it seems like your attitude in this thread is to show us that we're doing something wrong by using AV so much, and not only are we not interested in being told that since once again I say this forum is not concerned with marketing the diet to the masses, but more importantly we don't use AV much at all as a source of hard and fast information. In fact there isn't one prolific poster on here that even follows his diet, let alone tries to convert others to it and use his writings all the time. The problem you outline in this thread does not exist for these reasons, which to summarize are A) we are not concerned first with public image, probably not even second or third, but much more concerned with connecting with people and sharing knowledge about this lifestyle and B) there is little to no AV propaganda on this forum
I know personally a few people who have tried the Primal Diet but I don't know if they had any previous diseases that were cured. I know one person who cured MS on a mostly raw diet including raw vegan fair and meat as well as food based supplements like powdered greens and colostrum powder. I have also met several people claiming relief from various diseases like MS, heart disease, cancer etc. who were mostly raw vegan (because it's more popular) so I see no reason to disbelieve AV's claims of clientele success. I have also met AV and he doesn't seem too crazy to me, and had I taken the time to meet any of the 2 dozen or so others at the lecture I probably would have heard of recoveries from illness. The fact is that at 24 I don't personally know many people with disease period or people on the Primal Diet, let alone people fitting both categories. Do you have any personal contacts from Mongolia? Do you believe it's there? Why? Because it makes sense, fits in with other life experiences and there's no logical reason not to?
Maybe AV is a double edged sword.
From your POV, you don't like him.
From my POV, I think he's the real deal. Unfortunately, the raw dairy I get in my country does not work with me or maybe I'm not suited for raw dairy the way he is. I also like his healing methodology... The recipes in his book are good too.
Why not give someone the benefit of the doubt who cures people of cancer? You'd rather just attack people who make claims not mainstream to be safe? Everyone on this board is discussing what they have experienced and believe to be true, I'm really surprised that someone is suggesting this board is dogmatic. Have you ever read other diet boards? I wouldn't be the least insulted if you were suggesting this at one of the raw vegan boards I've read, or maybe some hardcore AV board, but I have no idea where you're coming from. Maybe you could quote one thread or even one post that blindly supports AV or other dogma? Many of these people are scientists, I'm a biologist by training and don't see anything suspect or anti-science going on here.