Most active commenters
  • wobfan(3)
  • troupo(3)

←back to thread

143 points tW4r | 11 comments | | HN request time: 0s | source | bottom
Show context
perdomon ◴[] No.43206511[source]
I like projects like this since Safari is probably the biggest competitor to Chrome, but historically Apple hasn't been kind to these sorts of extensions. I hope they're able to find a way to make it work, because Safari is well-integrated into the iOS ecosystem.
replies(3): >>43206536 #>>43206620 #>>43209668 #
1. wobfan ◴[] No.43206620[source]
While everything you're saying is correct, Safari is only the biggest competitor to Chrome because Apple is going out of their way to make it hard or even impossible in the case of iOS for developers to develop well-oiled browsers for their OSes. Just wanted to add that, because I'm pissed.
replies(2): >>43206695 #>>43206807 #
2. gjsman-1000 ◴[] No.43206695[source]
No; it’s because then, the internet would go from 80% Chromium, to 95% Chromium.

Allowing alternative browser engines does not mean Firefox gets a footing. It means Chromium gets a footing even on iOS, and we start seeing Electron apps on iOS, with every app bundling their own Chromium renderer.

If Apple were forced to allow 3rd party engines on iOS, they might as well shut down WebKit. All hail Blink, the universal engine.

replies(2): >>43208925 #>>43210481 #
3. atonse ◴[] No.43206807[source]
Eh not quite. I switched off Chrome many years ago (on macOS) because it had gotten so bloated and was constantly running my fans.

I remember reading that Chrome had worked on fixing a lot of that bloat (so did FF). But Safari was a breath of fresh air in how fast it worked and didn't seem to constantly kill my battery.

Yes it has the occasional quirks. But I do like that Apple focuses more on UX than just DevEx by trying to implement everything and the kitchen sink web standards.

As others have said, we definitely need alternative browsers and browser engines.

But at the end of the day, it's just mostly WebKit (and Blink derived from it) and Firefox, so it's not like there's all that much competition.

replies(2): >>43208915 #>>43212287 #
4. troupo ◴[] No.43208915[source]
> But at the end of the day, it's just mostly WebKit (and Blink derived from it) and Firefox

Blink is a separate engine, as it has significantly diverted from WebKit.

replies(1): >>43215152 #
5. troupo ◴[] No.43208925[source]
Yeah, that's the downside. I'm all for Apple to open up their platform. But the browsers will be dead, and everything will be Chrome
replies(1): >>43212160 #
6. gamedever ◴[] No.43210481[source]
Good! because people prefer Chrome. People have to go out of their way to install it and they do.

If Safari was better then Safari would stay #1 on iOS. They shouldn't be allowed force this any more than Microsoft was allowed to force IE.

If 3rd party browsers were allowed we'd have had WebGL2 on iOS 4 years earlier. WebGPU 2 years earlier. WebXR several years earlier (Apple is only adding it now and only for Vision Pro), and many other features.

7. wobfan ◴[] No.43212160{3}[source]
I'd rather have an open platform with free choice (including the side effect of Chrome taking even more market share) instead of Apple forcing users to use their browser. I definitely dislike Chrome and you may unfortunately be right with your projection, but forcing people to use a different browser does not help the greater cause IMO.
replies(1): >>43212716 #
8. wobfan ◴[] No.43212287[source]
That's true, I'm mostly pissed about Apple locking down the iOS browser ecosystem, which is not the case on macOS. While I think Firefox and Chrome did not have a level playing field especially the release of the M1, because Apple has started optimizing Safari for their arm64 platform for example way earlier than FF/Chrome even could. Also, obviously, Safari can focus on a single OS while Chrome/Firefox has a lot more to manage here. But I mean, that's not Apples fault.

Still, while I also experienced the problems you referenced with Firefox on my M1 for months or a year, it has greatly improved and IMO is at this point on par with Safari. With the plus of being open, having a huge community and heavy customization options, and privacy. But with the minus of being ugly in comparison to Safari, I must say.

So yeah I mostly am in line with your opinion, apart from one thing:

> so it's not like there's all that much competition.

This, at least this is my opionion, is no argument. It's playing down the importance of free choice IMO. It should not be more okay to disallow alternative browsers based on the existence of alternatives. I mean, if they never allow it, there will never be any. We can just hope that at some point some competitors will rise again, maybe Firefox will get a bigger foothold, or Ladybird, or Servo, or whatever. I'm just trying to keep my hopes high here, haha.

9. troupo ◴[] No.43212716{4}[source]
I agree, I'm just sad it has come down to this
10. atonse ◴[] No.43215152{3}[source]
How significantly could it actually change? Maybe the process model, etc but I doubt most of the layout algorithms etc have changed much.
replies(1): >>43223348 #
11. solardev ◴[] No.43223348{4}[source]
Blink forked from Webkit more than a decade ago. There are tests that try to measure their compatibility, like https://wpt.fyi/results/?label=experimental&label=master&ali... (part of https://web-platform-tests.org/). They also have different JS engines these days (V8 vs JSCore).

That said, as a frontend dev, I very very rarely run into real world issues between Safari and Chrome. More often it's Firefox/Gecko that lags behind, usually in some sort of graphics optimization (SVG and canvas stuff). Also some differences in WebGL and webgpu support, but those are niche enough that it's not a big deal yet.