Huh. Is was public yesterday, and still linked from their GitHub profile, but it’s dead now for me too
Posts by Josh Segall
warp-types: session types that prevent GPU shuffle-from-inactive-lane bugs
NVIDIA deprecated a whole API because the mistake was too easy to write. This makes it inexpressible, which is the way to do it
github.com/modelmiser/warp-types
😂 yeah, a coincidence but a meaningful one. Pony seems like it takes causality seriously as a design principle rather than an afterthought. We need more of that!
Thanks! I think Pony’s reference capabilities are interesting. I’ll cover this solution space more in upcoming essays about ownership and capabilities
What happens when you build the strongest possible version of isolation?
Essay 2 in the concurrency problem series.
causality.blog/essays/the-i...
#concurrency #programming #erlang
Edward Lee predicted message passing wouldn't solve concurrency. Go was the biggest real-world test, and a 2019 study of 171 bugs in Docker and Kubernetes confirmed it.
Message passing is shared mutable state. Here's why:
causality.blog/essays/messa...
#concurrency #programming #golang #plt