Notes on a Smaller Rust

Many people who use Rust for a bit – especially those who like the language but
do not fall in love with it – feel a sense that there must be a smaller,
simpler variation on the same theme which would maybe be a little less
powerful, but would also be muc… 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 »