Inspired by Reversing the technical interview and Hexing the technical interview Years ago, as a young'in from the Rust Belt, you dreamed of becoming a systems programmer, an Abyss Gazer if you will. You wanted to live, breathe, and die by being as close ... (more…)
Read more »
This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. (more…)
Read more »
My KVM Forum 2018 presentation titled Security in QEMU: How Virtual Machines provide Isolation (pdf) (video) reviewed security bugs in QEM... (more…)
Read more »
The Open Infrastructure Foundation's Kata Containers 2.0 is both much smaller and faster than its earlier version. (more…)
Read more »
I've implemented coroutines and python like generators in Rust (with a bit of
assembly). This code was done as a learning exercise more than as something
intended for production. There are already several libraries in Rust that do
approximately the same ... (more…)
Read more »