Slides From Presentation at AWE 2023 on Optical versus Passthrough MR – KGOnTech

If there is any takeaway from the presentation, it should be that while both Optical and Passthrough MR headsets are worn on the head, the type of applications they support are mostly very different. Optical MR emphasizes seeing the real world and adding to it. Passthrough MR is augmenting the virtual environment. Source: Slides From […]

Solar · Patrick Collison

Solar deployment is now running at about $500 billion per year, which means that about 0.5% of global GDP is being spent on solar deployment. This figure is up an improbable 43% Y/Y. Source: Solar · Patrick Collison

An Interactive Intro to CRDTs | jakelazaroff.com

In this series, we’ll learn what a CRDT is. Then we’ll write a primitive CRDT, compose it into more complex data structures, and finally use what we’ve learned to build a collaborative pixel art editor. All of this assumes no prior knowledge about CRDTs, and only a rudimentary knowledge of TypeScript. Source: An Interactive Intro […]

Swift Concurrency – Things They Don’t Tell You

Don’t assume that the actor prevents data races. The actor only guarantees that two pieces of code won’t run at the same time, but still, methods can be switched back and forth without any guarantee that the asynchronous method will be fully processed before calling another method. Source: Swift Concurrency – Things They Don’t Tell […]

Animated AI

I’m creating animations and instructional videos about neural networks. Check out my Patreon and YouTube channel! Source: Animated AI