Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would've thought this was obvious. Google didn't just pay $300 to stop Firefox from using Bing, although I'm sure that played a big role, too, but I believe the reason Mozilla got $300 million was because they knew how to negotiate the price up. I don't think Mozilla really wanted to change to Bing.

Also, Google is a lot better off having an ally in Mozilla. Not so much because they don't want Bing to get a lot of users, but because together with Mozilla they have over 50% of the browser market share, and since the whole total of that market share includes very modern browser versions(Chrome always on latest version, Firefox not too far behind with the old ones), Google and Mozilla can pretty much dictate where the web is going now. I wouldn't be surprised if for those $300 million they also got Mozilla to accept using Native Client in Firefox later on. I think this part of the partnership matters more than just stopping Bing from becoming the default search on Firefox.



Mozilla's decisions on what technologies to support and what to oppose are not influenced by our business arrangements.


Not officially, no, but I'm sure if google goes to mozilla and says, "hey, we think you guys should support technology X, it's really great" I'm sure you'd listen and probably get a good nudge from the higher ups that, "hey maybe we should listen to those google people".


We might prioritize things based on input from Google (we tend to listen to things Google's web properties have to say since they run some of the biggest websites on the planet). This is usually a collaboration between the technical folks at both organizations to drive things that are best for the web.

We're not going to implement things that we think are bad for the web just because Google says so. You can look around to see what Brendan Eich (CTO of Mozilla, a higher up by any definition) has to say about Dart and NaCl. Google's money doesn't buy our cooperation on these kinds of issues (and it's worth noting that we work with plenty of people who aren't paying us money, such as Facebook, the same way that we work with Google).


Think about who the higher ups at Mozilla are. Brendan Eich is CTO, for instance, and you can see exactly what he thinks about supporting NaCl right now if you look at his recent posts :)


I suggest you read any of the w3c/whatwg mailing lists where Mozilla and Google folk discuss issues.

I don't think you can accuse Mozilla of caving in to Google demands at all :)

Which, while annoying for you if you happen to want to push one of those things, is a fantastic thing for the Web. We all simply want to build a better web - and out of the disagreements, we get clarity how to do that.


You mean just like happened with WebSQL and Google's attempts to push back on the Do Not Track header?


That notion could not be more wrong.


> I wouldn't be surprised if for those $300 million they also got Mozilla to accept using Native Client in Firefox later on.

If you're suggesting that Mozilla would do something bad for the web for money, then I think you couldn't be more wrong. Mozilla is a nonprofit exactly for this reason.

(Worth noting that the for-profit Opera opposes Native Client too - it isn't just nonprofits that have values.)


Is that sarcasm? Native client is one of the best things that will ever happen to the web since jQuery made it possible to write cross-browser javascript.

Imagine how much easier it will be in the future when ever very intensive programs can be written, and run, on the web.


Native Client only works on x86 and x86_64. You can't run Native Client content on your ARM phone or your PowerPC game console. That is very bad for the web, the whole idea of which is that you can access it from anywhere, using anything.

There is some work to try to make it portable, but it is unclear how it will end up (how portable, how fast, how secure, etc.).

Partly because of this, NaCl is not standardized or even a proposed standard, which is another problem for the web.

I do admire the NaCl technology though - it's very neat. Although it's bad for the web, it is good for lots of other things.


"Native Client only works on x86 and x86_64. You can't run Native Client content on your ARM phone"

Not true: http://www.chromium.org/nativeclient/reference/arm-overview


The point is that Native Client binaries are arch-specific. You only get the archs that you build for: If someone puts up a NaCl site with only x86, it won't work anywhere else. This is a horrible thing for the web.

Yes, you can build for more than one arch. But if you have x86 and x86_64, you are missing ARM. If you add ARM, you are missing PowerPC (consoles) and MIPS (some phones). If you add those, you are still missing new archs that will be invented later.

For this reason Google is working on PNaCl - but it has other issues.


You need to make it work for it. It's not a very good analogy because parts are portable, but good enough for me: I can recompile my C program for arm. Doesn't make the x86 binary run.


I agree that NaCl isn't the road forward, but I definitely don't agree that support for it is an indicator of good values.

In your original comment, were you referring to the fact that Opera also runs on money from deals with search providers, yet doesn't support proposals from them if they disagree?


Opera is funded by search deals, but I think I read that they make most of their money from carriers in return for installing Opera Mobile on phones. Not 100% sure though.

In any case, Opera has always been one of the biggest supporters of the open web, through working on standards, opposing things that are bad for the web, etc.


That future is better known as client/server, and it's a huge step backwards. There was only one client that worked at all, it was terrible, and you couldn't fix it. No, every time an author imposes fixed client behavior rather than writing publically addressible content which can be rendered and repurposed in many ways, the world-wide web dies a little more.


I seem to be somewhat dense today, do you mind explaining to me what harm will come if the next IDE to a language I use is implemented in native client and runs in a browser and wouldn't come if it was written in java and ran on my desktop? (and therefore was only available when my laptop was, etc) or for that matter the photoshop or some computer game.


My concern is for content increasingly being siloed within an app that only permits its use in ways encouraged by the author. An IDE is a decent counter-example, since nothing like it would have been feasible before js apps began displacing the web. But it's more and more unlikely that any app other than that IDE will be able to access your source code, simply because it's easier not to bother supporting a stable and documented API when the maintainer's favored client can be revved at a moment's notice.


"fixed client behavior"

What _isn't_ fixed client behavior on the web? Browsers don't just interpret HTML any which way that they want to.


Native client would lock the web into particular hardware platforms.

So it is in fact one of the worst things that could happen to the web.


How would NaCl lock the web into a particular hardware platform?

NaCl run on x86-32, ARM and x86-64.


Yes. Which means it does NOT run on PPC, or MIPS, or IA-32, or Sparc. Note that there are modern-ish web browsers available for at least PPC, MIPS, and Sparc.

More importantly, content using NaCl would not run on any new hardware platforms that might appear.

So if the web were to use NaCl to an appreciable extent, new platforms would be unable to get any traction in any context that relied on the web. We'd be stuck with ARM or X86 forever for any mobile devices we might have.

Maybe you think that's ok; I think that's a terrible idea; an attitude like that toward the web in the late 1990s would have meant that ARM phones that appeared in the late 2000s would not have been able to browse the web!

(Also, note that I said "hardware _platforms_", not what you asked above.)


PPC, MIPS, and Sparc are dead platforms anyway. X86 and ARM is where its currently at, like it or not. So it does make sense to target these platforms first. I don't buy that this is a step backwards. Rather, it is a step in the right direction: So we can run other languages in the browsers, at full speed - untangling the web from Javascript. It is about time.


> PPC, MIPS, and Sparc are dead platforms anyway

You say that because you're not the one actually using hardware built on those chips. And presumably you don't care whether people who _are_ can use the web. But some other people do care.

> X86 and ARM is where its currently at

Key word being "currently". That's fine, but we don't want to make the web _require_ this.

> So it does make sense to target these platforms first.

Sure, but with NaCl you _can't_ target other ones later. You'd have to recompile the code server-side to add any other platforms. This isn't the case with JavaScript, say, where all a new platform would have to do is write a jit for itself and existing content would just work.

PNaCl, if they ever get it working, might not have this particular problem, by the way. If that ever gets off the ground, I'd be happy to revisit this discussion.

> So we can run other languages in the browsers, at full > speed

And forever lock all computing in the world into the ARM and x86 architectures. No thanks.

Or are you talking about software that you only want to run this month and will never want to run again?


"I don't buy that this is a step backwards."

Moving from a hardware independent web to one where a full experience would be limited to a few "where its currently at" hardware platforms isn't a step backwards? Heck, while you're at it, why don't we just specify an iOS, Android, and Windows web only?

You're also, by the way, talking about the decline if not the death of a view-source web, a semantic web, and a hypermedia focused web, and probably some other things I'm missing.

By all means, feel free to write native client-server apps for any reason that pleases you, whether it's that you don't like JavaScript as a language or are working on something that truly demands native speed. Just don't advocate destroying the features that have made the web successful.


> 86 and ARM is where its currently at, like it or not.

The important word is currently. As the GP said, 10 years ago "archs where its currently at" would not include ARM, and the ARM success on phones and tablets would have been impossible, because they wouldn't have been able to run the web, if the web used Native Client!

10 years from now, we could have entirely new architectures, and if we lock the web into the currently popular ones, we might miss out on those.


s/300 ^[million]/300M

I think...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: