My graduation cap runs Rust
Summary
The author built a Rust-powered light-up graduation cap using an ATtiny85 microcontroller and WS2812B LEDs to detect tassel movement. The project highlights the use of embedded Rust libraries like avr-hal for custom hardware projects.
View Cached Full Text
Cached at: 05/13/26, 03:10 AM
Similar Articles
How a $15 RISC-V Device Built Its Own Lightning Wallet — and Learned to Pay the Internet
A tutorial on building an autonomous AI agent on a $15 RISC-V device (LicheeRV Nano) that can manage its own Lightning Network wallet and make autonomous Bitcoin payments via Nostr.
The Edge of Safe Rust
A TokioConf 2026 talk/blog post explores pushing safe Rust to its limits by implementing tracing garbage collection for complex pointer structures, sharing techniques for circular references and raw-pointer GC design.
How (and why) we rewrote our production C++ frontend infrastructure in Rust
NearlyFreeSpeech.NET rewrote their production C++ frontend infrastructure (nfsncore) in Rust, a critical system that handles routing, caching, and access control for all incoming requests. The migration was motivated by Rust's safety guarantees, performance, ecosystem strength, and the aging C++ codebase's limitations.
Zig vs Rust in 2026
The article compares Zig and Rust in the context of 2026, arguing that coding agents reduce Zig's ergonomic advantages by automating code generation in Rust.
@LakeSailHQ: Spark rebuilt in Rust — no JVM, 8x faster, 94% less cost.
LakeSail releases Sail, a Rust-native rewrite of Apache Spark that achieves 8x speed-ups and 94% lower infrastructure costs while maintaining full API compatibility.