summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 14:30:53 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 14:30:53 +0300
commit4185b2a78849f37af1a73a524bea49416dda9c91 (patch)
tree049fea8b7a005cdc710e4a550c64eedeba5d963e
parente854a77b1396db011638f30311e8803260255d90 (diff)
Update content for gemtext
-rw-r--r--gemfeed/2026-06-01-gt-calculator.gmi6
-rw-r--r--gemfeed/2026-06-01-gt-calculator.gmi.tpl2
-rw-r--r--gemfeed/atom.xml10
-rw-r--r--gemfeed/index.gmi2
-rw-r--r--index.gmi4
-rw-r--r--uptime-stats.gmi24
6 files changed, 24 insertions, 24 deletions
diff --git a/gemfeed/2026-06-01-gt-calculator.gmi b/gemfeed/2026-06-01-gt-calculator.gmi
index 12287f4e..69d09ec6 100644
--- a/gemfeed/2026-06-01-gt-calculator.gmi
+++ b/gemfeed/2026-06-01-gt-calculator.gmi
@@ -1,4 +1,4 @@
-# gt a calculator - a calculator built with local LLMs
+# `gt` calculator - a calculator built with local LLMs
> Published at 2026-05-31T14:24:10+03:00
@@ -23,7 +23,7 @@ And no, this wasn't vibe-coded. I used a specific technique and a set of AI skil
## Table of Contents
-* ⇢ gt a calculator - a calculator built with local LLMs
+* ⇢ `gt` calculator - a calculator built with local LLMs
* ⇢ ⇢ The motivation
* ⇢ ⇢ What it does
* ⇢ ⇢ Percentage calculations
@@ -424,7 +424,7 @@ I will write another blog post at some point about my setup and what I learned f
Other related posts:
-=> ./2026-06-01-gt-calculator.gmi 2026-06-01 gt a calculator - a calculator built with local LLMs (You are currently reading this)
+=> ./2026-06-01-gt-calculator.gmi 2026-06-01 `gt` calculator - a calculator built with local LLMs (You are currently reading this)
=> ./2025-08-05-local-coding-llm-with-ollama.gmi 2025-08-05 Local LLM for Coding with Ollama on macOS
E-Mail your comments to `paul@nospam.buetow.org` :-)
diff --git a/gemfeed/2026-06-01-gt-calculator.gmi.tpl b/gemfeed/2026-06-01-gt-calculator.gmi.tpl
index 655d678e..0845379b 100644
--- a/gemfeed/2026-06-01-gt-calculator.gmi.tpl
+++ b/gemfeed/2026-06-01-gt-calculator.gmi.tpl
@@ -1,4 +1,4 @@
-# gt a calculator - a calculator built with local LLMs
+# `gt` calculator - a calculator built with local LLMs
> Published at 2026-05-31T14:24:10+03:00
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 7d8bdd27..9f4e4e43 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2026-05-31T14:27:21+03:00</updated>
+ <updated>2026-05-31T14:29:35+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
<link href="gemini://foo.zone/" />
<id>gemini://foo.zone/</id>
<entry>
- <title>gt a calculator - a calculator built with local LLMs</title>
+ <title>`gt` calculator - a calculator built with local LLMs</title>
<link href="gemini://foo.zone/gemfeed/2026-06-01-gt-calculator.gmi" />
<id>gemini://foo.zone/gemfeed/2026-06-01-gt-calculator.gmi</id>
<updated>2026-05-31T14:24:10+03:00</updated>
@@ -18,7 +18,7 @@
<summary>I created a calculator. Not because the world needed another one, but because I wanted to test something: how well do local LLMs hold up as pair programmers on a real project?</summary>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
- <h1 style='display: inline' id='gt-a-calculator---a-calculator-built-with-local-llms'>gt a calculator - a calculator built with local LLMs</h1><br />
+ <h1 style='display: inline' id='gt-calculator---a-calculator-built-with-local-llms'><span class='inlinecode'>gt</span> calculator - a calculator built with local LLMs</h1><br />
<br />
<span class='quote'>Published at 2026-05-31T14:24:10+03:00</span><br />
<br />
@@ -44,7 +44,7 @@
<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
<br />
<ul>
-<li><a href='#gt-a-calculator---a-calculator-built-with-local-llms'>gt a calculator - a calculator built with local LLMs</a></li>
+<li><a href='#gt-calculator---a-calculator-built-with-local-llms'><span class='inlinecode'>gt</span> calculator - a calculator built with local LLMs</a></li>
<li>⇢ <a href='#the-motivation'>The motivation</a></li>
<li>⇢ <a href='#what-it-does'>What it does</a></li>
<li>⇢ <a href='#percentage-calculations'>Percentage calculations</a></li>
@@ -517,7 +517,7 @@ http://www.gnu.org/software/src-highlite -->
<br />
<span>Other related posts:</span><br />
<br />
-<a class='textlink' href='./2026-06-01-gt-calculator.html'>2026-06-01 gt a calculator - a calculator built with local LLMs (You are currently reading this)</a><br />
+<a class='textlink' href='./2026-06-01-gt-calculator.html'>2026-06-01 <span class='inlinecode'>gt</span> calculator - a calculator built with local LLMs (You are currently reading this)</a><br />
<a class='textlink' href='./2025-08-05-local-coding-llm-with-ollama.html'>2025-08-05 Local LLM for Coding with Ollama on macOS</a><br />
<br />
<span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br />
diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi
index 3b149e89..1cfa465a 100644
--- a/gemfeed/index.gmi
+++ b/gemfeed/index.gmi
@@ -2,7 +2,7 @@
## To be in the .zone!
-=> ./2026-06-01-gt-calculator.gmi 2026-06-01 - gt a calculator - a calculator built with local LLMs
+=> ./2026-06-01-gt-calculator.gmi 2026-06-01 - `gt` calculator - a calculator built with local LLMs
=> ./2026-05-17-unveiling-ior-ng-part-3.gmi 2026-05-17 - Unveiling I/O Riot NG — Part 3: under the hood
=> ./2026-05-11-unveiling-ior-ng-part-2.gmi 2026-05-11 - Unveiling I/O Riot NG — Part 2: install and compile once, run everywhere
=> ./2026-05-08-unveiling-ior-ng-part-1.gmi 2026-05-08 - Unveiling I/O Riot NG — Part 1: a guided tour
diff --git a/index.gmi b/index.gmi
index f015b6f3..1d2df05e 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
# Hello!
-> This site was generated at 2026-05-31T14:28:07+03:00 by `Gemtexter`
+> This site was generated at 2026-05-31T14:30:44+03:00 by `Gemtexter`
Welcome to the foo.zone!
@@ -20,7 +20,7 @@ Everything you read on this site is my personal opinion and experience. You can
### Posts
-=> ./gemfeed/2026-06-01-gt-calculator.gmi 2026-06-01 - gt a calculator - a calculator built with local LLMs
+=> ./gemfeed/2026-06-01-gt-calculator.gmi 2026-06-01 - `gt` calculator - a calculator built with local LLMs
=> ./gemfeed/2026-05-17-unveiling-ior-ng-part-3.gmi 2026-05-17 - Unveiling I/O Riot NG — Part 3: under the hood
=> ./gemfeed/2026-05-11-unveiling-ior-ng-part-2.gmi 2026-05-11 - Unveiling I/O Riot NG — Part 2: install and compile once, run everywhere
=> ./gemfeed/2026-05-08-unveiling-ior-ng-part-1.gmi 2026-05-08 - Unveiling I/O Riot NG — Part 1: a guided tour
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index c90a5baf..eeb1fdec 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2026-05-31T14:28:06+03:00
+> This site was last updated at 2026-05-31T14:30:43+03:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `goprecords`, the global uptime records stats analyser of mine.
@@ -13,7 +13,7 @@ Also check out my blog post:
=> ./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords.raku`: Uptime records with Raku (and also there is a version in Go now)
-> Uptime stats were last updated Sun 31 May 14:28:07 EEST 2026
+> Uptime stats were last updated Sun 31 May 14:30:44 EEST 2026
## Top 20 Uptime's by Host
@@ -117,8 +117,8 @@ Boots is the total number of host boots over the entire lifespan.
| Pos | Host | Boots | Last Kernel |
+-----+----------------+-------+-------------------------------+
| 1. | alphacentauri | 671 | FreeBSD 11.4-RELEASE-p7 |
-| 2. | *f2 | 266 | FreeBSD 15.0-RELEASE-p4 |
-| 3. | *f1 | 266 | FreeBSD 15.0-RELEASE-p4 |
+| 2. | *f1 | 266 | FreeBSD 15.0-RELEASE-p4 |
+| 3. | *f2 | 266 | FreeBSD 15.0-RELEASE-p4 |
| 4. | *f0 | 263 | FreeBSD 15.0-RELEASE-p4 |
| 5. | *earth | 240 | Linux 6.19.10-200.fc43.x86_64 |
| 6. | mars | 207 | Linux 3.2.0-4-amd64 |
@@ -128,13 +128,13 @@ Boots is the total number of host boots over the entire lifespan.
| 10. | makemake | 81 | Linux 6.9.9-200.fc40.x86_64 |
| 11. | uranus | 59 | NetBSD 10.1 |
| 12. | pluto | 51 | Linux 3.2.0-4-amd64 |
-| 13. | *fishfinger | 50 | OpenBSD 7.8 |
+| 13. | mega15289 | 50 | Darwin 23.4.0 |
| 14. | *blowfish | 50 | OpenBSD 7.8 |
| 15. | *mega-m3-pro | 50 | Darwin 25.3.0 |
-| 16. | mega15289 | 50 | Darwin 23.4.0 |
+| 16. | *fishfinger | 50 | OpenBSD 7.8 |
| 17. | t450 | 46 | FreeBSD 14.2-RELEASE |
-| 18. | mega8477 | 40 | Darwin 13.4.0 |
-| 19. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf |
+| 18. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf |
+| 19. | mega8477 | 40 | Darwin 13.4.0 |
| 20. | *pi0 | 34 | Linux 6.1.31-v8.1.el9.altarch |
+-----+----------------+-------+-------------------------------+
```
@@ -190,14 +190,14 @@ Boots is the total number of host boots over the entire lifespan.
| 10. | *OpenBSD 7... | 110 |
| 11. | Darwin 13... | 40 |
| 12. | Darwin 24... | 27 |
-| 13. | FreeBSD 5... | 25 |
-| 14. | Darwin 23... | 25 |
+| 13. | Darwin 23... | 25 |
+| 14. | FreeBSD 5... | 25 |
| 15. | Linux 2... | 22 |
| 16. | Darwin 21... | 17 |
| 17. | Darwin 15... | 15 |
| 18. | Darwin 22... | 12 |
| 19. | Darwin 18... | 11 |
-| 20. | FreeBSD 7... | 10 |
+| 20. | OpenBSD 4... | 10 |
+-----+----------------+-------+
```
@@ -259,7 +259,7 @@ Score is calculated by combining all other metrics.
| 17. | Darwin 18... | 32 |
| 18. | Darwin 22... | 30 |
| 19. | Darwin 15... | 29 |
-| 20. | FreeBSD 5... | 25 |
+| 20. | FreeBSD 13... | 25 |
+-----+----------------+-------+
```