paulca / paulca.com Public
FAQ update: reader mode wording and microblog description
2 files changed,
+2
−4
src/faq/02-why-so-plain.md+1 −2src/faq/04-microblog.md+1 −2
diff --git a/src/faq/02-why-so-plain.md b/src/faq/02-why-so-plain.md| index 3a2b656..416e5e8 100644 |
| --- a/src/faq/02-why-so-plain.md |
| +++ b/src/faq/02-why-so-plain.md |
| @@ -2,5 +2,4 @@ |
| question: >- |
| Why does it look so plain? |
| --- |
| -On purpose. Default browser styles and semantic HTML, like the personal pages |
| -college professors used to have. No CSS, no JavaScript, nothing to load. |
| +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 |
diff --git a/src/faq/04-microblog.md b/src/faq/04-microblog.md| index 9f96d3f..4875a42 100644 |
| --- a/src/faq/04-microblog.md |
| +++ b/src/faq/04-microblog.md |
| @@ -2,5 +2,4 @@ |
| question: >- |
| What happened to the microblog? |
| --- |
| -A microblog ran at paulca.com until July 2026. It's preserved as a |
| -[static archive](/microblog/), and the old `/posts/N` URLs still resolve. |
| +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 |