HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Cldfire

no profile record

Submissions

How we used esbuild to reduce our browser extension build times by 90%

blog.1password.com
3 points·by Cldfire·2 anni fa·1 comments

How to Manage Passkey Authentication for a Nintendo Account

en-americas-support.nintendo.com
2 points·by Cldfire·3 anni fa·0 comments

When setTimeout is a blocking call after all

cldfire.dev
2 points·by Cldfire·3 anni fa·0 comments

comments

Cldfire
·10 mesi fa·discuss
Love these. This quote stuck out to me:

> It follows, I think, that the luckier you’ve been, the more humility and generous spiritedness you need, and the unluckier you’ve been, the more compassion for yourself you need, and unfair as it may seem, the more you need irrepressible resolve.
Cldfire
·2 anni fa·discuss
Hey folks! I worked on speeding up our web extension build system and wrote this blog post afterwards.

Happy to answer any questions!
Cldfire
·5 anni fa·discuss
> One example is how almost every password manager including the built-in one in most browsers will assume that if there's a type="password" field, then the previous sibling field must be the username. Sometimes they'll even pick a field far away in the DOM like your chatbox input to autofill with the username.

Note that this behavior is defined as part of the `autocomplete` standard. https://html.spec.whatwg.org/multipage/form-control-infrastr...

> an input element whose type attribute is in the Text state that is followed by an input element whose type attribute is in the Password state

> New autofill field name: "username"

The intent isn't to pick a field far away in the DOM, though, so any autofill implementation doing that isn't being restrictive enough.
Cldfire
·6 anni fa·discuss
I've been a very happy user of Actual for almost two years now; kudos to jlongster for the fantastic product and wonderful support!