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.

The strange case of 'mouse action traps' in GNU Emacs with (slower) remote X

Staring at code can change what I see (a story from long ago)

Is channel-based iteration slow?

#​574 — October 15, 2025 Read the Web Version Go Weekly 15 Go Subtleties You May Not Already Know — A well written roundup of lesser-known Go features or idiosyncrasies that’s worth a skim even if only a few jump out at you. Or if...

Go 1.25.3-1 and 1.24.9-1 Microsoft builds now available

A new release of the Microsoft build of Go is now available for download. The post Go 1.25.3-1 and 1.24.9-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

The best Go training providers in 2025

Go is a unique language, and not all Go trainers are equal. Here's a breakdown of the community's favorite Go training providers and how to choose between them.

Notes on using LaTeX to generate formulae

This post collects some notes on using LaTeX to render mathematical documents and formulae, mostly focused on a Linux machine. For background, I typically use LaTeX for one of two (related) purposes: Render math for my blog posts, which are usually written using reStructuredText...

The best Rust training providers in 2025

Choosing the right Rust training provider can be a tricky business. Here’s a shortlist of the five most trusted Rust trainers, with a breakdown of each offering and a handy comparison chart.

Go 1.25.2-1 and 1.24.8-1 Microsoft builds now available

A new release of the Microsoft build of Go including security fixes is now available for download. The post Go 1.25.2-1 and 1.24.8-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

How Cloudflare found a bug in the Go compiler

#​573 — October 8, 2025 Read the Web Version Go Weekly qjs: Run JavaScript in Go — A new Cgo-free runtime option to integrate JavaScript into Go apps. Rather than bind to a native library, it uses a fork of QuickJS compiled to WebAs...