(Draft) Working blind, naming things

(I'm posting this because I wrote it. It's not finished by any means, and it doesn't logically flow in all areas.) I start from some environment (crudely put, the browser and its JS console) and I seek to create a new environment that is at least as good. The essential feature of this new environment … Continue reading (Draft) Working blind, naming things

The road to BootstrapLab

Initially, the only starting platform that has the best combination of ease-of-deployment, ease-of-sharing, interactivity, reflection, and graphics + interaction programming, is the browser with its built-in JavaScript console. That is where this begins.* Make it so that a world can be built up interactively in the console, but then persisted and restored at a later time. … Continue reading The road to BootstrapLab

Introducing drw: a “useful tool” to solve a “practical problem”.

(I have gripes that I need to get out of my system. I think that documenting my approach to a coding task could demonstrate some points I want to make, and help me give some ideas solid grounding.) Motivation Existing solutions for drawing graphics suffer from numerous technical, performance and usability flaws. (probably—I didn't bother … Continue reading Introducing drw: a “useful tool” to solve a “practical problem”.