I hate to be the first one to tell you this, but Rust projects tend to have a lot of dependencies.| notgull
Of the two models for asynchronous programs, which one works better for your usecase?| notgull
Around November of last year I was afflicted with a crippling case of burnout. I want to talk about it.| notgull
Asynchronous code does not require the rest of your code to be asynchronous. I can’t say the same for blocking code.| notgull
To bootstrap Rust, no cost is too great.| notgull
I recently apperead on the “QnA With Friends” podcast, run by Irine.| notgull
smol just became a much easier choice to build web servers.| notgull
We can’t let the Internet Archive do all of the work.| notgull
async-task is one of the most complicated crates in the smol ecosystem. But, fundamentally, it’s just a future on the heap.| notgull
A common refrain is that threads can do everything that async/await can, but simpler. So why would anyone choose async/await?| notgull