Exactly.
Exactly.
Ultimately I’m pro passkey but when it comes to password managers: if the hash of your vault is easy to crack you’ve fucked up big time. There shouldn’t be any way to crack that key with current tech before the sun explodes because you should be using a high entropy passphrase.
Never forget that technologically speaking you’re nothing like the average user. Only 1 in 3 users use password managers. Most people just remember 1 password and use it everywhere (or some other similarly weak setup).
Not remembering passwords is a huge boon for most users, and passkeys are a very simple and secure way of handling it.
Passkeys are an ancient authentication setup, have always been better than passwords and are finally getting traction.
You can share passwords without the server seeing them. Many managers don’t but there’s nothing infeasible there. You just have a password to unlock the manager. Done.
See also: model collapse
(Which is more or less just regression towards the mean with more steps)
Works fine on browser - seems like a Jerboa issue
Damn that’s wild reading this from an app
That’s less an endorsement of PWAs and more a condemnation of how garbage the native app always was.
Doesn’t blind require you to validate via corporate email yearly or something?
Edit: cause some jackass is implying I’m a bot - I should have joined a union and a union would’ve protected me from the mass layoff in '23 but that doesn’t change that while there I never thought about needing a union because it was such a nice place otherwise.
As someone who previously worked at Google - they didn’t have any antiunion propaganda.
They just, like, paid well, had top tier benefits, great perks, and had a good work life balance.
The battery life is definitely worse because of it but it doesn’t bother me much
Note: the latest pixel fold is about the same size and weight as the pixel 9 pro.
It’s actually kinda incredible that it is that light and thin while folding.
3.4bn is their gross - we have no idea what their operating costs are since they refuse to share them.
Some estimates say they’re burning 8 billion a year.
The latest releases ChatGPT 4o costs $600/hr per instance to run based on the discussion I could find about it.
If OpenAI is running 1k of those models to service the demand (they’re certainly running more since queries can take 30+ seconds) then that’s 200M/yr just keeping the lights on.
Oh I’m 1000% in agreement with you. I think Copilot for programming is more expensive than it’s worth right now, both for my employer and for Microsoft.
OpenAI et al have done nothing to address the fundamental issue of hallucinations. In code hallucinations are pretty quickly evident: your IDE immediately throws up error highlights whenever the code complete fucks up.
The latest open AI model is to chain together a computational centipede to try and create reasoning structures out of stochastic processes. It takes longer and still doesn’t fix the issues. In their own demo video there are clear bugs with the “code” their 4o model writes.
Ish.
You’ll have assertions that are entirely new or different, other pieces of setup or teardown. It really is one of the best use cases for GH’s Copilot that I’ve run across.
In my day to day the intellij autocomplete is what I prefer.
Yeah my usage of it is similarly limited. But the plagiarism engine is more useful than it is annoying in my experience. Especially in writing kdoc or unit test variations. Write one, write the name of the next, have autocomplete fill it out with the expected conditional variation
The plagiarism engine effect is exactly what you need for a good programming tool. Most problems you’re ever going to encounter are solved and GenAI becomes a very complex code autocomplete.
An LLM constructed only out of open source data could do an excellent job as a tool in this capacity. No theft required.
For writing prose it’s absolutely trash, and everyone using it for that purpose should feel ashamed.
Zoom ai transcriptions also make things up.
That’s the point. They’re hallucination engines. They pattern match and fill holes by design. It doesn’t matter if the match isn’t perfect, it will patch it over with nonsense instead.