Explaining the internals of async-task from the ground up
March 30, 2024
async-task is one of the most complicated crates in the smol ecosystem. But, fundamentally, it’s just a future on the heap.
The world's number one source of notgull
March 30, 2024
async-task is one of the most complicated crates in the smol ecosystem. But, fundamentally, it’s just a future on the heap.
March 24, 2024
A common refrain is that threads can do everything that async/await can, but
simpler. So why would anyone choose async/await?
January 1, 2024
smol just became a much easier choice to build web servers.
December 30, 2023
We can’t let the Internet Archive do all of the work.
December 23, 2023
SCP-093 is an absolute masterwork. Here’s why.
December 16, 2023
unsafe code is not only tricky to get right. It’s also tricky to track down when things go wrong.