This seven-minute demo of creating a game with PICO-8 is the best dev tool demo I've seen in long time: https://www.youtube.com/watch?v=K5RXMuH54iw
In this short period, he shows writing code, sprites, maps, music, exporting and sharing projects! This is an amazing achievement.
miniblog.
Related Posts
Rust and RISC-V both feel like they've reached critical mass and I'd guess that they'll be used more in 5 years than they are today.
What other technologies fit this description?
Some excellent safety improvements in C++26: hardening the standard library against out-of-bounds bugs, and a safer semantics for uninitialised local variables:
LLMs have been really helpful for me porting some JS projects to TS.
Since the types are erased and annotations are optional, I can go gradually and safely with more minimal human oversight.
(I'm not sure if it'll significantly help robustness, but it's lovely for navigation.)