Surface is advancing Windows driver development by adopting Rust, a memory-safe programming language, to improve device security and reliability. Through... (more…)
Read more »
Elara Protocol: A Post-Quantum Universal Validation Layer for Digital Work β whitepapers, specifications, and provenance proofs - navigatorbuilds/elara-protocol... (more…)
Read more »
This post is the second post of a series describing the
inner workings of a rust search engine library called tantivy. (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 »
A lot of web development is transforming JSON one way or another. In TypeScript/JavaScript this is straightforward, since JSON is built into the language. But can we also achieve good ergonomics in Haskell and Rust? Dear reader, I am glad you asked! π... (more…)
Read more »