depot engineers have opinions. now they have a newsletter.
working theory covers topics like ai engineering, infrastructure, security, and the challenges of delivering software today.
depot.dev/newsletter
Cansado de tener que ir la web de Depot cada vez que quería ver como iba el CI de mis proyectos, creé DepotBar: una app para macOS que permite ver rápidamente en el menu bar el estado de los últimos 5 workflows, usando Depot CLI under the hood: github.com/facmartoni/DepotB…
posted up at the @inference_net office all day Oct 6 for SF Tech Week. co-work + pizza in the afternoon, drinks and Depot Donuts once it gets dark. come by. luma.com/i3y4poqn
multi-platform docker builds are slow mostly because of qemu emulation. depot runs native amd64 and arm64 builders instead. wito shows a build drop from ~30 minutes to 16 seconds.
piped.video/UEACT6c3sm4?si=b9uF…
the github control plane goes down and your jobs never dispatch, so all your ci redundancy is moot. luke walked through how depot ci runs github actions workflows without it, keeping runs alive through outages.
depot.dev/blog/github-action…
we had some fun and built a benchmark that computes the 20th fibonacci number by running each of its 18 steps in its own ci runner. each step takes about a second, so what you're really watching is the runner start up.
depot.dev/blog/the-fibonacci…
the whole reason we reimplemented lvm: its volume-group lock is held ~100ms per op. we launch microvms up to 200 times a second in parallel, and that single lock, not the data path, is what breaks the latency target.
depot.dev/blog/why-i-reimple…
delegation does not transfer ownership. an agent can write the change, but you still own how the system behaves in production. so iris keeps the parts that build context: planning decisions, close review, a limit on parallel work.
depot.dev/blog/delegating-wo…
a container can build in seconds and still crawl on deploy, because every node pulls and decompresses gigabytes it never reads to boot. soci fetches only the bytes needed to start. the index gets written at build time.
depot.dev/blog/why-soci-belo…