/* * 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 can only find grass fed organ meats at farmer's markets. none at the grocery store. they're really cheap too.That's strange. You are an Easterner, I think(?), and this is the 1st time I have not had an Easterner complain that local farmers' markets were extremely lousy.
That's strange. You are an Easterner, I think(?), and this is the 1st time I have not had an Easterner complain that local farmers' markets were extremely lousy.nope, im from texas. austin to be exact. we have 3 pretty awesome farmer's markets. lots of grassfed meat vendors. maybe im just lucky.
That's strange. You are an Easterner, I think(?), and this is the 1st time I have not had an Easterner complain that local farmers' markets were extremely lousy.I'm in NY and have a gem of a market myself now TD. It's got my grassfed farmer, a fresh fishmonger, 2 organic farmers with beautiful produce, a apiarist with fresh semi-raw honey (centrifuge), a dairy with many raw cheeses (goat and cow), and then a number of other less interesting stands (fresh bread, frozen juice bars, homemade pickles, jams). It's also set up right outside a very nice plant nursery. They're few and far between but good farmer's markets can be found on the east coast. :)
I think because so many US states have such stringent laws, and some areas don't have alot of traditional or eco farming. Here the markets carry quality raised stuff but they arn't allowed to sell unfrozen. In NYC area they can, but for some reason very few farms supply such things unless you develop a relationship with them, which yeah..is good to do. The easiest option of course for me is mail order particularly if I am buying frozen anyway. Occasionally I've bought a big ole 3.5 lb heart locally but I get mostly everything shipped.can u provide me the info. i do live in NYC? thanks
can u provide me the info. i do live in NYC? thanksWell I'm in NE area now. In terms of the Union Square Market, there are a number of places with 100% grass-fed beef with at least one of them supplying fresh unfrozen beef. In the past I could get things like pancreas and lamb offal, as well as excellent all-pastured raw pork too. I never found the seafood to be too spectacular and was way overpriced compared to regular fish-markets. No wild foods or anything fancy like that. In that respect I would agree that the markets offer very little that is drastically different than WF or a similar store. The fruit and veg particularly suck usually in the North East markets as far as being organic - despite organic growers being found around.I would recommend hooking up with the NYC paleo meetup on meetup.com (perhaps other locales have these if people are interested) as from what i've heard many folks there go in on farm orders or bulk game meats.