From 7caf9b1b077f86fd2e3406d661a30ae562081e8c Mon Sep 17 00:00:00 2001 From: Doug Hatcher Date: Tue, 19 May 2026 00:26:52 +0000 Subject: [PATCH 1/2] blog: add positioning line, follow path (RSS + LinkedIn) --- layouts/blog/list.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 6c91ca2..5853a61 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,7 +1,13 @@ {{ define "main" }}

Blog

+

Long-form thinking on commerce, technology, and the gap between how projects are sold and how they're delivered.

+
+ + + +
From f1f9ff8d89f42b5b7de3f3da29e22916f542b166 Mon Sep 17 00:00:00 2001 From: Doug Hatcher Date: Tue, 19 May 2026 00:27:05 +0000 Subject: [PATCH 2/2] blog: fix weak title on devops/AI post --- .../blog/2026-04-25-devops-matters-more-when-ai-writes-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2026-04-25-devops-matters-more-when-ai-writes-code.md b/content/blog/2026-04-25-devops-matters-more-when-ai-writes-code.md index 9812dfc..e3c4b53 100644 --- a/content/blog/2026-04-25-devops-matters-more-when-ai-writes-code.md +++ b/content/blog/2026-04-25-devops-matters-more-when-ai-writes-code.md @@ -1,5 +1,5 @@ --- -title: "DevOps Matters More When AI Writes the Code" +title: "The Bottleneck Is No Longer Writing Code" date: 2026-04-25 draft: false pillar: "Wild Card"