←back to thread

Mozilla lays off 70

(techcrunch.com)
929 points ameshkov | 1 comments | | HN request time: 0.235s | source
Show context
strict9 ◴[] No.22058568[source]
Not sure of Mozilla’s financial or organizational structure but it seems to be part of a larger trend of de-emphasizing QA departments at software shops large and small over the past 10 or so years.

In many ways test automation tooling has become much easier to use, develop, and manage.

But I suspect the larger driving force is that it’s (arguably) a cost center for an org. The burden of ensuring software quality can be shifted to devs and PMs, though usually with mixed results.

For Mozilla, axing quality and security first is a bad look when those are crucial aspects of a privacy-first company value.

replies(7): >>22058757 #>>22058762 #>>22058953 #>>22059007 #>>22059065 #>>22059192 #>>22060314 #
crazypython ◴[] No.22059007[source]
Mozilla uses AFL, which is a genetic algorithm that tests code paths. They are also transitioning to Rust, which will give them a much bigger safety guarantee over most of their code and a much smaller audit surface for the rest.
replies(4): >>22059053 #>>22059115 #>>22059126 #>>22059331 #
zelly ◴[] No.22059331[source]
Mozilla is good at everything except making browsers. rr is the best debugger I've used. I wonder if there's a way for them to monetize Rust. It seems impossible to monetize a programming language without owning a platform e.g. Microsoft (*.NET), Apple (Swift), Borland (Delphi), JetBrains (Kotlin). FirefoxOS for mobile with Rust as the first-class citizen would have been huge for them. Maybe it's not too late. Take note Mozilla.

If there's anything they're going to be in the history books for, it's going to say Rust, not Firefox.

replies(2): >>22059924 #>>22060132 #
roca ◴[] No.22059924[source]
Hi, I'm the architect of rr.

Mozilla is very good at making browsers. Making browsers is incredibly hard and it's amazing that Firefox is competitive with Chrome given a fraction of the development resources Chrome has.

Mozilla has made some big mistakes, but so have the other browser vendors. It's easier to brush over your mistakes when you have an ocean of resources and market power.

replies(4): >>22060168 #>>22060859 #>>22061377 #>>22062009 #
1. alexhutcheson ◴[] No.22060859[source]
Thanks for rr - it's such an amazing tool, and a really impressive engineering accomplishment.