TIL: The Tragic Tale of the Deadlocking Python Queue

TIL 2020-09-11 The Tragic Tale of the Deadlocking Python Queue - Important lessons about Python threading, queues, and how deadlocks can occur in concurrent code.

September 11, 2020 Â· 1 min

TIL: Asciimatics Terminal Effects, Lock-Free Programming, EOPL, and Ranger File Manager

Today I learned about creating full-screen terminal animations with Asciimatics, wait-free and lock-free programming concepts, the Essentials of Programming Languages book, and the Vim-inspired Ranger file manager.

August 31, 2020 Â· 7 min

TIL: Elena Programming Language and Pony Concurrency

TIL 2020-08-21 Elena Programming Language - Object-oriented programming language with advanced features and dynamic compilation. Pony: Lock-less data-race-free concurrency - Programming language designed for safe concurrent programming without locks or data races.

August 21, 2020 Â· 1 min