Adding BPF target support to the Rust compiler

When I created this blog back in September my goal was to post at least once
a month. It’s December now and you’re reading my second post, so I’m not exactly
off to a great start. 🤔… Read more

Similar

How often does Rust change?

I’ve been thinking a lot lately about how often Rust changes. There are some people that assert that Rust stays fairly static these days, and there are some people who say Rust is still changing far too much. In this blog post, I want to make a data drive... (more…)

Read more »

The problem of effects in Rust

In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)

Read more »