paulca / paulca.com Public
Remove repeated title from Memories of Glen Hansard post
6 files changed,
+22
−9
docs/ai.html+12 −2docs/blog/memories-of-glen-hansard.text+0 −2docs/blog/memories-of-glen-hansard/index.html+0 −1docs/feed.xml+1 −2src/blog/memories-of-glen-hansard.md+0 −2src/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₂e</th> |
| <th>Roughly equivalent to</th> |
| </tr> |
| +<tr> |
| + <td>July 29, 2026</td> |
| + <td>Qwen3.6 35B (Ollama)</td> |
| + <td>"The title is repeated in the post. Just remove that first line and it will be perfect."</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₂e — |
| +<p><b>Running total:</b> ~223 Wh, |
| +~89 g CO₂e — |
| 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><p>Memories of Glen Hansard</p> |
| -<p>Originally posted on <a href="https://mastodon.social/@paulca/117004209122068404">Mastodon</a></p> |
| + <link>https://paulca.com/blog/memories-of-glen-hansard/</link><description><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> |
| <p>Glen got on stage and for 2 hours I was mesmerised. I had been to plenty of live shows before but I didn'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's presence on stage.</p> |
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. |