Day 3 of #UndoneCS starts with a session on “Undone CS in the cloud.”
The first talk will be on “Agile software production in computational infrastructures,” given by Donald Jay Bertulfo.
Day 3 of #UndoneCS starts with a session on “Undone CS in the cloud.”
The first talk will be on “Agile software production in computational infrastructures,” given by Donald Jay Bertulfo.
The session continues with the talk “From research to @deuxfleurs and back again: towards digital service infrastructure as commons” by Baptiste Jonglez and Lucien Astié.
After the coffee break, it was my turn…
Now, Chung-Hong Chan on “Computer science first, social sciences second: A critical sociological account of Computational Social Science.”
Very interesting analysis of CSS as essentially a hostile takeover of the social sciences by CS.
BA would be more legitimate, but AB has the prestige—with very real impacts on academic careers.
“College courses in computers may be creating digital criminals.”
We’re launching into the last session of #UndoneCS on Undone CS without and within limits.
First talk: “The indirect rebound effects of AI as undone science: philosophical reflection on two structural causes” by Damien Lacroux.
Interesting point made by Damien Lacroux: the problem isn’t the absence of anticipation, but the absence of a *shared* anticipation.
@mxp Wait, I recognize that logo.
It's not Forth, it's ColorForth, a crazy IDE that runs on bare metal, an editor that only works in memory on what is currently executing, a keyboard driver that defaults to dvorak, and a language where color have semantics.
I still have nightmares about that thing.
I think ColorForth is really the work of a genius. Have you tried using it? Having tried personally I can say that it feels a bit like being at the command of a spaceship. The changing keyboard layout that adapt to the current context and what is type is super interesting too. Definitely deserves more attention!
Happy that someone caught it :)
@nils @mxp I have, actually; I bought a GreenArray dev board 10 years ago, after some random guy I met at a CCC event talked me into it.
It definitely felt like the work of a genius, meaning I felt way too dumb to do anything useful with it.
I love concatenative languages, I've played with factor and uiua. I think the semantic color is a stroke of genius, and also a giant middle finger to colorblind hackers.
@max @mxp
OMG that's awesome! I considered getting one at some point 2-3 years ago to try it out, but they're not cheap.
Instead I was able to try colorforth baremetal on an old 32 bit laptop with Howerd's ColorForth fork [1].
I love concatenative languages as well, I think the stroke of genius behind the color is less the color but more the fact that you are already doing the compiler's work by setting the right color, further improving compiler speeds.
I've come accross colorless ColorForth as well, RetroForth is not exactly a ColorForth, but it does use "sigils" as compiler hints.