/* * 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; } } } } }
These creatures may not even have been direct human ancestors, from what I can tell from the article.The article states the exact opposite actually. Indeed this other article on the same subject makes it clear that the scientists view all the various proto-hominids as consisting of one species with dozens of variations/subspecies within it. The implication being that modern humans are ultimately descended from a dozen different, ancient hominid types all over the world , not just a very recent one from Africa.
The article states the exact opposite actually. Indeed this other article on the same subject makes it clear that the scientists view all the various proto-hominids as consisting of one species with dozens of variations/subspecies within it. The implication being that modern humans are ultimately descended from a dozen different, ancient hominid types all over the world , not just a very recent one from Africa.
Which other article?Sorry, must have somehow been deleted. Here it is:-
Scientists from the Anthropological Institute and Museum in Zurich say Skull 5 suggests a single Homo species could cope with a variety of ecosystemsCould this substantiate the below quote?
The concept of genetic adaptation has been especially useful to me for explaining the shortcomings of alliesthesic mechanisms with food processed by the culinary arts. But how this genetic adaptation to different varieties of fruits was carried out is quite indifferent to me. As already stated many times, our genome has been able to collect data in many very different circumstances, as it dates back to immemorial time, long before primates appeared (we still have the same genes as the bacterias for a variety of proteins structures of our cells, for example).
On the contrary, your argument is based on assumptions about the ENVIRONMENT in which man would have set up its genome, which makes it very risky. We know almost nothing about the exact conditions under which our ancestors were able to spend the tens of millions of years whose memory was added to previous data of our genome: there were all kinds of migrations, environmental changes, climatic hazards about which lack of knowledge prohibits any safe deduction. I prefer to proceed by empirical observation as a first step, even resorting to hypotheses in a second time to explain these observations because this approach is much less random than the opposite course.
I still don't see the evidence that these creatures were definitely ancestors of modern humans. The article mentions no DNA links, nor morphology links. For that matter, the bone fragments could have found their way to that spot via a different method, like a large storm or a bird.That last is a ridiculous claim since the parts matched,more or less. At any rate, expecting dna evidence from fossils millions of years old is expecting too much since dna degrades quickly(though we still have been able to determine neanderthal etc. ancestry in modern humans).
That last is a ridiculous claim since the parts matched,more or less. At any rate, expecting dna evidence from fossils millions of years old is expecting too much since dna degrades quickly(though we still have been able to determine neanderthal etc. ancestry in modern humans).