<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Incus-Compose on jochum.dev</title>
    <link>https://jochum.dev/en/tags/incus-compose/</link>
    <description>Recent content in Incus-Compose on jochum.dev</description>
    <image>
      <title>jochum.dev</title>
      <url>https://jochum.dev/images/20260503-me.jpg</url>
      <link>https://jochum.dev/images/20260503-me.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jochum.dev/en/tags/incus-compose/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Core Should Know Nothing</title>
      <link>https://jochum.dev/en/tech/20260618-the-core-should-know-nothing/</link>
      <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://jochum.dev/en/tech/20260618-the-core-should-know-nothing/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;../20260608-three-rewrites/&#34;&gt;Three Rewrites&lt;/a&gt; there was a sentence I glossed over:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hooks before and after every action — logging, dry-run, error context, all without touching the core.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Half a sentence. But that&amp;rsquo;s exactly where the third attempt ended up. Today I want to unpack that one line. It&amp;rsquo;s going to be longer.&lt;/p&gt;
&lt;h2 id=&#34;what-a-hook-is&#34;&gt;What a hook is&lt;/h2&gt;
&lt;p&gt;A hook is a function I slip in before or after an action. &lt;code&gt;ensure&lt;/code&gt;, &lt;code&gt;delete&lt;/code&gt;, &lt;code&gt;start&lt;/code&gt;, &lt;code&gt;stop&lt;/code&gt; — every action incus-compose runs on a resource can be intercepted. Before and after.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Three Rewrites</title>
      <link>https://jochum.dev/en/tech/20260608-three-rewrites/</link>
      <pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://jochum.dev/en/tech/20260608-three-rewrites/</guid>
      <description>&lt;p&gt;I hate spaghetti code. Warzone 2100, among other things, showed me why back in 2011. C code, globals everywhere. You change one variable and three things break that seem to have nothing to do with it. You read the code and can&amp;rsquo;t tell where a decision begins and where it ends.&lt;/p&gt;
&lt;p&gt;For three years — from 2022 to 2025 — I worked on &lt;a href=&#34;https://github.com/go-orb/go-orb&#34;&gt;go-orb&lt;/a&gt;. Alone. A framework for distributed systems, meant as the successor to go-micro. Config from anywhere, service discovery, RPC, streaming, pub/sub, kvstore, metrics. Every new idea became a feature, every feature a plugin.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
