Skip to content

Commit

Permalink
Add State of Mozilla 2024 (Fixes mozilla#15726)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Dec 13, 2024
1 parent 61085d4 commit 7255b85
Show file tree
Hide file tree
Showing 371 changed files with 5,966 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bedrock/foundation/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
redirect(r"^foundation/trademarks/poweredby/faq/?$", "/foundation/trademarks/policy/"),
redirect(r"^foundation/trademarks/l10n-website-policy/?$", "/foundation/trademarks/policy/"),
# Issue 9727
redirect(r"^foundation/annualreport(/2022)?/?$", "https://stateof.mozilla.org/", name="foundation.annualreport", locale_prefix=False),
redirect(r"^foundation/annualreport/2022/?$", "https://stateof.mozilla.org/"),
redirect(r"^foundation/annualreport/?$", "/foundation/annualreport/2024/", name="foundation.annualreport"),
)

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{#
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
#}

{% from "foundation/annualreport/2024/includes/macros.html" import article_0_1, article_1_2 with context %}

{% extends "foundation/annualreport/2024/article/base.html" %}

{% block page_title_full %}For the sake of our digital future, open source must win - State of Mozilla 2024{% endblock %}

{% set article_author_name = 'Mitchell Baker' %}
{% set article_author_role = 'Executive Chair of the Board' %}
{% set article_hash = '#vision' %}
{% set article_read_time = '3 min read' %}
{% set article_tag_label = 'A Vision for Reinvention' %}
{% set article_title = 'For the sake of our digital future, open source must win' %}

{% set article_author_image %}
<img src="{{ static('img/foundation/annualreport/2024/headshots/mitchell.jpg') }}" width="100" height="100" alt="Mitchel Baker">
{% endset %}

{% set article_header_image %}
{{ picture(
url='img/placeholder.png',
sources=[
{
'media': '(max-width: 1023px)',
'srcset': {
'img/placeholder.png': 'default'
}
},
{
'srcset': {
'img/foundation/annualreport/2024/articles/1-1-desktop-1-1-1100.png': '1100w',
'img/foundation/annualreport/2024/articles/1-1-desktop-1-1-900.png': '900w',
'img/foundation/annualreport/2024/articles/1-1-desktop-1-1-700.png': '700w',
'img/foundation/annualreport/2024/articles/1-1-desktop-1-1-500.png': '500w',
},
'sizes': {
'(min-width: 1440px)': '564px',
'default': 'calc((100vw - 64px) / 2)',
},
}
],
optional_attributes={
'width': '564',
'height': '564'
}
) }}
{% endset %}

{% set blockquote_1_text = 'We learned this when we built Firefox as an alternative to bigger, more dominant players in the web browser market.' %}

{% block article_content %}
<div class="m24-c-content">
<div class="m24-c-ar-article-section">
<div class="m24-c-ar-article-section-text">
<p>
As part of Mozilla’s 25-year-long dedication to ensuring a healthy, safe and trustworthy internet for all, we have learned that when you’re part of a technology movement designed to change society for the better, results don’t happen overnight. In reflecting back on this past year, it can be easy to focus on the challenges and how much work is still ahead.
</p>

<p>
We learned this when we built Firefox as an alternative to bigger, more dominant players in the web browser market. We saw an opportunity to provide a more trustworthy, privacy-protecting browser based on open source software and robust community engagement. Open source remains one of the most powerful tools for transparency and collaboration, but scaling it to meet today’s challenges is a complex and ongoing process. We know this work isn’t easy. It’s iterative, collaborative, and sometimes messy — but it’s essential to creating a better digital future.
</p>

<p>
We’re pushing to make Firefox not just intuitive, but a browser that leads by example in user empowerment and privacy — a vision that’s evolving with each step forward. Firefox empowers users with tools that prioritize privacy, choice, and usability while adapting to the evolving web with AI advancements and assistive technologies. As a leader in advocating for an open, accessible internet, we are committed to building a browser you can trust — one that protects your data and puts you in control.
</p>

<p>
As a complement to Firefox, we have increased our attention on advertising – the business model of the web. This year we acquired <a href="https://www.anonymco.com/">Anonym</a>, a platform that enables advertisers and platforms to provide relevant ads without tracking users or seeing data linked to specific individuals. We’re also internally testing technology dubbed <a href="https://blog.mozilla.org/netpolicy/2024/08/22/ppa-update/">Privacy-Preserving Attribution</a> (PPA) that uses cryptographic techniques to maintain the privacy of users while enabling advertisers to see aggregated data on ad performance. The advertising industry isn’t going anywhere. Our goal is to offer a privacy-preserving alternative.
</p>

<p>
We’re always exploring ways to join with other practitioners to broaden the open source ethos and practices within the larger technology world. Artificial intelligence is in our scope and we’ve made some progress with that in the past year, but we’re only getting started.
</p>
</div>
</div>
</div>

{% include 'foundation/annualreport/2024/article/includes/blockquote-1.html'%}

<div class="m24-c-content">
<div class="m24-c-ar-article-section">
<h2 class="m24-c-ar-article-section-title">Contributing to an Open Source AI movement</h2>
<div class="m24-c-ar-article-section-text">
<p>
This is a big moment for open source and many of our experiences from the past are relevant. There’s a power imbalance in the AI industry, much like there was in the software world of the 1990s. A few big companies control the technologies in a market that is nearly impossible to break into without significant financial and other resources for computing power and expertise to build and run AI systems. Meanwhile, AI systems today are black boxes, and we don’t know what the systems are doing and how they are making decisions. <a href="https://open.mozilla.org/letter/">We’ve seen how closed systems, based on secrecy, are not better for people’s safety and security online, and AI is no different — in fact it’s less trustworthy with greater consequences</a>.
</p>

<p>
Closed AI systems not only make it hard to evaluate and trust them, but also mean fewer developers are able to participate in building AI applications of their own, greatly deterring innovation. Open source and free software are about freedom, access and the ability to collaborate and create the online world we all want.
</p>
</div>
</div>
</div>

<div class="m24-c-content">
<div class="m24-c-ar-article-section">
<h2 class="m24-c-ar-article-section-title">Expanding the Open Source ecosystem</h2>
<div class="m24-c-ar-article-section-text">
<p>
Mozilla is actively working for more open source standards and community. We explored the progress the industry has made in our <a href="https://foundation.mozilla.org/research/library/accelerating-progress-toward-trustworthy-ai/">Trustworthy AI Report</a> and partnered with others to call for standards ahead of the <a href="https://opensource.org/blog/the-open-source-initiative-announces-the-release-of-the-industrys-first-open-source-ai-definition">Open Source Initiative (OSI)</a>’s creation of the first Open Source AI definition. We’re empowering developers with our <a href="https://foundation.mozilla.org/responsible-computing-challenge/">Responsible Computing Challenge</a> and funding startups through <a href="https://mozilla.vc/">Mozilla Ventures</a>, the <a href="https://foundation.mozilla.org/what-we-fund/opportunities/mozilla-technology-fund-mtf/">Mozilla Technology Fund</a> and the <a href="https://foundation.mozilla.org/data-futures-lab/">Data Futures Lab</a>.
</p>

<p>
Looking to the year ahead, I want us to do more and do it faster. We will continue to bring open source products to market, protect user privacy and support open source AI development. My current sabbatical will continue through part of next year, and I am eager to see all that happens at Mozilla during this time.
</p>
</div>
</div>
</div>
{% endblock %}

{% set related_article_links %}
{{ article_0_1('m24-l-grid-half m24-l-3-2') }}
{{ article_1_2('m24-l-grid-half m24-l-16-9') }}
{% endset %}
Loading

0 comments on commit 7255b85

Please sign in to comment.