When to ignore or revert our custom-design instincts and follow the system defaults instead. This episode of Under the Radar is sponsored by: Tailscale: Secure remote access to shared resources. Sign up today. Links and Show Notes: Preview of the Redesign 1 Preview of the Redesign 2 Typography HIG Support Under the Radar with a […]
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 […]
The Mozilla AI Guide has launched and we welcome you to read through and get acquainted with it. You can access it here Our vision is for the AI Guide to be the starting point for every new developer to the space and a place to revisit for clarity and inspiration, ensuring that AI innovations […]
Let’s dive a bit deeper into the heart of our WebAssembly integration by exploring the key segments of our Go-based WASM code. involves preparing and specifying our Go code to be compiled for a WebAssembly runtime. // go:build wasm// +build wasm These lines serve as directives to the Go compiler, signaling that the following code […]
#281: The Weirdest Parties November 9th, 2023 · 29 minutes What happens when you break 50 million home screens? This episode of Under the Radar is sponsored by: Indeed: Join more than three million businesses worldwide using Indeed to hire great talent fast. Stream this episode Links and Show Notes Correction: Since recording this episode […]
One of the biggest challenges for any software is to determine how changes impact user experience in the real world. Whether it’s the processing speed of video editing software or the smoothness of a browsing experience, there’s only so much you can tell from testing in a controlled lab environment. While local experiments can provide […]
#280: Upstream Decisions October 25th, 2023 · 29 minutes Early decisions and implementation choices that have large impacts down the road — good and bad. This episode of Under the Radar is sponsored by: Indeed: Join more than three million businesses worldwide using Indeed to hire great talent fast. Stream this episode Source link
Protecting user privacy is a core element of Mozilla’s vision for the web and the internet at large. In pursuit of this vision, we’re pleased to announce new partnerships with Fastly and Divvi Up to deploy privacy-preserving technology in Firefox. Mozilla builds a number of tools that help people defend their privacy online, but the […]
#279: Rest and Recovery October 11th, 2023 · 29 minutes Taking time off when you realize — or don’t yet — that you really need it. This episode of Under the Radar is sponsored by: Indeed: Join more than three million businesses worldwide using Indeed to hire great talent fast. Stream this episode Source link
One of the best things that ever happened to t he user experience of the web has been web extensions. Browsers are powerful but extensions bring a new level of functionality. Whether it’s crypto wallets, media players, or other popular plugins, web extensions have become essential to every day tasks. Working on MetaMask, I am […]