Comment by g947o

17 hours ago

> Firefox was not selected at random. It was chosen because it is a widely deployed and deeply scrutinized open source project — an ideal proving ground for a new class of defensive tools.

What I was thinking was, "Chromium team is definitely not going to collaborate with us because they have Gemini, while Safari belongs to a company that operates in a notoriously secretive way when it comes to product development."

I would have started with Firefox, too. It is every bit as complex at Chromium, but as a project it has far fewer resources.

its just a different attack surface for safari they would need to blackbox attack the browser which is much harder than what they did her

  • What? The js engine in Safari is open source, they can put Claude to work on it any time they want.

    • Here's a rough break down, formatted best I can for HN:

        Safari (closed source)
         ├─ UI / tabs / preferences
         ├─ macOS / iOS integration
         └─ WebKit framework (open source) ~60%
              ├─ WebCore (HTML/CSS/DOM)
              ├─ JavaScriptCore (JS engine)
              └─ Web Inspector

    • Apple is not the kind of company that typically does these things, even if the entire Safari is open source.