It does not. The fingerprint always only unlocks the device’s HSM (“secure enclave” in Apple speak).
Between your devices enrolled in the ecosystem, private keys are synced securely (AFAIK, they make it so that an existing device’s HSM encrypts keys using the pubkey of the new one’s HSM); for signing up using your device on someone else’s computer there’s a process that combines QR codes with Bluetooth communication.
Note that you pretty much can’t store them with Google or Apple; smartphone biometric sensors operate the on-device HSM, not something remote.
IIUC Apple syncs them using the most secure way they can, i.e. when you enroll a new device to your account the existing device, the existing device’s HSM encrypts keys using the pubkey of the new one’s HSM; and for recovery from being left with 0 Apple devices there might be (?) an escrow option that’s optional (?)
Air travel is quite polluting, of course I would expect such companies to have a PR budget focused on that kind of thing…
The fact that it’s thin and fading outwards makes it looks more like one of the crosshair options in FPS games
There’s no need to access the full file system to download to wherever the user wants. In fact the user might not want to use the local file system, but instead a “cloud” storage provider app!
The Storage Access Framework is built precisely for this.
Something that we down south (Argentina) are privileged enough to only see in historical documentaries… big oof.
Fuerza hermanxs 💪
My next web stack: chota.css, verga.js, poronga.html & pija.php :D
Hair removal is hair removal, there’s no need for “trans services”. You’re not obligated to out yourself to the professionals.
One bit of laser advice: do ask the person doing it to use more power!
Look for used ThinkPads with Ryzen, I bought an L14g2 (5850U+16GB) for about 600 USD and it’s just amazing value
Dang, quite the big name to come to blahaj! Niceeeee :3
Huh. Thanks. I don’t think I’ve had this problem with all kbin instances…
Oh cool… mm, do we have a GNOME forum on this here threadiverse?
Huh, right now it just went down indeed lmao, but all the times I’ve been trying I could open https://fedia.io/m/firefox just fine
I’ve been doing that search many times over the last week! It’s just not connecting to that instance… Could you please check the logs?
That refcount++ and refcount-- needs to be synchronized between threads
Only for things that you specifically want shared between threads – namely this (synchronized refcount) is an std::sync::Arc
. What you want to share really depends on the app; in database-backed web services it’s quite common to have pretty much zero state shared across threads. Multithreaded environment doesn’t imply sharing!
Moved most of my stuff there a while ago, has been pretty great.