Not really sure what the blue guy is doing with the wrench.
Not really sure what the blue guy is doing with the wrench.
Every time I see it, I can't believe it came out this good.
Every time I see it, I can't believe it came out this good.
Because our testing focused on what was important. Which gave us a high level of confidence our change didn't break anything.
Also, it was common to deploy 3-5 times a day even Fridays.
Because our testing focused on what was important. Which gave us a high level of confidence our change didn't break anything.
Also, it was common to deploy 3-5 times a day even Fridays.
Style can speed you up, as familiar patterns are easier to follow. If your style guide is slowing you down, throw it away. If your spending hours a day in PR arguing or fixing idioms and style. You're missing the point.
Style can speed you up, as familiar patterns are easier to follow. If your style guide is slowing you down, throw it away. If your spending hours a day in PR arguing or fixing idioms and style. You're missing the point.
Like, keeps track of multiple thought paths, THAT I WAS SURE I would need to reset context to solve, Good.
Like, keeps track of multiple thought paths, THAT I WAS SURE I would need to reset context to solve, Good.
open.substack.com/pub/jmarriot...
open.substack.com/pub/jmarriot...
Works like magic.
Works like magic.
✅ Eliminates accept() bottlenecks - kernel distributes connections directly to threads
✅ Zero coordination overhead - no locks needed
✅ Same thread accepts & processes
The kernel does the heavy lifting while your threads stay focused
✅ Eliminates accept() bottlenecks - kernel distributes connections directly to threads
✅ Zero coordination overhead - no locks needed
✅ Same thread accepts & processes
The kernel does the heavy lifting while your threads stay focused
mcyoung.xyz/2025/07/16/h...
mcyoung.xyz/2025/07/16/h...
Senior devs get more from AI because they know how to explain complex ideas clearly.
They have years of experience communicating to teams of developers. THAT, translates well to working with AI.
youtu.be/8rABwKRsec4?...
Senior devs get more from AI because they know how to explain complex ideas clearly.
They have years of experience communicating to teams of developers. THAT, translates well to working with AI.
youtu.be/8rABwKRsec4?...
- Linters and Generators take 15 minutes to complete
Do not do this
The amount of developer time wasted is not greater or equal to the convenience gained from the generated code.
- Linters and Generators take 15 minutes to complete
Do not do this
The amount of developer time wasted is not greater or equal to the convenience gained from the generated code.