Podcasting as a way of teaching each other about things in engineeering
Lev walks us through Lock Free Programming, a form of multi-threaded programming that has no mutexes.
This was our first go. Carl walks us through a new concept called MMap (memory map). The idea here is to get some intuition about how we use shared memory between different processes to achieve IPC (interprocess communication).