summaryrefslogtreecommitdiff
path: root/src/writing/hardproblem.php
blob: 4c17381a98f21cc591cb9980d60658eaf2021d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$title = "On The Hard Problem";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
	The phrase "The Hard Problem" was coined in 1994, and is the subject of no small controversy. It is something that
	I have attempted to create a satisfactory explanation for over most of my life, to constant frustration. I am writing
	this article now, not because I have solved the problem, but because I have failed to solve the problem enough times
	that I am confident I can clearly describe the exact nature of the problem. It is in describing the very nature of the
	problem that many authors begin to introduce confusion; through a careful propositional structuring of my argument, I
	intend to avoid this error, and to then convince the reader that my specific interpretation of the hard problem is both
	the only reasonable belief, and intrinsically, fatally flawed. In doing so, I hope to enable the reader to share in my
	frustration as it concerns this unsolveable problem.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>