guitarvydas
08/19/2024, 1:15 AMKartik Agaram
Mark Dewing
08/19/2024, 4:59 PMJasmine Otto
08/19/2024, 5:35 PMKartik Agaram
Jasmine Otto
08/20/2024, 6:35 PM.
is postpended to the URL. My best guess is that Slack on Windows -> Firefox behaves differently than Kartik's setup. This one works for me:
https://blog.recroom.com/posts/2021/5/03/the-circuits-handbookKartik Agaram
guitarvydas
08/21/2024, 3:58 PMWhat is your opinion of Go?I have strong opinions about how to structure component-based programs while retaining both, FIFOs and LIFOs. 0D is but one manifestation of these opinions. Golang comes closer than most other languages but is more like an assembler for component-based programming rather than a structured way to compose component-based programs. ...
guitarvydas
08/21/2024, 4:02 PMJasmine Otto
08/21/2024, 9:57 PMGuyren Howe
08/28/2024, 5:39 AMguitarvydas
08/28/2024, 7:59 AMwe get bent out of shape in distributed systems is trying to make them regular function call-return systems when they’re notI fully agree with this. I would add that thinking of them as call-return systems stunts one’s ability to invent FoC-ish solutions. Do you have any insights on?... I think of distributed systems as separate Arduinos or nodes on the internet. Is it reasonable to use asynchronous, continuation-passing style between physically separated nodes? My gut says that you can only use continuations if you share memory on the same computer / node.
Guyren Howe
08/28/2024, 4:11 PM