Thought Log

Quick notes, half-formed ideas, and learning snippets. Mostly unpolished thoughts about coding, languages, and concepts I'm exploring.

January 15, 2025
Rust Ownership

Diving into Rust’s ownership model today. The borrow checker is some combination of frustrating and brilliant. Realized that most of my mental model from C++ doesn’t quite map over - Rust’s approach is more about preventing problems at compile time rather than managing them at runtime.