rust
Rust Memory Layout Under the Hood
A visual guide to how Rust lays out structs, Vec, String, smart pointers, and trait objects in memory β alignment rules, field reordering, and the byte-level details that shape your programβs performance.
Building an AI Coach That Sees Your Factorio Factory
How I built factorio-sensei β a Rust CLI that connects Claude to a live Factorio game via RCON and gives real-time coaching advice based on actual game state.
Factorio as an AI Benchmark
Why automating a Factorio factory might be one of the most interesting unsolved challenges for LLM agents.
How I Keep Up With Tech Trends
Why RSS is still the most efficient way to follow programming news without algorithmic noise.
Designing an On-Chain Price Oracle in Substrate
Building a runtime-native price oracle using Substrate off-chain workers and deterministic storage.
Why Rust is My Go-To for Systems Programming
After years of working with C and C++, hereβs why Rust has become my preferred language for low-level systems work.
Blockchain or Rust? Why I Choose Both β On My Terms
Why systems-level Rust comes first, and why blockchain only makes sense to me at the infrastructure layer.
Async Rust Patterns I Use Every Day
Practical patterns for writing reliable async Rust code with Tokio.
rust-xdp-firewall
High-performance eBPF XDP firewall written in pure Rust using Aya. Processes packets at NIC level before they reach the kernel network stack.
QZP Governance
Token-based governance system for Solana built with Anchor. Enables on-chain voting, proposal management, and decentralized decision-making.
AquaSwap
Automated Market Maker (AMM) decentralized exchange implemented in Rust. Provides liquidity pools and token swaps with deterministic pricing logic.
pallet-price-oracle
On-chain price oracle pallet for Substrate-based chains. Aggregates and exposes asset price feeds with configurable update logic.
factorio-sensei
AI coaching copilot for Factorio 2.x β connects to your live game via RCON and gives real-time advice powered by Claude.
SignalFlow
Event-driven signal processing engine written in Rust. Designed for deterministic state transitions and composable data pipelines.
substrate-collectables-workshop
Educational Substrate runtime demonstrating NFT-style collectables using FRAME. Showcases storage patterns and extrinsic design.