paulca / paulca.com Public

Add FAQ entry: Am I evil?

OpenCode Agent 9a243f98be1dd762d86d44d57ab09d0513e331fd parent fd48952
3 files changed, +10 −6
  • docs/faq/index.html +5 −4
  • package-lock.json +0 −2
  • src/faq/06-am-i-evil.md +5 −0
diff --git a/docs/faq/index.html b/docs/faq/index.html
index 3fd31aa..95ecefb 100644
--- a/docs/faq/index.html
+++ b/docs/faq/index.html
@@ -18,8 +18,7 @@ maintenance is to use open-source models running on private hardware in a home
office in South Dublin.</p>
<h2>Why does it look so plain?</h2>
-<p>On purpose. Default browser styles and semantic HTML, like the personal pages
-college professors used to have. No CSS, no JavaScript, nothing to load.</p>
+<p>On purpose. Default browser styles and semantic HTML, like the personal pages college professors used to have. No CSS, no JavaScript, nothing to load. Use your browser’s reader mode if you want it to look prettier</p>
<h2>What is the prompt &amp; carbon ledger?</h2>
<p>Every instruction given to an agent working on this site is recorded verbatim
@@ -27,8 +26,7 @@ in the <a href="/ai.html">prompt &amp; carbon ledger</a>, along with which model
and a rough estimate of the energy and carbon the AI work cost.</p>
<h2>What happened to the microblog?</h2>
-<p>A microblog ran at paulca.com until July 2026. It's preserved as a
-<a href="/microblog/">static archive</a>, and the old <code>/posts/N</code> URLs still resolve.</p>
+<p>The microblog was a Ruby on Rails app, running on a single Hetzner box. Ruby on Rails was created by a fascist who I no longer want to have any association with. It was an experiment in having a personal micro blog and federating to Mastodon and Bluesky, both products that I believe are fundamentally flawed in different ways. An archive is preserved here, and you can see the code at https://github.com/paulca/pterodon</p>
<h2>How does a blog post get published?</h2>
<p>Paul writes a post in a text editor and hands it to a local model, which saves
@@ -36,6 +34,9 @@ it as a Markdown file, builds the site with <a href="https://www.11ty.dev/">Elev
adds a row to the ledger, and pushes the result to GitHub, where GitHub Pages
serves it.</p>
+<h2>Am I evil?</h2>
+<p>Clearly, but I try not to be.</p>
+
<hr>
diff --git a/package-lock.json b/package-lock.json
index be7a69b..53f1069 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,8 +6,6 @@
"packages": {
"": {
"name": "paulca.com",
- "version": "1.0.0",
- "license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.1.6"
}
diff --git a/src/faq/06-am-i-evil.md b/src/faq/06-am-i-evil.md
new file mode 100644
index 0000000..b73966c
--- /dev/null
+++ b/src/faq/06-am-i-evil.md
@@ -0,0 +1,5 @@
+---
+question: >-
+ Am I evil?
+---
+Clearly, but I try not to be.
\ No newline at end of file