Sato's Thoughts and Writings

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....