From ff0e6809939b9aa077bafa28bf54d16d1cf03886 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Mon, 12 Jan 2026 20:13:35 +1100 Subject: [PATCH] Updated index page for 07 --- 06/index.html | 2 +- 07/index.html | 12 +++++++----- dist/07/index.html | 12 +++++++----- dist/index.html | 2 ++ 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/06/index.html b/06/index.html index d3da717..8a8fe40 100644 --- a/06/index.html +++ b/06/index.html @@ -12,7 +12,7 @@

Prompt: Lights on/off. Make something that changes when you switch on or off the “digital” lights.

-

+

Not what I wanted, but I'm on holidays and need to go to bed

diff --git a/07/index.html b/07/index.html index a7b9c0d..7f27aec 100644 --- a/07/index.html +++ b/07/index.html @@ -10,12 +10,14 @@

Genuary 2026 - 7

-

Prompt: Boolean

+

Prompt: Boolean algebra

-

I'm a bit behind after summer holidays. This is very simple, -each cell is the XOR of its left and upper neighbour. I think -I remember programming this out of one of those beginner's BASIC -books in the early 80s.

+

I'm a bit behind after my summer holiday. I was playing around +with making each cell be a Boolean combination of its neighbours +above and to the left, and when I used XOR the familiar shape of +a Siepinski gasket came out and I remembered a Pascal's Triangle +hack I typed in from one of those BASIC programming manuals in +the early 80s.

diff --git a/dist/07/index.html b/dist/07/index.html index a7b9c0d..7f27aec 100644 --- a/dist/07/index.html +++ b/dist/07/index.html @@ -10,12 +10,14 @@

Genuary 2026 - 7

-

Prompt: Boolean

+

Prompt: Boolean algebra

-

I'm a bit behind after summer holidays. This is very simple, -each cell is the XOR of its left and upper neighbour. I think -I remember programming this out of one of those beginner's BASIC -books in the early 80s.

+

I'm a bit behind after my summer holiday. I was playing around +with making each cell be a Boolean combination of its neighbours +above and to the left, and when I used XOR the familiar shape of +a Siepinski gasket came out and I remembered a Pascal's Triangle +hack I typed in from one of those BASIC programming manuals in +the early 80s.

diff --git a/dist/index.html b/dist/index.html index 3a0025b..ff32346 100644 --- a/dist/index.html +++ b/dist/index.html @@ -18,6 +18,8 @@ on the Fedivers at @fsvo@old.mermaid.to
  • 3: Fibonacci forever
  • 4: Low res
  • 5: Write "Genuary". Avoid using a font.
  • +
  • 6: Lights on/off.
  • +
  • 7: Boolean algebra