TIL: =+ doesn't throw an error
Mistyping =+
instead of +=
can lead to some sneaky bugs
Mistyping =+
instead of +=
can lead to some sneaky bugs
A collection of the things that caught me offguard while using uv.
A while ago I switched from Virtualbox to Qemu for virtual machines management. Here are my notes on how to set it up and all the gotchas I stumbled upon while doing it.
How to set up keybindings and make media keys work in Xmonad
The first of a series of articles about exploring xmonad and trying to wrap my head around Haskell.
If you use pyenv local
, Pyright will not automatically pick up the correct virtualenv. Here's an explanation of why it happens and how to work around it.
It turns out I have been using it wrong for all this time!
Goodbye .vimrc
, hello lua.init
!
I decided that in 2022 I would learn Vim, here's how it went.
How to manage multiple Git identities on the same machine