Standard Search
About 39 results
https://anil.recoil.org/notes/cacm-docker-cover · 24 Feb 2026 · 🦋 Bluesky
Our CACM cover article reflects on a decade of Docker, from the early days of hacking Docker for Mac on a French farm to today's AI-driven sandboxing, covering the technical origins, cross-platform challenges, and the vibrant open-source community that mad...
https://anil.recoil.org/notes/2026w6 · 8 Feb 2026
PhD viva for Maddy, presenting TESSERA at ARIA, Nature covers the conservation evidence conference, giving evidence to Parliamentary POST, and a CACM interview.
https://anil.recoil.org/notes/oxcaml-httpz · 1 Feb 2026
Building httpz, a high-performance HTTP/1.1 parser with zero heap allocation using OxCaml's unboxed types, local allocations, and mutable local variables
https://anil.recoil.org/notes/2026w5 · 1 Feb 2026
Deploying an OxCaml zero-allocation webserver, OCaml CI maintenance and opam versioning, and OCaml Workshop and FOSDEM talks
https://anil.recoil.org/notes/ocaml-claude-dev · 8 Jan 2026 · 🦋 Bluesky
A prebuilt Docker devcontainer for sandboxed OCaml and OxCaml development with Claude Code, including multiarch builds and network isolation.
https://anil.recoil.org/notes/aoah-2025-25 · 25 Dec 2025 · 🦋 Bluesky
Wrapping up 25 days of agentic coding with a Claude Code OCaml plugin marketplace to share the skills and tools developed throughout the series.
https://anil.recoil.org/notes/aoah-2025-24 · 24 Dec 2025 · 🦋 Bluesky
Tuatara is a feed aggregator that integrates Claude to evolve and patch its own code when encountering parsing errors, embodying the concept of self-healing software.
https://anil.recoil.org/notes/aoah-2025-23 · 23 Dec 2025
Introducing unpac, a tool that unifies git and package management into a single workflow where all code dependencies live in one repository as trackable branches.
https://anil.recoil.org/notes/aoah-2025-22 · 22 Dec 2025
Materialising opam metadata into git submodules and monorepos, enabling cross-cutting fixes and unified odoc3 documentation across dozens of OCaml libraries.
https://anil.recoil.org/notes/aoah-2025-21 · 21 Dec 2025
Porting the W3C's Nu HTML Validator from Java to OCaml and running in the browser dynamically