|
|
|
|
|
by 303uru
927 days ago
|
|
I definitely lack the words to be super eloquent on this front, but I boil it down to a computer comparison. No matter how complex a computer we make it will take inputs and compute outputs. I now of no evidence of a level of complexity at which this is no longer true. I think the idea of free will is enticing, I'd love to look at a situation in which I prevailed and say "yes, I overcame everything to make that happen." But I think the only supported conclusion is that I made the decision and action I made due to a complex, lifelong history of things that happened internally (biology) and externally to me. Comparatively, I think free will is essentially asking that a computer take inputs and it's programming and shrug that all off to come up with a completely novel output. |
|
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