I recently published a story about bitflyer, a simple game for the BBC micro:bit. (more…)
Read more »
In my previous article , I said
I needed to stop thinking of Rust generics as Java generics, because in
Rust, generic types are erased. Someone gently pointed out that they are... (more…)
Read more »
With the recent ability for Rust to target AVR, it's time for me to bring my favorite feature of Rust to Arduino: async/await. Asynchronous code allows for doing (seemingly) multiple things at once, without the memory or CPU overhead of threads. (more…)
Read more »
The motivation, techniques, and technical details behind Instant-Segment, a blazing fast word segmenter and the latest addition to Instant Domain Search's suite of open-source tools. (more…)
Read more »