Live data from Hacker News

WebAssembly: Mozilla Won

robert.ocallahan.org

161–170 of 375 posts

Re: WebAssembly: Mozilla Won

#161
post #3

I think this is a good thing. It probably prevented a new DirectX style dark age of the web. Probably! I don't pretend to be able predict what path companies would have went in the next few years. It's really good to see that there is a will to agree and that there is more than one player. Could always be more, also for keeping standards sane. (WebSQL officially failed because there isn't more variety)

>It probably prevented a new DirectX style dark age of the web. DirectX was hardly a dark age, DX8 and onwards was a step ahead of GL.

As already was pointed out. I meant to write ActiveX, not DirectX.

I don't actually know too much about graphics programming. Stupid mistake from my side. Sorry!

Re: WebAssembly: Mozilla Won

#162
post #78

Earlier quoted context omitted.

Even if thousands of developers from HN switch, that would hardly move the needle. Ordinary users just won't care about any of this. Servo, which I think is the most important software project in the world, is where it will start to change. That's when those of us who may not be directly contributing code into Servo need to come out and do our thing. I still fondly remember the NYT ad and the crop circle. We should d…

> Even if thousands of developers from HN switch, that would hardly move the needle. Ordinary users just won't care about any of this. Thousands of developers from HN make websites . If they switch to Firefox, at the very least, the websites they make will support Firefox. This won't necessarily make Mozilla commercially viable, but if people are really that concerned about it, they can donate to the Mozilla Foundati…

that's purely a business decision.

Re: WebAssembly: Mozilla Won

#163

Earlier quoted context omitted.

What is Servo bringing to the table that will, in your opinion, make Firefox the browser of choice again? I'm asking genuinely here. Is Servo expected to be have a much better performance?

It heavily makes heavy use of parallelism and the GPU which increases the responsiveness. It's also uses Rust as a programming language instead of C++ which will prevent a whole category of bugs like buffer overflows and use after free.

Are these category of bugs a constant problem in FF?

Re: WebAssembly: Mozilla Won

#164

Earlier quoted context omitted.

I use FF, although Mozilla focuses on thousand of other things instead of making FF a great browser. As a developer I'm annoyed every time I enter "com.scala.List" in the address bar and FF does not use google to search but thinks this is an url. No, "List" is not a TLD and no that website does not exist.

I feel exactly the other way about Chrome; whenever I need to type in a test site URL, it thinks it's a search query, and I need to go back and stick http:// in front.

FYI You can just add / at the end for the same effect

Re: WebAssembly: Mozilla Won

#165

Earlier quoted context omitted.

I use FF, although Mozilla focuses on thousand of other things instead of making FF a great browser. As a developer I'm annoyed every time I enter "com.scala.List" in the address bar and FF does not use google to search but thinks this is an url. No, "List" is not a TLD and no that website does not exist.

Try "g com.scala.List" instead. It's not that much inconvenience.

[deleted]

Re: WebAssembly: Mozilla Won

#166
post #162

Earlier quoted context omitted.

> Even if thousands of developers from HN switch, that would hardly move the needle. Ordinary users just won't care about any of this. Thousands of developers from HN make websites . If they switch to Firefox, at the very least, the websites they make will support Firefox. This won't necessarily make Mozilla commercially viable, but if people are really that concerned about it, they can donate to the Mozilla Foundati…

that's purely a business decision.

Our business decision is that Firefox needs to be supported as well. The fact that most of the developers use Chrome as their daily driver, however, results in a lot of bugs being seen and caught early (or at all) there.

Re: WebAssembly: Mozilla Won

#167

It's worth pointing out that Mozilla can only continue to put pressure on Google and fight for the open web if people continue to use Firefox and support them. Consider switching to Firefox even if you prefer Chrome. Report websites that don't support FF. We are all better off for the existence of Mozilla, and strong viable competition to Chrome and IE.

Report to what?

Re: WebAssembly: Mozilla Won

#168

It's worth pointing out that Mozilla can only continue to put pressure on Google and fight for the open web if people continue to use Firefox and support them. Consider switching to Firefox even if you prefer Chrome. Report websites that don't support FF. We are all better off for the existence of Mozilla, and strong viable competition to Chrome and IE.

[deleted]

Re: WebAssembly: Mozilla Won

#169
post #141

Earlier quoted context omitted.

Whoa. Internet Exploder was constantly evolving and multi-platform. Did you forget IE ran on PPC Macs, X86 Macs, Windows, and CP/M? IE updated... just slower than Netscape.

IE ran on... CP/M ? What CP/M are you talking about?

They probably meant Windows CE or Pocket PC (P/PC)

Re: WebAssembly: Mozilla Won

#170
post #163

Earlier quoted context omitted.

It heavily makes heavy use of parallelism and the GPU which increases the responsiveness. It's also uses Rust as a programming language instead of C++ which will prevent a whole category of bugs like buffer overflows and use after free.

Are these category of bugs a constant problem in FF?

Some of these bugs could've been prevented with Rust: https://www.mozilla.org/en-US/security/advisories/mfsa2017-0...
Post reply on HN