paulca / paulca.com Public
Add Keymail contact link
4 files changed,
+23
−2
docs/ai.html+12 −2docs/index.html+1 −0src/index.njk+1 −0src/ledger/2026-07-26-03-keymail.md+9 −0
diff --git a/docs/ai.html b/docs/ai.html| index cb294ad..960f60f 100644 |
| --- a/docs/ai.html |
| +++ b/docs/ai.html |
| @@ -29,6 +29,16 @@ the AI work cost. Newest first.</p> |
| <th>Est. CO₂e</th> |
| <th>Roughly equivalent to</th> |
| </tr> |
| +<tr> |
| + <td>July 26, 2026</td> |
| + <td>Qwen3-Coder 30B (Ollama)</td> |
| + <td>"Below 'Email: paul@rslw.com', add 'Keymail: paul@keymail.dev'"</td> |
| + <td><p>Added Keymail contact link to the homepage.</p> |
| +</td> |
| + <td>~4 Wh</td> |
| + <td>~1.6 g</td> |
| + <td>Boiling a cup of tea</td> |
| +</tr> |
| <tr> |
| <td>July 26, 2026</td> |
| <td>Qwen3-Coder 30B (Ollama)</td> |
| @@ -327,8 +337,8 @@ Pages. About 40 model invocations.</p> |
| </tr> |
| </table> |
| -<p><b>Running total:</b> ~207 Wh, |
| -~83 g CO₂e — |
| +<p><b>Running total:</b> ~211 Wh, |
| +~84 g CO₂e — |
| just shy of the energy it takes to boil two litres of water, or the emissions of driving a petrol car about 450 metres.</p> |
| <h2>Method</h2> |
diff --git a/docs/index.html b/docs/index.html| index 3f2d52b..5c719e4 100644 |
| --- a/docs/index.html |
| +++ b/docs/index.html |
| @@ -20,6 +20,7 @@ |
| <ul> |
| <li>Email: <a href="mailto:paul@rslw.com">paul@rslw.com</a></li> |
| +<li>Keymail: <a href="mailto:paul@keymail.dev">paul@keymail.dev</a></li> |
| <li>GitHub: <a href="https://github.com/paulca">github.com/paulca</a></li> |
| <li>Mastodon: <a href="https://mastodon.social/@paulca">@paulca@mastodon.social</a></li> |
| <li>Bluesky: <a href="https://bsky.app/profile/paulca.com">@paulca.com</a></li> |
diff --git a/src/index.njk b/src/index.njk| index 01f2a5c..bc843be 100644 |
| --- a/src/index.njk |
| +++ b/src/index.njk |
| @@ -13,6 +13,7 @@ permalink: / |
| <ul> |
| <li>Email: <a href="mailto:paul@rslw.com">paul@rslw.com</a></li> |
| +<li>Keymail: <a href="mailto:paul@keymail.dev">paul@keymail.dev</a></li> |
| <li>GitHub: <a href="https://github.com/paulca">github.com/paulca</a></li> |
| <li>Mastodon: <a href="https://mastodon.social/@paulca">@paulca@mastodon.social</a></li> |
| <li>Bluesky: <a href="https://bsky.app/profile/paulca.com">@paulca.com</a></li> |
diff --git a/src/ledger/2026-07-26-03-keymail.md b/src/ledger/2026-07-26-03-keymail.md| new file mode 100644 |
| index 0000000..8a69f95 |
| --- /dev/null |
| +++ b/src/ledger/2026-07-26-03-keymail.md |
| @@ -0,0 +1,9 @@ |
| +--- |
| +model: Qwen3-Coder 30B (Ollama) |
| +wh: 4 |
| +co2_g: 1.6 |
| +comparison: Boiling a cup of tea |
| +prompt: >- |
| + "Below 'Email: paul@rslw.com', add 'Keymail: paul@keymail.dev'" |
| +--- |
| +Added Keymail contact link to the homepage. |