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 is now available for download. The post Go 1.27.1-1 and 1.26.8-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
Go 1.27 includes new goroutine leak profiles.
This week, I checked into Stanford’s oncology department. I walked out of my doctor’s office having learned that I may have stage 1 cancer. “May” is an uncomfortable place to be. There is no certainty until surgeons remove parts of the tumor and pathology...
A few weeks ago my main Google account was blocked by Google without any reason provided or a way to reclaim it. At its scale, Google probably uses various automated signals and AI to ban accounts and by mistake can easily close yours. I was already slowly “de-googling&rdqu...
The other day, I found myself wondering how big 52! (52 factorial) is, and that led me to ponder how these could be estimated without a calculator or a computer. It turns out there’s some fairly interesting math behind being able to estimate the size (number of digits) of …
#615 — August 28, 2026 Read the Web Version 🗓️ If you missed us last week, good news… we're back! As expected, Go 1.27 landed last week, but there's plenty more to get into today :-)__Your editor, Peter Cooper Go Weekly ⭐...
Go 1.27 adds generic methods—a highly desired language feature.
A fun programming project for Go or Rust learners: help rescue a stranded spacecraft by writing an emulator for its simple CPU!
In the previous article we took yzma apart and found a very disciplined bridge: purego finds the functions inside libllama.so, libffi makes the calls, and no C compiler is involved anywhere. What you get out the other end is llama.cpp’s API almost exactly as C sees it —...