Topic

#rust

3 items

Posts

  • The Workbench I Wanted

    There is a file at the root of every Bancada project called sketch.yaml, and it is the entire reason the project exists. This is the story of building an Arduino workbench in two days — a Tauri and Rust app that drives arduino-cli rather than replacing it, with a software oscilloscope, git-pinned libraries, a board registry keyed by MAC, and a list of the things it deliberately refuses to do.

  • One Gateway to Rule Them All

    The sequel. Last month I shipped a Rust LLM proxy and called it a solid foundation. This month I found out what that actually means: migrating five projects through it, wiring AWS Bedrock, adding Gemini, and making a FinOps decision that cut baseline model costs by 97 percent.

  • Why Executable Binaries Deserve More Attention in Information Systems

    Executable binaries reduce operational ambiguity, shrink runtime surfaces, and deliver more predictable behavior than interpreter-based deployments. Rust has made this path newly compelling — not just for performance, but for safety, deployability, and the way it reinforces ecosystems that teams already rely on.