summaryrefslogtreecommitdiff
path: root/src/writing/epiphenomenalism.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 02:35:13 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 02:35:17 -0800
commitb9647245405f451010a92a39918c08be7be68d2a (patch)
tree263acf75bc88dd065db09af5ce9557e666b9042e /src/writing/epiphenomenalism.php
parent19d604f0abb40afffe82e619b24e4c63665e47de (diff)
started epiphenomenalism page
Diffstat (limited to 'src/writing/epiphenomenalism.php')
-rw-r--r--src/writing/epiphenomenalism.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/writing/epiphenomenalism.php b/src/writing/epiphenomenalism.php
new file mode 100644
index 0000000..1a0e2ef
--- /dev/null
+++ b/src/writing/epiphenomenalism.php
@@ -0,0 +1,13 @@
+<?php
+$title = "On Epiphenomenalism";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
+<p>
+ Our model of the universe and of life is a generally causal one. Our brains are optimized to make decisions based on what they will cause. Consider a baby--their learning is centred on the causal relationships between their nerve impulses and their muscle movements.
+ A toddler, now, has mostly mastered this. Instead, they are discovering the broader causality of macro-movements. They are learning of force, of gravity, of pain. An older child who has developed these skills is now working out the relationships between the mental states of others and their actions, and it is with this that we are concerned. You see, it is quickly discovered by children that
+ It is generally the belief of
+ There is a name for this critical principle: causal closure of the physical. Causal closure of the physical dictates that every effect must have a physical cause; an assumption that is generally shared by most men of science, and of those who subscribe generally to enlightenment thought.
+
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>