summaryrefslogtreecommitdiff
path: root/gemfeed/atom.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 14:44:08 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 14:44:08 +0300
commitbe2f607a385e6ba373462bf80c8f49591209ebd8 (patch)
tree6a3c1208302e2bb98500278bf44c201be6df700f /gemfeed/atom.xml
parent9280becc49911c32f60f5f31b7cd5d6c97100a58 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/atom.xml')
-rw-r--r--gemfeed/atom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 99fb0a91..f1cc96dc 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2026-05-31T14:40:26+03:00</updated>
+ <updated>2026-05-31T14:43:47+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" />
@@ -24,7 +24,7 @@
<br />
<span>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?</span><br />
<br />
-<span>The answer is: well enough.</span><br />
+<span>The answer is: well enough for small projects like this.</span><br />
<br />
<span><span class='inlinecode'>gt</span> is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — <span class='inlinecode'>gt</span> is a comparison operator the calculator supports. Plus it was free in my terminal and I liked the short name.</span><br />
<br />