There is a pretty straightforward design pattern called "out parameters" that
you may have heard of before. In short, the question is, does your function
wear pants... err, I mean, does your function modify data like this: (more…)
Read more »
Learn why a team at IBM turned to Rust and WebAssembly in tandem to speed their Node.js application performance. (more…)
Read more »
A lot of web development is transforming JSON one way or another. In TypeScript/JavaScript this is straightforward, since JSON is built into the language. But can we also achieve good ergonomics in Haskell and Rust? Dear reader, I am glad you asked! 🙌... (more…)
Read more »
Onion's Omega2 SoC computers are a prime target for cross-compiling Rust applications, taking care to set up your environment just right for the Omega2's MIPS architecture.
Read more »
Back in 2014 I was fetching frontpages of the top million websites to scan them for a particular vulnerability. Not only have I found… (more…)
Read more »