Excited to launch Pencil
INFINITE DESIGN CANVAS for Claude Code
> Superfast WebGL canvas, fully editable, running parallel design agents
> Runs locally with Claude Code → turn designs into code
> Design files live in your git repo → Open json-based .pen format
"When the project guidelines are as clear as mud and the deadlines are as flexible as a brick, you know you've truly entered the magical realm of software development."
#Haxe Roundup 712 https://t.co/9hKzm2swR3 is out! 🔥
The HaxeJam Summer Jam results are in! 🎮
The latest articles, announcements, trailers and more! 📰
And lots more from the community over the last two weeks!
@PeterAchberger@cokeandcode The easy to use tools are general purpose host languages that lend themselves to embedding DSLs, which typically solves a lot of the problems you mentioned. See https://t.co/iIKCnJLmdh
@blackmag_c Hmm. IMO the Jedi were shown in a much more questionable light in Ep. I, II and III for example. Their biggest overreach in the Acolyte is to insist that only they should train children. The child who objects does incinerate her own family. Seems like an "I told you so" moment🤷
My theory: burnout has nothing to do with how many hours or how hard you work. It's caused by working for people you don't like, towards goals you don't believe in, in systems that grant you no agency.
Time for a new mind-bending project!
#QLOCK — A JavaScript Quine Clock
https://t.co/JznItddcqg
It displays the current time in a seven-segment style, embedded within its own JavaScript source code.
🕔 🕝 🕢 🕤 🕑 🕜
(321 bytes)
Ready for "Super CSS Mario II"? This time it's more challenging because you have to avoid some enemies 😬
0% JavaScript, 100% CSS magic & 100% addictive!
Demo: https://t.co/440XIe2IWb via @CodePen
Show me your best attempt 👇
I turn 12 on @CodePen in less than a month, so here are my most hearted demos ever:
1⃣ 955 ❤️ Pure CSS gravity button https://t.co/e8nEShK4yA
My only demo to ever pass 850 ❤️ - a bit mixed about it, it was just an exercise in getting a certain result - don't use it in the wild!
@elsassph @fabiospampinato The dependency tracking can be quite a bit cheaper if implemented directly in the runtime. And having this as part of ECMAScript then allows to make use of it in the DOM APIs along the lines of someNode.content = someSignal, and let the browser schedule updates efficiently.