Tags

videos

  • 2026-06-11

    AI in the Build Loop [yoe]

    [yoe] installs Claude Code skills into your project. When a unit fails to build, press `d` and the agent reads the build log and fixes it.

  • 2026-06-09

    End-to-End Testing Across the Whole Matrix

    Every night, [yoe] builds six images — ARM and x86 across Alpine, Debian, and Ubuntu — boots each one under QEMU, and SSHes in. If login breaks on any of them, we find out before you do.

  • 2026-06-08

    Adding Ubuntu — almost for free

    [yoe] now builds Ubuntu images too. Because it's apt underneath, the second distro in the family cost a fraction of the first — the backend isn't Debian support, it's apt-family support.

  • 2026-05-29

    Fast Binary Packages from the APK Index

    [yoe] used to wrap Alpine packages as thousands of generated files. It now parses the APK index directly and constructs virtual units on demand — only for the packages an image actually uses.

  • 2026-05-29

    Qt Support in [yoe]

    Qt now builds and runs under [yoe]. The interesting part isn't Qt itself — it's that the toolkit comes from Alpine binaries wrapped as units, and the whole graphical loop runs in QEMU on your workstation.

  • 2026-05-28

    [yoe] Is Now Self-Hosting

    The build system can build itself — boot a [yoe] image, run [yoe] on it, and build another image inside. The payoff is native ARM64 builds on a Raspberry Pi 5.

  • 2026-05-21

    Running [yoe] on a Beagle Play

    The build system now boots a TI AM625 board through a four-stage bootloader — and Claude wrote most of the BSP from a single prompt.

  • 2026-05-19

    Why the Build Tool Is a TUI

    A web or native UI would be more capable, but a terminal UI puts [yoe] in the same place as every other tool a developer already uses — and that proximity is the feature.

  • 2026-05-15

    Editing a Unit's Source Without Leaving the Build

    How [yoe] flips a unit between a pinned release and a live development checkout — edit, build, deploy, then pin the result back into the recipe.

  • 2026-05-13

    Pip and Npm Belong on the Target too

    How [yoe] packages Python virtual environments and Node/Bun dependency trees so application developers keep the workflow they already use.

  • 2026-05-12

    First Walkthroughs: Overview and Package Deploy

    Two short videos covering what [yoe] feels like to use day-to-day — the build loop, and pushing a package to a running target.