LHLászló Hadházyincordata.hashnode.dev·33m ago · 23 min readGreen pipeline, broken page — deploying full-stack RustThe descriptor pilot ends with a fact that sounds like a conclusion. It compiles to a single 10 MB binary, that binary runs from an empty directory, and the pages it serves contain no <link> and no <s00
Mmihaiinleanzero.hashnode.dev·2h ago · 8 min readgoose: the config error we logged 432 timesgoose swarm: the config error we logged 432 times and never saw Key takeaways A duplicate key failed the WHOLE file. The loader caught the error, logged it, skipped the layer and returned Ok — turnin00
SSimTooRealinsimtoorealhq.hashnode.dev·1d ago · 4 min readReality OS — fail-closed last gate before metal (SIM ≠ metal)Reality OS — fail-closed last gate before metal Learned policies are good at proposing. They are dangerous when given unconstrained authority over motors. The industry often collapses “it worked in si00
SBSufyan bin Uzayrinsufyanism.hashnode.dev·1d ago · 8 min readWhat std::mem::forget Actually Does to Heap Allocations?std::mem::forget drops the stack-allocated handle without executing Drop glue, permanently orphaning heap metadata within allocator arenas. It guarantees the absence of Undefined Behavior by design, w00
ADAndrew Daviesinyalantis.hashnode.dev·2d ago · 11 min readIoT in 2026: 8 Trends That Force You to Rethink Your Device ArchitectureWhy intelligence is moving from the cloud to the device, why firmware teams need Rust, and how regulation (finally) drives technical decisions. By the end of 2025 there were roughly 21 billion connect00
ZZyVOPinzyvop.hashnode.dev·6d ago · 9 min readFastpotify: Architecture, Benchmarks, and the Ceiling on Community Spotify ClientsFastpotify is a native Spotify client written in Rust, built on the immediate-mode GUI toolkit egui and the open-source Connect implementation librespot. On September 1, 2026, the project reached the 00
TTThomas Tartrauinthomastartrau.hashnode.dev·6d ago · 6 min readAutomated code review with CodeRiftCode review is the bottleneck of most teams. The merge request is open, the author waits, the reviewer is busy with something else. When the review finally comes, it's often superficial: a quick glanc00
TTThomas Tartrauinthomastartrau.hashnode.dev·6d ago · 11 min readLayered Architecture: Rust API with Axum, SQLxMost Rust/Axum APIs I see on GitHub put everything in the same file: the handler extracts parameters, runs the SQL query, applies business logic, and returns JSON. That works for a demo project. On a 00
TTThomas Tartrauinthomastartrau.hashnode.dev·6d ago · 7 min readWhy I Chose Rust for a Workflow EngineMost workflow engines work the same way: define a step graph in a YAML file or DSL, let an engine interpret it, and hope the execution matches what you imagined. I used this approach for years with n800
TTThomas Tartrauinthomastartrau.hashnode.dev·6d ago · 4 min readMCP RTK: cut 90% of MCP server tokensI use Claude Code every day for development. Like many developers, I've connected several MCP servers (GitLab, Grafana, Sentry...) to give Claude direct access to my tools. The problem: every MCP call00