2026-01-07 From device to system: communication, backend, and dashboard for an embedded AI product #project #rust #nurse
2025-12-05 Hardware and firmware organization: the foundation of an AI device on the ESP32-S3 #project #rust #nurse
2025-12-02 Why overspecialization is over, and how I decided to create my own AI device on MCU #project #rust #nurse
2025-11-30 From image to pattern: building a cross-stitch generator as a CLI tool #project #rust #cli
2025-06-09 Understanding Memory Management in Rust: From Dynamically Sized Types to Fat Pointers #rust #memory #basic
2025-06-05 From Rust Source to Embedded Executable: A Deep Dive into the Compilation Process for Embedded Systems #rust #compilers #embedded
2025-06-01 โ๏ธ The Aesthetics of Semiconductor Destruction: Understanding the PN Junction #basic_electronics
2025-05-29 Critical Compression of Embedded Firmware: Understanding cargo size and Linker Strategies in Rust #rust #embedded #linker
2025-05-27 From Rust Source Code to Optimized Executable: Inside the Rust Compiler Pipeline #rust #compilers #aot
2025-01-15 Rust Toolchain: A Complete Guide to Managing and Configuring Your Rust Environment #rust #basic