Strict HTML, CSS and JavaScript parsing. One single error => Site won't be displayed. These lazy web devs need some more discipline!
Ask HN: What feature would you want the web to “force” next, after HTTPS?
81–90 of 279 posts
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#82Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#83- Make client-side certificate authentication mainstream. Fix the UI, UX - Standardize on some sort of biometric identification that actually works. I HATE two-factor :(
2. Is biometric really necessary? U2F tokens already exist and are standardized (maybe not officially, I'm not sure). Chrome and Opera already support it, Mozilla's support must be coming soon (meanwhile you can use an add-on).
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#84A move to federated identity, with a standardized API, and integration with the browsers, would fix all these issues. You could easily use a federated identity provider with support for 2FA, and ALL your accounts would immediately work with 2FA.
And, with federated identity, you can also run your own, if you don’t trust Google or Facebook login.
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#85Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#86Strict HTML, CSS and JavaScript parsing. One single error => Site won't be displayed. These lazy web devs need some more discipline!
I agree with this, but feel like there might be issues I'm not thinking of. Can anyone shed some light on why browsers are so tolerant today and why that might be a good thing?
Since JS used to be "sugar on top", it wouldn't make sense to completely eliminate the page when that piece of code which makes a logo flash doesn't work right.
Also, you can have JS errors coming from loads of places. What if an extension you use has a bug in it that triggers only on certain sites because of some stupid unicode issue? What if some ad has an issue like that?
And basically, it really boils down to: we all ship buggy fucking software. Everything has some kind of a threshold for errors (or errors that blow up only under certain conditions). It's good to have some built-in fault-tolerance that prevents an all-out disaster.
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#87Strict HTML, CSS and JavaScript parsing. One single error => Site won't be displayed. These lazy web devs need some more discipline!
I agree with this, but feel like there might be issues I'm not thinking of. Can anyone shed some light on why browsers are so tolerant today and why that might be a good thing?
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#88- A protocol for sites to get my public PGP key for server side use - The discontinuation of using SSL certificates for verification of website identities and a move to true fingerprinting ala SSH. - Deprecation of email or rather its insecurity. - Logins on websites with a public / private keypair ala SSH. - A resurgence in sites that let me pick my own anonymous username instead of Facebook, Google or Twitter login…