

Estonia fuckin nailed it


Estonia fuckin nailed it


I think that’s what the plan is for the US, or at least it’ll be the eventual result. And the expected outcome can almost be promised.
Okay perfect, just wanted to check.
Next I’d say check your venv to verify the pandoc binary is indeed there:
find $VIRTUAL_ENV -name pandoc
If it’s not there, you should be able to install it by entering a python shell from your venv and do:
import pypandoc
pypandoc.download_pandoc()
Hopefully that’s able to resolve it for ya. Venv should be at the front of your path so it should prefer bins from there.
Did you activate your virtual python env with ‘source .venv/bin/activate’? You must do that in each new shell unless you add some config to your shell profile config to have it detect the presence of a python venv.


lol you don’t necessarily need these but any IR reflective materials around or on your face is best. Most of the high resolution facial scanners on the market use some form of UR depth mapping and it screws out all up


I love my Kolari shades I picked up when they were running their kickstarter. Fantastic to use indoors and out. https://kolarivision.com/product/kolari-shades-ultra/
Oh and if you have need enough to worry about fingerprints, best to just get rid of them outright and deal with the rather short but uncomfortable recovery for your fingers to heal back over.
I think your problem is more to do with how shitty google is anymore more than the technology of passkeys. From a cryptography perspective passkeys are much more secure than simple username/password authentication as there’s no effective way to brute force or acquire through tools like key-loggers. Like another commenter said, start looking at self hosting your own services like Vaultwarden or the like and de-Google first and foremost. One other massive benefit with passkeys is the fact that they are cryptographically unique so even if an attacker acquires one, it’s only able to be used to access a single site/account.