Interface compatibility does not require implementing an interface or a trait. Use compile-time flags and source-compatible APIs to swap out implementations. (more…)
Read more »
Audio recognition CLI. Contribute to Kither12/shezem-rs development by creating an account on GitHub. (more…)
Read more »
Enterprise-oriented Generic Proxy Solutions. Contribute to bytedance/g3 development by creating an account on GitHub. (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 »
So far, our parser has only concerned itself with input that is correct. In a world of IDEs and language servers, however, the input to our parser will be wrong more often than not. Therefore, it is important that our parser can: (more…)
Read more »