summaryrefslogtreecommitdiff
path: root/gemfeed/2026-06-01-gt-calculator.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2026-06-01-gt-calculator.html')
-rw-r--r--gemfeed/2026-06-01-gt-calculator.html2
1 files changed, 1 insertions, 1 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 />