this post was submitted on 25 Jan 2025
1509 points (100.0% liked)

Programmer Humor

21875 readers
268 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 month ago* (last edited 1 month ago) (4 children)

That's not necessarily true. Circa 2016–17 I frequented a website that worked in Chrome but not Firefox. This was due to Firefox at the time not implementing web standards that Chrome did. Firefox only got around to it in 2019. So naturally, the developer of the site was telling people to use Chrome.

[–] [email protected] 94 points 1 month ago (1 children)

I don't know the history of column span but the reason Firefox was "behind" on standards was because Google was pushing new standards through committee faster than competing browsers could keep up. Google would implement a new feature, offer it as a free standard, then get it through the committee. Because Google already had it in their browser, they were already compliant while Firefox had to scramble.

It was Google doing their variation of "embrace, extend, extinguish"

It got so bad that not even Microsoft had the resources to keep up. They said as much when they said they were adopting Chromium as their engine.

[–] [email protected] 8 points 1 month ago (1 children)

Google was actually later to implement this particular standard than Edge and Safari, at least according to MDN. And I believe this was before Chredge.

[–] [email protected] 6 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago

Yeah it's a very fun name, isn't it?

[–] [email protected] 25 points 1 month ago (2 children)

I'm gonna be honest, if they used a feature that wasn't ready for prime time, it's still on them.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Totally agree. It's not the fault of Firefox at all. This is just being trigger-happy on new standards before they are ready and unwillingness to fix a problem in a different way.

[–] [email protected] 2 points 1 month ago (1 children)

It got added because it worked extremely well on browsers that implemented it, and it solved a problem that was needed on the site in question, which was very difficult to solve otherwise. I can't blame a site for using an open standard that works for a majority of its users and which makes the development effort significantly less.

[–] [email protected] 1 points 1 month ago

You don't change standards to fix bad code

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

This was due to Firefox at the time not implementing web standards that Chrome did.

Uhm, yeah, that's what browsers do. There are somewhere about 150 web standards and some are hard requirement while others are soft. Blink has some implemented that Webkit hasn't but Gecko has and that's true for all three. Same for browsers.

Btw, the one with the most implemented standards is QtWebkit by far. It's still slower tho.

[–] [email protected] 6 points 1 month ago (2 children)

Yeah? I'm not saying there's anything wrong with that. I'm saying it's bullshit to say a developer has done a crap job when one browser doesn't implement a web standard that is perfect tailor-made for their site's use case.

[–] [email protected] 6 points 1 month ago

Still a bad job tho, if his implementation requires things that aren't common and has no workarounds in place.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

If your job is to make websites and you make sites that don’t work on a browser that has over 100 million users you’re not doing your job.

[–] [email protected] 3 points 1 month ago

If only one browser runs it, it's not a standard