<@UC2A2ARPT> and <@U05SU27S1M2> mentioned “...hand...
# thinking-together
g
@Ivan Reese and @Alex McLean mentioned “...hand drawn programming environments...“. The first thing that I think of when I hear this is “whiteboards”. What are the dimensions involved in whiteboards? x/y/t. T goes forwards (e.g. adding new details by drawing them in over time) and backwards (erasing parts of drawings). Iteration. Scrubbing.
i
My current experience is that polar coordinates are more meaningfully expressive than Cartesian. But is suppose it depends on what you're trying to do. Time, for sure.
a
I like to make mostly stateless systems so that time takes care of itself. You can also treat qualities like the spikiness/compactness etc of shapes as more dimensions, and calculate things based on proximity to each other rather than a global x/y. I am working with a whiteboard tabletop, adding a plotter for feedback.
w
Turtle graphics for the win!
g
I would love to know more about your thoughts on polar coords, but, ATM I can’t even formulate a reasonable question... @Ivan Reese
I keep mentioning “time”, because I learned a deep secret when I was breaking my brain trying to understand Denotational Semantics. The secret is: be very explicit and make everything very explicit as you think. Then, you can always wrap syntactic skins over the stuff, in order to elide the concepts that you think should be elided. In my mind, you can’t know what to elide if you don’t know - explicitly - what you’re dealing with. I guess that this is a kind of Physicist perspective - I want to know what makes things tick, I want to know what the Atoms are. Synthesizing better UXs is easier when you begin with a bag filled with Atoms.
a
One nice thing about polar coordinates is that there's no way 'up', so interfaces afford collaboration with people around a table
g
Hmm, so here’s a question, sort-of... In my mind a “tensor” is just a 3D polar coordinate. Is that relevant here?