summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 22:32:36 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 22:32:36 +0300
commite6dcfb12c15cf407cc2b1fb7ae59457b01b410eb (patch)
treec43815f50914935654e05fb582790ab8232f72a9
parentada26adca09006d6ee7c52ae851282a848f139f6 (diff)
Update content for html
-rw-r--r--gemfeed/2026-06-01-gt-calculator.html4
-rw-r--r--gemfeed/atom.xml8
-rw-r--r--index.html2
-rw-r--r--uptime-stats.html18
4 files changed, 16 insertions, 16 deletions
diff --git a/gemfeed/2026-06-01-gt-calculator.html b/gemfeed/2026-06-01-gt-calculator.html
index 97a334ba..23d7cbb8 100644
--- a/gemfeed/2026-06-01-gt-calculator.html
+++ b/gemfeed/2026-06-01-gt-calculator.html
@@ -15,7 +15,7 @@
<br />
<span class='quote'>Published at 2026-05-31T14:24:10+03:00</span><br />
<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 />
+<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? I want to be independent of the big LLM providers like Anthropic, OpenAI, and company for this <span class='inlinecode'>gt</span>-project.</span><br />
<br />
<span>The answer is: well enough for small projects like this.</span><br />
<br />
@@ -26,7 +26,7 @@
<a class='textlink' href='https://codeberg.org/snonux/gt'>gt on Codeberg</a><br />
<a href='./gt-calculator/logo.svg'><img alt='gt logo' title='gt logo' src='./gt-calculator/logo.svg' /></a><br />
<br />
-<span>The whole thing — code, tests, documentation, even the logo — was built using only LLMs that can run locally on reasonable hardware: Qwen, Gemma, Nemotron, GPT-OSS. To be honest, I didn&#39;t run them locally either — I rented a Hyperstack VMs with NVidia GPU just to get a feel for the quality before investing in hardware. The point was to test models that don&#39;t require a cloud API and could realistically run on your own box.</span><br />
+<span>The whole thing — code, tests, documentation, even the logo — was built using only LLMs that can run locally on reasonable hardware: Qwen, Gemma, Nemotron, GPT-OSS. To be honest, I didn&#39;t run them locally either — I rented Hyperstack VMs with NVidia GPU just to get a feel for the quality before investing in hardware. The point was to test models that don&#39;t require a cloud API and could realistically run on your own box.</span><br />
<br />
<a class='textlink' href='https://www.hyperstack.cloud/'>https://www.hyperstack.cloud/</a><br />
<br />
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 2606a48d..e6ae257e 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-31T18:38:04+03:00</updated>
+ <updated>2026-05-31T22:32:28+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" />
@@ -15,14 +15,14 @@
<name>Paul Buetow aka snonux</name>
<email>paul@dev.buetow.org</email>
</author>
- <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>
+ <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? I want to be independent of the big LLM providers like Anthropic, OpenAI, and company for this `gt`-project.</summary>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<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 />
-<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 />
+<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? I want to be independent of the big LLM providers like Anthropic, OpenAI, and company for this <span class='inlinecode'>gt</span>-project.</span><br />
<br />
<span>The answer is: well enough for small projects like this.</span><br />
<br />
@@ -33,7 +33,7 @@
<a class='textlink' href='https://codeberg.org/snonux/gt'>gt on Codeberg</a><br />
<a href='./gt-calculator/logo.svg'><img alt='gt logo' title='gt logo' src='./gt-calculator/logo.svg' /></a><br />
<br />
-<span>The whole thing — code, tests, documentation, even the logo — was built using only LLMs that can run locally on reasonable hardware: Qwen, Gemma, Nemotron, GPT-OSS. To be honest, I didn&#39;t run them locally either — I rented a Hyperstack VMs with NVidia GPU just to get a feel for the quality before investing in hardware. The point was to test models that don&#39;t require a cloud API and could realistically run on your own box.</span><br />
+<span>The whole thing — code, tests, documentation, even the logo — was built using only LLMs that can run locally on reasonable hardware: Qwen, Gemma, Nemotron, GPT-OSS. To be honest, I didn&#39;t run them locally either — I rented Hyperstack VMs with NVidia GPU just to get a feel for the quality before investing in hardware. The point was to test models that don&#39;t require a cloud API and could realistically run on your own box.</span><br />
<br />
<a class='textlink' href='https://www.hyperstack.cloud/'>https://www.hyperstack.cloud/</a><br />
<br />
diff --git a/index.html b/index.html
index f58be593..b2bb77e4 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
</p>
<h1 style='display: inline' id='hello'>Hello!</h1><br />
<br />
-<span class='quote'>This site was generated at 2026-05-31T18:40:26+03:00 by <span class='inlinecode'>Gemtexter</span></span><br />
+<span class='quote'>This site was generated at 2026-05-31T22:32:28+03:00 by <span class='inlinecode'>Gemtexter</span></span><br />
<br />
<span>Welcome to the foo.zone!</span><br />
<br />
diff --git a/uptime-stats.html b/uptime-stats.html
index 3b59f5e1..0346bc04 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -13,7 +13,7 @@
</p>
<h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br />
<br />
-<span class='quote'>This site was last updated at 2026-05-31T18:40:25+03:00</span><br />
+<span class='quote'>This site was last updated at 2026-05-31T22:32:27+03:00</span><br />
<br />
<span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>goprecords</span>, the global uptime records stats analyser of mine.</span><br />
<br />
@@ -26,7 +26,7 @@
<br />
<a class='textlink' href='./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Uptime records with Raku (and also there is a version in Go now)</a><br />
<br />
-<span class='quote'>Uptime stats were last updated Sun 31 May 18:40:26 EEST 2026</span><br />
+<span class='quote'>Uptime stats were last updated Sun 31 May 22:32:28 EEST 2026</span><br />
<br />
<h2 style='display: inline' id='top-20-uptime-s-by-host'>Top 20 Uptime&#39;s by Host</h2><br />
<br />
@@ -141,13 +141,13 @@
| 10. | makemake | 81 | Linux 6.9.9-200.fc40.x86_64 |
| 11. | uranus | 59 | NetBSD 10.1 |
| 12. | pluto | 51 | Linux 3.2.0-4-amd64 |
-| 13. | *fishfinger | 50 | OpenBSD 7.8 |
-| 14. | mega15289 | 50 | Darwin 23.4.0 |
+| 13. | mega15289 | 50 | Darwin 23.4.0 |
+| 14. | *blowfish | 50 | OpenBSD 7.8 |
| 15. | *mega-m3-pro | 50 | Darwin 25.3.0 |
-| 16. | *blowfish | 50 | OpenBSD 7.8 |
+| 16. | *fishfinger | 50 | OpenBSD 7.8 |
| 17. | t450 | 46 | FreeBSD 14.2-RELEASE |
-| 18. | mega8477 | 40 | Darwin 13.4.0 |
-| 19. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf |
+| 18. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf |
+| 19. | mega8477 | 40 | Darwin 13.4.0 |
| 20. | *pi0 | 34 | Linux 6.1.31-v8.1.el9.altarch |
+-----+----------------+-------+-------------------------------+
</pre>
@@ -210,7 +210,7 @@
| 17. | Darwin 15... | 15 |
| 18. | Darwin 22... | 12 |
| 19. | Darwin 18... | 11 |
-| 20. | OpenBSD 4... | 10 |
+| 20. | FreeBSD 7... | 10 |
+-----+----------------+-------+
</pre>
<br />
@@ -301,7 +301,7 @@
| Pos | KernelName | Uptime |
+-----+------------+------------------------------+
| 1. | *Linux | 28 years, 10 months, 10 days |
-| 2. | *FreeBSD | 13 years, 5 months, 9 days |
+| 2. | *FreeBSD | 13 years, 5 months, 10 days |
| 3. | *OpenBSD | 9 years, 6 months, 6 days |
| 4. | *Darwin | 5 years, 5 months, 16 days |
| 5. | NetBSD | 0 years, 1 months, 1 days |