technical.cx Sources

Lobsters

Emaan Rana

I rewrote this like 3 times over the course of 7 days and spent way too long on these diagrams so hopefully this is up to snuff.

Lobsters

C++26: More function wrappers

C++26 continues to fill the gaps in our type-erased callable wrapper story. We already had std::function since C++11 and std::move_only_function since C++23, but there were still missing pieces. Now we’re getting two new additions: std::copyable_function...

Lobsters

Erasing Existentials

I got nerd-sniped hard, so I wrote a blog post about how to type-erase existential quantifiers in Rust.

Lobsters

LLemdashes

It was only a matter of time before I caught a stray — you know, considering.