summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/about.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/content/about.md b/content/about.md
index 8eaf3bf..9021ac2 100644
--- a/content/about.md
+++ b/content/about.md
@@ -65,8 +65,11 @@ For maximum privacy/security, use I2P or Tor.
## AI Disclosure
-I write this journal myself. I do not use large language models nor AI systems to generate its content.
+I write this journal entirely myself because I enjoy it. Using AI to generate content automatically would defeat the purpose for me.
-I also timestamped this journal so that its human provenance can be verified. See more about that below.
+To provide some assurance that I don't use AI tools to write this journal, I timestamped it before those tools were sophisticated enough to generate its content. The timestamp can be verified using OpenTimestamps software.
-[:memo: Journal Entry About The Timestamp](/2024/04/08/why-i-timestamped-my-journal/)
+```sh
+git clone --recursive https://git.nicholasjohnson.ch/journal
+ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/timestamp-2.ots
+```