Show newer

Chaotic mess with two states
```
rules = {
'a': [[1,-1,'a'], [0,+1,'b']],
'b': [[1,-1,'a'], [0,+0,'b']],
}
```

Show thread

Two state square spiral
```
rules = {
'a': [[1,+1,'a'], [0,-1,'b']],
'b': [[0,-1,'a'], [1,+1,'b']],
}
```

Show thread

Single-state Turing machine with 10k cycles of chaos and then it suddenly builds a highway.
```
rules = {
'a': [[1,+1,'a'], [0,-1,'a']]
}
```

Show thread

```
rules = {
'a': [[1,+1,'a'], [1,-1,'b']],
'b': [[1,+1,'b'], [0,-1,'a']],
}
```

Show thread

```
rules = {
'a': [[1,-1,'b'], [1,-1,'b']],
'b': [[1,+1,'b'], [0,+0,'a']],
}
```

```
rules = {
'a': [[1,+0,'b'], [1,-1,'a']],
'b': [[1,+1,'b'], [0,+0,'a']],
}
```

Show thread

```
rules = {
'a': [[1, +1, 'a'], [1, +1, 'b']],
'b': [[0, +0, 'a'], [0, +0, 'b']],
}
```

Show thread

```
rules = [
[[1,+1,1], [1,-1,1]],
[[1,+1,1], [0,+1,0]],
]
```

It seems like A and B are fairly evenly preferred, as are X and Y. My older watches are A/X, while I'm getting used to my new one that is B/Y (with extra markers for local noon and sunrise/set).

Show thread

Poll for 24 hour clock fans:
A) Midnight at the top
B) Noon at the top
X) Midnight as 24 (or XXIV)
Y) Midnight as 00

Our night train from Stockholm to Hamburg (EN497) was only two cars long.

Very exciting to see open source firmware on commodity servers again at osfc.io

Show older
(void *) social site

(void*)