Live data from Hacker News

Recursive Game of Life

oimo.io

81–90 of 123 posts

Re: Recursive Game of Life

#81
I'm never going to stare at TV static and see deeper meaning in random noise, and while this is almost the opposite of that, I'm surprised by how I felt watching this.

Awe and mild discomfort aren't the usual feelings I get watching information being processed.

Re: Recursive Game of Life

#82

This is really great. I would like to use it as a visual backdrop on a big screen when playing DJ sets. I see that it enters a permanently zooming out mode when I zoom out fast, would be awesome if the zoom control disappears when it enters that mode so that it just displays the game of life itself and no UI elements.

Make a greasemonkey script and Bob's yer uncle! :)

Re: Recursive Game of Life

#85
Who else had this experience.

Cool - Game Of Life on my phone. Some pretty cool patterns. Recursion? Don't see it. But look - I can zoom out. Wow, that's a pretty large pattern. Oh shit!

I've not delved into the code. But I am assuming that this is a static model and not actually doing the GOL calculations. Is that correct?

Re: Recursive Game of Life

#86
post #61

I can wrap my head around zooming in - conceptually you run any life simulation you want, i.e. a base level game of life, and then recursively decompose each cell into the 2²² cells of a OTCA metapixel. Zooming out I find much harder to make sense of. What does it look like if you zoom out infinitely often? Is there some limit? If you take an empty universe with all cells dead there seems to be nothing at first, but…

> What does it look like if you zoom out infinitely often? Make a sharp backwards roll of your mouse wheel and see for yourself - it'll turn on the autopilot mode.

But how long do you have to wait to know it's infinite? ;-)

Re: Recursive Game of Life

#87

Who else had this experience. Cool - Game Of Life on my phone. Some pretty cool patterns. Recursion? Don't see it. But look - I can zoom out. Wow, that's a pretty large pattern. Oh shit! I've not delved into the code. But I am assuming that this is a static model and not actually doing the GOL calculations. Is that correct?

[deleted]

Re: Recursive Game of Life

#88
If you zoom in, you get lower and lower level OTCA metapixels forever, very straightforward.

But if you zoom out, at any time it could be possible for them to compute a different pattern. But it's OTCA metapixel all the way up. What is being computed, other than more OTCA metapixels? What is being computed after infinite zoom out steps?

Makes me question the meaning of existence!

Post reply on HN