Slashdot Mirror


First Self-Replicating Creature Spawned In Conway's Game of Life

Calopteryx writes "New Scientist has a story on a self-replicating entity which inhabits the mathematical universe known as the Game of Life. 'Dubbed Gemini, [Andrew Wade's] creature is made of two sets of identical structures, which sit at either end of the instruction tape. Each is a fraction of the size of the tape's length but, made up of two constructor arms and one "destructor," play a key role. Gemini's initial state contains three of these structures, plus a fourth that is incomplete. As the simulation progresses the incomplete structure begins to grow, while the structure at the start of the tape is demolished. The original Gemini continues to disassemble as the new one emerges, until after nearly 34 million generations, new life is born.'"

32 of 241 comments (clear)

  1. At least we can kill it by Max+Romantschuk · · Score: 4, Funny

    Fortunately the glider gun is already discovered, so at least we have a means of killing this new self replicating entity. ;)

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
  2. Re:I thought someone had a glider gun... by emurphy42 · · Score: 4, Informative

    TFA mentions glider guns - they're indeed an old discovery, but they just create and shoot out gliders. This thing actually creates copies of itself.

  3. Most impressive and important pattern? by Tacvek · · Score: 5, Interesting

    From the article:

    In fact, this is arguably the single most impressive and important pattern ever devised.

    Really? Not the universal Turing machine pattern, or the pattern that emulates the game of life itself? Those both seem more impressive to me.

    --
    Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
    1. Re:Most impressive and important pattern? by SomeJoel · · Score: 5, Funny

      From the article:

      In fact, this is arguably the single most impressive and important pattern ever devised.

      Really? Not the universal Turing machine pattern, or the pattern that emulates the game of life itself? Those both seem more impressive to me.

      Well, he did say "arguably", which is arguably the worst weasel word in the history of mankind.

      --
      <Complete your profile by adding a signature!>
    2. Re:Most impressive and important pattern? by TheRaven64 · · Score: 5, Informative

      Those are patterns in the game of life itself. The Turing Machine one is particularly impressive. It demonstrates that the game itself is a Turing-complete computation engine - the more complex version is a Universal Turing Machine, so you can encode any arbitrary algorithm on the 'tape' (a streak of cells that runs diagonally across the grid).

      Given that it demonstrated the Turing completeness of the system, it's probably the most important pattern, as it shows that you can create a pattern with any algorithmic behaviour that you want. This includes providing a proof that the pattern discussed in TFA is possible, although not (of course) telling you how to create it. This pattern is interesting, but knowing that it's possible is more interesting than knowing exactly what it is.

      --
      I am TheRaven on Soylent News
    3. Re:Most impressive and important pattern? by smellsofbikes · · Score: 3, Interesting

      From the article:

      In fact, this is arguably the single most impressive and important pattern ever devised.

      Really? Not the universal Turing machine pattern, or the pattern that emulates the game of life itself? Those both seem more impressive to me.

      Well, he did say "arguably", which is arguably the worst weasel word in the history of mankind.

      FUNNY! But at the same time, I think weasel words are critically important. Science should be based on weasel words: may, could, indicates, possibly, probably, likely. When you hear someone saying non-weasel words: is, will, shall, always -- you're either talking to God or to someone who talks to God. Mathematicians, for instance, which is why they can say that in base 10, two plus two IS four. But past that, I'm all for weasel words.

      --
      Nostalgia's not what it used to be.
    4. Re:Most impressive and important pattern? by Toridas · · Score: 5, Funny

      I agree. Weaseling out of things is an important thing to learn. It's what separates us from the animals! Except the weasel.

  4. Re:Third! by Anonymous Coward · · Score: 5, Funny

    Self Replicating post! :-P
    Self Replicating post! :-P
    Self Replicating post! :-8

    uh oh mutation...

  5. Re:First! by nomorecwrd · · Score: 4, Funny

    OMG!!... What have I done... it is already mutating and evolving.

    Elf Replicating Ghost ;-D

  6. that's what the entire universe is: by circletimessquare · · Score: 5, Interesting

    some alien 43 dimensional child's entry in the local science fair

    "look: i've created self-replicating life based on a few simple rules!"

    and the judge says: "but it's only 4 dimensions, and one of the dimensions is only one way. shoddy, very simplistic, not a good middle school level effort"

    to which the alien's mom says: "don't worry honey, next year we'll put baking soda and vinegar in a paper mache cone and simulate a volcano!"

    and the alien child says: "that's ok mom, i don't like science anymore, i want to be a ranch hand. bye bye, little universe critters, i always thought you were cute"

    and then he pulls the plug on his simulation, and trillions of animal, plant, and human lives on earth and septillions of lives on the other inhabited planets cease to exist in a puff

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:that's what the entire universe is: by TheHawke · · Score: 4, Funny

      Oh man, that just made me get uneasy there for a while. Fantastic piece of writing you have done! You really should consider building that skill up and start submitting manuscripts.

      --
      First rule of holes; When in one, stop digging.
  7. For those who don't know about the Game of Life by JoshuaZ · · Score: 5, Informative

    The Game of Life is one of the first cellular automata discovered that had simple rules but complicated behavior. The rules very roughly mimic bacterial growth. One has an infinite lattice grid, and some starting set of cells on the grid are designated as alive (every cell on the grid is either alive or dead). Each new generation is made by the following four rules: Any live cell with fewer than two live neighbors dies. Any living cell with more than three live neighbors dies. Any living cell with two or three live neighbors lives on to the next generation. Any dead cell with three live neighbors (exactly) becomes a live cell. http://en.wikipedia.org/wiki/Conway's_Game_of_Life

    The Game of Life is mathematically interesting because it can be shown to be Turing complete. That is, if you have a process that tells you whether any given starting configuration will eventually dieout then you can answer whether any given computer program will eventually halt. In general, there's a theorem known as the Turing Halting Theorem which says that no general procedure exists to do that for all programs.

    Prior to the work in TFA, there were known configurations called "gliders" which could replicate themselves as they moved across the grid, but they only left the same number of copies. There were also configurations which could spawn gliders (called glider guns). However, no configuration that was actually self-replicating in the sense of spawning more copies of itself was known. This work by Andrew Wade shows how to make configurations that do self-replicate. His original announcement is at http://conwaylife.com/forums/viewtopic.php?f=2&t=399&start=0 and the actual configuration can be found at https://docs.google.com/leaf?id=0B9e96aFfebqqZmY5NjBkYjctY2ViNi00NmJlLTgwZDAtNmU5OTQwYjc1OWQ0&hl=en&pli=1 Thus, this very simply system is still showing itself to have surprising and interesting behavior 30 years after the fact.

    Als

    1. Re:For those who don't know about the Game of Life by Ether · · Score: 4, Informative

      Turing-complete means that it is able to perform all of the functions of a universal Turing machine, not that it is able to solve the Turing halting problem; a Turing-complete language (or system) by definition is unable to solve the halting problem expressed within that system.

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
  8. WireWorld is more fun to play with. by Rockoon · · Score: 4, Interesting

    My favorite CA is WireWorld. The designs in the CA look and behave like circuit boards. People have designed some very complex "computers" in it.

    WireWorld on Wikipedia

    This flash-based wireworld app is listing prime numbers.

    --
    "His name was James Damore."
  9. Re:Not to be a killjoy but... by russotto · · Score: 3, Interesting

    You mean like a human giving birth to another human and then dying off?

    If every time one human was born, an identical human died, it would be like that.

  10. Re:I thought someone had a glider gun... by jfengel · · Score: 4, Insightful

    And doesn't a glider do that?

    Reading in between the lines of the article, it sounds like this thing manages to create the copy before the destruction of the original is complete, unlike a glider which is basically moving itself. But it seems a fairly arbitrary distinction, since that destruction is going to happen and it's not going to reverse itself.

    Perhaps the trick is that this thing can _teleport_ itself a few cells away, without passing through the intervening space, but again, that seems kind of an arbitrary and unimportant distinction.

  11. Re:Not to be a killjoy but... by Anonymous Coward · · Score: 5, Funny

    This is slashdot -- some people here think that's actually how it works, while many more think births are all faked by the government, and still more are arguing for more openness in the early stages of the process.

  12. Re:Conway? by gnieboer · · Score: 3, Funny

    What, you never landed on the "you've had a baby, collect presents" block?

    I suppose there wasn't a loop from selling the kids to having the kids go to "start".

  13. Re:I thought someone had a glider gun... by shutdown+-p+now · · Score: 5, Interesting

    If I understand correctly, it creates two copies while self-destructing in the process. So it is, indeed, replicating.

  14. Displacement not Self-Replicating by porter235 · · Score: 4, Informative

    Yep, and if you read the entry on LifeWiki you would see they agree with you.

    "It displaces itself by 5120 cells vertically and 1024 cells horizontally every 33,699,586 generations."

  15. Re:Third! by zill · · Score: 4, Funny

    That's obviously intelligent design. Burn the heathen!

  16. Re:Nanites by bunratty · · Score: 5, Funny

    IBM has already developed a high-fidelity 3-D copier. They scrapped the project when they realized they would likely sell only two units.

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  17. Re:I thought someone had a glider gun... by nacturation · · Score: 3, Informative

    Check out the forum where it was posted: http://conwaylife.com/forums/viewtopic.php?f=2&t=399&start=0

    That's the game of life forum - Conway is the guy who invented it.

    It may be a popular forum, but the domain conwaylife.com is not owned by Conway.

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  18. Re:Third! by raving+griff · · Score: 3, Insightful

    Considering the +5 Funny score, I would say the trait is quite beneficial.

  19. Re:Nanites by smellsofbikes · · Score: 4, Interesting

    That's a superb joke, but if you're bored and want to read some extensions of the idea you should find a copy of Venus Equilateral by George Smith some time. In one of the stories, engineers make (by mistake, basically) a device that can replicate other devices, and then realize it can replicate itself, so they build a few mostly for fun. Since they're on an isolated space station they transmit information about what they've done back to earth and then find out that earth's economy is collapsing because everyone's either duplicating money or duplicating duplication machines and there's no reason to buy anything. Smith explores how that affects the economy for a while (one character's snooty wife has to stop being a socialite and get a job as a nurse, because Smith was basically a 1930's misogynist) and then has his engineers cook up a physical item that contains energy, which the matter duplicator can't duplicate (since it only deals with matter) to act as a new basis for currency. He wrote all this in the 1940's, so, y'know, prior art and all that.

    --
    Nostalgia's not what it used to be.
  20. Re:Third! by durrr · · Score: 3, Interesting

    Detrimental traits such as lactose-intolerance can be preserved if there is no or weak evolutionary pressure for this trait. But over time and changing enviroments it's the beneficial traits that are more likely to preserve the genotype.
    A better wording is perhaps that the enviromental viability of a geno and phenotype is what is the driving force behind evolution.

  21. Re:I thought someone had a glider gun... by shutdown+-p+now · · Score: 4, Informative

    Yes, you're right. TFA is rather confusing on the precise nature of the thing, but the Gemini article on LifeWiki explains what it actually is:

    ... Alternatively, 'knightship' may refer to any spaceship that travels in an oblique direction (not diagonally or orthogonally). The first oblique spaceship to be discovered, Gemini, was found in May, 2010 with a velocity of (5120,1024)c/33699586. In June, 2010 Dave Greene constructed the first true knightship in Life, which is based on Gemini and travels at a velocity of (4096,8192)/c35567490.

  22. Re:Nanites by selven · · Score: 5, Insightful

    A good thing, I say. Poverty will be eradicated, Wall Street will disappear into uselessness and everyone will have 16 hours a day of time to do whatever they want. People will want to create new stuff, even lacking any normal incentive, simply out of boredom.

  23. Re:Monsatan by Miseph · · Score: 4, Funny

    It's Hannah Montana.

    OH GOD WHAT HAVE WE DONE?!?

    Kill it with fire, kill it with fire!

    --
    Try not to take me more seriously than I take myself.
  24. Re:I thought someone had a glider gun... by dvgrn · · Score: 4, Interesting

    If I understand correctly, it creates two copies while self-destructing in the process. So it is, indeed, replicating.

    Now that's interesting.

    When i first read the headline I was befuddled. The whole point of the game is that its structures replicate themselves and create other things all over the map.

    But I don't recall ever seeing one that made multiple copies of itself, and then died.

    This is a tricky point. The people who say that this new pattern is not ultimately different from a glider are correct, in a sense -- the Gemini spaceship is technically a spaceship, not a replicator.

    It _does_ make two copies -- but the copies are of the two replicator units at the ends of the glider channels, not of the entire spaceship.

    But replicator units replicating themselves, even with the help of an outside stream of instructions (which is then reflected on to the next newly-created copy of a replicator unit) are still something that hasn't been seen before in the Life universe. So this is a much more impressive technical accomplishment than, say, finding a new variety of spaceship using a search utility.

    Gliders and spaceships "replicate" themselves in somewhat the same way that salt crystals or wildfires do -- that's just the way the universe works, you might say. But the Gemini pattern keeps itself going by continuously reconstructing itself, in *spite* of the way the universe normally works.

    The replicator units are like robots that include all the tools needed to make more robots exactly like themselves -- but they're radio-controlled and have no internal memory, so you have to pipe the actual construction recipe in from somewhere else. That means they're not self-contained self-replicators, true -- but they're a darn sight closer than a salt crystal or a glider!

    Eventually someone will build a pattern with an internal memory that can hold a complete self-construction recipe -- but the Gemini is an important milestone along the way to that goal, and the first true Life replicator will probably contain ideas taken from the Gemini, just as the Gemini contains ideas and mechanisms from preceding patterns.

  25. Re:I thought someone had a glider gun... by dvgrn · · Score: 3, Informative

    But the Gemini pattern keeps itself going by continuously reconstructing itself, in *spite* of the way the universe normally works.

    how so?

    I was hoping someone would ask that. Let me start out with a comparison to other cellular automata. Conway's Life is B3/S23 -- "born if 3 neighbors, survives if 2 or 3 neighbors". There are other rules, such as HighLife (B36/S23, very close to Conway's Life) in which a 12-cell pattern can replicate itself -- after 12 generations there are 2 copies, after 36 ticks there are 4 copies, and so on. This pattern regularly evolves from random starting states.

    There's even a rule, Fredkin's parity rule (B1357/S1257) where every possible pattern is a replicator -- an extreme example of replication being "just the way the universe works". But these replicators are, in some sense, too simple to be very interesting! They replicate the way crystals grow, and it's hard to harness that kind of low-level behavior. If you wanted a HighLife replicator with 13 cells, or one that would replicate in 13 ticks, instead of 12, you'd be out of luck. By comparison, the Gemini spaceship is extraordinarily adjustable.

    will this pattern repair itself if anything happens to it? will it protect itself from outside influences? like a cell wall protects the inside of a cell?

    No to all of the above. Conway's Life is not amenable to error-correction of this kind, because small changes have such huge consequences. Kind of like building machinery out of chunks of sub-critical enriched uranium: you can design it so that during normal operation the various pieces never come close enough together to start a chain reaction, but if any little thing goes wrong, you end up with high-energy particles flying all over the place, spreading the reaction to other nearby machinery, which then contributes to the explosion.

    so how is it reconstructing itself in spite of the things around it?

    Well, I didn't say "in spite of the things around it" -- it was "in spite of the way the universe normally works." The Life universe, for random patterns anyway, normally settles into a scattering of stable or P2-oscillating ash after a few hundred or a few thousand generations. There are any number of "lucky" self-perpetuating stationary and moving patterns that are exceptions to this general rule, but they're all very delicately balanced on the edge of chaos.

    how is this anything but a different kind of glider?

    The Gemini spaceship contains a large amount of data in its glider channels that is recognizably information about its own structure. Change that data, and the replicator unit will (usually) build something different. Most other gliders and spaceships in Conway's Life don't have anything like this -- all the other hundreds of patterns in Golly's Spaceships folder, or the tens of thousands in Koenig's Life Object database, are "naturally" self-perpetuating, because a future generation of the pattern happens to be identical to the original.

    The Gemini spaceship has a significantly higher degree of control over its environment: with the right change to its program, a Gemini replicator unit could construct anything that can be built by colliding gliders, in any empty space in the Life universe. The Gemini contains most or all of the construction tools that a Conway's Life self-replicator will need; it's just a few short steps away from being a true replicator. Mostly it just doesn't have the right program -- yet.

    There are a few other large patterns, especially Gabriel Nivasch's Caterpillar, that blur this line to some extent. However, the pi-climber "data" in the Caterpillar is much more difficult to reprogram than the gliders in the Gemini. Several new variants of the Gemini with different speeds and angles of travel have already been built -- with a lot of help from the Python scripts that Andrew Wade made available along with the pattern..