/* * 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; } } } } }
neolithic fruit-eatingFruit-eating is definitely not neolithic. It's much much older than your pemmicans.
But... Neolithic fruit is neolithic...
Beef, lamb, pork, and watever domesticated animal you eat is also neolithic.That's really true.
That's really true.
Besides even wild animals are neolithic - in paleo times there were different kinds of animals.
So it looks like we should rename this forum to rawneolithicforum - that would make all the fruit-eaters happy.
Paleo food are: fruit, vegs, meat
It would be a very good thing if we could find some evidence that paleoman actually ate fruit &veg.Unfortunately for you there's no credible evidence that palaeoman was zero-carb.
I can't imagine a band of 30 people spending much time gathering fruit and veggies when they can just hunt a bison that would sustain them for a couple days. But they probably picked some fruit they found while traveling, like one cup of berries a week total. That makes them very close to ZC but not totally imo, i'd imagine their calorie intake was something like 99% from meat, 1% or less from fruit. I can't imagine a woman with children risking her life to go gather fruit in the wild all by herself, away from the camp/group.Hunting prey is a much more dangerous endeavour than foraging for fruits/veg, for obvious reasons. And , like I said before, what we count as wild does not resemble the much larger biomass that existed in the Palaeolithic era. You have to remember that there were vast forests in that era with plentiful plant-life, fruits etc. And fruits/plants don't only ripen in the summer, incidentally -I've been to national parks in october/november and eaten garlic leaves in huge amounts.
Hunting prey is a much more dangerous endeavour than foraging for fruits/veg, for obvious reasons.
Hunting prey is a much more dangerous endeavour than foraging for fruits/veg, for obvious reasons. And , like I said before, what we count as wild does not resemble the much larger biomass that existed in the Palaeolithic era. You have to remember that there were vast forests in that era with plentiful plant-life, fruits etc. And fruits/plants don't only ripen in the summer, incidentally -I've been to national parks in cotober/november and eaten garlic leaves in huge amounts.
Statistical factors, such as in anthropology, do very little to understand tribes & primitives, you HAVE to research how they function as a WHOLE, ie their societal & cultural values & their natural states as translated in nature
Easy - sit around and listen to the people (American Indian) while she says "when the hunters came home with a moose, they shared. Now that they have jobs, they don't share".
That, to me, is close enough to the cultural difference between paleo and neolithic.
Unfortunately for you there's no credible evidence that palaeoman was zero-carb.
The isotope bone analysis of paleolithic bones shows they have the same makeup as hyenas. Although this technique apparantly determines dietary protein only. Still, from the limited bones of paleo people found, it shows they was eating proportionally as much animal protein as African carnivorous animals. There is little protein in plants so it' possible it doesn't show in the bones. Perhaps this is not conclusive, but definitely strong and credible. I'll try and dig up the article if I can find it.As I pointed out previously the conclusions from isotope analysis have already been proven to be dead-wrong as Neanderthals have been shown to have eaten plant foods and because isotope analysis only covers part of the diet, of necessity. Whatever the case, I don't think fruit-consumption was ever more than 25% of diet by calorie, even though the zero-carb claims have been proven wrong beyond doubt.
As I pointed out previously the conclusions from isotope analysis have already been proven to be dead-wrong as Neanderthals have been shown to have eaten plant foods and because isotope analysis only covers part of the diet, of necessity. Whatever the case, I don't think fruit-consumption was ever more than 25% of diet by calorie, even though the zero-carb claims have been proven wrong beyond doubt.
Well I think it's far from being proven wrong, just that the evidence is not conclusive.There are studies showing clear evidence that Neanderthals ate some plant-matter in their diet(due to evidence of plaque on teeth and then there's the evidence of plant seeds. So, it has been conclusively proven beyond doubt that Neanderthals were not zero-carbers. There's still some lack of evidence re the exact proportion of plant foods in their diet but that's it(of course, this is complicated by the fact that Neanderthals had a wide range; those living in the Middle-East would undoubtedly have had higher proportions of plant-foods in their diet than European-based Neanderthals.