|
|
|
|
|
by Kim_Bruning
926 days ago
|
|
It is true that a computer will take inputs and compute outputs, and that is all it ever can do. However, this statement does not quite end up explaining Space Invaders. There's a couple of steps in between that might have been glossed over slightly. [1] A computer is entirely capable of generating novel (enough) output. Elsewhere I point to the trivial-seeming python function math.random(). Good luck predicting what that will do! In reality, it turns out that math.random() and the theory behind PRNGs is not so trivial at all, and is actually quite interesting to dive in to. [2] [1] This particular argument inspired by https://journals.plos.org/ploscompbiol/article?id=10.1371/jo... . It mentions using neuroscience to try to understand space invaders, which I think is funny. :-) [2] https://en.wikipedia.org/wiki/Pseudorandom_number_generator , or eg. https://en.wikipedia.org/wiki/Logistic_map being used as an early PRNG |
|
We can't, so at the moment it looks as though the universe might have true randomness (I'm very sceptical of this).
But even then, so what? Does that mean free will is just decisions with some true universal randomness thrown in? How does that give you free will if it is just random? And then we're back to, what does free will even mean.