Oooh @joshwcomeau.com does it again with this amazing SVG article!
I love all of the interactive bits!
www.joshwcomeau.com/svg/friendly...
Oooh @joshwcomeau.com does it again with this amazing SVG article!
I love all of the interactive bits!
www.joshwcomeau.com/svg/friendly...
NEW POST
Gen AI for software development is the biggest jump up in abstraction since assembler to HLLs, but also a jump sideways.
martinfowler.com/articles/202...
Described by Mistral Small 3.2 itself: The image depicts a cartoonish illustration of a duck that is being lifted off the ground by a hook. The duck appears to be in mid-air, with its wings spread slightly as if it's surprised or reacting to being picked up. The hook is attached to an arm or a mechanism and seems to be connected to a vehicle below—perhaps a truck or a platform with wheels. The background of the image is light blue, indicating an outdoor setting. Overall, the scene is whimsical and playful, possibly suggesting a humorous or unusual situation where the duck is being transported in this manner.
Mistral Small 3.2 was released today - I used a 15GB quantized model from Hugging Face (via Ollama) running on my Mac and got it to draw me a pretty decent SVG of a pelican riding a bicycle model (considering the model size) simonwillison.net/2025/Jun/20/...
I asked a question about vibe coding on here a few days ago and the replies have been living rent-free in my brain ever since. ended up writing a whole post about it. blame y’all. or thank you. not sure which yet. new post:
Agreed.
Looks like unnecessary comments
Team consensus always wins this one.
Great thoughts and reflections from @scott.hanselman.com.
We need to continue reading and writing original content, and teach our kids the importance of critical thinking. AI should be a tool for exploring ideas and creativity, not for replacing our thoughts and effort.
youtu.be/7Ord9TQbAac?...
blogged - AutoMapper and MediatR are going commercial: www.jimmybogard.com/automapper-a... - I don't have details yet because I haven't worked it out yet. But wanted to give folks the heads up
I have seen lots of popular cli tools such as kubectl that are built using Go.
github.com/kubernetes/k...
New TypeScript compiler is now Go.
I have personally built lots of HTTP and gRPC servers/services with it.
It is very fast and conserves resources like nothing else.
@thepudds.bsky.social is my hero
So far, up to 15x faster escape analysis for the Go compiler when compiling the TS checker package.
End to end that's an 8x faster compiler of the checker package for us, bringing it down from 50 seconds to 6 seconds.
github.com/golang/go/is...
🚨 TypeScript just got 10× faster!
The TypeScript compiler has been ported to Go and we had Anders Hejlsberg and Daniel Rosenwasser on to announce it and break it all down!
www.youtube.com/watch?v=ZlGz...