Profiling Vim
How to figure out what's slowing your Neovim down
How to figure out what's slowing your Neovim down
Some reflections from playing AoC for the first time.
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.
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.
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
The order pytest-django uses for determining which settings file should be used for running tests might not be the most optimal when using environment variables. However, it is still possible to override it so that it picks up the correct file without recurring to extra typing.
After reading that it might be possible to use virtualenvwrapper with pyvenv, I decided to fire up a couple of virtual machines and to find it out.