Maybe I have free will?... was consistently hovering just under 50%
Can you use your "free will"? Try your hand
21–30 of 279 posts
Re: Can you use your "free will"? Try your hand
#22For example, when I’m aware that there is space around myself, then I’m also aware that there are thoughts, feeling in the body, breath etc. In this state, I believe, it’s possible to choose. In this test I can choose the only press the other key and this algorithm doesn’t do so well.
Then something triggers my attention, I react, I forget that there is space, breath, thoughts etc. and I start to execute my conditioning, which is highly predictable and free will simply isn’t available at that point.
Then eventually something pulls me back to the presence, awareness. I remember there is space, breath, mind, feelings, emotions. I’m home. I’m free.
Re: Can you use your "free will"? Try your hand
#23The prediction algorithm is actually very straightforward[1]. It's a fun exercise to write a sequence generator specifically to defeat it. Here is a sequence that can get the prediction rate down to 13%: ddddd dfddd dffdd dfdfd ddfff ddfdd fdffd dffdf ddfff fdfdf dfffd ffdff fffff dffff ffddf fffdf dfffd ffdff ffffd ddfff Generated using this Perl script: my %table = (); my $s = "fffff"; for(my $i = 0; $i $table{$s}{…
Re: Can you use your "free will"? Try your hand
#24I used my free will. I chose to not do it.
Re: Can you use your "free will"? Try your hand
#25Maybe I have free will?... was consistently hovering just under 50%
I got it down to 43%. I had my eyes closed most of the time, only opened them twice; saw a 57% and a 43%.
Re: Can you use your "free will"? Try your hand
#26I fail to see how it's related to free will. I can look at the digits of PI and press d and f depending it's odd or even. So what does it prove? Nothing. Being able to beat this algorithm doesn't mean that I have free will, and choose to fall into patterns (knowing the PI solution exists) doesn't mean I don't.
Re: Can you use your "free will"? Try your hand
#27Re: Can you use your "free will"? Try your hand
#28Re: Can you use your "free will"? Try your hand
#29The question is never if we have free will or not. The question is if we are in a state where free will is available or not. For example, when I’m aware that there is space around myself, then I’m also aware that there are thoughts, feeling in the body, breath etc. In this state, I believe, it’s possible to choose. In this test I can choose the only press the other key and this algorithm doesn’t do so well. Then some…
Think about it, if the universe is all predetermined, how peaceful your mental state is or isn't has no impact on it. We all either have free will or not, but breathing deep isn't gonna trigger it.
Re: Can you use your "free will"? Try your hand
#30From the Github description, a quote: "In a class I taught at Berkeley, I did an experiment where I wrote a simple little program that would let people type either “f” or “d” and would predict which key they were going to push next. It’s actually very easy to write a program that will make the right prediction about 70% of the time. Most people don’t really know how to type randomly. They’ll have too many alternation…
my secret was decidedly less sexy than free will though. i just had XX years of working as a statistician and having a better intuition as to what random strings and numbers actually look like :/