| 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 & 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 & 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> |
| |