diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 22:37:09 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 22:37:09 -0700 |
commit | 79bd72e062fabcd6c0b73cfba6d35178e179da41 (patch) | |
tree | 23925498f68e055f40954dcb33df86f34ff8d5da /src/writing | |
parent | b72bed67eae3ad851174c67252fea12de765274e (diff) |
updated a lot of stuff
Diffstat (limited to 'src/writing')
-rw-r--r-- | src/writing/corrigenda.php | 29 | ||||
-rw-r--r-- | src/writing/epiphenomenalism.php | 13 |
2 files changed, 2 insertions, 40 deletions
diff --git a/src/writing/corrigenda.php b/src/writing/corrigenda.php index bbd4c92..df9f6d2 100644 --- a/src/writing/corrigenda.php +++ b/src/writing/corrigenda.php @@ -9,33 +9,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); this will not change it. If you reach out to me via email I'll be happy to talk to you about it, though
I think many of these things will be realized in good time either way.
</p>
-<h3>That utilitarianism provides moral truth</h3>
<p>
- I was too concerned with the answer to the question of what is moral to consider that the question itself
- is absurd on its face.
-</p>
-<h3>That phenomenal consciousness is solely emergent</h3>
-<p>
- I neglected the information transfer problem. Epiphenomenalism is unpalatable. Interactive parralelism seems
- to work, as does idealism.
-</p>
-<h3>That everything is necessarily material</h3>
-<p>
- Consciousness is necessarily immaterial. Even if all else is matter, a single counterexample is evidently enough to
- invalidate a proposition.
-</p>
-<h3>That many things are hard</h3>
-<p>
- Nothing I have done thus far has been hard, even when I go about it in the most contrived way possible.
- I ought not assume that any future endeavour will be prohibitively challenging.
-</p>
-<h3>That there is such a thing as a justified belief</h3>
-<p>
- Extrapolation is circular. Mathematics is meaningless.
-</p>
-<h3>That the narrative explanation is coherent</h3>
-<p>
- And that it is possible to have no narratives without having a narrative of having no narratives.
- See above.
+ Unfortunately, it turns out that I've never been wrong about anything! Just kidding, that statement
+ was an example of me being wrong about something.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
diff --git a/src/writing/epiphenomenalism.php b/src/writing/epiphenomenalism.php deleted file mode 100644 index 1a0e2ef..0000000 --- a/src/writing/epiphenomenalism.php +++ /dev/null @@ -1,13 +0,0 @@ -<?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"); ?>
|