From c8e4eaba8db1f3acfa9b77beaf4dd04567dccb11 Mon Sep 17 00:00:00 2001 From: t Date: Sun, 12 Jul 2026 20:00:15 -0600 Subject: great tjp.lol rebuild post --- .gitignore | 1 + weblog/great-tjp-lol-rebuild-of-2026.md | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 weblog/great-tjp-lol-rebuild-of-2026.md diff --git a/.gitignore b/.gitignore index 822105b..a8efcc6 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ /weblog/from-packer-to-lazy-nvim.html /weblog/geminis-killer-app.html /weblog/gopher-item-types-a-gemini-miss.html +/weblog/great-tjp-lol-rebuild-of-2026.html /weblog/guppy-v03.html /weblog/happy-hacking.html /weblog/index.html diff --git a/weblog/great-tjp-lol-rebuild-of-2026.md b/weblog/great-tjp-lol-rebuild-of-2026.md new file mode 100644 index 0000000..d47aaf3 --- /dev/null +++ b/weblog/great-tjp-lol-rebuild-of-2026.md @@ -0,0 +1,35 @@ +# The great tjp.lol rebuild of 2026 + +Yesterday, I fully rebuilt the site hosted here at the base `tjp.lol` domain. + +It was awfully quick and smooth for how ambitious the project was. I created a whole new design, built a whole static site generator to construct it, and back-ported old posts from my "gemini capsule" (a website in the obscure [Gemini protocol](https://geminiprotocol.net/)). A lot of this speed came down to using LLMs for the busy work of writing the bulk of the code. + +> I will never publish AI-authored content on this site without a clear disclaimer + +I'm ruminating on a post in which I'll lay out my stance on AI assistance with coding because it's a fraught topic with strong opinions on all sides, but I take a fairly nuanced view that probably won't satisfy anybody. The best I can probably hope to do is convince most people that I have at least taken the ethical questions around it seriously. But that's not this post. For now, suffice it to say that while I use AI assistance in coding, and I may even write on here about that experience, I will _never_ publish AI-authored content on this site without a clear disclaimer (and while my promise is just that I'll _tell you_, I also have no intention of using AI for prose on my personal site). + +But I derived a lot of value from using AI tools to make this transition happen, and it came rather cheaply as well. The authorship of the static site generator ([`weft`](https://code.tjp.lol/weft.git)), the porting of my gemini capsule pages, and the initial design all were made dramatically faster with AI assistance. + +Going forward, I'm happy to have a better showcase for my coding projects, I want to get back into writing more frequently, and I hope the public exposure of my notes will help spur me on to filling those out as well. + + -- cgit v1.3