/* * 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've always been sceptical of the Out of Africa theory as it had a number of quasi-Creationist notions. The multiregional hypothesis made far more sense, in that it demonstrated that humans interbred with Neanderthals(and therefore most likely with other hominids) rather than an unrealistic notion that we simply wiped out all other hominids without breeding with them.Why is it not possible that after we left Africa we bred with other hominids? Now that we re-created the neanderthal genome we know we share about 4% of their DNA.
Why is it not possible that after we left Africa we bred with other hominids? Now that we re-created the neanderthal genome we know we share about 4% of their DNA.The multiregional hypothesis is far more likely as it postulates that interbreeding between hominids occurred throughout prehistory, not just after some sort of African exodus. Plus, there has been considerable stupidity in scientists trying to suggest that Neanderthals and all other hominids were all somehow stupider than homo sapiens, whereas current scientific data shows, overwhelmingly, that the Neanderthals were as intelligent as modern humans. The greater likelihood is that our apemen ancestors all interbred with each other, and produced humans all over the globe, not just in Africa.
The multiregional hypothesis is far more likely as it postulates that interbreeding between hominids occurred throughout prehistory, not just after some sort of African exodus. Plus, there has been considerable stupidity in scientists trying to suggest that Neanderthals and all other hominids were all somehow stupider than homo sapiens, whereas current scientific data shows, overwhelmingly, that the Neanderthals were as intelligent as modern humans. The greater likelihood is that our apemen ancestors all interbred with each other, and produced humans all over the globe, not just in Africa.But then how would all modern humans be so genetically similar? Isn't it a little unlikely that we all underwent evolution in the exact same way in multiple regions at once?
But then how would all modern humans be so genetically similar? Isn't it a little unlikely that we all underwent evolution in the exact same way in multiple regions at once?Not at all. If ancient apemen all regularly interbred with each other all over the globe over millions of years, then it would make perfect sense for modern humans to appear all over the globe, in a short space of time, and to be similiar.
But then how would all modern humans be so genetically similar? Isn't it a little unlikely that we all underwent evolution in the exact same way in multiple regions at once?
The multiregional hypothesis is far more likely as it postulates that interbreeding between hominids occurred throughout prehistory, not just after some sort of African exodus. Plus, there has been considerable stupidity in scientists trying to suggest that Neanderthals and all other hominids were all somehow stupider than homo sapiens, whereas current scientific data shows, overwhelmingly, that the Neanderthals were as intelligent as modern humans. The greater likelihood is that our apemen ancestors all interbred with each other, and produced humans all over the globe, not just in Africa.