AVAditya Vermainaditya-22.hashnode.dev·19h ago · 4 min readLearn Rust with me🦀Why Rust? Before starting this series and my articles related to Rust I should address why am I even trying to learn and program in Rust. Honestly the first and most important reason is I feel like do02A
BByteLoggerinbytelogger.hashnode.dev·1d ago · 3 min readGraceful Shutdown in Rust CLI TooIn last post, I covered debouncing - how watchr groups rapid file events into a single one. This post covers something smaller but just as important: what happens when you hit Ctrl+C The problem watch00
OHOmar Hiariinblog.theembeddedrustacean.com·1d ago · 6 min readxiao-generate: A Rust Embedded Project Generator for the Seeed XIAO FamilyIntroduction Starting a bare-metal Rust project for a microcontroller is rarely a one-liner. You need the right target installed, a flashing tool, a runner wired into .cargo/config.toml, the correct H00
AİAdem İşlerinademisler.hashnode.dev·Aug 2 · 10 min readHow Myna Player Generates Context-Aware Subtitles Ahead of PlaybackThis is the final article in my product-engineering series. The earlier posts covered Toolboard, isolated Codex Desktop profiles, CodexPigeon, and CodexControl. This one is about the newest and most t10
AEAnnie-Stewart Elijahinalvissraghnall.hashnode.dev·Aug 1 · 5 min readI wrote a custom allocator, so you get a bump & he gets a bump. 👍Every developer gets to a point in their dev careers where they get extremely curious about system kernel internals — how it handles processes, memory, scheduling, etcetera etcetera. I like to think I00
BByteLoggerinbytelogger.hashnode.dev·Aug 1 · 3 min readBuilding a File Watcher in Rust: Debouncing Done RightIn the last post, I talked about why watchr uses TOML for its config file. This one covers how watchr actually watches files - and why debouncing is the piece that makes it usable. The problem You hit00
AAndrewinrizzdev.hashnode.dev·Jul 30 · 12 min readIndependent verification of Bun memory usage claimsBun's memory numbers have been circulating for a week now. Idle CPU down, memory down, a build-time leak fixed by a runtime rewrite nobody saw coming. Most of the discussion just repeats the numbers. 00
MSManu Shuklainecorpit.hashnode.dev·Jul 30 · 11 min read2026 guide to Azure Storage SAS in Rust: keyless user-delegation tokens2026 guide to Azure Storage SAS in Rust: keyless user-delegation tokens Summary. On 29 July 2026 Microsoft shipped azure_storage_sas 0.1.0, the first client-library capability built on the Azure SDK f00
LSLack Studioinopen-ide.hashnode.dev·Jul 30 · 7 min readRust in the Browser – No Installation RequiredRun Rust in Your Browser – No Installation Required In the realm of systems programming, the ability to execute Rust code directly within a web browser presents a significant advantage, eliminating th00
ARAI ROUTERinai-router.hashnode.dev·Jul 28 · 9 min readNo Tokens Yet Does Not Mean a Rust LLM Stream Is Safe to RetryYour LLM request returned HTTP 200. The stream produced no text. Then the connection reset. Is it safe to retry the whole request? Not necessarily. “No text reached the UI” answers only one narrow que00