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

Kevin Greer 2024-10-29 16:51:48

I created this spreadsheet / paint-program hybrid. That may sound weird, but it actually makes sense when you see how it works (I think). Here are two videos showing it's basic features: drive.google.com/file/d/1YhGs1UPHUq39n0M5YIl_2XT9iocUjvuf/view?usp=sharing and 2D and 3D turtle graphics support: youtube.com/watch?v=4wO_RrftJTE

Kartik Agaram 2024-10-29 17:32:37

This is awesome! Some reactions:

  • You're building a game engine! Not to say this is derivative or anything. But seeing it through that lens may yield some new ideas for you.
  • Check out Sketch-n-Sketch if you haven't already. Again, you're definitely doing some new stuff here. But it may be helpful to you.
  • Potluck is another past project that overlaps with this. It uses the same spreadsheet-inspired ideas as you, but feels more text-heavy where you're starting out with more of a graphical and physics engine core.
Kevin Greer 2024-10-29 18:02:48

Thanks for the links and your feedback. I'll have a look. It isn't really intended to be a game engine, but I can definitely see how it could be used for that. It currently supports three workspace types: a conventional spreadsheet, a 2D Canvas, and a calculator (like a 1D spreadsheet, not shown), but the idea is that you can add more container types like: databases, text documents, emails, slide-shows, graphs, animation timelines, musical scores or any number of other types of containers, and they're all integrated and scriptable through both conventional scripting and reactive programming. Like an OS shell but for objects and their containers rather than for text files and their directories.

Kartik Agaram 2024-10-29 18:07:02

Yeah ❤

To clarify, I wasn't suggesting you make games using this thing. I was suggesting game engines can be useful for doing what you're doing.

I don't know if you have been following my posts, but I've basically been programming exclusively in a game engine since about early 2022.

There's also a whole genre of Youtube educational videos that are piggy-backing off of game engines like Unity. The names escape me right now. I want to say 3Blue1Brown, but he's using his own tool which we can quibble if it's a game engine or not.

Kevin Greer 2024-10-29 18:22:57

That's an interesting perspective. So you could say that I'm creating an Object Engine. And like Potluck, the end goal is to create dynamic documents, but in the case of FLOW, not just text documents, but spreadsheets, diagrams, databases, etc. If your Object Engine is more capable, then you often don't need full applications, just simple objects are sufficient, with the Engine providing the remaining capabilities. I added the links you provided to the FLOW wiki page: github.com/kgrgreer/foam3/wiki/FLOW-%E2%80%90-FOAM-Live-Object-Workspace

Kartik Agaram 2024-10-29 18:26:51

Yeah. We're all moving towards a deep convergence here. I just hope it starts impacting the world before it's too late. (Platforms getting increasingly closed, etc.)

Brian Hempel 2024-10-30 00:42:19

FLOW is quite wonderful! I wonder what the EToys folks think of it and how it compares. It seems to mix both the imperative and reactive paradigms? Don’t those sometimes conflict? Or am I missing something? Did it actually get used for real CAD sims?

(Sketch-n-Sketch is deliberately not an imperative, or even reactive, programming model. It’s pure FP. Although SnS does try to integrate programming and graphics.)

Kevin Greer 2024-10-30 03:42:10

Thanks. FOAM, the framework that FLOW is built on top of mixes reactive and imperative programming just fine. The largest FOAM app is 315k lines, so it scales well. It never did get used for real CAD sims. It was only a one-week project to develop the original FLOW and then another week to add the 2D and 3D turtle graphics. We pitched expanding on the CAD simulation project but it wasn't approved. Here's a bit more on the underlying framework (at least the reactive part): youtube.com/watch?v=-fbq-_H6Lf4

Kevin Greer 2024-10-29 16:53:25

I'm working on a server/website so that people can publish and share their creations. Feedback and suggestions appreciated.

Francisco Garau 2024-10-30 16:28:24

Today 30th October at 19:00 GMT the UK Smalltalk User Group host an online meetup with two outstanding presenters who will talk about LLMs and their ideas on how to integrate them in applications and programming environments. Being a Smalltalk User group, we expect the conversation to go in that direction.

The two presenters are:

  • Mariano Guerra — very well known in this online community and creator of gloodata
  • Tudor Girba — creator of the Glamourus Toolkit and advocate for moldable environments

The meeting will be hosted in zoom:

us06web.zoom.us/j/89598196284?pwd=b1a0AflB3TjhoQBBeIYYrDVpj2clbW.1

Meeting ID: 895 9819 6284 — Passcode: 417966

Jarno Montonen 2024-11-02 10:37:11

Sounds like a very interesting discussion, but I missed the meeting. Is there a recording available?

Lu Wilson 2024-11-01 17:27:46

hello again it's me.

i gave a talk last week on why i am a machine 🤖

youtube.com/watch?v=bV12HhAYIik

Jasmine Otto 2024-11-01 18:24:38

Thank you for sharing this lovely provocation with us who could not attend SPLASH! I've been deep in the cybernetics -- constructivism archives, but really there are no young people there and I'm sad about it.

I want to take more of an oblique tack to this question about liveness, nondeterminism, and excessive rumination. My friends have written a paper about narrative sandbox games as `inviting repair', i.e. as casual livecoding platforms.

mkremins.github.io/publications/ReparativePlay_ICIDS2021.pdf

Jasmine Otto 2024-11-01 18:27:07

Still feeling my way through Dave Ackley's embedded talk, but 32:53 gave me the vibe that Sedgwick's reparative reading will speak to what you're getting at.

Konrad Hinsen 2024-11-03 09:52:20

I'd put it differently: you enlarged the perimeter of the definition of "machine" far enough to cover organisms like yourself.

Guyren Howe 2024-11-03 03:28:04

🐦 Guyren Howe (@unclouded) on X: LLMs are a distillation of everything ever written.

We are a distillation of all the successful responses to the experiences that drove our ancestors’ evolution.

I think the distillations methods are kinda similar. But are not experiences. This is how we differ.