24 days of Rust – hound

My engineering diploma involved some digital signal processing (DSP),
in particular sound generation and recognition. Throughout my studies
I went through a ton of audio files, usually using C++ to process them.
I’ve written a custom .wav file loader, of …

Similar

Rust Is Not a Company

Last year, as an occasional contributor to the Rust project, I did not think much about the organisational structure of the team behind the project. I saw a hierarchy of teams and groups, team leaders, etc. Just like any other organisation. This year, aft... (more…)

Read more »

Best way to learn Rust programming

Here's my advice, aside from the usual advice of "Just read The Book!": Read Amos Wegner's A half-hour to learn Rust Go through Richard Anaya's Tour of Rust Checkout the Rustlings repo and do all the exercises, referring to The Book when necessary Get... (more…)

Read more »

Xr0 Makes C Safer than Rust

There is a practical way to guarantee the safety of C programs at compile time, in the sense of no use-after-frees, no double frees, no buffer out-of-bounds reads/writes, no null pointer dereferences, no uses of uninitialised memory, no arithmetic overflo... (more…)

Read more »