Hi everyone! I'm Jen, a dance/music flavored person that uses computer to pay the bills, somewhere between site reliability, platform, and being an 8 foot tall unicorn doing tricks on a chair.
I stumbled upon GToolkit, and was like, "ok cool, this is worth learning Smalltalk for", asked
@Eli Mellen, "hey you ever hear of this thing?" and immediately got invited here (thanks!). I feel Malleable Computing is going to be super important in the LLM age, gotta figure out what the agents are doing somehow, especially if I'm responsible for the output and the system it produces.
Big fan of graph views, 2d text editing, and visualization (think
CodePod, IDA's
graph view,
Debugger Canvas, Max, Pd, stuff like that).
Current side project is inspired by Codepod, but in Neovim. In broad strokes: Convert some source code to a call graph, layout the graph, then make all of method/function nodes floating text editor windows on a 'canvas', grouped by context. The floating windows work, spawning a bunch of 'em bounded around methods works, next up is drawing the edges between nodes 🙂