Shows how the TSic temperature sensor code is ported from C to Rust... (more…)
Read more »
In a previous post I implemented the game of Codenames in Rust, allowing a human player to interact with the computer playing randomly. Now let's implement a smarter computer agent, using word vectors. Word vectors (or word embeddings) are a way of conve... (more…)
Read more »
First experiences of Rust programming language from a C/C++ developer point-of-view. (more…)
Read more »
The personal blog of Brian Carrigan, software and electronics engineer. (more…)
Read more »
We discuss the unsoundness that was uncovered with respect to `Pin` and possible ways to resolve it. (more…)
Read more »