Rust alternatives to Top
Recently I aliased top to ytop. Then I became aware of bottom, and zenith. These are all terminal based system monitoring tools that you might use instead of top. In this post I set out to compare them. (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… Read more