commit d6f8d6ab71a5413e57e531adfbf661b6cfec1c21
parent 0972d6d590afc0086003392ffd87691189ad92a7
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 10 Oct 2020 12:58:48 +0300
update
Diffstat:
8 files changed, 52 insertions(+), 4 deletions(-)
diff --git a/docs/blog/20201002-reimplementing-sysmgr-in-c.html b/docs/blog/20201002-reimplementing-sysmgr-in-c.html
@@ -63,6 +63,12 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p>
<p>I am not a C expert or anything, I am learning a lot as I am writing the
program. I want it to be C99 and portable (for BSD). It’s currently not
functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p>
+
+<p>EDIT 2020-10-10:</p>
+
+<p>I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.</p>
</p>
<a href="/blog/20201002-reimplementing-sysmgr-in-c.txt">This page in plain-text</a>
<hr>
diff --git a/docs/blog/20201002-reimplementing-sysmgr-in-c.txt b/docs/blog/20201002-reimplementing-sysmgr-in-c.txt
@@ -25,3 +25,9 @@ functional at all, but, you can see its current state [here].
[sysmgr]: https://git.ckyln.com/sysmgr
[here]: https://git.ckyln.com/sm
+
+EDIT 2020-10-10:
+
+I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.
diff --git a/docs/index.html b/docs/index.html
@@ -88,6 +88,12 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p>
program. I want it to be C99 and portable (for BSD). It’s currently not
functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p>
+<p>EDIT 2020-10-10:</p>
+
+<p>I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.</p>
+
<hr />
<h1>Trust in Distributed Environments</h1>
diff --git a/docs/index.txt b/docs/index.txt
@@ -54,6 +54,12 @@ functional at all, but, you can see its current state [here].
[sysmgr]: https://git.ckyln.com/sysmgr
[here]: https://git.ckyln.com/sm
+EDIT 2020-10-10:
+
+I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.
+
********************************************************************************
Trust in Distributed Environments
diff --git a/docs/rss.xml b/docs/rss.xml
@@ -9,7 +9,7 @@
<description>Personal blog/website on Linux/tech/nerdy stuff</description>
<link>https://cemkeylan.com</link>
<atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Oct 05 2020 11:00</lastBuildDate>
+ <lastBuildDate>Sat Oct 10 2020 09:00</lastBuildDate>
<item>
<title>Reimplementing `sysmgr` in C</title>
<pubDate>Fri, 02 Oct 2020</pubDate>
@@ -37,7 +37,13 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p>
<p>I am not a C expert or anything, I am learning a lot as I am writing the
program. I want it to be C99 and portable (for BSD). It&rsquo;s currently not
-functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p></description>
+functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p>
+
+<p>EDIT 2020-10-10:</p>
+
+<p>I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.</p></description>
</item>
<item>
<title>Trust in Distributed Environments</title>
diff --git a/src/blog/20201002-reimplementing-sysmgr-in-c.md b/src/blog/20201002-reimplementing-sysmgr-in-c.md
@@ -25,3 +25,9 @@ functional at all, but, you can see its current state [here].
[sysmgr]: https://git.ckyln.com/sysmgr
[here]: https://git.ckyln.com/sm
+
+EDIT 2020-10-10:
+
+I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.
diff --git a/src/index.md b/src/index.md
@@ -54,6 +54,12 @@ functional at all, but, you can see its current state [here].
[sysmgr]: https://git.ckyln.com/sysmgr
[here]: https://git.ckyln.com/sm
+EDIT 2020-10-10:
+
+I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.
+
********************************************************************************
Trust in Distributed Environments
diff --git a/src/rss.xml b/src/rss.xml
@@ -9,7 +9,7 @@
<description>Personal blog/website on Linux/tech/nerdy stuff</description>
<link>https://cemkeylan.com</link>
<atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Oct 05 2020 11:00</lastBuildDate>
+ <lastBuildDate>Sat Oct 10 2020 09:00</lastBuildDate>
<item>
<title>Reimplementing `sysmgr` in C</title>
<pubDate>Fri, 02 Oct 2020</pubDate>
@@ -37,7 +37,13 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p>
<p>I am not a C expert or anything, I am learning a lot as I am writing the
program. I want it to be C99 and portable (for BSD). It&rsquo;s currently not
-functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p></description>
+functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p>
+
+<p>EDIT 2020-10-10:</p>
+
+<p>I did the initial release of this C version of sysmgr, which is more stable,
+and performant than the POSIX sh version. It still has rough edges, but is
+completely usable.</p></description>
</item>
<item>
<title>Trust in Distributed Environments</title>