The aim of this tutorial is to take you to a place where you can read and write
enough Rust to fully appreciate the excellent learning resources available
online, in particular The Book.
It's an opportunity to try before you buy, and get enough feeling fo... (more…)
Read more »
Rust requires oxygen, water, and the right conditions, all of which the Moon lacks. So where did a newly discovered iron oxide come from? Earth is one possibility. (more…)
Read more »
One user of the signal-hook crate expressed an interest in knowing the PID and
UID of the process that sent the signal. As a general idea I liked it. The
low-level sigaction does indeed provide this information and it might be
useful (more than once I hav... (more…)
Read more »
A few weeks ago, two C++ bloggers initiated a challenge: use the shiny new features of C++17 to write a small program that manipulates CSV files. The link is to the results; you can see the examples people came up with. I decided to implement it... | Stev... (more…)
Read more »