Ah, yes, the web: Infinitely cross platform and portable, except "this website will only work if you run the js with this specific js interpreter, and also we dont know how to do css so we used very platform specific css, and also our html is not complaint but Chrome doesn't care, and also... but its cross platform. Its the web, it runs anywhere!"
This isn’t a very scathing point when it comes to hobby projects where someone has limited time to test in multiple configurations, so they recommend the one they use when they developed it.
They chose to publicize their hobby project and put it in front of a bunch of people it doesn't work for, they can expect criticism from people doesn't work for.
Yeah, exactly. They're not being assholes they're making minor suggestions. They requesting minor wording changes and how the thing says it doesn't work outside a chrome. If people aren't allowed to say that then people just aren't really allowed to say anything.
I would rather everything people make that runs in a browser work in every browser but I get that there have to be limits and that I'm not entitled to someone else's labor.
They didn’t publicize it, someone else posted it. They didn’t even know about it until they got a notification from Vercel from all the traffic. Check out the creator’s top level comment. It was just a hackathon project that got some unexpected attention.
But who is to blame? I, the one who has amount x of time and wants to reach the maximum amount of people? Or the browser vendors for just doing the bare minimum to be compatible with each other but nothing more. The browser vendors do have a lot more manpower (and money) than me…
Firefox is the libre alternative struggling to compete with the Google behemoth which adds things to its browser even faster than they appear in the standard. Safari is the underfunded child of a corporation as wealthy as Google. It is mainly the first that motivates web developer solidarity.
Firefox isn't really making enough in donations to maintain a major piece of web infrastructure. So it gets search revenue from Google, which people complain about (and may not be long term sustainable). So they go make other paid for things looking for revenue, which people complain about.
If the user donations aren’t enough, surely their main revenue source—the 100s of millions of dollars they get from Google—is? Or do they need billions just to maintain a competent browser?
How difficult is it to test your site on the 3 major browser engines? I have done some web development before and when I'm on linux, I just test my site with chromium, firefox, and epiphany.
I think the onus is on the developer to use standards that are well supported and to try to avoid standards like webUSB that are niche. To use semantic HTML and such so that the website fails in a more useful way to the end user when the standards aren't supported.
> How difficult is it to test your site on the 3 major browser engines?
Given that one of those 3 requires sending thousands of dollars a year to Apple, I'd say "very".
Also, given that Google is a monopoly, I do place the onus on them to at minimum warn developers that they are deviating from well supported standards.
I read this as "I had time to test it in Chrome so I can confirm it works in Chrome, but I don't have time or money to test on other browsers so I haven't specifically recommended those." Sounds totally reasonable.