/* * 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; } } } } }
Well, I think raw liver is a Southern-US dish. At least, I recall Boss Hogg from the Dukes of Hazzard Tv series routienly eating raw liver.
Aother good example of this is marrow bones. They are almost always labeled dog bones.
What do the dogs do with these bones? Do they just take out the marrow from the already available holes like us?They lick it until they get the marrow out and then they chew on the bones for fun (i give them to my dogs just because they love them). To be honest it makes no sense anyway. IMO the reason humans evolved to eat meat was originally becuase we were the only animals that could take large animal bones and break them open to get to the marrow. Dogs can't do this so technically its not very dog paleo to eat marrow.
I live in the US and find chicken liver at whole foods. Do they have whole foods somewhere in Canada near you? As for the cat food thing, for some reason in our country people kind of look down on eating organ meats and make it feel like its not even "human grade" food and label it as cat food. Aother good example of this is marrow bones. They are almost always labeled dog bones.
They lick it until they get the marrow out and then they chew on the bones for fun (i give them to my dogs just because they love them). To be honest it makes no sense anyway. IMO the reason humans evolved to eat meat was originally becuase we were the only animals that could take large animal bones and break them open to get to the marrow. Dogs can't do this so technically its not very dog paleo to eat marrow.
huh? how about a bear? also, cows weren't around in paleo times either, but many other critters were that have smaller bones. Apparently a Great Dane can chew up an entire chicken leg in 10 seconds without waste. Do you mean as far as tools to open large bones? what did they eat befor they evolved?The hypothesis is that when a cheetah or tiger or any carnivore would kill large game (doesn’t need to be a cow) they would eat as much as they could. The remains would be a little flesh and some bones. Since they have no tools for getting to the thick bones of larger animal they would simply leave it there. We would then collect the bones and using stone tools would crack open the bones and eat the marrow. This is also why we were able to develop larger brains. Humans as well as other animals produce EFA's (Essential Fatty Acids) which are required by our bodies to build our brains and other parts of our body. However production of EFA's for any animal is a very time consuming process. When we started eating marrow (which is full of EFA's) and animals brains which were also enclosed by bones we no longer needed to produce our own EFA's we got them directly from our diet. Before we started eating marrow we ate basically what a chimp eats today which is a mostly vegetarian diet but if the opportunity for meat or eggs or insects comes up they would eat them right away. If another chimp were to die for some reasons the chimps would consume the carcass. Some people think we as a species should not be eating meat and that we are not adapted to it because we don't have the same digestive system as carnivores. What they fail to realize is that our digestive tract does not resemble an herbivores digestive tract either and that we have been consuming meat for over 2.5 million years which is plenty of time to have adapted to it. The only primate that resembles our digestive tract is called the capuchin monkey and their diet consists of 50% flesh and 50% plant matter.
No, that was just to make him seem like more of a villain. Meat/fish/shellfish are nearly always heavily cooked in traditional Southern cooking, particularly as you go farther into the Deep South. :)
The hypothesis is that when a cheetah or tiger or any carnivore would kill large game (doesn’t need to be a cow) they would eat as much as they could. The remains would be a little flesh and some bones. Since they have no tools for getting to the thick bones of larger animal they would simply leave it there.
Interesting. By the way, what exactly constitutes the "Deep South".
humans evolved to eat meat was originally becuase we were the only animals that could take large animal bones and break them open to get to the marrow.
Thanks for the response, but wouldn't they have already had somewhat more evolved brains in order to use tools, and to know that the marrow was specifically useful?Your article just answered you own question. "Bones were thought only to be consumed when prey are small." Just like I said "larger animals." As for getting my facts straight, I took anthropology classes and my teacher keeps very up to date with all the anthropological news. And yes we did already have larger brains but they were still only about a little larger than a 1/3 of our current brain size.
I think you might need to check your facts on other animals in regards to eating larger and smaller fauna, as many other animals consume bones, including dogs/wolves, that was my main point.
Birds too can carry the bones by using their talons and fly it high over rocky mountains, intentionally drop the bones, and fly down and eat the marrow.Very interesting ive never heard of this but it makes sense.
Every animal has to try to use what they have, to get done what they need to.
Eating chickens and chicken liver would have been a breeze for them. Did chickens exist then?
Interesting. By the way, what exactly constitutes the "Deep South". I know that the South in general is considered, in modern times, to be those States which fought against the Federal State in the US Civil War(and maybe 1 or 2 states that didn't revolt like West Virginia?). But what states(or regions) constitute the "Deep South"?
Your article just answered you own question. "Bones were thought only to be consumed when prey are small." Just like I said "larger animals." As for getting my facts straight, I took anthropology classes and my teacher keeps very up to date with all the anthropological news. And yes we did already have larger brains but they were still only about a little larger than a 1/3 of our current brain size.