/* * 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; } } } } }
However I would advise against eating a diet too high in raw seafood(anything above 80% of your particular raw-animal food intake), given my own experiences.
Hi Tyler,I once tried a 100% raw seafood diet, and then a 100% (raw seafood-combined with raw plant food) diet. I just did not seem to thrive on such a dietary combination and felt weaker as a result, over time. Lots of raw seafood is fine, the 80%+ figure of mine is just a guess, based on my past experience.
why do you advise against to mutch sea food .I have some circulation problems and with the raw paleo meat and fat eating it got worse.I thought fish would be a good option because it is lighter and thinnes the blood
That's surprising to hear Tyler. I thought you ate large volumes of seafood?! Although, the 80% you quoted could be considered most extensive of course! :) Out of interest, along with noel, I'd be interested to know why you think this and what your negative experiences were?As mentioned above I had nasty experiences with too much raw seafood(just general feeling of weakness/malaise, and changed my diet before it got steadily worse). But I do find that 10-40%(of my raw animal food intake) as raw seafood is certainly better than no raw seafood at all.
Certainly, I do not personally find raw seafood at all satisfying and am usually MORE hungry an hour or so after eating it than I was in the first place! I also doubt it's validity as a paleo food consumed in any great quantity pre-civilisation besides regions and natives - such as the inuit - whose environment allowed or enforced it.I avoid marinating whenever possible but don't view it as being anywhere near as harmful as cooking/processing in general.
Following my own numerous bad experiences with raw seafood I eat it rarely and only after marinating. Tyler probably won't agree with this but I believe I've been a victim of a series of vicious seafood parasites which have made me violently ill. Perhaps I've just been unlucky or sourced poor quality fish/seafood. Whichever, it's certainly created a fear of raw fish/seafood for me. In 10 years of eating raw meats I've never had a similar problem and have never frozen or marinated my meats.
Noel, I would second Tyler's recommendations on marinating. For many years, I have marinated my fish overnight in freshly squeezed organic lemon juice. Unfortunately, this can prove a rather expensive hobby due to the high price of lemons (here in the UK at least). As Tyler stated, it does denature the protein but one's digestive system also does this so, perhaps, it may even be considered a form of pre-digesting. I would, however, also recommend that you persist with meat & fat as it will be the best longer-term source of sustenance and healing for you. Perhaps the circulation problems are aggravated by something else? There is, of course, a whole myriad of things which could cause and/or aggravate this. Is the meat/fat you're eating high quality grass-fed and grass-finished?
Does anyone marinate fish/meat here? How long and where should it be left to marinate?
By the way, the AV recipes book mentions this: "like the digestive acids in our bodies, citrus juices partially break down the components for proper digestion but they do not mutilate or destroy the nutrients, like in the case of coking".
That's surprising to hear Tyler. I thought you ate large volumes of seafood?! Although, the 80% you quoted could be considered most extensive of course! :) Out of interest, along with noel, I'd be interested to know why you think this and what your negative experiences were?
Certainly, I do not personally find raw seafood at all satisfying and am usually MORE hungry an hour or so after eating it than I was in the first place! I also doubt it's validity as a paleo food consumed in any great quantity pre-civilisation besides regions and natives - such as the inuit - whose environment allowed or enforced it.
Following my own numerous bad experiences with raw seafood I eat it rarely and only after marinating. Tyler probably won't agree with this but I believe I've been a victim of a series of vicious seafood parasites which have made me violently ill. Perhaps I've just been unlucky or sourced poor quality fish/seafood. Whichever, it's certainly created a fear of raw fish/seafood for me. In 10 years of eating raw meats I've never had a similar problem and have never frozen or marinated my meats.
Noel, I would second Tyler's recommendations on marinating. For many years, I have marinated my fish overnight in freshly squeezed organic lemon juice. Unfortunately, this can prove a rather expensive hobby due to the high price of lemons (here in the UK at least). As Tyler stated, it does denature the protein but one's digestive system also does this so, perhaps, it may even be considered a form of pre-digesting. I would, however, also recommend that you persist with meat & fat as it will be the best longer-term source of sustenance and healing for you. Perhaps the circulation problems are aggravated by something else? There is, of course, a whole myriad of things which could cause and/or aggravate this. Is the meat/fat you're eating high quality grass-fed and grass-finished?