summaryrefslogtreecommitdiff
path: root/gemfeed
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 /gemfeed
parente854a77b1396db011638f30311e8803260255d90 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-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
4 files changed, 10 insertions, 10 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