writing · essays & notes from the bench

why software feels
closer to art.

Notes from the after-hours bench — on restraint, reliability, and treating code as a craft. The technical layer of the brand, written in forest green.

latest · jun 2026

one boundary,
drawn well.

On subtracting more than you add — and why the seam between two systems is exactly where the bugs come to live. So I build with as few seams as possible.

read it · 6 min
ship.py
01  def ship(work):
02      work = subtract(work)
03      if simple(work):
04          return work
05      return ship(work)
06
07  # delete more than you add.

read along,
or build along.

say hi
@drobeek · denis mrvoljak