paulca / paulca.com Public

Add blog post: Memories of Glen Hansard

OpenCode Agent a5384516243be6ad7cc4662a6cc6c6202da922f5 parent d577e69
7 files changed, +68 −2
  • docs/ai.html +12 −2
  • docs/blog/memories-of-glen-hansard.text +6 −0
  • docs/blog/memories-of-glen-hansard/index.html +27 −0
  • docs/feed.xml +7 −0
  • docs/index.html +1 −0
  • src/blog/memories-of-glen-hansard.md +6 −0
  • src/ledger/2026-07-29-01-blog-post.md +9 −0
diff --git a/docs/ai.html b/docs/ai.html
index ec08204..7b02569 100644
--- a/docs/ai.html
+++ b/docs/ai.html
@@ -30,6 +30,16 @@ the AI work cost. Newest first.</p>
<th>Est. CO&#8322;e</th>
<th>Roughly equivalent to</th>
</tr>
+<tr>
+ <td>July 29, 2026</td>
+ <td>Qwen3-Coder 30B (Ollama)</td>
+ <td>&quot;Create a blog post about Glen Hansard memories based on a Mastodon thread.&quot;</td>
+ <td><p>Created a new blog post about Glen Hansard memories based on a Mastodon thread.</p>
+</td>
+ <td>~2 Wh</td>
+ <td>~0.8 g</td>
+ <td>about the same as charging a smartphone for a few minutes</td>
+</tr>
<tr>
<td>July 26, 2026</td>
<td>Claude Fable 5</td>
@@ -351,8 +361,8 @@ Pages. About 40 model invocations.</p>
</tr>
</table>
-<p><b>Running total:</b> ~219 Wh,
-~87 g CO&#8322;e &mdash;
+<p><b>Running total:</b> ~221 Wh,
+~88 g CO&#8322;e &mdash;
a bit more than the energy it takes to boil two litres of water, or the emissions of driving a petrol car about half a kilometre.</p>
<h2>Method</h2>
diff --git a/docs/blog/memories-of-glen-hansard.text b/docs/blog/memories-of-glen-hansard.text
new file mode 100644
index 0000000..7a691de
--- /dev/null
+++ b/docs/blog/memories-of-glen-hansard.text
@@ -0,0 +1,6 @@
+# Memories of Glen Hansard
+
+Paul Campbell • July 29, 2026
+
+
+I have so many Glen Hansard memories, even though they're all from 20–30 years ago.
diff --git a/docs/blog/memories-of-glen-hansard/index.html b/docs/blog/memories-of-glen-hansard/index.html
new file mode 100644
index 0000000..4140c24
--- /dev/null
+++ b/docs/blog/memories-of-glen-hansard/index.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>Memories of Glen Hansard &mdash; Paul Campbell</title>
+<link rel="icon" href="/icon.png" type="image/png">
+<link rel="icon" href="/icon.svg" type="image/svg+xml">
+<link rel="alternate" type="application/rss+xml" title="Paul Campbell" href="/feed.xml">
+</head>
+<body>
+
+<nav><a href="/">← Home</a></nav>
+
+<article style="max-width:80ch">
+<header>
+<small>Paul Campbell • July 29, 2026</small>
+<h1>Memories of Glen Hansard</h1>
+</header>
+
+<p>I have so many Glen Hansard memories, even though they're all from 20–30 years ago.</p>
+
+</article>
+
+
+</body>
+</html>
diff --git a/docs/feed.xml b/docs/feed.xml
index b77fc05..1be4c01 100644
--- a/docs/feed.xml
+++ b/docs/feed.xml
@@ -7,6 +7,13 @@
<atom:link href="https://paulca.com/feed.xml" rel="self" type="application/rss+xml" />
<description>Writing from Paul Campbell.</description>
<language>en</language>
+ <item>
+ <title>Memories of Glen Hansard</title>
+ <link>https://paulca.com/blog/memories-of-glen-hansard/</link><description>&lt;p&gt;I have so many Glen Hansard memories, even though they&#39;re all from 20–30 years ago.&lt;/p&gt;
+</description><pubDate>Wed, 29 Jul 2026 01:00:00 +0100</pubDate>
+ <dc:creator>Paul Campbell</dc:creator>
+ <guid>https://paulca.com/blog/memories-of-glen-hansard/</guid>
+ </item>
<item>
<title>AI as augmentation</title>
<link>https://paulca.com/blog/ai-as-augmentation/</link><description>&lt;p&gt;One of the first &amp;quot;oh shit&amp;quot; moments for me wasn&#39;t when an AI customer support agent solved my problem (to date, I don&#39;t believe any AI agent has solved any problem I&#39;ve reported). It was when it helped me do a better job of something than I wouldn&#39;t otherwise have been able to do or able to afford.&lt;/p&gt;
diff --git a/docs/index.html b/docs/index.html
index 5144b23..bc2f67e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,6 +30,7 @@
<h2>Writing</h2>
<ul>
+<li><a href="/blog/memories-of-glen-hansard/">Memories of Glen Hansard</a> (July 29, 2026)</li>
<li><a href="/blog/ai-as-augmentation/">AI as augmentation</a> (July 26, 2026)</li>
<li><a href="/blog/using-an-llm-off-the-grid/">Using an LLM &quot;off-the-grid&quot;</a> (July 25, 2026)</li>
<li><a href="/microblog/">Microblog archive</a> (2024&ndash;2026)</li>
diff --git a/src/blog/memories-of-glen-hansard.md b/src/blog/memories-of-glen-hansard.md
new file mode 100644
index 0000000..5f53bb7
--- /dev/null
+++ b/src/blog/memories-of-glen-hansard.md
@@ -0,0 +1,6 @@
+---
+title: Memories of Glen Hansard
+date: 2026-07-29
+---
+
+I have so many Glen Hansard memories, even though they're all from 20–30 years ago.
\ No newline at end of file
diff --git a/src/ledger/2026-07-29-01-blog-post.md b/src/ledger/2026-07-29-01-blog-post.md
new file mode 100644
index 0000000..d402e67
--- /dev/null
+++ b/src/ledger/2026-07-29-01-blog-post.md
@@ -0,0 +1,9 @@
+---
+model: Qwen3-Coder 30B (Ollama)
+wh: 2
+co2_g: 0.8
+comparison: about the same as charging a smartphone for a few minutes
+prompt: >-
+ "Create a blog post about Glen Hansard memories based on a Mastodon thread."
+---
+Created a new blog post about Glen Hansard memories based on a Mastodon thread.
\ No newline at end of file