# interrupts (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover interrupts.

Page: <https://rssamplifier.com/topics/interrupt/blogs>  
Feed: <https://rssamplifier.com/topics/interrupt/blogs.md>

---

## [Redoubtful: Linux agent sandbox progress](http://www.randomhacks.net/2026/05/17/redoubtful-agent-sandbox-progress/)

_2026-05-17 · Random Hacks_

I’ve also been experimenting with agent sandboxes lately. redoubtful is a work-in-progress sandbox that supports: Linux-only sandboxes: I’m focusing on what Linux supports, specifically, rather than trying to support the lowest-common-denominator features that work cross platform. Modular configuration profiles: See below. Isolation using pasta and bwrap . A shadow filesystem that looks like your…

## [Lab notebook: Edit completion #1](http://www.randomhacks.net/2026/05/16/lab-notebook-edit-completion-1/)

_2026-05-16 · Random Hacks_

I continue to be interested in late-2024-era edit completion, the “Fill in the Middle” (FIM) models. You know, what Copilot used to do, back before it started generating “mini diffs.” Why? I like and use agentic workflows. But as many people are realizing, it’s super easy to lose track of what’s happening in your code, with terrible consequences . So I want to reinvest in human-in-the-loop tools,…

## [I should blog more](http://www.randomhacks.net/2026/05/13/i-should-blog-more/)

_2026-05-13 · Random Hacks_

This blog is ancient, in blog years. The first post was on June 30, 1998, and it featured a randomized emboss for MathMap . Back in those days, it was a mix of neat little snippets like that and interesting links. The site was a single, hand-edited HTML file in reverse chronological order. It ran on a Linux mini-tower built from parts from the MIT Swapfest , and it lived under my desk. Google…

## [Edit completion works with Qwen3.6 35B A3B!](http://www.randomhacks.net/2026/05/13/edit-completion-with-qwen36/)

_2026-05-13 · Random Hacks_

Do you miss the old-style Copilot completions? The ones where it inserted grey text at the cursor? There’s an open version of this called “FIM completion” . And the classic model for doing this is Qwen2.5 Coder 7B . But it turns out that Qwen3.6 35B A3B is can also do autocompletion! The fact that it has 3B active parameters means that it’s fast. And the 35B total parameters means it’s smarter…

## [9½ years of Rust in production (and elsewhere)](http://www.randomhacks.net/2024/11/17/9-years-of-rust-in-production-and-elsewhere/)

_2024-11-17 · Random Hacks_

The first stable release of Rust was on May 15, 2015, just about 9½ years ago. My first “production” Rust code was a Slack bot, which talked to GoCD to control the rollout of a web app. This was utterly reliable. And so new bits of Rust started popping up. I’m only going to talk about open source stuff here. This will be mostly production projects, with a couple of weekend projects thrown in. Each…

