<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Build notes on Xerum</title><link>https://docco.app/blog/</link><description>Recent content in Build notes on Xerum</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://docco.app/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Same-origin bought us a lot, and charged us one path space</title><link>https://docco.app/blog/same-origin-bought-us-a-lot-and-charged-us-one-path-space/</link><pubDate>Mon, 31 Aug 2026 14:00:00 +0000</pubDate><guid>https://docco.app/blog/same-origin-bought-us-a-lot-and-charged-us-one-path-space/</guid><description>&lt;p&gt;The web app is split by plane: account pages served by the control plane on its own origin,&#10;your instance&amp;rsquo;s pages served by your instance on its. Each app is same-origin with the data&#10;it reads.&lt;/p&gt;&#10;&lt;p&gt;That buys a lot. No CORS on any data call. The browser is an ordinary OAuth client rather&#10;than a privileged one — it ends up holding exactly what an agent holds, which means we did&#10;not invent a second auth mechanism for the UI. And opening the app does not wake a sleeping&#10;container, because the shell is served from the edge.&lt;/p&gt;</description></item><item><title>The deploy artefact that had never once built</title><link>https://docco.app/blog/the-deploy-artefact-that-had-never-once-built/</link><pubDate>Mon, 31 Aug 2026 09:00:00 +0000</pubDate><guid>https://docco.app/blog/the-deploy-artefact-that-had-never-once-built/</guid><description>&lt;p&gt;&lt;code&gt;task backend:build:linux&lt;/code&gt; had never worked. Not once, since the day it was written.&lt;/p&gt;&#10;&lt;p&gt;Nothing noticed, because nobody had run it. Every developer build is a darwin build, and a&#10;darwin build takes a different path that succeeds. The task that produces the thing we&#10;would actually deploy had been quietly broken for as long as it had existed.&lt;/p&gt;&#10;&lt;h2 id="the-failure"&gt;The failure&lt;/h2&gt;&#10;&lt;p&gt;Building the tenant with &lt;code&gt;GOOS=linux CGO_ENABLED=0&lt;/code&gt; failed on undefined symbols.&lt;/p&gt;</description></item><item><title>We reversed our biggest design decision, and it cost almost nothing</title><link>https://docco.app/blog/we-reversed-our-biggest-design-decision-and-it-cost-almost-nothing/</link><pubDate>Thu, 27 Aug 2026 10:00:00 +0000</pubDate><guid>https://docco.app/blog/we-reversed-our-biggest-design-decision-and-it-cost-almost-nothing/</guid><description>&lt;p&gt;The design said git was the system of record. A change was a commit, a revision a commit&#10;id, a proposal a ref kept alive. It was written down, argued for, and — for a while —&#10;right.&lt;/p&gt;&#10;&lt;p&gt;We reversed it. Sqlite is the system of record now: an append-only &lt;code&gt;changes&lt;/code&gt; log plus a&#10;content-addressed &lt;code&gt;blobs&lt;/code&gt; table, with everything else a derived index. This is the note&#10;about why, and about the thing that made the reversal affordable.&lt;/p&gt;</description></item></channel></rss>