
Planet Mozilla
70 FOLLOWERS
Mozilla makes browsers, apps, code and tools that put people before profit. Get the latest news and updates about Mozilla from the Mozilla community.
Planet Mozilla
11h ago
To your average Joe, being “rusty” is not seen as a good thing.1 But readers of this blog know that being Rusty – with a capitol R! – is, of course, something completely different! So what is that makes Rust Rust? Our slogans articulate key parts of it, like fearless concurrency, stability without stagnation, or the epic Hack without fear. And there is of course Lindsey Kuper’s epic haiku: “A systems language / pursuing the trifecta: / fast, concurrent, safe”. But I feel like we’re still missing a unified set of axioms that we can refer back to over time and use to guide us as we make decision ..read more
Planet Mozilla
11h ago
The Rust team has published a new point release of Rust, 1.74.1. Rust is a programming language that is empowering everyone to build reliable and efficient software.
If you have a previous version of Rust installed via rustup, getting Rust 1.74.1 is as easy as:
rustup update stable
If you don't have it already, you can get rustup from the appropriate page on our website.
What's in 1.74.1
1.74.1 resolves a few regressions introduced in 1.74.0:
Resolved spurious STATUS_ACCESS_VIOLATIONs in LLVM
Clarify guarantees for std::mem::discriminant
Fix some subtyping-related regressions
Contributors ..read more
Planet Mozilla
1d ago
To provide transparency into our ongoing efforts to protect your privacy and security on the Internet, we are releasing a security audit of Mozilla VPN that Cure53 conducted earlier this year.
The scope of this security audit included the following products:
Mozilla VPN Qt6 App for macOS
Mozilla VPN Qt6 App for Linux
Mozilla VPN Qt6 App for Windows
Mozilla VPN Qt6 App for iOS
Mozilla VPN Qt6 App for Android
Here’s a summary of the items discovered within this security audit that the auditors rated as medium or higher severity:
FVP-03-003: DoS via serialized intent
Data received via i ..read more
Planet Mozilla
2d ago
Today Mozilla Corporation joined an amicus brief in a pair of important Supreme Court cases. The cases consider Texas and Florida laws that prohibit social media platforms from removing hateful and abusive content. If upheld, these laws would make content moderation impossible and would make the internet a much less safe place for all of us. Mozilla urges the Supreme Court to find them unconstitutional.
The Texas law, known as H.B. 20, would prohibit large social media sites from blocking, removing, or demonetizing content based on the viewpoint. While it provides an exception for illegal spe ..read more
Planet Mozilla
3d ago
Highlights
URL Paste Suggestions
The URL Paste Suggestion feature is now enabled by default in the Nightly version of Firefox. This enhancement provides a convenient way for users to quickly visit URLs copied to the clipboard in the address bar of Firefox Desktop. When the clipboard contains a URL, and the user focuses the URL bar, an autocomplete result appears automatically. Activating the clipboard suggestion will navigate the user to the URL with 1 click.
Nicolas added selector warnings to unconstrained :has() in Rules view (bug)
An issue where switching tabs was slow because of ..read more
Planet Mozilla
3d ago
Today, I’m thrilled to announce that Mozilla Foundation is appointing four new members to its Board of Directors.
Over the years, I’ve written about our efforts to expand the Board, most recently in March 2023. Each time, I emphasize that by joining Mozilla’s Board, leaders commit to joining a movement for internet health that spans not just our staff, but also our community.
This year, as Mozilla celebrated its 25th anniversary, we’ve sought leaders to help set up our “next chapter.” When we began our search, we were looking for three new Board members to help grow the scope and impact ..read more
Planet Mozilla
1w ago
Summary
This post talks about a stability problem we have with Tecken, some work we're doing to make it better, and the steps to reproduce the problem in a local dev environment.
Read more… (9 min remaining to read ..read more
Planet Mozilla
1w ago
November has been another exciting month for Servo!
Our nightly example browser, servoshell, is now easier to navigate, accepting URLs without http:// or https:// both in the location bar and on the command line (@atbrakhi, #30148), and should no longer lock up when run with --no-minibrowser (@wusyong, #30598). Local paths can also be given on the command line, and are still preferred when the path points to a file that exists.
Work is now underway to improve our embedding story and prepare Servo for integration with Tauri, starting with precompiled ANGLE for faster initial builds (@atbrakhi ..read more
Planet Mozilla
1w ago
Welcome to the progress report for October! If you missed the one for September, you’re in luck, because we always try to include a link to the progress report of the previous month in the introduction.
Translations
All the translations of the app are provided by volunteers from the community. This work is mostly independent from software development and design work. So sometimes it’s easy for us to forget that a lot more people regularly spend time working on the app.
Dear translators, thank you for all the work you’re putting into making the app more accessible by translating it to so many ..read more
Planet Mozilla
1w ago
A special thanks to Justine Tunney of the Mozilla Internet Ecosystem (MIECO), who co-authored this blog post.
Today we’re announcing the first release of llamafile and inviting the open source community to participate in this new project.
llamafile lets you turn large language model (LLM) weights into executables.
Say you have a set of LLM weights in the form of a 4GB file (in the commonly-used GGUF format). With llamafile you can transform that 4GB file into a binary that runs on six OSes without needing to be installed.
This makes it dramatically easier to distribute and run LLMs. It also me ..read more