Skip to content

Tech Notes

Technologies explained, as clearly as possible. Also a way to organize things for myself, since I forget everything.

INFO

Translated from the Japanese version, so some context may be Japan-flavored.


8 notesENJA

"Scars in the Source: Lessons from Claude Code's Leaked Comments"

"What 512,000 lines of source code left behind wasn't implementation — it was a record of battles fought."

"MySQL 9 Binlog: What's Actually Different"

The backward-compatible design held up. But a new data type doesn't care about that.

Taming Image Exclusion in a Vertical Typesetting Engine

I built image exclusion for a vertical typesetting engine. Three coordinate systems showed up.

"Kickstart on XCP-ng: Five Silent Traps"

Five traps I fell into getting Kickstart to work on XCP-ng. All silent.

Wrestling with ANN Indexes

Finding the "closest taste" among ten million bottles of wine.

Compressing an Inverted Index

How to fit a million document ID lists into memory.

The MySQL Binlog

I wrote a binlog parser, and 20 years of design decisions came raining down.

Building a Tokenizer from Scratch

How do you grammatically split "tabesaserarenakatta"?