Recent Posts

Python - object has no attribute LDAP

less than 1 minute read

Pulled my hair out over the following Python error while working with the LDAP package: Traceback (most recent call last): File "/home/alex/source/ldap-aut...

Nintendo Switch error - 2259-7007

less than 1 minute read

Got the error 2259-7007 while trying to factory reset a Nintendo Switch. Turns out that (for me at least) plugging it in to a power supply got past it.

git error - RPC failed

less than 1 minute read

I had this recently during an HTTP git clone : error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. It turns...

NeoVim - Tidy YAML on save

less than 1 minute read

I like my YAML files to be tidied and sorted (see Tidying YAML). What would be great is if your editor, currently NeoVim for me, would do this automatically ...