Hacker News new | ask | show | jobs
by ajuc 2750 days ago
You start with

> No

and then repeat what I said, stressing the fact that people are puppets in this scenario. Yes they are, and it doesn't matter, they will still do the exact same thing as if they weren't puppets. That's the point.

> without free will [...] there's no this or that result: just whatever is destined to be

So what? This line of code evaluates distance between two points and prints "Boom" if it's smaller than 10.0.

    if (sqrt((x0-x1)*(x0-x1) + (y0-y1)*(y0-y1)) < 10.0)
        printf("Boom");
Doesn't seem to need a free will to do all of that :)

> Which would make their morality meaningless. And so would the non-existence of free will.

No it wouldn't. Provide arguments if you think otherwise.