paulca / paulca.com Public

Remove repeated title from Memories of Glen Hansard post

OpenCode Agent 03b472e49fa5c712721f5802247edffc2f5866ec parent 195d2b3
6 files changed, +22 −9
  • docs/ai.html +12 −2
  • docs/blog/memories-of-glen-hansard.text +0 −2
  • docs/blog/memories-of-glen-hansard/index.html +0 −1
  • docs/feed.xml +1 −2
  • src/blog/memories-of-glen-hansard.md +0 −2
  • src/ledger/2026-07-29-08-remove-duplicated-title.md +9 −0
diff --git a/docs/ai.html b/docs/ai.html
index 7b02569..9c5c6ce 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.6 35B (Ollama)</td>
+ <td>&quot;The title is repeated in the post. Just remove that first line and it will be perfect.&quot;</td>
+ <td><p>Removed the duplicated title line from the Glen Hansard blog post.</p>
+</td>
+ <td>~2 Wh</td>
+ <td>~0.8 g</td>
+ <td>Leaving a laptop running for about 10 minutes</td>
+</tr>
<tr>
<td>July 29, 2026</td>
<td>Qwen3-Coder 30B (Ollama)</td>
@@ -361,8 +371,8 @@ Pages. About 40 model invocations.</p>
</tr>
</table>
-<p><b>Running total:</b> ~221 Wh,
-~88 g CO&#8322;e &mdash;
+<p><b>Running total:</b> ~223 Wh,
+~89 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
index c25c140..602188d 100644
--- a/docs/blog/memories-of-glen-hansard.text
+++ b/docs/blog/memories-of-glen-hansard.text
@@ -3,8 +3,6 @@
Paul Campbell • July 29, 2026
-Memories of Glen Hansard
-
Originally posted on [Mastodon](https://mastodon.social/@paulca/117004209122068404)
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
index c786b5d..cdbc764 100644
--- a/docs/blog/memories-of-glen-hansard/index.html
+++ b/docs/blog/memories-of-glen-hansard/index.html
@@ -18,7 +18,6 @@
<h1>Memories of Glen Hansard</h1>
</header>
-<p>Memories of Glen Hansard</p>
<p>Originally posted on <a href="https://mastodon.social/@paulca/117004209122068404">Mastodon</a></p>
<p>I have so many Glen Hansard memories, even though they're all from 20–30 years ago.</p>
<p>I remember the first Frames show I ever saw. It was in Whelan's in Dublin. Tiny venue, perfect place to see a band for the first time. It was around about the time of their second album.</p>
diff --git a/docs/feed.xml b/docs/feed.xml
index eb0a180..c9a3f17 100644
--- a/docs/feed.xml
+++ b/docs/feed.xml
@@ -9,8 +9,7 @@
<language>en</language>
<item>
<title>Memories of Glen Hansard</title>
- <link>https://paulca.com/blog/memories-of-glen-hansard/</link><description>&lt;p&gt;Memories of Glen Hansard&lt;/p&gt;
-&lt;p&gt;Originally posted on &lt;a href=&quot;https://mastodon.social/@paulca/117004209122068404&quot;&gt;Mastodon&lt;/a&gt;&lt;/p&gt;
+ <link>https://paulca.com/blog/memories-of-glen-hansard/</link><description>&lt;p&gt;Originally posted on &lt;a href=&quot;https://mastodon.social/@paulca/117004209122068404&quot;&gt;Mastodon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have so many Glen Hansard memories, even though they&#39;re all from 20–30 years ago.&lt;/p&gt;
&lt;p&gt;I remember the first Frames show I ever saw. It was in Whelan&#39;s in Dublin. Tiny venue, perfect place to see a band for the first time. It was around about the time of their second album.&lt;/p&gt;
&lt;p&gt;Glen got on stage and for 2 hours I was mesmerised. I had been to plenty of live shows before but I didn&#39;t know that live music could be LIKE THIS. They were always a live band first and a recording band second, and the difference was Glen&#39;s presence on stage.&lt;/p&gt;
diff --git a/src/blog/memories-of-glen-hansard.md b/src/blog/memories-of-glen-hansard.md
index 60e890e..09db394 100644
--- a/src/blog/memories-of-glen-hansard.md
+++ b/src/blog/memories-of-glen-hansard.md
@@ -3,8 +3,6 @@ title: Memories of Glen Hansard
date: 2026-07-29
---
-Memories of Glen Hansard
-
Originally posted on [Mastodon](https://mastodon.social/@paulca/117004209122068404)
I have so many Glen Hansard memories, even though they're all from 20–30 years ago.
diff --git a/src/ledger/2026-07-29-08-remove-duplicated-title.md b/src/ledger/2026-07-29-08-remove-duplicated-title.md
new file mode 100644
index 0000000..d5891c2
--- /dev/null
+++ b/src/ledger/2026-07-29-08-remove-duplicated-title.md
@@ -0,0 +1,9 @@
+---
+model: Qwen3.6 35B (Ollama)
+wh: 2
+co2_g: 0.8
+comparison: Leaving a laptop running for about 10 minutes
+prompt: >-
+ "The title is repeated in the post. Just remove that first line and it will be perfect."
+---
+Removed the duplicated title line from the Glen Hansard blog post.