Slashdot Mirror


Atlantis: Discovered at Last?

Henry G. writes "The BBC is reporting that recent satellite pictures may show the location of the fabled city of Atlantis, as described by Plato. It is in Southern Spain, though, and not on an island as is commonly believed. Here's an image of the concentric rings over the alleged area." This story has gotten a lot of submissions; it's worth noting that it's also shown up off Cyprus, or near Cuba, or is Crete, or... It is worth noting that that Ubar was found this way.

7 of 478 comments (clear)

  1. It reminds me of Troy by Three+Headed+Man · · Score: 5, Interesting
    They found a number of concentric rings (from the walls) in Turkey where Troy was supposed to be. Heinrich Schliemann kind of messed up the dig with heavy machinery and falsifying finding "the jewelry of Helen", but the site still had interesting archaeological finds as well.

    --
    I'm probably at the karma cap. Mod up a funny troll instead, it lightens the mood :)
  2. Re:Am I the only one... by torpor · · Score: 5, Interesting

    Nope, I don't see it either. I think this is one of those BBC stories that sounded good until they started writing it ...

    What I don't get is why someone just doesn't go there and start having a look around? Great, we've got satellite images ... is that part of Spain really so inaccessible that we can't just call up the local museum operator and have 'em go see if they see Atlantis in their neighborhood... heh heh, okay, scratch that.

    Bad Idea.

    Still, this story highlights just how much we take for granted in archeology today. We can't even deal with language barriers today, here and now, and the issues they can cause for two human beings trying to understand each other ... how on Earth can we be so sure that we've interpreted a few clay tablets here and there correctly? I know this is an arcane science, with its own rules and regulations, but I can't help feeling that such fundamental issues as the difference between the word for "coastal land" and "island" could have radically confused our understanding of ancient history...

    Its like, great, we've got the source, but what the heck kind of CPU does it run on, and what version of the compiler do we use to build the project with? Give someone a "snippet of C" and have them re-build the PC with it ... hmm ... odd analogy I suppose, but I'm just too lazy to smooth out the wrinkles. Like so many archaeologists before me, perhaps?

    That, and the fact that most 'modern' schools of archaeology seem to have been founded by Christian Faith movements over the years, leads me to a very nasty suscpicion that we've completely misunderstood the Ancients, too many times to be sure ...

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  3. The neatest thing about this, IMHO... by Dagny+Taggert · · Score: 5, Interesting

    would be if we discovered a very old, very advanced civilization that threw historians a curveball. For example, what if some ancient civilization was just as advanced as us but nuked themselves out of existence? This could explain much: the gods of Greek mythology, etc. Just a thought.

    --
    Don't be a looter...and yes, I know that it's spelled with an "A" instead of an "E".
  4. Antiquity link by rwebb · · Score: 5, Interesting

    The original Antiquity article is here.

    Aside from a great deal of speculation about correlations between Egyptian records, tales of the Peoples of the Sea, and a selective reading of the Dialogues, the only "data" the author points to are the satellite images which may be the remains of rectangular structures. Nothing in situ to indicate dating.

    As there is almost certainly evidence of Bronze Age settlements practically anywhere one cares to dig along the Mediterranean coast of Spain, this article is roughly the equivalent of speculating that an unattributed burial in a 6th century Wessex tomb must necessarily be the remains of Arthur.

    --
    Trusted by cats.
  5. Yeah right. Atlan-TIS is in the Atlan-TIC by cardshark2001 · · Score: 5, Interesting
    Scientists are bound and determined to place Atlantis ANYWHERE except in the middle of the Atlantic, where it is.

    There's a chain of islands called the Mid Atlantic ridge, which, if the water level were lowered 300-500 feet (as it was before the end of the ice age) would be a very large island. You could even call it an island continent.

    Plato said atlantis was 9000 years before him, or about 11,500 years ago. We've only learned in the past couple of decades that almost exactly at that time, the mean temperature of the earth raised a significant amount in a short amount of time. If a bunch of ice (North America had a mile-thick layer of ice) melted all at once, and you lived on an island continent, it would seem that your island sank into the ocean.

    Someday I'll be proven correct. I just know it.

    --
    WWJD? JWRTFA!
  6. Re:pareidolia by quixoticsycophant · · Score: 5, Interesting
    Here's a recent and very striking example of fitting data to preconceived notions: zepplin backwards (flash link).

    As with all of these things, the trick is that you're shown the message while listening to it, and you tend to make it fit. It's even more convincing after a few listens -- it really sounds like, "There was a little toolshed where he made us suffer, sad Satan." Almost poetic.

    So, rings? They have the scientific method backwards. If, say, a meterologist was looking through some satellite photos happened to notice some rings, that is one thing. But some dude looking for rings in satellite photos is totally different.

  7. Re:Am I the only one... by Short+Circuit · · Score: 5, Interesting

    except there is no scientific method for dating code

    Sure there is. Look for deprecated system calls, or relatively new "requirements" (such as stdafx.h in C++ programs in Visual Studio. That really pisses me off.) ...If you're examining the raw data off the disk, look at the encoding. Is it big-endian or little-endian? Or is it ASCII or EBCDIC?

    Then there's less reliable methods such as timestamps

    It still requires some knowledge of how coding practices have changed, though.