Standard Search
About 112 results
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
https://anil.recoil.org/notes/aoah-2025-20 · 20 Dec 2025
Porting the Nu HTML Validator's language detection to OCaml, then optimizing from 115MB to 28MB and fixing WASM array limits for browser deployment.
https://anil.recoil.org/notes/aoah-2025-19 · 19 Dec 2025
Building an OCaml Zulip bot framework with functional handlers, and pivoting from TOML to INI codecs for Python configparser compatibility
https://anil.recoil.org/notes/aoah-2025-18 · 18 Dec 2025
Building tomlt, a pure OCaml TOML 1.1 parser with bidirectional codecs following the jsont design patterns
https://anil.recoil.org/notes/aoah-2025-17 · 17 Dec 2025
Building an OCaml JMAP client that runs in browsers and CLI, then using it to build personalised email workflows for taming notification overload.
https://benswift.me/blog/2025/12/17/fixing-slow-zed-agent-startup-times · 17 Dec 2025
I've been using Claude Code via ACP (Agent Control Protocol) in Zed, and while the integration is brilliant, starting a new Claude session took noticeably…
https://anil.recoil.org/notes/aoah-2025-16 · 16 Dec 2025
Building interactive OCaml tutorials that compile to JavaScript, using agents to generate executable documentation that teaches protocols like JSON Pointer while you code review.
https://anil.recoil.org/notes/aoah-2025-15 · 15 Dec 2025
Vibespiling JustHTML from Python to pure OCaml, achieving 100% pass rate on the browser html5lib test suite using agentic workflows.
https://anil.recoil.org/notes/aoah-2025-14 · 14 Dec 2025
Vibe coding an OCaml library for the Karakeep bookmarking service by giving an agent a live API key and letting it debug jsont codecs against the real service.