Why choose async/await over threads?
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
?
The world's number one source of notgull
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.
December 15, 2023
What options are there other than GitHub?