From ac34337cdb6cd6fedbff965f58e9a5b13bd1b892 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 30 May 2019 06:02:32 -0400 Subject: [PATCH] update date --- ...arkdown => templeos-2-god-the-rng-2019-05-30.markdown} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename blog/{templeos-2-god-the-rng-2019-05-29.markdown => templeos-2-god-the-rng-2019-05-30.markdown} (95%) diff --git a/blog/templeos-2-god-the-rng-2019-05-29.markdown b/blog/templeos-2-god-the-rng-2019-05-30.markdown similarity index 95% rename from blog/templeos-2-god-the-rng-2019-05-29.markdown rename to blog/templeos-2-god-the-rng-2019-05-30.markdown index 7295ad4..1a4a7bf 100644 --- a/blog/templeos-2-god-the-rng-2019-05-29.markdown +++ b/blog/templeos-2-god-the-rng-2019-05-30.markdown @@ -1,14 +1,14 @@ --- title: "TempleOS: 2 - god, the Random Number Generator" -date: 2019-05-29 -series: TempleOS +date: 2019-05-30 +series: templeos --- # TempleOS: 2 - `god`, the Random Number Generator The [last post](https://christine.website/blog/templeos-1-installation-and-basic-use-2019-05-20) covered a lot of the basic usage of TempleOS. This post is going to be significantly different, as I'm going to be porting part of the TempleOS kernel to WebAssembly as a live demo. -This post may contain words used in ways and places that look blasphemous. No blasphemy is intended, though it is an unfortunate requirement for covering this part of TempleOS' kernel. It's worth noting that Terry Davis [legitimately believed that TempleOS is a temple of the Lord Yahweh](https://templeos.holyc.xyz/Wb/Doc/Charter.html): +This post may contain words used in ways and places that look blasphemous at first glance. No blasphemy is intended, though it is an unfortunate requirement for covering this part of TempleOS' kernel. It's worth noting that Terry Davis [legitimately believed that TempleOS is a temple of the Lord Yahweh](https://templeos.holyc.xyz/Wb/Doc/Charter.html): ``` * TempleOS is God's official temple. Just like Solomon's temple, this is a @@ -45,7 +45,7 @@ public class CGodGlbls } god; ``` -This is about equivalent to the following Zig code: +This is about equivalent to the following Zig code (I would just be embedding TempleOS directly in a webpage but I can't figure out how to do that yet, please help if you can): ``` const Stack = @import("std").atomic.Stack;