Rust’s Block Pattern
Here’s a little idiom that I haven’t really seen discussed anywhere, that I think makes Rust code much cleaner and more robust. I don’t know if there’s an actual name for this idiom; I’m calling it the “block pattern” for lack of a better word. I find myself reaching for it frequently in code, and […]
Reconstructed Commander Keen 1-3 Source Code
It’s not quite Christmas time yet, but since these are the days of Keen’s 35th anniversary, I thought it was a good opportunity to finally release this to the public: Reconstructed Commander Keen 1-3 Source Code This package contains full source code for all versions of Keen 1-3 that I know, from the November 1990 […]
Qwen-Image-Layered: transparency and layer aware open diffusion model

Recent visual generative models often struggle with consistency during image editing due to the entangled nature of raster images, where all visual content is fused into a single canvas. In contrast, professional design tools employ layered representations, allowing isolated edits while preserving consistency. Motivated by this, we propose textbf{Qwen-Image-Layered}, an end-to-end diffusion model that decomposes […]
Trained LLMs exclusively on pre-1913 texts

Daniel GöttlichUniversity of Zurich Dominik LoibnerUniversity of Zurich Guohui JiangCologne University Hans-Joachim VothUniversity of Zurich Contact: [[email protected]] We thank Diego Rojas @Z.ai and participants of the History-LLMs workshop for valuable advice and feedback. Announcements 2025-12-14 Upcoming Ranke-4B release: A family of time-locked historical models A family of 4 billion (B) parameter large language models (LLMs) […]
1.5 TB of VRAM on Mac Studio – RDMA over Thunderbolt 5

Apple gave me access to this Mac Studio cluster to test RDMA over Thunderbolt, a new feature in macOS 26.2. The easiest way to test it is with Exo 1.0, an open source private AI clustering tool. RDMA lets the Macs all act like they have one giant pool of RAM, which speeds up things […]
The First Photographs of Snowflakes Discover the Groundbreaking Microphotography

What kind of a blighted society turns the word “snowflake” into an insult?, I sometimes catch myself thinking, but then again, I’ve never understood why “treehugger” should offend. All irony aside, being known as a person who loves nature or resembles one of its most elegant creations should be a mark of distinction, no? At least […]
AI vending machine was tricked into giving away everything

Anthropic installed an AI-powered vending machine in the WSJ office. The LLM, named Claudius, was responsible for autonomously purchasing inventory from wholesalers, setting prices, tracking inventory, and generating a profit. The newsroom’s journalists could chat with Claudius in Slack and in a short time, they had converted the machine to communism and it started giving […]
Two kinds of vibe coding

Vibe Coding I have been teaching myself to vibe code. Back in 2009 I posted a simple Mandelbrot fractal viewer on the web: a single HTML file with inline Javascript. Just 329 lines of code, each pixel a tiny table cell. Click to zoom. Watch it iterate. That was about it! I have wondered if […]
Delty (YC X25) Is Hiring an ML Engineer

About Us Delty is building the healthcare’s AI operating system. We create voice-based and computer-based assistants that streamline clinical workflows, reduce administrative burden, and help providers focus on patient care. Our system learns from real healthcare environments to deliver reliable, context-aware support that improves efficiency and elevates the provider experience. Delty was founded by former […]
The Port I couldn’t Ship

home November 27, 2025 In October I read Simon Willison’s account of bringing a 2001 Perl (and C) library to the web using Claude Code. Back in 2022 I wrote about a fantastic little Perl library called Graph::Easy that renders flowcharts as ASCII art. Inspired by Willison, I set about bringing Graph::Easy to the web.1 […]