Sharjah

← Life Plan

11.1 · Changed my mind

Positions I have formally revised.

2026-05-10

On where the event store belongs in the Slipwise architecture

Previously: The event store should live in the application layer because the application owns the domain.

Now: The event store should be a separate library because durability of the audit trail outweighs the coupling cost. The argument I lost was right.

2026-04-20

On whether to maintain a public reading log

Previously: Public reading logs are performative; reading should be private.

Now: Public reading logs become useful infrastructure when they serve as reference for the author rather than as performance for the reader. The shift is from "for them" to "for me, in public".