SGSui Gninneurons-me.hashnode.dev·3d ago · 1 min readRust .me v0.3.0this-me v0.3.0 is now live on crates.io. This is the Rust implementation ground for the .me semantic kernel: append-only memory, hash-chain integrity, .me operators, selectors, derivations, secret/noi00
OHOmar Hiariinblog.theembeddedrustacean.com·4d ago · 11 min readEmbedded Rust BSPs with µFerris & Xiao: Intro to BSPsThis is the third post in the µFerris & Xiao BSP series, where we build a Board Support Package from scratch, one peripheral at a time. In the previous post we met the board, wired up the toolchain, a10
MMilesinferrumvm.hashnode.dev·3d ago · 2 min readWhat is Ferrum VM?Ferrum VM is a KVM based Virtual Machine Manager that I have built in Rust and C. The main thing that separates it from other hobby VMM's is that I have built custom UEFI Firmware in C for the virtual00
CMChris Mowforthinblog.hardpoint.dev·4d ago · 15 min readAnnouncing Invar: A diskless transactional document DBtl;dr - we've built a diskless NoSQL document database called Invar. It has well-defined durability guarantees, speaks Redis' native wire protocol, and persists data to S3-compatible object storage. W10
SGSui Gninneurons-me.hashnode.dev·5d ago · 2 min readRust .meThe Rust version begins turning that language into a smaller, safer, more portable execution core. .me is not a database in the traditional sense. It is a semantic memory kernel. It stores facts as pa01S
YVYoan Vinjoan-language.hashnode.dev·6d ago · 1 min readJOAN experimental alpha: seeking 3 independent agent evaluatorsJOAN is an experimental alpha language and verification substrate for deterministic programs, semantic identity, atomic patches, and bounded agent workflows. The project is looking for three independe00
BByteLoggerinbytelogger.hashnode.dev·Aug 22 · 3 min readwatchr v0.1.0: A Retrospective - Lessons and What's NextThis series has covered why watchr looks the way it does: TOML for config, debouncing for file events, graceful shutdown, and readable output. v0.1.0 is shipped. This post is about what I'd change, an10
DKDeendayal Kumawatinddsha441981.hashnode.dev·Aug 21 · 10 min readHow I Built a Cache-Line Aligned Hash Table in Rust That Fits Every Bucket in 64 BytesMost hash tables waste memory. They store data in one place, eviction metadata in another, and chain everything together with pointers. Every lookup chases 2-3 pointers across memory, each one potenti00
RSRadhakishan Surwaseingoatscale.hashnode.dev·Aug 21 · 6 min readWhy We Moved a Go Service to Rust: A CPU Postmortem from the EdgeThe Setup We run an edge AI platform called Fleet Express on Raspberry Pi 5 nodes, orchestrated with K3s. One of the core services — lpu-video-preprocessor — ingests 4 RTSP camera streams per node, de00
ABAbdelatty Badwyinabadwydev.hashnode.dev·Aug 21 · 1 min readI Built GitRoot: A Git GUI That Shows You What Git Is Actually DoingI've always felt that Git GUIs make Git easier to use, but sometimes they also make it harder to understand. You click Merge, Rebase, Reset, or Pull and get a result, but you don't always know what Gi00