diff options
Diffstat (limited to 'src/writing/hardproblem.php')
-rw-r--r-- | src/writing/hardproblem.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/writing/hardproblem.php b/src/writing/hardproblem.php new file mode 100644 index 0000000..4c17381 --- /dev/null +++ b/src/writing/hardproblem.php @@ -0,0 +1,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"); ?>
|