Sato's Thoughts and Writings

July 7, 2025

That's it — But that's enough, I shall write no more from the underground...

June 29, 2025

Together or Apart — There's a "sweet spot" where further separation no longer reduces complexity but actually increases it. The goal is to identify this point to optimize your code's structure....

May 13, 2025

Book review: Thinking in bets — Our lives are largely shaped by the quality of our decisions and by luck. This book aims to help us tell the difference between the two....

May 1, 2025

Memory leaks are memory safe in Rust! — Rust's "Memory Safety" isn't about making sure you never leave a toy out of the box (that's a memory leak, and yeah, Rust can totally do that if you tell it to!). ...

April 15, 2025

Monte Carlo Simulation — Monte Carlo Simulation was all I needed. The Monte Carlo simulation rendered all those brute-forcing efforts, overfitting challenges ......

March 18, 2025

Build It Yourself — Another day, and here I go again, talking about all these things our software relies on. This time, I want us to try and change how we think about them....