Reading List
This page is auto-generated from Github Actions workflow that runs every day at night and fetches the 5 latest articles from each of my favorite blogs.
This page is auto-generated from Github Actions workflow that runs every day at night and fetches the 5 latest articles from each of my favorite blogs.
A new release of the Microsoft build of Go including security fixes is now available for download. The post Go 1.26.2-1 and 1.25.9-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
In the previous articles we explored the scheduler — how goroutines get multiplexed onto OS threads through the GMP model — and the garbage collector — how Go tracks and reclaims memory using a concurrent, tri-color mark-and-sweep approach. Both of these systems are impre...
Dependencies are a huge supply chain security risk; the more of them you have, and the more often you update, the bigger the attack surface.
She’s an internationally famous high-performance computing architect. He’s a rumpled, handsome, yet socially awkward basement coder. They fall in love—blazing fast.
"Intellectuals and Society" by Thomas Sowell - a collection of essays in which Sowell criticizes "intellectuals", by which he mostly means left-leaning thinkers and opinions. Interesting, though certainly very biased. This book is from 2009 and focuses mostly...
On to the next thing!
I was curious about how many cell towers were around me - so I built the tool I wanted.
What does a consultant actually do? Sometimes the right answer, surprisingly, is “nothing”.
This version a big one for Linux packaging - Flatpak bundles and Source RPMs land in the same release, alongside a rebuilt documentation website and better Go build defaults.