Rust Crates that do What the Go Standard library Does - Christine Dodrill's Blog... (more…)
Read more »
In March 2015 I started a small pilot project to ship some Rust code in the Firefox web browser. It was the first Rust code to ship in… (more…)
Read more »
Back in 2014 I was fetching frontpages of the top million websites to scan them for a particular vulnerability. Not only have I found… (more…)
Read more »
Since trying out Rust programming on several other Rust blockchains,
Aimee and I have been looking forward to test-driving Solana.
And with Solana hosting a hackathon during May,
it was a good opportunity to give it a try. (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 »