aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2021-05-10 09:40 #
2021-05-06 10:52 #
2021-05-06 10:47 #

To a lot of people, C is a dead language, and ${lang} is the language of the future, for ever-changing transient values of ${lang}. The reality of the situation is that all other languages today directly or indirectly sit on top of the Posix API and the NUL-terminated string of C. — The Most Expensive One-byte Mistake

2021-05-06 10:24 #
2021-05-04 16:07 #

Use on-demand loading with vim-plug and remove vim-airline: -50% startup time ;-) #vim

2021-05-03 22:19 #

It’s amazing how fragile LSP Python (via PiPy) is. This morning I had to fix yet another issue with conflicting version of jedi and python-language-server. Or it may just be that Python package management really sucks for some package. #python