Passkeys aren’t a full replacement in my opinion, which is what DHH gets wrong. It’s a secure, user-friendly alternative to password+MFA. If the device doesn’t have a passkey set up you revert to password+MFA.
Passkeys aren’t a full replacement in my opinion, which is what DHH gets wrong. It’s a secure, user-friendly alternative to password+MFA. If the device doesn’t have a passkey set up you revert to password+MFA.
It uses asymmetric cryptography. You sign a login request with the locally stored private key and the service verifies the signature with their stored public key. The PIN on your device is used to unlock access to the private key to sign the login request.
Not as bad from my perception. Though I’m not arguing in favour of cars. I just think mopeds are a strange mobility option to adore. Good public transportation + cycling infrastructure is much more adorable. In the Netherlands, the mopeds are a menace to the safety, quiet, and air quality in cities.
As you point out, they’re not the solution either.
Yeah I love the smell and sound of a million mopeds. Taiwan is known for its urban serenity.
“Security theatre” is what I’ve named the contact in my work phone for the call center I have to call every time I accidentally use the “one time password” more than once (because god forbid they implement proper SSO, meaning I have to do a shotgun login run every morning). When I call them all I tell them is my name and that my account is locked.They click a button and we’re back. Complete waste of time on everyone’s part.
Abstractions aren’t concrete and all of these standards you’re referring to are concrete data serialisations. You may be interested in CUE which captures this concept in its design.
You’re doing it right by avoiding as much of Gitlab’s CI features. I’ve seen versions where scripts are inlined in the YAML with expressions in random rule fields and pipeline variables thrown all over the place. And don’t get me started on their “includes” keyword, it’s awful in practice, gives me nightmares.
Then I write a Kubernetes manifest in YAML with JSON schema validation and the heart rate goes down again.
I agree. You can’t just dismiss the problem saying it’s “just data represented in vector space” and on the other hand not be able properly censor the models and require AI safety research. If you don’t know exactly what’s going on inside, you also can’t claim that copyright is not being violated.
I think that’s just the JPEG compression destroying all detail, so in that lighting now they just look like orange polygons.
I agree, though he is still a great director that makes great movies.
They grew up knowing different Willy Wonkas. With a new remake due to drop in cinemas, it seems like the next generation will too.
Failing to understand why does not make you correct by ignoring it.
Learning how to use AI tools is another meta-skill just like learning how to use a search engine such as Google. The latter is widely accepted as a must-know for software developers.
Only if you have archived data and use fitting lifecycle policies. 2TB of regular S3 would cost ~$40 which is about 4x the price of Google Drive. That’s not even accounting for the data retrieval costs.
To get rid of Shorts without any extensions, this tip works for the mobile app, I presume it works for Web too.
Click on the 3 dots by a Short and select “Not interested” or similar. Repeat this until every Short in the section is gone. Now the whole section disappears and stays this way. It hasn’t come back yet for me since I did this a few weeks ago.
Microsoft Java is a one-liner these days.
> cat program.cs Console.WriteLine("Hello, World!"); > dotnet run Hello, World!