/* * 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; } } } } }
i am thinking of what foods of what i have eaten i the past could pass off as raw paleo - caviar comes to mind. what do you think about it ?Most (all?) commercially available caviar is salted and processed. If you can find it raw, perhaps from a fishmonger, it would be a great addition to a diet.
another thing that comes to mind is that bright red salmon stuff. but is it actually raw? or did they do something to it ?The bright red stuff is farmed with color added. Wild salmon is darker and exponentially better for you. I really recommend going out of your way to make sure any of the fish you eat is wild and not farmed.
also i have to say both the caviar and salmon that i have tasted in the past seemed salty - is that inherent to it or did they add salt to preserve it ?The caviar is definitely preserved with the salt. I don't see why salmon, even farmed, would be salty unless it's a piece of smoked salmon which they frequently do season.
ok so where would you recommend sourcing the good stuff ?So far as the caviar I doubt it. Find the department manager of the fish section and ask them, but it doesn't seem like the best place to source it.
i have access to "whole foods" - do they have anything ?
So far as the caviar I doubt it. Find the department manager of the fish section and ask them, but it doesn't seem like the best place to source it.
Are you close to a coast? If you live near a coast you should be able to find real fishmongers (or whole markets) where they're getting fresh same-day deliveries and have more of a chance of finding something like that.
You can find wild fish at Whole Foods it's just more expensive and usually pre-frozen.
I've vacillated on the topic of frozen meats (It's a hot topic here) but lately have found myself favoring really good quality, but frozen meat, over fresh but lesser quality. I used to taste a difference and feel lower vitality in the frozen stuff but my best source of meat is far and away the best I've ever had, both taste and energy wise, and it's frozen so I put less stock in this now.
what is that source of frozen meat of yours ?http://www.grazinangusacres.com/ (http://www.grazinangusacres.com/)
http://www.grazinangusacres.com/ (http://www.grazinangusacres.com/)
They practice rotational farming and put a lot of love into the care of their animals which really comes through in the meat. As I've said it's the best I've found bar none.
I buy from their stall at the Gossett Brother's Farmer's Markmet in South Salem on Saturdays but they have a stall in Union Square on Saturdays as well as a couple other days in various locations in the city which might be easier for you to get to. They're very environmentally conscious though so you'll need to get to them; they'll never ship their meat.