Kartik Agaram
Srini K
03/24/2022, 11:20 PMKonrad Hinsen
03/25/2022, 4:07 PMKartik Agaram
Konrad Hinsen
03/26/2022, 3:30 PMTimothy Johnson
03/28/2022, 7:57 AMKonrad Hinsen
03/28/2022, 8:38 AMKartik Agaram
The praxis dimension determines how a tool is situated in its environment. The poeisis dimension determines its intrinsic tendencies.
Shell scripting is high praxis, low poeisis. Shell scripts live in the wide world, naturally aware of everything from the local computer’s capabilities to the entire internet. Scripting in a highly sandboxed language like Matlab is low praxis, high poeisis. Matlab scripts are naturally aware of nothing except the little IDE world that contains them.I wonder where he'd position Python on that axis. I suspect he'd put it near Matlab just because he can't figure out pip and virtualenv and so he can't install any third-party libraries or run a server (~10 LoC) or client (~3 LoC) So yes, one of these axes makes more sense than the others (and now I notice that my quotes above were all about it). I wonder if the other two should become a single axis. Or maybe these are quadrants and we're missing one. I wonder if he's primed to see 3 axes because of https://www.ribbonfarm.com/2015/01/16/on-the-design-of-escaped-realities. Then again, he's written a bunch of stuff in between, and I may be showing just what's memorable to me.
Konrad Hinsen
03/28/2022, 4:24 PMKartik Agaram