Rust has had a lot of stuff going on with “macros”. There are a few, interconnected aspects of these features, many different names for the same thing, and a lot of development work going on. This post will give an overview of the past, present,... | ...
Read more »
I know it's been a while since I've put out a post and mostly because I'm trying to learn amazing things and get my hands dirty, trying to build solutions that actually make sense. One such pet-project has been Rust, probably the fastest growing systems l... (more…)
Read more »
Yesterday, Influxdata released a new product called InfluxDB IOx written on Rust. That solution covers a few different cases comparing to… (more…)
Read more »
Recently, @withoutboats challenged me to demonstrate a hypothetical version of Pin with different guarantees, and show how it would be sound. However, while working on that, I stumbled upon unsoundness in the actual Pin. I haven't seen this reported bef... (more…)
Read more »
I've recently been working on a Rust course for the Qvault app. In order to write a more engaging course, I want students to be able to write and execute code... (more…)
Read more »