HackerTrans
TopNewTrendsCommentsPastAskShowJobs

echeese

no profile record

comments

echeese
·29 дней назад·discuss
Would have been cool to include an animated example.
echeese
·10 месяцев назад·discuss
I assume they're going to use it on Apple.com, the same way that they were using backdrop-filter to simulate the frosted glass on earlier iOSes
echeese
·в прошлом году·discuss
The emoji is gone but the content is still there.
echeese
·в прошлом году·discuss
Considering my iPhone alarm still sometimes fails to go off (it just shows the alarm screen silently), I'd be inclined to believe you.
echeese
·2 года назад·discuss
In Chrome Devtools, in the bottom panel, you can select WebAuthn, click Enable virtual authenticator environment, and create all the test passkeys you desire.
echeese
·3 года назад·discuss
I used to use Pixel Bender before I could write stuff in Stage3D instead. Neat stuff!
echeese
·3 года назад·discuss
No examples?
echeese
·3 года назад·discuss
You can add passkeys for each device (e.g. Windows Hello) or use cloud-synced keys (iCloud, Google, 1Password, probably more)
echeese
·3 года назад·discuss
Something you have: Your phone

Something you know: Your pin

Something you are: Your FaceID/Fingerprint
echeese
·3 года назад·discuss
It means sum, so 55555 would work
echeese
·3 года назад·discuss
Elo isn't an acronym/initialism.
echeese
·3 года назад·discuss
Because DOM access would have bloated the MVP, and you _can_ access the DOM through JS.
echeese
·3 года назад·discuss
my mistake
echeese
·3 года назад·discuss
Joystick movement personally never made me feel sick but it would sometimes nearly make me fall over. Turns out having your environment suddenly shift without moving can make your body react appropriately by trying to catch its balance.
echeese
·3 года назад·discuss
> I have one (1) Windows PC and one (1) iDevice. Can I get these to sync? Or do I need an Android phone for that?

Yes. In Chromium-based browsers, at least. Your browser will display a QR code which you scan with your phone. Your phone will display a list of accounts you can sign in with, you select one, authenticate, and you're logged in. Firefox support isn't here yet.
echeese
·3 года назад·discuss
TS can generate d.ts files from JS files that use JSDoc
echeese
·3 года назад·discuss
The way it works with desktop is that the browser displays a QR code, and scan it with the camera app, which allows you to register or log in.
echeese
·3 года назад·discuss
You could also try your password, I guess.
echeese
·3 года назад·discuss
It can be used on both Android and iOS. Desktop machines can display a QR code which you scan with your device. Passkeys are backed up to the cloud using E2E encryption. If you get locked out of that device, you can do the same thing as when you lose your password.
echeese
·3 года назад·discuss
Passkeys are unique per Relying Party, in this case, google.com can only access passkeys for google.com. They can't even enumerate them, all they can do is pop up a dialog and wait for the user to select one.