Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feederblog.yoshuawuyts.com
Get the latest updates from https://blog.yoshuawuyts.com/rss.xml directly as they happen.
Follow now 26 followers
Last updated 3 days ago
3 days ago
Introduction In my last post I introduced placing functions, which are functions...
about 1 month ago
What are placing functions About a year ago I observed that in-place...
about 2 months ago
Structured concurrency (Tree-)Structured Concurrency is neat because it greatly simplifies concurrent programs...
3 months ago
Introduction There’s a fun little tidbit that most people don’t seem to...
3 months ago
Introduction The entire point of futures and Rust’s async/.await system is to...
3 months ago
When discussing effect systems in the context of production programming languages, I...
3 months ago
Introduction When working with low-level concurrency (atomics), programming languages are generally quite...
4 months ago
Introduction One of the things that stands out to me is how...
4 months ago
Here's a silly little insight I had the other day: if you...
6 months ago
Introduction Oh yeah, you like iterators? Name all of them. — I'm...
7 months ago
One of the open questions surrounding the unstable gen {} feature is...