Latest Linux and open source news from around the web

The Art of UNIX Programming Sponsored · View on Amazon → SanDisk 128GB Extreme microSD Sponsored · View on Amazon →
OMG! Ubuntu

Mozilla’s ‘Rewiring’ to AI – Saving the Web or Saving Itself?

Mozilla is “rewiring” itself to put AI at the centre of everything: what it builds, why it builds it, and how it makes money. Going forward, every product in Mozilla’s portfolio, including Firefox, will need to “design their strategies” and “measure their success” by how much AI is added and, more worryingly for ‘public interest’ projects, how much cash its AI features generate. Target: 20% yearly growth in non-search revenue – around $25 million a year. Mozilla says this is necessary to save the web (and humanity) from big AI, and to give users more “agency” and “choice”. But is […]

LWN.net

Security updates for Friday

Security updates have been issued by Debian (krita and tryton-server), Oracle (bind9.18, ipa, kernel, libssh, redis, redis:7, sqlite, sssd, and vim), Slackware (cups), SUSE (containerd, cups, curl, dovecot24, git-bug, gitea-tea, glib2, grub2, himmelblau, java-25-openjdk, kernel, libmicrohttpd, libvirt, pnpm, powerpc-utils, python311, python313, redis, rnp, runc, sssd, tomcat11, unbound, and xwayland), and Ubuntu (cups, libxml2, openvpn, and webkit2gtk).

Linux.org

Python Series Part 19: Binding Keys and Events - Part 1

In the article on Tkinter Buttons, I mentioned binding keys to allow a key press to activate a button. Of course, other widgets have this ability as well. For buttons, we use an ‘underline’ feature to underline a character to show a user can access it with a key press instead of clicking it with the mouse. We can use the key binding process more later when we get to the article on ‘menus’. We will also cover a lengthy list of Events that can occur, because binding keys is creating an... https://www.linux.org/threads/python-series-part-19-binding-keys-and-events-part-1.57438/

Phoronix

Open-Source Nouveau+NVK vs. NVIDIA 580 Linux Gaming/Graphics & Compute Driver Performance

This Black Friday is an in-depth look at the current performance of the open-source NVIDIA Linux driver stack with the Nouveau kernel driver (the Nova driver not yet being ready for end-users) paired with the latest Mesa NVK driver for open-source Vulkan API support. With that NVK Vulkan driver is also looking at the OpenGL performance using the Zink OpenGL-on-Vulkan driver used now for OpenGL on modern NVIDIA GPUs rather than maintaining the Nouveau Gallium3D driver. Plus the Rusticl driver for OpenCL compute atop the NVK driver. This fully open-source and latest NVIDIA Linux driver support was compared to NVIDIA's official 580 series Linux driver. Both RTX 40 Ada and RTX 50 Blackwell graphics cards were tested for this thorough GPU driver comparison.

Phoronix

New Linux Patches Enhance Single-Threaded Performance On Many-Core CPUs

In addition to the proposed Hierarchical Queued NUMA-aware spinlocks for better performance, another interesting performance-enhancing patch series posted in the past 24 hours for the Linux kernel is for improving the performance of single-threaded tasks running on high core count CPU desktops / workstations / servers...