Memories of Mozilla at 15 and Thoughts on Mozilla Research
brendaneich.com
Memories of Mozilla at 15 and Thoughts on Mozilla Research
1–10 of 42 posts
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#2Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#3Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#4One of the slides shows a benchmark where Rust beats GCC; it would be really nice to see the code.
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#5Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#6Their transition from an open source project to an organization receiving millions from the Google search box.
The restrictions (based on security reasons) to install an extension from a site different than mozilla addons. For me this was a prequel of app stores.
Mozilla Thunderbird team had no respect for people who reported bugs: they closed important bug reports.
Lack of respect for extension developers breaking compatibility between versions and not clearly isolating extensions. I remember looking into the TabMix Plus extension and seeing ~40 IFs handling special cases with other extensions.
Lack of a good community (circa 2007) where complex questions were never answered.
I can think about more disgusting experiences...
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#7Google is chock full of programming language people, but Mozilla's work on Rust and Javascript (ES6, asm.js, sweet.js) is producing far better languages than Google has done with Go and Dart in my humble opinion.
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#8One of the slides shows a benchmark where Rust beats GCC; it would be really nice to see the code.
In what? Compilation speed? Atm Rust is no way the light nimble language they need it to be.
Runtime performance is far more important to us than compiler speed—a fast-to-compile Web browser is useless if it loses to existing engines in UX or benchmarks (every cycle counts!)—but we continue to spend time on compiler speed, because it's important for developers.
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#9Mozilla Research is awesome. They punch way way way above their weight. Google is chock full of programming language people, but Mozilla's work on Rust and Javascript (ES6, asm.js, sweet.js) is producing far better languages than Google has done with Go and Dart in my humble opinion.
If you compare the Google Chrome source code vs Firefox you will quickly understand how miles ahead Google is.
Re: Memories of Mozilla at 15 and Thoughts on Mozilla Research
#10I never liked Mozilla for a number of experiences: Their transition from an open source project to an organization receiving millions from the Google search box. The restrictions (based on security reasons) to install an extension from a site different than mozilla addons. For me this was a prequel of app stores. Mozilla Thunderbird team had no respect for people who reported bugs: they closed important bug reports.…