An intriguing exchange happened on the Linux Kernel Mailing List after a post by Nick Desaulniers, a Google software engineer working on compiling the Linux Kernel with Clang (and LLVM). Hackaday reports:
Nick simply tested the waters for a possible futu... (more…)
Read more »
Contribute to matklad/cargo-xtask development by creating an account on GitHub. (more…)
Read more »
This blog post is essentially a PSA on how you can easily improve dev incremental rebuild performance. (more…)
Read more »
Yesterday, oyvindln made a PR to image-png to replace flate2 with deflate,
a DEFLATE and zlib encoder written in safe rust.
The PR was merged, and currently I am ecoing the new version in the Piston ecosystem.
Read more »
Earlier this year, DeisLabs released Krustlet, a project to implement Kubelet
in Rust. 1 2 Kubelet is the component of Kubernetes that
runs on each node which is assigned Pods by the control plane and runs them on
its node. Krustlet defines a flexible API... (more…)
Read more »