Comparing Step 3.7, Qwen 3.5 122B, Qwen 3.6 27B and Qwen 3.6 35B-A3B models on a real-world Go coding task with a plan.
Posts
Some posts I've written on various topics.
-
Jun 1, 2026
A Coding Benchmark: Step 3.7 vs Qwen 3.5 122B-A10B vs Qwen 3.6 27B vs Qwen 3.6 35B-A3B
-
May 8, 2026
Local Inference Infrastructure with AMD Strix Halo
Running large language models locally on AMD's Strix Halo APU with unified memory.
-
Apr 25, 2026
Migrating to Zig 0.16.0 With a Local LLM (Qwen3.6-27B)
Letting a local LLM (Qwen3.6-27B) port my Zig codebase from 0.15.2 to 0.16.0 unattended on an AMD Strix Halo.
-
Mar 15, 2020
How to use Diago to diagnose CPU and memory usage in Go programs
Short article on how to use Diago to diagnose CPU and memory usage and performance in Go programs
-
Feb 12, 2020
Bloom effect in Go
How to implement a bloom effect on an image in Go
-
Oct 13, 2019
Build a Linux kernel running only a Go binary
Article on building a Linux kernel and make it immediatly starts a Go binary.
-
Oct 21, 2018
Rendering a map using Go, Mapbox and OpenStreetMap
This article explains how I've used Go, Mapbox and OpenStreetMap to render maps into PNG images.
-
Nov 9, 2017
Simple tools to improve your Go code
-
Nov 21, 2016
SizedWaitGroup: a Golang WaitGroup with throttling
Introducing my package SizedWaitGroup, similar to WaitGroup but with throttling support.
-
Nov 13, 2016
How I've created an intruder detector - Part 3
Third part of the series: How I've created an intruder detector - Notification
-
Nov 7, 2016
How I've created an intruder detector - Part 2
Second part of the series: How I've created an intruder detector - Motion Detection
-
Nov 6, 2016
How I've created an intruder detector - Part 1
First part of the series: How I've created an intruder detector - Get the image from the camera.