Francois Laberge

@seflless.bsky.social

Founder of Decode, a white-board that writes & explains code — https://decode.dev

PSA: If you make $200K+ individually (or $300K with spouse) for the past two years, you qualify as an accredited investor and can invest in pre-IPO startups. Not giving financial advice, just sharing.

Updated demo of Decode generating state-machines from diagrams, this time with streaming generation support Then I do the reverse, generating a diagram from an implementation. The diagram auto-layout is still rough. I'll work work on more robust auto-layout soon.

Latest progress on Skewed the 3D SVG. Added support for object transforms/hierarchies, lighting, camera system, and a new sphere renderer that used a <circle> with a dynamically changing radial gradient.

Bild

I’ve been working on the math types for Skewed and I’m going with an imperative style chaining API for it. I slightly hesitate to not make it functional style, but perf differences were noticeable. Here’s how the Vector3 class looks for instance, no new keyword use but class like dot call chaining

Bild