▮ MEMLOGS.LOG // ALL RECORDINGS
[SAREN-IT-OS 3.14] SEC//OK
user@sarna:~$ ls -la ~/logs # 2 log(s)
Blog
> Short, practical logs on engineering decisions, team dynamics, and lessons from shipping software in the wasteland.
> My other logs you can see here: Makimo - Kamil Supera
[2026-07-20]
> I Built a Terminal PR-Review Tool That Wraps Claude: Why and How
A build log: why I wrote prcheck, a terminal UI that wraps the gh and Claude CLIs to draft GitHub PR reviews with the ticket and CI context already loaded, and never posts anything without me.
> see_log --slot=prcheck
[2026-07-19]
> Anatomy of an N+1: How One Redundant findById Turned 50 Updates into 1000 Queries
A production war story: APM flagged an N+1 pattern in a nightly cache job. The culprit was not lazy loading — it was a redundant re-fetch multiplied by a loop that should never have contained it.
> see_log --slot=n_1