Modularity over mudularity, every time.
RE: https://digipres.club/@philpem/116613275145567112
There's an approach to Conway's Game of Life which computes small rectangular tiles of results, with a cunning coordinate transformation such that each tile depends on just 4 predecessor-neighbours instead of 9.
The larger the tile, the less communication between neighbours.
This might be a good match for a small transputer network.
We made a nice 6502 version for the BBC Micro with 64k second processor - not as a general network, but separating compute from display.
Thread here
Conway's Game of Life for Atom, Beeb, Elk? https://stardot.org.uk/forums/viewtopic.php?t=12010
and see also
Conway's Life on 6502 https://6502.org/forum/viewtopic.php?t=4293
Here's a 6502 life (expanded 6502 memory space) running a Turing Machine pattern
https://www.youtube.com/watch?v=JjUb8g2kED0
I've spent days trying to work out why Inmos TDS3 compresses all its output onto one line on RISC OS. Turns out it's a TDS bug!
If TDS hadn't been open-sourced I'd never have found it.
If the GOTO X/Y definition in the ITERM (termcap) file ends with a X or Y coordinate substitution, its offset parameter will be sent as a literal byte instead of the coordinate!
The workaround is to end the definition with at least one literal character, e.g. a null.
@timixretroplays Just found this on AliExpress - thanks! - and each board is SEVENTY FIVE UK PENCE WITH FREE SHIPPING. I’m building my #transputer emulation system with Pi Picos, and if I can get PIO working off something this small, I’ll be able to build a cluster for next to nothing! Incredible!