guitarvydas
07/13/2026, 11:26 AMI think that software architecture is more important than code.
...
This is an experiment on separating architecture from code. Comments and suggestions welcome.Experiment - Separating Architecture From Code
wtaysom
07/13/2026, 7:38 PMguitarvydas
07/14/2026, 9:14 AMguitarvydas
07/14/2026, 2:13 PMCreating a new language no longer implies that you have to write a full-blown compiler, too.
As a follow-on to a previous [article]() on architectural comments, this 80-minute, Twitch-like shows how easy it is to implement new meta-syntaxes over top of existing programming languages.Implementing The Experimental ST Meta-Syntax
guitarvydas
07/14/2026, 6:30 PMАндрей Бурлаков
07/16/2026, 10:40 AMKheyas Dev
08/01/2026, 1:00 PMguitarvydas
08/01/2026, 4:12 PMI've always felt like the von Neumann architecture is a bottleneckDefinitely.
... What if the fixed way we define/manage memory ...(Neurons remember by changing themselves a tiny bit with every activation ...Yes, mutation. In addition, I view neurons as being isolated from one another, i.e. they have private memory, not shared memory. Neurons are, IMO, an example of massive parallelism. Shared memory is an evil that we've inherited from 20th century biases and constraints and caveman tools like synchronous, sequential programming languages.
...Yes, I find Ackley to be very interesting. But, I've spent most of my time bloviating and fooling around with black boxes and PBP.
I'm currently pondering how structurally evolving computation capable of redefining interfaces at runtime is possibleI grew up as an Electrical Engineer, wanting to build devices with very fixed interfaces, capable of augmenting human endeavours. I probably don't even get why redefining interfaces at runtime might be useful (but open to hearing ideas on this).
Kheyas Dev
08/01/2026, 8:06 PMguitarvydas
08/01/2026, 9:50 PMKheyas Dev
08/02/2026, 8:55 AMguitarvydas
08/02/2026, 12:48 PMKheyas Dev
08/03/2026, 7:53 AMKheyas Dev
08/03/2026, 8:02 AM