pgaultier.bsky.social
@pgaultier.bsky.social
Not a day after crafting this DTrace script and writing this article, I found myself using it to solve a completely different issue in a completely different Go program. Yeah, baby.
September 12, 2025 at 2:15 PM
Your article on “defer” was a great read!
August 6, 2025 at 3:50 PM
Thank you for making C better !
I am really looking forward personally to “defer” being standardized.
August 6, 2025 at 3:50 PM
Reposted
i hope to become the #1 RSS influencer
November 10, 2024 at 7:27 PM
Reposted
Modern webdev is so much. I'm installing so many packages and gems and I'm completely unsure of what is doing how and where.

One day I'll have to get used to this stuff. It's very different from Systems Engineering.
July 28, 2025 at 5:31 PM
Also Node is just a C++ program using libuv so experience with either can help dtracing using usdt probes.
I seem to remember years ago “jstack()” in dtrace showed the js call stack, but it seems this does not work anymore (or I did not yet find a way).
July 25, 2025 at 5:06 PM
Interesting read, thank you!
But I kept thinking: if the bulk of the work for the compiler is asynchronous functions, and the expected traffic is small, would it be worth it to try a rust http server that uses a thread-per-process model, meaning no async?
June 27, 2025 at 6:21 AM