Standard Search
About 142 results
https://gui.do/post/bigtech-independence-update-cleaning-house-for-local-ai/ · 5 Jan 2026
Three months after my original BigTech independence article, here's what changed and why I'm building infrastructure for local AI.
https://blog.ewancroft.uk/3mbkkxbnqas25 · 3 Jan 2026 · 🦋 Bluesky
I'm going to be honest, looking at the state of the technology industry right now makes me want to scream into a pillow. Or better yet, scream at a cloud server farm until it overheats. We are currently living through what I can only describe as the "Great...
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://benswift.me/blog/2025/12/23/coding-agents-and-the-plasticity-of-code · 23 Dec 2025
Code has always felt rigid to me. Brittle, even. Most of the ways you poke, prod, or change it will break it. And even when you know what you're doing and when…
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