Live data from Hacker News

Hadoop's Game of Life

datasalt.com

1–6 of 6 posts

Re: Hadoop's Game of Life

#2

   **
  **
   *
Hey Downvoter, did you not get it or did you think it was not contributing? This is one of the most amazing little life patterns and I hoped that it had turned up, instead there are two far more complicated patterns that have much shorter runs.

Try it!

Re: Hadoop's Game of Life

#3
post #2

** ** * Hey Downvoter, did you not get it or did you think it was not contributing? This is one of the most amazing little life patterns and I hoped that it had turned up, instead there are two far more complicated patterns that have much shorter runs. Try it!

That is the R-pentomino which has a life span of 1103 generations, but they were running it on a non infinite grid, so the boundaries probably caused it to die off much sooner.

I don't understand why they are using finite grids (probably efficiency reasons, but with the right data structures you could still implement it fast, see hash life).

Re: Hadoop's Game of Life

#4
post #3
post #2

** ** * Hey Downvoter, did you not get it or did you think it was not contributing? This is one of the most amazing little life patterns and I hoped that it had turned up, instead there are two far more complicated patterns that have much shorter runs. Try it!

That is the R-pentomino which has a life span of 1103 generations, but they were running it on a non infinite grid, so the boundaries probably caused it to die off much sooner. I don't understand why they are using finite grids (probably efficiency reasons, but with the right data structures you could still implement it fast, see hash life).

I too did not understand why they were using a finite grid, the article seemed somewhat naive w.r.t. life, more a cute exercise for Hadoop...

As a side note, the links to a java applet to run through the patterns they found was a non starter for me, so I used http://secretgeek.net/gameoflife_.asp