The Qwen series of models comes from Alibaba Cloud. The Qwen 3.5 models, released in early 2026, has set new records for sub 2B models. It is much smaller than gpt-oss.
I have seen the Future, and it is Not JavaScript
Programming is Not Rocket Science, Don't let AI Write Your Code (or Essays), Fight Back. If you must use AI, find provenance, and Attribute. GNU/Linux never loses relevance. AI makes it more powerful. C++ is Back.
Wednesday, 22 April 2026
Compile to WASM - The Emscripten Toolchain
WebAssembly Not Automatically Blocked by Browsers
WebAssembly is a type of code designed to run in modern web browsers. It is designed to run alongside JavaScript using WebAssembly JavaScript APIs - creating an option for performance critical functionality.
As WebAssembly increases the browser's attack surface, so browsers contain WASM inside the browser's sandbox and restricts system access.
A risk maybe breaking out of the sandbox. Adobe Flash was a product sandboxed after a bunch of exploits, and after sandboxing exploits still occurred.
Transmission of WASM does not require TLS, HSTS or any other transport layer security mechanism making it susceptible to man-in-the-middle attacks.
Integrity checking is also impossible as WASM modules need not be signed by the author.
Some security-focused browser configurations can block WASM.
An Insider Look at CPython: The "Compiler-Interpreter"
Thursday, 16 April 2026
UTM is Urchin Tracking Module
UTM is something you may come across first in URLs.
UTM refers to Urchin Tracking Module, named after Urchin, the firm Google acquired in 2005 to form the basis for Google Analytics.
- utm_source denotes a tracking parameter in a URL - to denote where traffic is coming from
- utm_source=google indicates traffic came from google
- utm_source=email traffic came from an email