LLM benchmarks are sort of an odd thing. Every time a new model is released these fancy graphs saying they are X% better in Y category and compare themselves against each other. Some times they line up to real world usage, but most of the time you should probably just ignore them. (Including this...
What You’ll Learn: A data-driven comparison of GPT-5.3 Codex and Claude Opus 4.6, the two most powerful AI coding models ever built. Released 20 minutes apart on February 5, 2026. Benchmarks, pricing, features, and which one to pick for your workflow. On February 5, 2026, Anthropic dropped...
I love optimising performance, be it in databases, scripts or webpages. It can be pretty evident in database queries when you’ve improved the performance, with total runtimes of scripts, etc. Webpages, however, are a bit more tricky when the differences are relatively small. I’ll show you a quick...
In my last post Qt WebAssembly performance enhancementthere were some impressive performance stat speedups. Unfortunately, as my collegue Morten pointed out, both builds were in debug mode. *sigh*So I rebuilt them in release mode, and added a few selected benchmarks from the Qt tests/benchmark...
var spector; var captureOnLoad = false; var captureOffScreen = false; window.__SPECTOR_Canvases = []; (function() { var __SPECTOR_Origin_EXTENSION_GetContext = HTMLCanvasElement.prototype.getContext; HTMLCanvasElement.prototype.__SPECTOR_Origin_EXTENSION_GetContext...