/* * 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.
no fresh fat is smelly, unless rancid. Suet is dry and flaky, waxy when chewing, never eat it. yes, the fat on a steak is back fat, however, the closer you get to the meat itself, there will be a layer of connective tissue which is tough to chew.
You can always get a small hand crank meat grinder that suctions onto your smooth counter and you can grind your own fat ( meat too, although not a fan of the feel of ground meat) and then warm it in a pan of water ( place fat in bowl first ) till it melts or partially melts and then eat along with your meat. Hard to know where your natural stop is though when eating this way.
See if you can find a slaughter house/processing plant and visit it introducing yourself as someone who would like to buy excess BACK fat and marrow bones, liver, kidneys, maybe brains, pancreas, tongue, testicles, heart, thymus. and if possible fresh, not frozen.
See if you can find a slaughter house/processing plant and visit it introducing yourself as someone who would like to buy excess BACK fat and marrow bones, liver, kidneys, maybe brains, pancreas, tongue, testicles, heart, thymus. and if possible fresh, not frozen.
it tastes like mush in my mouth. But then some people like oatmeal. I don't use plastic. A large glass bowl with lid will work fine. Maybe forget the lid and cover with cotton cloth, changing it out every couple of days. Point is it sounds like you're worried about getting contaminants from the other foodstuffs in the fridge. cloth cover would work then. Are you sure you just don't to buy a small mini fridge to keep your meat in>
I've never had to share a fridge before with other's stuff in there.. Maybe you could get a large covered container, and break the meat apart into chunks, place them in the container, and take off the lid to get air twice a day, and ideally turning the chunks over each time.
Personally, I find ground beef a little hard to eat, as in, I don't care for the taste without having to disguise it with salt, pepper, etc. thus I buy the cheaper roasts and thinly slice with a very sharp knife.
Ignore dates on labels.
For god's sake do NOT leave it in the fridge for too long in vacuum-sealed form. That allows anaerobic bacteria to act on the raw meat, possibly causing botulinism. My general rule is to allow the raw meats to air. If I left them vacuum-sealed in the fridge in the past, I would never leave them for more than 5 days max before eating them, after experimentation. Basically, anything left vacuum-packed for 7+days usually left a very nasty taste in my mouth which was quite unlike the taste of raw, aged meat exposed to oxygen.