» Tag
rust
200 postsRustnet: Per-process network monitoring with deep packet inspection
Rustnet enables real-time per-process network monitoring and deep packet inspection for enhanced visibility into connections.
How to Build a Mesh VPN Without WireGuard
Details on building a mesh VPN using iroh instead of WireGuard. How I overcame challenges like NAT traversal and peer discovery.
Hazshield AI: I Killed the Database, the Alarms Survived
A Rust-based industrial gateway processed 10,000 sensor readings per second while its database was deliberately killed mid-test, ending with zero lost alarms and zero request errors.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comFrankenMarkdown: A Zero-Dependency Rust Markdown Engine
FrankenMarkdown v0.3.0 is a zero-dependency Rust engine rendering Markdown into byte-identical HTML and PDF, running natively and via WASM in the browser.
RTS: A Rust-Based TypeScript-to-Native Compiler and Runtime
RTS compiles TypeScript directly to native code via Cranelift, skipping V8 entirely. With JIT/AOT modes, a custom Rust standard library and its own HTML/CSS engine, it targets true native performance.
Cache-Conscious Data Layout in Rust: Field Zoning and False Sharing
Exploring field zoning, cache alignment, and false-sharing prevention for multi-core Rust data structures, illustrated through an SPSC ring buffer design.
Alice Ryhl on Rust: why the compiler is the real safety net
Google's Alice Ryhl unpacks Rust's memory safety, ownership model, Cargo, editions, and its growing role inside the Linux kernel in this podcast deep dive.
DNSGlobe – Rust TUI for Monitoring DNS Propagation
DNSGlobe is a Rust TUI application for monitoring DNS propagation using 34 public resolvers globally.
Kernel 7.2: RK3588 media, smarter GPU memory management
Linux kernel 7.2 brings key improvements, including RK3588 support and Rust-based GPU memory management.
That Time a Rolling Deployment Almost Corrupted Our Data
A deployment led to concurrent processes generating inconsistent data. This incident offers crucial lessons for engineers on ensuring data integrity.