summaryrefslogtreecommitdiff
path: root/gemfeed/atom.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 14:44:06 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 14:44:06 +0300
commitf50e1d39503b1f80a77804551fe4c975ec2ddcd6 (patch)
tree69df3a64f869587150097a3779ada530c82f3dec /gemfeed/atom.xml
parent9eebe44789006823e90697a41ff97187a83cbab0 (diff)
Update content for html
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 b21b02c0..677f7e52 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="https://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 />