David Crawshaw
@davidcrawshaw
co-founder @Tailscale, building http://sketch.dev. forever a programmer
Great to see Zig trying to tame async I/O. In general async is overused, you almost never need that kind of fine grain control. But when you do, you do, and it's nice to have language support for it that isn't miserable.
Its July, and interesting LLM workflows still do not belong in the IDE. IDEs are for humans. They don't belong directly in your terminal either, your terminal is also for a human. They need their own development environment.
In the late 90s the leadership of Bay Area cities should have got together and said: “wow this internet thing is working, we should plan for another 10m people to live here.”
This is a great way to explain floating point numbers to someone who has done some programming.
Slightly cursed, but when you think about it, floating point numbers are basically just structs.