Videos
Videos are now available on my self-hosted PeerTube instance:
If the redirect doesn’t work, please click here to go to PeerTube.
(JavaScript is required to see this. Or maybe my stuff broke)
Did you know I also make videos? Check them out on YouTube!
Here's another article just for you:
Request coalescing in async Rust
As the popular saying goes, there are only two hard problems in computer science: caching, off-by-one errors, and getting a Rust job that isn’t cryptocurrency-related.
Today, we’ll discuss caching! Or rather, we’ll discuss… “request coalescing”, or “request deduplication”, or “single-flighting” - there’s many names for that concept, which we’ll get into fairly soon.