You are viewing archived messages.
Go here to search the history.

Kartik Agaram 2024-10-03 01:22:52
Ivan Reese 2024-10-03 04:10:32

This is fascinating. I've heard of boxer so many times, but never actually seen it before. It's funny to me that they bumped up against many of the same issues / questions we're grappling with in my current Ink & Switch project:

  • When duplicating canvas objects that have behaviour, should those duplicates be a deep copy with no shared internals, or should there be some amount of sharing? How do you approach masters/instances? How do the answers change as a result of this taking place in a spatial environment? How do these answers relate to scoping?
  • What about names? Where do names live? Why do you give things a name? How do you refer to things that don't have a name?
  • How do you connect things together? How do you multiplex / split? How and when do you see the connections?
  • Where do values live? If you're going to execute some smaller part of a larger program, how do you feed it values? When do you see those values?
  • How do components nest? How do you expand / contract components? How does information flow across component boundaries?
  • What interface elements need to be big because they need to be easy to see, and which ones need to be big so you can touch them, and when are these in tension?

etc etc.

These are all common questions when designing a visual programming system, naturally. But what's funny to me is just how damn similar Boxer looks to some of the hacky / placeholder prototype work we're doing right now, and the small handful of differences. (Wish I could link to it.)

Kartik Agaram 2024-10-03 22:40:50

@Samuel TimbΓ³ Call out to unit.land at the end!

Jimmy Miller 2024-10-03 01:44:11

A little wheel invention jam making a realtalk like environment. Super neat project. Love some of the implementation questions at the end as well.

Kartik Agaram 2024-10-03 01:58:29

Oh wow, so there were two Dynamicland homages in the jam! I was following @Ben Visness's project.

Bret Victor's Worst Nightmare

Alex McLean 2024-10-03 16:53:33

πŸ“ Project Overview β€Ή Ξ»-2D: An Exploration of Drawing as Programming Language, Featuring Ideas from Lambda Calculus – MIT Media Lab

 An Exploration of Drawing as Programming Language, Featuring Ideas from Lambda Calculus

Kartik Agaram 2024-10-03 19:01:35

I ended up spinning up a page on the FoC wiki for Visual representations of the Lambda Calculus.

Jasmine Otto 2024-10-03 19:04:15

Now I really want to circle back to getting thumbnails on the wiki (using a relative path to the assets directory) later this month.

Mattia Fregola 2024-10-05 09:43:35

🐦 Maxence Faldor (@maxencefaldor) on X: Interested in emergence, self-organization or morphogenesis?

Introducing CAX: Cellular Automata Accelerated in JAX, a high-performance and flexible library designed to accelerate cellular automata research. 🦎

πŸ“„: https://t.co/tOu4ejIBYu 🌟: https://t.co/0T5i2CRuJC 🧡1/12

Tweet Thumbnail