You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Expect to pay, now or later. — Give nothing, expect nothing: GitLab’s the latest punching bag for entitled users
Where things really got broken was when multithreaded applications became commonplace. That’s when ctrl-c basically stopping working at all. — Ctrl-C: Why Programmers Can’t “Reset” Programs With Ctrl-C, but Used to Be Able To, and Why They Should Be Able to Again
more-itertools is yet another gem when working with Python’s iterables. #python
Top 20 Latex Fonts. #tex
Git is built on a graph. Almost every Git command manipulates this graph. To understand Git deeply, focus on the properties of this graph, not workflows or commands. — Git from the inside out