HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eep_social

no profile record

Submissions

Slow moving UX disaster: Passkeys are now required

9 points·by eep_social·8 ay önce·3 comments

comments

eep_social
·16 gün önce·discuss
Interop standards for this like Open19 are not widely deployed and without interoperability it’s a dead end since you need the hosting provider to give you the drop to your rack or cage. Hyperscalers I don’t know, but I’d guess they don’t deploy rack density that calls for liquid cooling yet.
eep_social
·geçen ay·discuss
What you said is not what the linked video says, so at best this is terrible advice piling onto terrible advice.
eep_social
·2 ay önce·discuss
Phone numbers have become the unique identifier used to build profiles of people and the providers can still claim “security” when they change it to pursue that revenue stream.
eep_social
·2 ay önce·discuss
“great UI” and “burned to death because the door handle wasn’t” is a bold juxtaposition
eep_social
·2 ay önce·discuss
My understanding is that as people age their skin stays drier and causes this issue.

The parent post is a chef’s-kiss-perfect illustration of the problem with modern tech.
eep_social
·2 ay önce·discuss
which is why you went with Delta and not Nocturna I would think? Deltas are fine in an otherwise noisy environment but they’re misery in say a bedroom at night.
eep_social
·2 ay önce·discuss
I have also flown out of that airport. The early flights maximize viable onward connections but the logistics are a real pain.
eep_social
·3 ay önce·discuss
He’s a hack, now you know.
eep_social
·3 ay önce·discuss
If you tap into the address bar, start typing your search, type enough for it to be specific enough that autosuggest crap clears, and “On this page” appears. Wildly undiscoverable in practice.
eep_social
·3 ay önce·discuss
In a similar vein, I remember encountering a site where the frontend enforced basic complexity requirements ala “use at least one number and one symbol” but the system would silently drop all non-alphanumerics when it saved (presumably in some kind of failed conversion on the way into the backend DB). So setting a password like “foo_bar4!” would become “foobar4” which was surprising. What blew my mind though was when I figured out the stripped password worked to log in, which was how I eventually figured out what was happening, escaped the reset flow, and generated a compliant password.
eep_social
·3 ay önce·discuss
Unlike equity options, commodity future options are typically written with european style exercise rules.
eep_social
·3 ay önce·discuss
based on my experience, I suspect the latter

similar, user-hostile behaviors I have found include:

- wifi network passwords are persisted through a system wipe and reinstall in recovery mode - a phone home is required by an activation step during installation - bluetooth is always re-enabled after an upgrade
eep_social
·3 ay önce·discuss
US dollars or equivalents mostly, money market funds, treasuries, sgov, etc
eep_social
·4 ay önce·discuss
as an american I might call those “local ordinance” when they come from a smaller rulemaker like a town
eep_social
·5 ay önce·discuss
edit: op also has this, disregard

hugged but someone caught it: https://archive.is/VrEtg
eep_social
·6 ay önce·discuss
A company I worked for used start date anniversaries rather than birthday for a variety of reasons.
eep_social
·6 ay önce·discuss
> bottom management

“line management” is the term I am familiar with
eep_social
·7 ay önce·discuss
in high scale stateless app services this approach is typically used to lower tail latency. two identical service instances will be sent the same request and whichever one returns faster “wins” which protects you from a bad instance or even one which happens to be heavily loaded.
eep_social
·7 ay önce·discuss
surely gp was referring to HD ;)
eep_social
·7 ay önce·discuss
I wasn’t in C++ style land but my recollection is that distilled experience would be backed up by extensive mailing list discussions. in case of contention the discussion might extend into case studies or other quantitative techniques atop google3. It’s difficult for me personally to describe the impact (outsized)of a super-resourced monorepo for this kind of thing. also as gp mentioned, it was sometimes possible to automate changes to comply with updated guidelines.