diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2024-01-27 16:21:55 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2024-01-27 16:21:55 -0800 |
commit | 027c1d2a66405dbb913f75d082376456c2a94a20 (patch) | |
tree | 05a6731da28023ad8822ca7d0b76fcf849e2b116 /src/writing/hardproblem.php | |
parent | 28dedce6035153c1009d29fd77f5832ba43f5752 (diff) |
updated wording, font
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"); ?>
|