In this course, we are going to build an operating system in
Rust programming language.
The operating system that we will build targets AArch64 (ARM) architecture,
and it will run on Raspberry Pi 3. (more…)
Read more »
I'd like to think that my understanding of "async Rust" has increased over
the past year or so. I'm 100% onboard with the basic principle: I would
like to handle tho... (more…)
Read more »
🧬 Canonical serialization in Rust for security-sensitive applications - backbone-hq/cord... (more…)
Read more »
Most programs on Linux are dynamically linked. So when you are creating a unikernel with OPS out of a linux application OPS goes out and finds all the libraries it's dynamically linked to and throws it onto the disk image. This works well if you are on li... (more…)
Read more »
Fun with wgpu: Simulating slime mold. Contribute to plul/slime-mold-simulation development by creating an account on GitHub. (more…)
Read more »