summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/2021-09-12-keep-it-simple-and-stupid.html3
-rw-r--r--gemfeed/atom.xml5
-rw-r--r--index.html2
-rw-r--r--projects.html31
-rw-r--r--uptime-stats.html2
5 files changed, 38 insertions, 5 deletions
diff --git a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
index 732eaaf1..b6565472 100644
--- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
+++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1>Keep it simple and stupid</h1>
-<p class="quote"><i>Published at 2021-09-12T09:39:20+03:00; Updated at 2022-04-21</i></p>
+<p class="quote"><i>Published at 2021-09-12T09:39:20+03:00; Updated at 2023-03-23</i></p>
<pre>
_______________ |*\_/*|_______
| ___________ | .-. .-. ||_/-\_|______ |
@@ -61,6 +61,7 @@
<p>There is, however, a trap. The more you spend time with things, the more these things feel natural to you and you become an expert. The more you become an expert, the more you introduce more abstractions and other clever ways of doing things. For you, things seem to be KISS still, but another person may not be an expert and might not understand what you do. One of the fundamental challenges is to keep things really KISS. You might add abstraction upon abstraction to a system and don't even notice it until it is too late.</p>
<h2>Other relevant readings</h2>
<a class="textlink" href="https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html">Is the madness ever going to end?</a><br />
+<a class="textlink" href="https://sive.rs/plaintext">Write plain text files</a><br />
<p>Enough ranted for now!</p>
<p>E-Mail your comments to hi@paul.cyou :-)</p>
<p class="quote"><i>Controversially, a lack of features is a feature. Enjoy your peace an quiet. - Michael W Lucas </i></p>
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index e7620050..d174233f 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>2023-03-18T13:17:01+02:00</updated>
+ <updated>2023-03-23T10:59:21+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="https://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -3447,7 +3447,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Keep it simple and stupid</h1>
-<p class="quote"><i>Published at 2021-09-12T09:39:20+03:00; Updated at 2022-04-21</i></p>
+<p class="quote"><i>Published at 2021-09-12T09:39:20+03:00; Updated at 2023-03-23</i></p>
<pre>
_______________ |*\_/*|_______
| ___________ | .-. .-. ||_/-\_|______ |
@@ -3499,6 +3499,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is
<p>There is, however, a trap. The more you spend time with things, the more these things feel natural to you and you become an expert. The more you become an expert, the more you introduce more abstractions and other clever ways of doing things. For you, things seem to be KISS still, but another person may not be an expert and might not understand what you do. One of the fundamental challenges is to keep things really KISS. You might add abstraction upon abstraction to a system and don't even notice it until it is too late.</p>
<h2>Other relevant readings</h2>
<a class="textlink" href="https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html">Is the madness ever going to end?</a><br />
+<a class="textlink" href="https://sive.rs/plaintext">Write plain text files</a><br />
<p>Enough ranted for now!</p>
<p>E-Mail your comments to hi@paul.cyou :-)</p>
<p class="quote"><i>Controversially, a lack of features is a feature. Enjoy your peace an quiet. - Michael W Lucas </i></p>
diff --git a/index.html b/index.html
index eecac684..d86e6649 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1>foo.zone</h1>
-<p class="quote"><i>This site was generated at 2023-03-20T00:18:52+02:00 by <span class="inlinecode">Gemtexter</span></i></p>
+<p class="quote"><i>This site was generated at 2023-03-23T10:59:21+02:00 by <span class="inlinecode">Gemtexter</span></i></p>
<pre>
|\---/|
| ,_, |
diff --git a/projects.html b/projects.html
new file mode 100644
index 00000000..90cf4359
--- /dev/null
+++ b/projects.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Projects</title>
+<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
+<link rel="stylesheet" href="style.css" />
+<link rel="stylesheet" href="style-override.css" />
+</head>
+<body>
+<h1>Projects</h1>
+<p>This is a "hidden" site listing my personal project list priorities!</p>
+<ul>
+<li>Finish and release <span class="inlinecode">guprecords 2.0.0</span> (Raku)</li>
+<li>Release and blog about <span class="inlinecode">Gemtexter 2.0.0</span> (Bash)</li>
+<li>Update dependencies and release <span class="inlinecode">DTail 4.1.1</span> (Golang)</li>
+<li>Read "The Go Notebook" (Golang)</li>
+<li>Work through "Bash it out" challenges (Bash)</li>
+<li>Read "Programming Ruby (3.2)" (Ruby)</li>
+<li>Try out <span class="inlinecode">kickstart.nvim</span> (NeoVim)</li>
+<li>Try out <span class="inlinecode">Ruby LSP</span> in NeoVim, which is not Solar (NeoVim)</li>
+<li>Finish <span class="inlinecode">failunderd 1.0</span> (Perl)</li>
+<li>Play around with Go's C I/O API, for <span class="inlinecode">ioriot 2</span> (Golang)</li>
+<li>Play around with Zig, once available for OpenBSD (Ziglang)</li>
+<p class="footer">
+Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> |
+served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
+<a href="https://www.foo.zone/site-mirrors.html">Site Mirrors</a>
+</p>
+</body>
+</html>
diff --git a/uptime-stats.html b/uptime-stats.html
index 19d041f9..55211505 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1>My machine uptime stats</h1>
-<p class="quote"><i>This site was last updated at 2023-03-20T00:18:52+02:00</i></p>
+<p class="quote"><i>This site was last updated at 2023-03-23T10:59:21+02:00</i></p>
<p>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">guprecords</span>, the global uptime records stats analyser.</p>
<p class="quote"><i>Uptimed is an uptime record daemon keeping track of the highest uptimes a computer system ever had. It uses the system boot time to keep sessions apart from each other.</i></p>
<a class="textlink" href="https://github.com/rpodgorny/uptimed">https://github.com/rpodgorny/uptimed</a><br />