blob: bbd4c92dacff52d98af8bc051fcf54c7f6a78488 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?php
$title = "Corrigenda";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
This document is an attempt to catalogue the mistaken beliefs I have held in the past. Each will include
a short description of why the belief is no longer held. Obviously, if you hold one of these beliefs,
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.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|