Hacker News new | ask | show | jobs
by sanderjd 3646 days ago
> the only interesting thing coming out mozilla nowadays that can change the world is fennec.

A couple other interesting things they're working on: Servo[0] is a browser engine written from the ground up to take better advantage of multi-core computers. Rust[1] is a programming language that was originally created to help Servo achieve its goal of building a fast, concurrent, but secure browser, and has grown into a very interesting project in its own right.

[0]: https://github.com/servo/servo

[1]: https://www.rust-lang.org/