As most embedded developers I'm addled by a disease: code vertigo. I like my
code flush to the earth, where I can take an ear to the ground and hear the
fuzzy rumble of electrons and the crackle of dodgy solder joints. When code at
that level collapses it... (more…)
Read more »
In this blog post, Developer Advocate Joe Previte walks you through building a basic Discord Bot. (more…)
Read more »
A Rust implementation of the Haraka hash function. Contribute to gendx/haraka-rs development by creating an account on GitHub. (more…)
Read more »
A step-by-step guide for creating a minimal MCP agent and server, exposing tools and using an external LLM API for model interactions. (more…)
Read more »
I recently became aware of a game programming framework for Rust
called Bevy that uses a programming model
called ECS (Entity Component System). Bevy ECS allegedly uses Rust’s
type system in a sophisticated way to automatically parallelize
execution of ga... (more…)
Read more »