website

My personal website
git clone git://git.ckyln.com/website
Log | Files | Refs

commit d6f8d6ab71a5413e57e531adfbf661b6cfec1c21
parent 0972d6d590afc0086003392ffd87691189ad92a7
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 10 Oct 2020 12:58:48 +0300

update

Diffstat:
Mdocs/blog/20201002-reimplementing-sysmgr-in-c.html | 6++++++
Mdocs/blog/20201002-reimplementing-sysmgr-in-c.txt | 6++++++
Mdocs/index.html | 6++++++
Mdocs/index.txt | 6++++++
Mdocs/rss.xml | 10++++++++--
Msrc/blog/20201002-reimplementing-sysmgr-in-c.md | 6++++++
Msrc/index.md | 6++++++
Msrc/rss.xml | 10++++++++--
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&rsquo;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&rsquo;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.&lt;/p&gt; &lt;p&gt;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&amp;rsquo;s currently not -functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description> +functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; + +&lt;p&gt;EDIT 2020-10-10:&lt;/p&gt; + +&lt;p&gt;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.&lt;/p&gt;</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.&lt;/p&gt; &lt;p&gt;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&amp;rsquo;s currently not -functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description> +functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; + +&lt;p&gt;EDIT 2020-10-10:&lt;/p&gt; + +&lt;p&gt;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.&lt;/p&gt;</description> </item> <item> <title>Trust in Distributed Environments</title>