“Python Programming Fundamentals: Variables and Data Types”

Did Humans and Giant Wombats Coexist? New Discovery Rewrites Australian History

Did Humans and Giant Wombats Coexist? New Discovery Rewrites Australian History
source: gettyimages
April 8, 2023

A groundbreaking discovery in the Australian outback may have just rewritten our understanding of the continent's past. Scientists have unearthed evidence of a human settlement dating back 49,000 years ago, pushing back the known timeline of human habitation in Australia by a staggering 10,000 years. But the real kicker? This ancient site also contains remains of Australian megafauna, including the giant wombat, suggesting a potential interaction between early humans and these colossal creatures.

The find, located at the Warratyi rock shelter in southern Australia, a site long occupied by the indigenous Adnyamathanha people, has sent ripples of excitement through the scientific community. Lead researcher Giles Hamm from La Trobe University emphasizes the significance of this southern-most oldest site, noting that it demonstrates the rapid movement of people across the continent shortly after their arrival. The discovery challenges previous assumptions about the pace and direction of early human migration in Australia.

What makes this discovery truly remarkable is the presence of bone fragments from approximately 16 mammal species and one reptile, totaling over 2,000 fragments, alongside human artifacts. This directly suggests a coexistence, a shared landscape, and perhaps even interaction between our ancestors and these now-extinct giants. Were they hunted? Revered? Or simply neighbors in a vast and untamed land?

The implications of this discovery extend beyond just dating the arrival of humans. The Warratyi rock shelter has also yielded the earliest known evidence of ochre use in Australia and Southeast Asia, dating back 49,000 to 46,000 years ago, as well as the earliest examples of gypsum pigment, bone tools, hafted tools, and backed artifacts. This reveals a level of technological sophistication among early Australians that was previously unappreciated.

The study's abstract highlights the importance of understanding the material culture of early people in arid Australia and their interaction with the environment, particularly in relation to the megafaunal extinctions that occurred roughly 50,000 to 40,000 years ago. The evidence from Warratyi rock shelter provides a crucial piece of the puzzle, suggesting that humans not only adapted to the harsh arid interior of Australia shortly after arriving, but also developed key technologies much earlier than previously believed. This discovery demands a reevaluation of the role humans may have played in the disappearance of the giant wombat and other iconic Australian megafauna. It's a fascinating glimpse into a past where humans and giants walked the same land, a past we are only beginning to understand.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 141 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}}, order_by: {id: desc}, limit: 5) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 58,
  "domain": 7,
  "srcId": 88,
  "hasSrc": true,
  "hasSelf": true
}