Messaggi di Rogue Scholar

language
Pubblicato in Martin Paul Eve

If you can’t login using the Lastpass CLI tool and it just says “unknown” when you enter your password, there’s a simple fix. Go to My Vault -> Account Settings. In there, press “Show Advanced Settings”. Then set “Password Iterations” to 100100 and follow the procedure. After that, the CLI tool will work again! Lastpass CLI can't login using master password was originally published by Martin Paul Eve at Martin Paul Eve on July 28, 2022.

Pubblicato in Martin Paul Eve

My backup application, django-caretaker, has to reload the SQLite database after it has run the import procedure. Basically, we’re using an external tool to recreate (delete and replace) the original SQL file on disk. But Django won’t always reload this. There are three “gotchas” for how to handle this. The first is that you need a reload function.

Pubblicato in Technology and language

You may be familiar with the International Phonetic Alphabet, the global standard for representing speech sounds, ideally independent of the way those speech sounds may be represented in a writing system. Did you know that sign languages have similar standards for representing hand and body gestures? Unfortunately, we haven’t settled on a single notation system for sign languages the way linguists have mostly chosen the IPA for speech.

Pubblicato in Martin Paul Eve

Last weekend I converted my website hosting to an infrastructure-as-code solution. It’s no big deal, I thought. It’s just a static site so it must be really easy to provision this. Surely just some kind of AWS S3 bucket associated with a custom domain? I mean, generated static sites are great. They are fast, lightweight, and virtually un-hackable. Surely it must be easy to deploy this?

Pubblicato in Martin Paul Eve

Evusheld is a combination of two long-acting antibodies (tixagevimab and cilgavimab). It’s a drug designed to protect clinically vulnerable people against Covid in cases where vaccines don’t work. A good example is people who have been on the chemotherapy drug Rituximab, which causes much worse Covid outcomes and also reduces vaccine efficacy. Another example is people with primary or secondary immunodeficiency.

Pubblicato in Martin Paul Eve

I had a setup of deluge running on a remote box as a daemon. I had verified the credentials were all OK, the port forwarding was setup, the daemon was running and listening. But I couldn’t connect remotely. CHECK THE VERSION OF DELUGED THAT YOU ARE RUNNING! If you are running deluged 1.3.x and trying to connect with deluge 2.x, it will report that the remote server is not running.