Rust Memory Management

In the light of my latest fascination with Rust programming language, I’ve started to make small presentation about Rust at my office , sinc… Read more

Similar

Playing Codenames in Rust with word vectors

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 »