(no title)
gogurt2000 | 10 months ago
It sounds like your "quantum random number generator" would produce a different sequence of bits in every universe? I actually think this breaks things. If every universe gets a different sequence, then there's no promise that any given sequence will align with a universe where it can be interpreted. I also think this means most universes end up with a sequence so long they can't interpret it.
Another way to look at it: if every universe gets a different sequence, then only 1 universe will get any given sequence. As an example, let's take the byte code to print 'Hello world.' in an x86 linux binary. If that sequence is produced in this universe, okay. But if it's produced in a universe where the x86 instruction set is different, or doesn't exist or where the linux binary format is different or doesn't exist, or where English is different or doesn't exist... There's lots of reasons the string might be seen as random garbage. There's just as many reasons the string could be interpreted as a song or a poem or any number of things.
I think to get the outcome of "every possible program is generated," you need to generate the same sequence in every universe, or every sequence in one universe.
parpfish|10 months ago