Often, developers today look at asynchronous I/O as a good thing, and as a binary choice. The reality is more nuanced. In this post, we'll explore the situation with a simple Rust example. (more…)
Read more »
`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks - GitHub - sobelio/llm-chain: `llm-chain` is a powerful r... (more…)
Read more »
demonstrating shunting yard algorithm and evaluation of arithmetic expressions - GitHub - Skarlett/shunting-yard-rs: demonstrating shunting yard algorithm and evaluation of arithmetic expressions... (more…)
Read more »
It turns out that finite state machines are useful for things other than
expressing computation. Finite state machines can also be used to compactly
represent ordered sets or maps of strings that can be searched very quickly. (more…)
Read more »
Basic peer to peer connectivity using libp2p. Contribute to tcharding/ping-pong development by creating an account on GitHub. (more…)
Read more »