diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2026-06-01-gt-calculator.html | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/2026-06-01-gt-calculator.html b/gemfeed/2026-06-01-gt-calculator.html index e064e20b..e01fed31 100644 --- a/gemfeed/2026-06-01-gt-calculator.html +++ b/gemfeed/2026-06-01-gt-calculator.html @@ -17,7 +17,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 /> 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 /> |
