snatch - A simple, fast and interruptable download accelerator, written in Rust...
Read more »
A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name '*.ko' | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how... (more…)
Read more »
Last year, I rewrote Enjarify in Go and Rust in order to learn more about the languages and compare the difficulty, verbosity, performance…...
Read more »
Recently, I’ve been working on a Rust crate for tabular data manipulation. I’m excited to share the current state of the project.
Read more »
In this post we’ll take a look at adding distributed rendering to
tray_rust which will let us take advantage of multiple
machines when rendering an image, like a compute cluster.
To do this we’ll look at options for how to distribute the rendering job...
Read more »