Live data from Hacker News

Building arbitrary Life patterns in 15 gliders

btm.qva.mybluehost.me

1–10 of 114 posts

Re: Building arbitrary Life patterns in 15 gliders

#3
The 15 is strangely familiar.

Hypothesis: if the interaction of any pair of oscillators can theoretically be represented by a single oscillator, this could also be possible with 4 and 6 (larger) gliders, simply because (4 over 2) = 6, (6 over 2) = 15.

The above may only hold in a continuous-valued GoL, or it may not hold at all.

Re: Building arbitrary Life patterns in 15 gliders

#5
The basic idea is to use the distance of the gliders to encode information, so when they hit each other allows for an embedding of a Turing machine.

I'm no expert here but some basic ideas are that some small number of gliders (two?) can hit each other and produce a "glider gun", allowing for just a few gliders to "upgrade" to producing a steady stream of gliders. There's a "Reverse Caber Tosser" (RCT) structure which has a stationary element that "tosses" a glider back and forth with a structure moving away (or towards?) it, emitting another glider in another direction after each toss, allowing for logarithmic glider/population growth. Another key idea looks to be the "glider producing switch engine" (GPSE) which incorporates the ideas of the RCT with a delay and some other logic?

The distances involved are astronomical because they're encoding everything in the distance but they still manage to make it Turing machine equivalent with only 15 gliders.

Anyway, I'm floored at the ingenuity of the GoL community. It's as close to programming with butterflies as I've ever seen [0].

[0] https://xkcd.com/378/

Re: Building arbitrary Life patterns in 15 gliders

#7

The 15 is strangely familiar. Hypothesis: if the interaction of any pair of oscillators can theoretically be represented by a single oscillator, this could also be possible with 4 and 6 (larger) gliders, simply because (4 over 2) = 6, (6 over 2) = 15. The above may only hold in a continuous-valued GoL, or it may not hold at all.

There’s no “larger glider”. The name “glider” refers to a single specific pattern of five cells.

https://en.wikipedia.org/wiki/Glider_(Conway%27s_Life)

Post reply on HN