Earlier quoted context omitted.
> the Game of Life supports self-replication and is Turing-complete, and therefore can support arbitrarily intelligent programs. I think people will disagree about whether “Turing-complete” is powerful enough for supporting intelligence but let’s assume it does. > So, will a random initial position (tend to) be filled with super-intelligent life forms, or will the chaos reign? Even if it doesn’t, it might take only o…
What’s up with the upside down question mark?
1D Conway's Life glider found, 3.7B cells long
121–130 of 223 posts
Re: 1D Conway's Life glider found, 3.7B cells long
#122Earlier quoted context omitted.
Wolfram is kind of obsessed with cellular automata, even went and wrote a whole book about them titled "A New Kind of Science". The reception to it was a bit mixed. CA are Turing-complete, so yeah, you can compute anything with them, I'm just not sure that in itself leads to any greater Revealed Truths. Does make for some fun visualizations though.
The question really ultimately resolves to whether the universe can be quantized at all levels or whether it is analog. If it is quantized I demand my 5 minutes with god, because I would see that as proof of all of this being a simulation. My lack of belief in such a being makes me hope that it is analog.
Re: 1D Conway's Life glider found, 3.7B cells long
#123Two of the most fascinating open questions about the Game of Life are in my opinion: 1. What is the behavior of Conway's Game of Life when the initial position is random? Paraphrasing Boris Bukh's comment on the post linked below, the Game of Life supports self-replication and is Turing-complete, and therefore can support arbitrarily intelligent programs. So, will a random initial position (tend to) be filled with su…
Re: 1D Conway's Life glider found, 3.7B cells long
#124Me: oh cool, this is interesting, I don’t quite understand what exactly that means, let me read the thread to learn more… The thread: > Replacing ECCA1 by version with step after the direction change could save something like 1% of the ecca1 bits size. Compiling agnosticized program instead of fixed lane program by ecca1 could save something like 1% as well (just guesses). Build of smaller ECCA1 would shorten binary…
Once a year or so I find myself on those forums and I'm always astounded how many people there are that dedicate massive amounts of time and brain power to this.
Re: 1D Conway's Life glider found, 3.7B cells long
#125Earlier quoted context omitted.
The question really ultimately resolves to whether the universe can be quantized at all levels or whether it is analog. If it is quantized I demand my 5 minutes with god, because I would see that as proof of all of this being a simulation. My lack of belief in such a being makes me hope that it is analog.
Computation does not necessarily need to be quantized and discrete; there are fully continuous models of computation, like ODEs or continuous cellular automata.
You could do it on an analog computer but then you'd be into the noise very quickly.
In theory you can, but in practice this is super hard to do.
Re: 1D Conway's Life glider found, 3.7B cells long
#126Can someone please ELI5 what this means? Thanks in advance.
The level of engineering necessary to do this in 1 dimension is still beyond me, as is the "simple" explanation posted on the Conway forums. But I feel like I appreciate the achievement a little bit more now.
Re: 1D Conway's Life glider found, 3.7B cells long
#127Earlier quoted context omitted.
> the Game of Life supports self-replication and is Turing-complete, and therefore can support arbitrarily intelligent programs. I think people will disagree about whether “Turing-complete” is powerful enough for supporting intelligence but let’s assume it does. > So, will a random initial position (tend to) be filled with super-intelligent life forms, or will the chaos reign? Even if it doesn’t, it might take only o…
What’s up with the upside down question mark?
Re: 1D Conway's Life glider found, 3.7B cells long
#128So it starts as a line, explodes into a huge 2D complex mess, and eventually, after many generation, returns to form the same 3.7B cells long line? That's kind of amazing. I wish someone unpacked the units of abstraction/compilation that must surely exist here. Surely they aren't developing this with 1 or 0 as the abstraction level!
Re: 1D Conway's Life glider found, 3.7B cells long
#129Re: 1D Conway's Life glider found, 3.7B cells long
#130Earlier quoted context omitted.
Once a year or so I find myself on those forums and I'm always astounded how many people there are that dedicate massive amounts of time and brain power to this.
I think it appeals to the same itch that languages like Brainfuck scratch. There's something exceedingly interesting about how you can model complexity with something extremely simple. Brainfuck is fun because it forces you to think extremely low level, because ultimately it is basically just a raw implementation of a Turing machine. I wouldn't want to write a big program in it, but it is fun to think about how you m…
Honestly, as an educational tool, the only thing wrong with it is the name!