Before we dive into the topic, let me introduce you my new friend catsay, a simple Go program which eats stdin and speaks like a cat:| seiya.me
I’m a serial tinkerer and project starter, which means I end up leaving a trail of half-finished (or half-started) projects everywhere I go. If it’s not new projects, I’ll drop in to some existing project and make some changes, then forget about them for months or sometimes years. Thankfully for a long time I’ve kept all my projects in a consistent location: ~/Projects so they’re not hard to keep track of, but that does mean I have to actually go...| willhbr.net
sudo-rs is a project by Prossimo jointly implemented by Tweede golf and Ferrous Systems. As our friends at Tweede golf announced in a previous blog post, Ferrous Systems and Tweede golf have been working together on a re-implementation of sudo...| ferrous-systems.com
As part of my PhD studies, I’m working on a distributed task runtime called HyperQueue. Its goal is to provide an ergonomic and efficient way to execute task graphs on High-Performance Computing (HPC) distributed clusters, and one of its duties is to be able to spawn a large amount of Linux processes efficiently. HyperQueue is of course written in Rust1, and it uses the standard library’s Command API to spawn processes2. When I was benchmarking how quickly it can spawn processes on an HPC...| Kobzol’s blog
A process builder, providing fine-grained control over how a new process should be spawned.| doc.rust-lang.org
A catalogue of Rust design patterns, anti-patterns and idioms| rust-unofficial.github.io
wasm-opt is a component of the Binaryen toolkit,| brson.github.io