/* * 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; } } } } }
Tyler and Francois, I don't want to get into a debate on it, so I'll just report that while some elements of Instincto make sense to me, my experience doesn't exactly match yours when it comes to Instincto, so from my perspective you speak for yourselves on the topic. I think some of the more cantankerous debate could be mellowed out into more reasonable and fruitful (pardon the pun ;) ) discussion if folks frequently made it clear that they speak only for themselves.
1964. I was 18 years old and my health state was an absolute catastrophe. No wonder: I fed mostly on pastry, chocolate, white bread, dairy, supplements and the various medicine our family MD prescribed me - and I refused to eat meat! Then I read “The dance with the devil” of Günther Schwab. I could hardly believe what this guy wrote, as it was in complete opposition to the prevailing way of thinking at the time which assumed that technology and science would solve all the problems, mankind would dominate the world and be triumphant over nature.
But still the book was very well documented and the author seemed logical. So I decided to experiment his ideas to know whether he was a total fool or a clever unconventional thinker.
At once, I stopped to eat refined industrial food, especially white sugar, white flour, chemical drinks, coffee, all supplements (digestive enzymes, vitamins, minerals, micro-nutrients) and medication. I started to eat much more raw fruits and vegetables, whole foods and some meat. The result was immediate: in one week I was fine. My former diet was simply causing acute deficiencies and by eating more natural food (in a Weston Price style) I just overcame those deficiencies.
Günther Schwab on Wikipedia (http://en.wikipedia.org/wiki/G%C3%BCnther_Schwab)
Amazingly “The dance with the devil” is available on line, apparently on a religious website even if the book has nothing to do with religion. It just uses “the devil” words as a metaphor; the whole book reads like a kind fiction novel in the form of an interview with the devil in his premises.
Dance With The Devil, by Gunther Schwab – a must read. (http://www.peterjamesx.com/ebooks/Dance%20With%20The%20Devil/index.htm)
Can we feature your testimony on rawpaleodiet.com?
I'd like republish your post above to my health blog as well... can I ?
Yes, Francois's testimony would be invaluable. After all, he has been rawpalaeo for 23+ years, which is amazing. Still would want that Schwab link for the Raw Weston_Price Diet forum., though.
These are separate issues: on one side there are theoretical questions concerning everyone and on the other side personal experiences, which are anecdotal.I think it's wise to keep these issues separate and your sharing of personal experience and providing an interesting link is the sort of post I treasure.