I used to be afraid of async Rust. It's easy to get into trouble ! But thanks to the work done by the whole community, async Rust is getting
easier to use every week. One proje... (more…)
Read more »
After long months of work by a dedicated team of enthusiasts, today we are proud to announce the release of the beta version of Zellij... (more…)
Read more »
My
previous blog post
introduced my work to improve Rust's support for
RISC-V Linux systems. Since then I fixed a couple of
interesting compiler bugs. This blog post is more technical - describing these
bugs and explaining some rustc internals along the w... (more…)
Read more »
Developer QOL When I added Lua to Garry's Mod my intention wasn't primarily to make things moddable. I wanted to make things easier for myself. By wrapping a few functions and coding in Lua I could.. (more…)
Read more »
I show how to implement event listeners and dependency injection using Rust's type system to avoid common errors in stringly-typed versions of these extensible architectures. (more…)
Read more »