Spohnz Tech News Digest – July 05, 2025

Dallas SpohnDallas Spohn
27 min read

Tech News Digest - 2025-07-05

📢 The post they'll be thinking about by the water cooler, but not mentioning specifically

[$] Python audio processing with pedalboard

Category: Linux
Tags: General
Published: Fri, 04 Jul 2025 13:18:37 +0000
TL;DR: Here is a 2-sentence summary:

The pedalboard library for Python is designed for audio processing, allowing users to convert between formats and add effects. The maintainer of pedalboard, Peter Sobot, gave a talk about working with the library at PyCon US 2025, which included audio examples and visual information that can be viewed on YouTube.
The pedalboard library for Python is aimed at audio processing of various sorts, from converting between formats to adding audio effects. The maintainer of

pedalboard, Peter Sobot, gave a talk about audio in Python at PyCon US 2025, which was held in Pittsburgh, Pennsylvania in May. He started from the basics of digital audio and then moved into working with pedalboard. There were, as might be guessed, audio examples in the talk, along with some visual information; interested readers may want to view the YouTube video of the presentation.
Read more

Security updates for Friday

Category: Linux
Tags: Linux
Published: Fri, 04 Jul 2025 13:17:58 +0000
TL;DR: Here is a 2-sentence summary:

Various Linux distributions have released security updates to fix vulnerabilities in various software packages, including .NET, container tools, ghostscript, and others. The specific distributions affected are AlmaLinux, Debian, Fedora, Oracle, Slackware, SUSE, and Ubuntu, with each one having multiple packages updated for security reasons.
Security updates have been issued by AlmaLinux (.NET 9.0, container-tools:rhel8, ghostscript, git-lfs, grafana-pcp, pandoc, perl-FCGI:0.78, ruby:2.5, ruby:3.3, tigervnc, and varnish:6), Debian (jpeg-xl and mediawiki), Fedora (darktable, guacamole-server, mingw-gdk-pixbuf, and yarnpkg), Oracle (gimp, kernel, libsoup, python-tornado, python3.12, and thunderbird), Slackware (php), SUSE (libgepub), and Ubuntu (libtpms, linux-aws-5.15, linux-intel-iot-realtime, and linux-bluefield).
Read more

Richards: Introducing tmux-rs

Category: Linux
Tags: General
Published: Thu, 03 Jul 2025 20:40:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

Collin Richards has announced version 0.0.1 of tmux-rs, a Rust port of the tmux terminal multiplexer, after spending six months quietly rewriting the codebase from C to Rust. The project is currently written in unsafe Rust and is available on GitHub, with the next goal being to convert it to safe Rust.

Collin Richards has announced version 0.0.1 of tmux-rs, a port of the tmux terminal multiplexer to Rust.

For the [past] 6 months or so I've been quietly porting tmux from C to Rust. I've recently reached a big milestone: the code base is now 100% (unsafe) Rust. I'd like to share the process of porting the original codebase from ~67,000 lines of C code to ~81,000 lines of Rust (excluding comments and empty lines). You might be asking: why did you rewrite tmux in Rust? And yeah, I don't really have a good reason. It's a hobby project. Like gardening, but with more segfaults.

Richards says that the next goal for the project is to convert it to safe Rust. It is currently "not very difficult to get it to crash", but he wanted to share the project with other Rust fans now. The project is available on GitHub.


Read more
## [$] Kernel API specification and validation Category: Linux
Tags: Linux
Published: Thu, 03 Jul 2025 18:24:17 +0000
TL;DR: Here is a 2-sentence summary: The Linux kernel project promises not to change the Application Binary Interface (ABI) in ways that break user-space code, but there is no clear definition or testing mechanism to ensure this promise is kept. A proposed kernel API specification framework aims to address these concerns, but it is incomplete and requires additional effort.
The kernel project makes a strong promise to its users: the kernel ABI will not be changed in ways that break user-space code. The occasional failure notwithstanding, kernel developers do try to live up to that promise. They are handicapped by one little problem, though: there is no description of what the kernel ABI is, and no comprehensive way to test whether a given change breaks it. The kernel API specification framework proposed (in its second revision) by Sasha Levin addresses some of those concerns, but the solution is incomplete and does not come for free.
Read more
## Security updates for Thursday Category: Linux
Tags: Linux, Red Hat
Published: Thu, 03 Jul 2025 14:18:24 +0000
TL;DR: Here is a summary of the text in 2 sentences: Several operating systems, including AlmaLinux, Debian, Mageia, Oracle, Red Hat, SUSE, and Ubuntu, have released security updates to fix various vulnerabilities. The updates address issues with software such as .NET, Apache, Bootc, Firefox, Git, GStreamer, Java, Node.js, PHP, Python, and many other packages.
Security updates have been issued by AlmaLinux (.NET 9.0, aardvark-dns, apache-commons-beanutils, bootc, buildah, corosync, delve and golang, exiv2, expat, firefox, ghostscript, git, git-lfs, gnutls, grafana, grafana-pcp, grub2, gstreamer1, gstreamer1-plugins-bad-free, gstreamer1-plugins-ugly-free, and gstreamer1-rtsp-server, gstreamer1-plugins-base, gstreamer1-plugins-good, gvisor-tap-vsock, iptraf-ng, java-21-openjdk, kernel, keylime-agent-rust, krb5, libarchive, libblockdev, libsoup3, libtasn1, libvpx, libxslt, microcode_ctl, mod_auth_openidc, nodejs22, nodejs:20, openjpeg2, osbuild and osbuild-composer, perl-FCGI, perl-Module-ScanDeps, perl-YAML-LibYAML, php, php:8.2, php:8.3, podman, protobuf, python-jinja2, python-requests, python3.11, python3.12, python3.12-cryptography, python3.9, rpm-ostree, rsync, rust-bootupd, skopeo, thunderbird, tigervnc, tomcat, tomcat9, webkit2gtk3, xdg-utils, xorg-x11-server, and xorg-x11-server-Xwayland), Debian (ring), Mageia (libarchive and rootcerts, nss & firefox), Oracle (.NET 9.0, corosync, firefox, osbuild-composer, pam, python3, python3.11, python3.12, python3.9, skopeo, sudo, and thunderbird), Red Hat (microcode_ctl, pam, php, thunderbird, tigervnc, xorg-x11-server, xorg-x11-server and xorg-x11-server-Xwayland, and xorg-x11-server-Xwayland), SUSE (clamav, icu, libgepub, libsoup, python-requests, tomcat, and xorg-x11-server), and Ubuntu (clamav, logback, mongo-c-driver, pcs, and python-flask-cors).
Read more
## Cavil-Qwen3-4B: SUSE’s Open-Source LLM for Legal Automation Category: Linux Today
Tags: automation, AI
Published: Fri, 04 Jul 2025 12:51:08 +0000
TL;DR: Here is a 2-sentence summary: SUSE has developed an innovative open-source Large Language Model (LLM) called Cavil-Qwen3-4B to streamline legal automation and enhance efficiency in legal processes. This technology aims to revolutionize the way legal tasks are performed, making it more efficient and reducing manual workloads.

Discover Cavil-Qwen3-4B, SUSE's innovative open-source LLM designed to streamline legal automation and enhance efficiency in legal processes.

The post Cavil-Qwen3-4B: SUSE’s Open-Source LLM for Legal Automation appeared first on Linux Today.


Read more
## How to Install PostgreSQL on Debian 13 Category: Linux Today
Tags: General
Published: Fri, 04 Jul 2025 12:44:25 +0000
TL;DR: Here is a 2-sentence summary: This guide provides a step-by-step tutorial on how to install PostgreSQL on Debian 13, allowing you to simplify your database setup and enhance your development environment. The post can be found on Linux Today's blog, a resource for learning about Linux and related technologies.

Learn how to install PostgreSQL on Debian 13 with our step-by-step guide. Simplify your database setup and enhance your development environment today.

The post How to Install PostgreSQL on Debian 13 appeared first on Linux Today.


Read more
## XLibre Proposed as Fedora’s New Default X11 Server Category: Linux Today
Tags: General
Published: Fri, 04 Jul 2025 12:39:18 +0000
TL;DR: Here is a 2-sentence summary: XLibre, a new default X11 server for Fedora, aims to improve performance and user experience in Linux environments. According to the article, XLibre has been proposed as Fedora's new default X11 server, which would transform the way users interact with their Linux systems.

Discover XLibre, the proposed default X11 server for Fedora, enhancing performance and user experience. Learn how it transforms your Linux environment.

The post XLibre Proposed as Fedora’s New Default X11 Server appeared first on Linux Today.


Read more
## Fedora 44 Plans to Drop i686 Support and 32-Bit Multilib Compatibility Category: Linux Today
Tags: General
Published: Fri, 04 Jul 2025 12:32:24 +0000
TL;DR: Here is a summary of the text in 2 sentences: The upcoming Fedora 44 release will no longer support i686 processors or provide 32-bit multilib compatibility, which may impact users and have implications for the platform's future. The article discusses these changes and their potential effects on users who rely on older hardware or software that requires these features.

Discover Fedora 44's plans to drop i686 support and 32-bit multilib compatibility. Learn how these changes will impact users and the future of the platform.

The post Fedora 44 Plans to Drop i686 Support and 32-Bit Multilib Compatibility appeared first on Linux Today.


Read more
## Orange Pi RV2 Single Board Computer Running Linux: Power Consumption Category: Linux Today
Tags: General
Published: Fri, 04 Jul 2025 12:29:40 +0000
TL;DR: Here is a 2-sentence summary: The Orange Pi RV2 single board computer, which runs on Linux, is designed to efficiently enhance projects while offering details about its power consumption. A blog post on Linux Today provides information about the Orange Pi RV2's power consumption and how it can be used in various projects.

Discover the Orange Pi RV2 single board computer running Linux. Learn about its power consumption and how it can enhance your projects efficiently.

The post Orange Pi RV2 Single Board Computer Running Linux: Power Consumption appeared first on Linux Today.


Read more
## Here are the best Apple Watch deals available right now Category: The Verge
Tags: General
Published: 2025-07-04T21:32:10-04:00
TL;DR: Here is a summary of the text in 2 sentences: Amazon Prime Day is coming up on July 8th, but you can already get started with some early deals. In September, Apple launched its latest smartwatch, the Apple Watch Series 10, and also released a black version of the Apple Watch, which may be eligible for early Prime Day discounts.
Editor’s note: Amazon Prime Day kicks off on July 8th; however, if you want to get a head start on your online shopping, we’ve rounded up the best early Prime Day deals you can already get. In September, Apple launched its latest smartwatch, introducing the Apple Watch Series 10 alongside a black rendition of the Apple Watch […]
Read more
## Cyberpunk Edgerunners 2 will be even sadder and bloodier Category: The Verge
Tags: General
Published: 2025-07-04T19:11:43-04:00
TL;DR: Here is a summary of the text in 2 sentences: CD Projekt Red has confirmed that a sequel to the Cyberpunk 2077 game is in development. Additionally, a new season of the anime spinoff "Cyberpunk: Edgerunners" was officially announced for Netflix at Anime Expo 2025, featuring an entirely new story and characters.
In May, we learned that the development of a sequel to the Cyberpunk 2077 game is moving forward at CD Projekt Red, and today, at the Anime Expo 2025 event, it officially announced a new season of the anime spinoff for Netflix. Cyberpunk: Edgerunners 2 will have “…an entirely new story, fresh characters, and a […]
Read more
## The best earbuds we’ve tested for 2025 Category: The Verge
Tags: General
Published: 2025-07-04T12:00:00-04:00
TL;DR: Here is a 2-sentence summary: Amazon Prime Day is approaching on July 8th, but shoppers can get a head start by taking advantage of early Prime Day deals already available. Wireless earbuds are one popular item that's often discounted, making it hard to find a bad deal with constant promotions and discounts.
Editor’s note: Amazon Prime Day kicks off on July 8th; however, if you want to get a head start on your online shopping, we’ve rounded up the best early Prime Day deals you can already get. It’s hard to buy a bad pair of wireless earbuds these days, and with constant discounts and deals wherever you look, […]
Read more
## Laid-off workers should use AI to manage their emotions, says Xbox exec Category: The Verge
Tags: General
Published: 2025-07-04T11:23:04-04:00
TL;DR: Microsoft's recent layoffs have been particularly tough on its gaming studios, but one Xbox executive, Matt Turnbull, has suggested that those affected can seek guidance from AI chatbots to help cope with the emotional and cognitive burden of job loss. However, his original LinkedIn post proposing this solution was later deleted.
The sweeping layoffs announced by Microsoft this week have been especially hard on its gaming studios, but one Xbox executive has a solution to “help reduce the emotional and cognitive load that comes with job loss”: seek advice from AI chatbots. In a now-deleted LinkedIn post captured by Aftermath, Xbox Game Studios’ Matt Turnbull said […]
Read more
## The Ploopy Knob is an open-source control dial for your PC Category: The Verge
Tags: General
Published: 2025-07-04T10:24:28-04:00
TL;DR: Here is a 2-sentence summary: Ploopy has introduced the Ploopy Knob, a desktop accessory that can serve as a control dial for adjusting volume, scrolling through documents, or scrubbing through media on a computer. The open-source peripheral offers customizability, similar to Ploopy's existing mouse and trackball products, which are designed for users who want more flexibility in their computing experience.
Ploopy has announced another desktop accessory called the Ploopy Knob that can function like a control dial for adjusting volume, scrolling documents, or scrubbing through media on a computer. The Canadian company isn’t exactly a household name like Logitech, but Ploopy’s open-source peripherals offer a lot of customizability, and like its mouse and trackballs, you […]
Read more
## Rocket Report: Japan’s workhorse booster takes a bow; you can invest in SpaceX now Category: Ars Technica
Tags: General
Published: Fri, 04 Jul 2025 11:00:22 +0000
TL;DR: Here is a summary of the text in 2 sentences: The company plans to increase its production capacity for Zephyr products to 50 units per year. This will allow for greater industrialization and potentially increased output and efficiency in manufacturing Zephyrs.
"We will be able to industrialize Zephyr production up to 50 units per year."
Read more
## Provider of covert surveillance app spills passwords for 62,000 users Category: Ars Technica
Tags: General
Published: Thu, 03 Jul 2025 19:36:44 +0000
TL;DR: Here is a 2-sentence summary: The app's creators claim it's intended for parents to monitor their children's online activities, but the emphasis on stealth suggests that there may be a more sinister or invasive intent at play. This discrepancy raises questions about the true purpose of the app and whether it prioritizes parental guidance or surveillance.
Creators say app is intended for parental monitoring. So why the emphasis on stealth?
Read more
## Judge: You can’t ban DEI grants without bothering to define DEI Category: Ars Technica
Tags: General
Published: Thu, 03 Jul 2025 17:41:15 +0000
TL;DR: Here is a 2-sentence summary: A written ruling issued by a judge explains the reasoning behind their decision to restore funding for numerous National Institutes of Health (NIH) grants. The ruling provides clarity on the judge's thoughts and justifications for reversing the earlier cuts to these research grants, which support vital scientific inquiry and innovation.
A written ruling details why a judge restored funding for many NIH grants.
Read more
## Meta’s “AI superintelligence” effort sounds just like its failed “metaverse” Category: Ars Technica
Tags: General
Published: Thu, 03 Jul 2025 17:21:09 +0000
TL;DR: Here is a 2-sentence summary: Facebook's CEO Mark Zuckerberg and others touted the rise of virtual reality (VR) technology as a revolutionary breakthrough just a few years ago, implying that it would transform industries and daily life. However, despite some notable advancements and niche adoption, VR has not yet lived up to these lofty expectations.
Zuckerberg and company talked up another supposed tech revolution four short years ago.
Read more
## The Last of Us co-creator Neil Druckmann exits HBO show Category: Ars Technica
Tags: General
Published: Thu, 03 Jul 2025 17:11:14 +0000
TL;DR: Here is a summary of the text in 2 sentences: Halley Gross, a well-known writer, left her role on the game and show. Her departure was notable given her prominence as a writer on the project.
Halley Gross, another prominent writer for the game and show, also departed.
Read more
## Android May Soon Warn You About Fake Cell Towers Category: Wired
Tags: General
Published: Sat, 05 Jul 2025 10:30:00 +0000
TL;DR: Iranian-linked hackers have threatened to release sensitive emails from Donald Trump's 2016 presidential campaign, while also continuing to infiltrate US telecommunications networks. Additionally, a malicious website specializing in deepfakes - manipulated media that can deceive viewers - has announced plans to expand its operations, posing a potential threat to online security and credibility.
Plus: Iran-linked hackers threaten to release Trump campaign emails, Chinese hackers still in US telecoms networks, and an abusive deepfake website plans an expansion.
Read more
## GM’s Cruise Cars Are Back on the Road in Three US States—But Not for Ride-Hailing Category: Wired
Tags: General
Published: Fri, 04 Jul 2025 14:28:41 +0000
TL;DR: Here is a summary of the text in 2 sentences: General Motors (GM) has confirmed to WIRED that a small number of Chevrolet Bolt EVs have been re-purposed with sensors, giving them a new life. The exact nature and extent of this reuse are not specified, but it suggests that the vehicles are being used for testing or other purposes beyond their original intended use as electric cars.
After sightings by WIRED, GM confirms that a limited number of sensor-laden Bolt EVs have been given a second life.
Read more
## How to Choose the Right Soundbar (2025): Size, Price, Surround Sound, and Subwoofers Category: Wired
Tags: General
Published: Fri, 04 Jul 2025 14:03:00 +0000
TL;DR: Here is a summary of the article in 2 sentences: When upgrading your TV's audio, consider the room size and intended use (e.g., movie nights or gaming) to determine the right speaker size for your needs. Additionally, think about whether you need a subwoofer to enhance bass and overall sound quality, as it can greatly impact the overall listening experience.
What size should you get? Do you need a subwoofer? Here’s everything you need to know when upgrading your TV’s audio.
Read more
## 15 Best MagSafe Wireless Chargers (2025): Power Banks, Stands, Pads, and Travel Chargers Category: Wired
Tags: General
Published: Fri, 04 Jul 2025 13:30:00 +0000
TL;DR: Here is a summary of the text in 2 sentences: To keep your iPhone's battery charged, use a magnetic MagSafe wireless charger that provides easy and convenient charging. This type of charger is specifically designed for iPhones and ensures safe and efficient power transfer to keep your device topped up.
Keep your iPhone battery topped up with a magnetic MagSafe wireless charger.
Read more
## 15 Best Heat Protectant Sprays for Wet and Dry Hair (2025) Category: Wired
Tags: General
Published: Fri, 04 Jul 2025 11:39:00 +0000
TL;DR: Here is a summary of your text in 2 sentences: After testing numerous heat protectants for hair over several months, I have identified the most effective formulas. These top-rated products provide excellent protection for hair whether you're using blow dryers, curling irons, or straightening tools.
I spent months testing dozens of heat protectants for hair. Whether you’re blow-drying, curling, or straightening, these are the best formulas I've found.
Read more
## [$] Python audio processing with pedalboard Category: LWN.net
Tags: General
Published: Fri, 04 Jul 2025 13:18:37 +0000
TL;DR: Here is a 2-sentence summary: The pedalboard library for Python is designed for audio processing, allowing users to convert formats and add effects. The maintainer of the library, Peter Sobot, gave a talk on audio in Python at PyCon US 2025, which included examples and visual information, and can be viewed on YouTube.
The pedalboard library for Python is aimed at audio processing of various sorts, from converting between formats to adding audio effects. The maintainer of pedalboard, Peter Sobot, gave a talk about audio in Python at PyCon US 2025, which was held in Pittsburgh, Pennsylvania in May. He started from the basics of digital audio and then moved into working with pedalboard. There were, as might be guessed, audio examples in the talk, along with some visual information; interested readers may want to view the YouTube video of the presentation.
Read more
## Security updates for Friday Category: LWN.net
Tags: Linux
Published: Fri, 04 Jul 2025 13:17:58 +0000
TL;DR: Here is a summary of the text in 2 sentences: Various Linux distributions have released security updates to address vulnerabilities in various packages, including .NET, container-tools, Git, Grafana, Pandoc, Ruby, Tigervnc, Varnish, and more. The affected distributions include AlmaLinux, Debian, Fedora, Oracle, Slackware, SUSE, and Ubuntu, with each distribution having multiple packages that require updates to ensure system security.
Security updates have been issued by AlmaLinux (.NET 9.0, container-tools:rhel8, ghostscript, git-lfs, grafana-pcp, pandoc, perl-FCGI:0.78, ruby:2.5, ruby:3.3, tigervnc, and varnish:6), Debian (jpeg-xl and mediawiki), Fedora (darktable, guacamole-server, mingw-gdk-pixbuf, and yarnpkg), Oracle (gimp, kernel, libsoup, python-tornado, python3.12, and thunderbird), Slackware (php), SUSE (libgepub), and Ubuntu (libtpms, linux-aws-5.15, linux-intel-iot-realtime, and linux-bluefield).
Read more
## Richards: Introducing tmux-rs Category: LWN.net
Tags: General
Published: Thu, 03 Jul 2025 20:40:00 +0000
TL;DR: Here is a 2-sentence summary: Collin Richards has announced version 0.0.1 of tmux-rs, a Rust port of the popular terminal multiplexer tmux, which he has been working on for six months. The current state of the project is a 100% Rust codebase with no C code remaining, but Richards plans to convert it to safe Rust in the future, making it available on GitHub.

Collin Richards has announced version 0.0.1 of tmux-rs, a port of the tmux terminal multiplexer to Rust.

For the [past] 6 months or so I've been quietly porting tmux from C to Rust. I've recently reached a big milestone: the code base is now 100% (unsafe) Rust. I'd like to share the process of porting the original codebase from ~67,000 lines of C code to ~81,000 lines of Rust (excluding comments and empty lines). You might be asking: why did you rewrite tmux in Rust? And yeah, I don't really have a good reason. It's a hobby project. Like gardening, but with more segfaults.

Richards says that the next goal for the project is to convert it to safe Rust. It is currently "not very difficult to get it to crash", but he wanted to share the project with other Rust fans now. The project is available on GitHub.


Read more

[$] Kernel API specification and validation

Category: LWN.net
Tags: Linux
Published: Thu, 03 Jul 2025 18:24:17 +0000
TL;DR: Here is a 2-sentence summary:

The Linux kernel project promises not to change the application binary interface (ABI) in ways that break user-space code, but there is no clear definition or comprehensive testing method to ensure this promise is kept. A proposed API specification framework aims to address these concerns, but it has limitations and does not come without its own costs.
The kernel project makes a strong promise to its users: the kernel ABI will not be changed in ways that break user-space code. The occasional failure notwithstanding, kernel developers do try to live up to that promise. They are handicapped by one little problem, though: there is no description of what the kernel ABI is, and no comprehensive way to test whether a given change breaks it. The kernel API specification framework proposed (in its second revision) by Sasha Levin addresses some of those concerns, but the solution is incomplete and does not come for free.
Read more

Security updates for Thursday

Category: LWN.net
Tags: Linux, Red Hat
Published: Thu, 03 Jul 2025 14:18:24 +0000
TL;DR: Here is a summary of the security updates in 2 sentences:

Multiple Linux distributions, including AlmaLinux, Debian, Mageia, Oracle, Red Hat, SUSE, and Ubuntu, have issued security updates to address various vulnerabilities affecting packages such as .NET, Apache Commons Beanutils, Firefox, Ghostscript, Git, Grafana, and more. The updates aim to patch issues in areas like DNS, cryptography, and network protocols to ensure the security and stability of Linux systems.
Security updates have been issued by AlmaLinux (.NET 9.0, aardvark-dns, apache-commons-beanutils, bootc, buildah, corosync, delve and golang, exiv2, expat, firefox, ghostscript, git, git-lfs, gnutls, grafana, grafana-pcp, grub2, gstreamer1, gstreamer1-plugins-bad-free, gstreamer1-plugins-ugly-free, and gstreamer1-rtsp-server, gstreamer1-plugins-base, gstreamer1-plugins-good, gvisor-tap-vsock, iptraf-ng, java-21-openjdk, kernel, keylime-agent-rust, krb5, libarchive, libblockdev, libsoup3, libtasn1, libvpx, libxslt, microcode_ctl, mod_auth_openidc, nodejs22, nodejs:20, openjpeg2, osbuild and osbuild-composer, perl-FCGI, perl-Module-ScanDeps, perl-YAML-LibYAML, php, php:8.2, php:8.3, podman, protobuf, python-jinja2, python-requests, python3.11, python3.12, python3.12-cryptography, python3.9, rpm-ostree, rsync, rust-bootupd, skopeo, thunderbird, tigervnc, tomcat, tomcat9, webkit2gtk3, xdg-utils, xorg-x11-server, and xorg-x11-server-Xwayland), Debian (ring), Mageia (libarchive and rootcerts, nss & firefox), Oracle (.NET 9.0, corosync, firefox, osbuild-composer, pam, python3, python3.11, python3.12, python3.9, skopeo, sudo, and thunderbird), Red Hat (microcode_ctl, pam, php, thunderbird, tigervnc, xorg-x11-server, xorg-x11-server and xorg-x11-server-Xwayland, and xorg-x11-server-Xwayland), SUSE (clamav, icu, libgepub, libsoup, python-requests, tomcat, and xorg-x11-server), and Ubuntu (clamav, logback, mongo-c-driver, pcs, and python-flask-cors).
Read more

GPD MicroPC 2: Souped-Up Successor to Original Pocket PC

Category: OMG! Ubuntu!
Tags: General
Published: Fri, 04 Jul 2025 15:26:59 +0000
TL;DR: Here is a summary of the article in 2 sentences:

The GPD MicroPC, a small and portable pocket-sized PC, is getting an update with the release of its second-generation successor, featuring a larger and rotatable screen, improved processor, faster storage, and more capable ports. The original MicroPC was designed to appeal to Linux users with its compact size, low-power processor, and serial port, but it remains to be seen if the new version will still hold appeal for this user group.

Everything receives a sequel eventually, and so it is so for the GPD MicroPC. A souped-up, second-gen successor to the small, serial-port-packing original goes on sale this summer. It boasts a bigger, brighter screen that rotates, a beefier Intel-based processor, faster storage and a slew of more capable ports – but will it still appeal to Linux users? The original GPD MicroPC released in 2021 certainly tried to. The MicroPC’s micro-ness (form factor, size, weight, ruggedness) was its USP: a 6-inch display, compact Blackberry-style keyboard, modest low-power Celeron processor, 109 HRR rating, and serial port (yes, an RS323 serial port). […]

You're reading GPD MicroPC 2: Souped-Up Successor to Original Pocket PC, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

GIMP 3.2 Dev Release Adds New Paint Mode + More

Category: OMG! Ubuntu!
Tags: General
Published: Thu, 03 Jul 2025 22:59:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The upcoming GIMP 3.2 release will include new features such as an Overwrite painting mode, support for importing Photoshop pattern files, and expanded file format support. This information was announced in a blog post on OMG! Ubuntu.

GIMP Wilber logo in front of a brick texture with the number 3.2 graffitied on it.GIMP 3.2 will include a new Overwrite painting mode, support for Photoshop pattern files, and expanded file format support.

You're reading GIMP 3.2 Dev Release Adds New Paint Mode + More, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Vivaldi 7.5 Browser Adds Tab Stack Colours, New DNS Settings

Category: OMG! Ubuntu!
Tags: General
Published: Thu, 03 Jul 2025 14:24:49 +0000
TL;DR: Here is a summary of the article in 2 sentences:

The latest update to the Vivaldi web browser, version 7.5, features colorful tab stacks and a concise tab context menu as its main changes. The update also includes new DNS settings, but further details on these improvements are not specified in the provided text.

Vivaldo logo on a colourful backgroundColourful tab stacks and concise tab context menu are the headline changes on offer the latest update to the Vivaldi web browser.

You're reading Vivaldi 7.5 Browser Adds Tab Stack Colours, New DNS Settings, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

GNOME 49 Makes Papers a Core App, Replacing Evince

Category: OMG! Ubuntu!
Tags: General
Published: Wed, 02 Jul 2025 22:59:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

Ubuntu had previously replaced its PDF viewer with Papers, anticipating that GNOME would make it a Core App. Now, GNOME has officially made Papers a Core App, replacing Evince as the default PDF viewer for the desktop environment.

When Ubuntu 25.04 made Papers its PDF viewer, it did so knowing knowing upstream GNOME planned to make it a Core App. Now it has.

You're reading GNOME 49 Makes Papers a Core App, Replacing Evince, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

Ubuntu Fixes Desktop File Thumbnails Not Showing

Category: OMG! Ubuntu!
Tags: General
Published: Wed, 02 Jul 2025 22:12:48 +0000
TL;DR: Here is a summary of the article in 2 sentences:

After nearly a year, Ubuntu 24.04 LTS desktop users will once again see thumbnails for supported file types such as images, PDFs, and others. This fix comes after a long period where these thumbnails were not appearing on the desktop.

Image, PDF and other supported file thumbnails will once again appear on the Ubuntu 24.04 LTS desktop, after nearly a year of not showing.

You're reading Ubuntu Fixes Desktop File Thumbnails Not Showing, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.


Read more

FOSS Weekly #25.27: System Info, Retro Tools, Fedora 32-bit Update, Torvalds vs Bcachefs and More Linux Stuff

Category: It's FOSS
Tags: General
Published: Thu, 03 Jul 2025 05:13:51 GMT
TL;DR: Here is a summary of the text in 2 sentences:

A goal has been successfully achieved, which was made possible by the efforts and support of many people (referred to as "wonderful folks"). The phrase expresses gratitude and appreciation for their contributions.
Goal achieved thanks to you wonderful folks.
Read more

Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

Category: It's FOSS
Tags: General
Published: Mon, 30 Jun 2025 07:16:37 GMT
TL;DR: Here is a summary of the statement in 2 sentences:

To get a retro vibe on Linux, you can use various tools that mimic old computer systems and operating systems from the past. These tools can help create a nostalgic atmosphere reminiscent of classic computers and gaming consoles, allowing you to experience the look and feel of vintage computing on your modern Linux system.
Get retro vibe on Linux with these tools.
Read more

FOSS Weekly #25.26: Torvalds-Gates Showdown, Hyprland Premium, Fedora's 32-bit Debacle, Xfce Themes and More Linux Stuff

Category: It's FOSS
Tags: General
Published: Thu, 26 Jun 2025 04:57:35 GMT
TL;DR: Here is a summary of your statement in 2 sentences:

We have reached the midpoint of the year.
We are halfway through the year ⌚🪰🪰
Read more

Linux Jargon Buster: What are Secure Boot & Shim Files?

Category: It's FOSS
Tags: General
Published: Wed, 25 Jun 2025 07:55:29 GMT
TL;DR: Here is a summary of the text in 2 sentences:

This article explains what Secure Boot and Shim are, two technologies that are used to secure the boot process of Linux systems, making them harder for malware to compromise. The article breaks down these complex concepts into simple terms, explaining why they matter and how they affect your Linux system's boot process.
Confused about Secure Boot and Shim in Linux? This jargon buster breaks down what they are, why they matter, and how they affect your Linux system’s boot process — in simple terms.
Read more

Btop++: Linux System Monitoring Tool That is Definitely Better than Top

Category: It's FOSS
Tags: General
Published: Sun, 22 Jun 2025 05:04:55 GMT
TL;DR: Here is a 2-sentence summary:

This is a terminal-based system monitoring tool that provides detailed information about system resources and processes, offering a sleek and efficient way to track performance and identify potential issues. With its terminal-based interface, users can quickly access valuable data to optimize their system's performance and troubleshoot problems.
A sleek terminal-based system monitor that gives you detailed insights to your resources and processes.
Read more

🧱 Building better initramfs: A deep dive into dracut on Fedora & RHEL

Category: Fedora Magazine
Tags: General
Published: Fri, 04 Jul 2025 08:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

This guide teaches you how to effectively use dracut, a modern tool used in Fedora and RHEL's boot process. You'll learn hands-on techniques for customizing module configurations, optimizing performance, and creating better initramfs images through real-world scenarios.
Learn how to harness the full power of dracut, the modern tool behind Fedora and RHEL's boot process. This hands-on guide explores real-world scenarios, custom module configurations, and performance tuning tips for building better initramfs images.
Read more

🔧 Unlocking system performance: A practical guide to tuning PCP on Fedora & RHEL

Category: Fedora Magazine
Tags: General
Published: Fri, 27 Jun 2025 08:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

Performance Co-Pilot (PCP) is a framework that collects, monitors, and analyzes system performance metrics, making it easy for administrators to gather data with minimal configuration. This guide focuses on tuning PCP's pmlogger service to optimize its performance for specific needs, such as debugging issues or monitoring system performance.
Performance Co-Pilot (PCP) is a robust framework for collecting, monitoring, and analyzing system performance metrics. Available in the repos for Fedora and RHEL, it allows administrators to gather a wide array of data with minimal configuration. This guide walks you through tuning PCP’s pmlogger service to better fit your needs—whether you’re debugging performance issues or […]
Read more

🔧 Deep dive into sosreport: understanding the data pack layout in Fedora & RHEL

Category: Fedora Magazine
Tags: Red Hat
Published: Wed, 25 Jun 2025 08:00:00 +0000
TL;DR: Here is a 2-sentence summary:

The sosreport output will be described in this article to improve its usefulness by providing a better understanding of its contents. The sosreport is a command-line utility available on Fedora, RHEL, CentOS, and other RHEL-based systems that collects a comprehensive snapshot of system information.
This article will describe the content and structure of the sosreport output. The aim is to improve its usefullness through a better understanding of its contents. 🧰 What is sosreport? sosreport is a powerful command-line utility available on Fedora, Red Hat Enterprise Linux (RHEL), CentOS, and other RHEL-based systems to collect a comprehensive snapshot of […]
Read more

System insights with command-line tools: free and vmstat

Category: Fedora Magazine
Tags: General
Published: Mon, 23 Jun 2025 08:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

This article explores two command-line tools, free and vmstat, that provide valuable insights into a Linux system's health. The free tool provides an instant snapshot of memory usage, while vmstat offers a real-time view of virtual memory statistics.
In this fifth article of the “System insights with command-line tools” series we explore free and vmstat, two small utilities that reveal a surprising amount about your Linux system’s health. free gives you an instant snapshot of how RAM and swap are being used. vmstat (the virtual memory statistics reporter) reports a real-time view of […]
Read more

Flock to Fedora 2025 Recap: Streaming from Kenya

Category: Fedora Magazine
Tags: General
Published: Thu, 19 Jun 2025 08:00:00 +0000
TL;DR: Here is a summary of the text in 2 sentences:

The author is recapping their experience attending Flock to Fedora 2025, which was streamed live from Kenya and took place on June 5-6. They want to express gratitude to the organizers, speakers, and volunteers who made the event possible, and are sharing their recap as a virtual attendee tuning in from Kenya.
This is my recap of Flock to Fedora 2025, streamed live from Kenya! I would really like to thank the amazing team – speakers, volunteers as well, who made FLOCK possible this year!  This recap is from a virtual attendee’s viewpoint, tuning in live from Kenya for June 5–6. Massive appreciation to everyone behind the […]
Read more

0
Subscribe to my newsletter

Read articles from Dallas Spohn directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Dallas Spohn
Dallas Spohn

Dallas, a seasoned professional with a diverse background, transitions seamlessly between roles as a systems admin turned developer, technical writer, and curriculum developer at Red Hat. With a knack for unraveling complex concepts, he crafts engaging materials primarily in DocBook, guiding enthusiasts through the intricacies of Red Hat's certification courses. In his earlier days, Dallas's passion for Anime led him to contribute to Anime News Network, channeling his creativity and expertise into captivating content. His contributions extended beyond writing as he interviewed prominent figures in the Anime industry, offering insights into their creative processes and visions. Beyond his professional pursuits, he's a devoted husband and father, cherishing moments with his loved ones. Dallas's journey in the tech industry spans various roles, from a security developer at NTT Security to an operations architect overseeing Linux servers for commercial transcoding. His tenure at esteemed institutions like Goldman Sachs and Lockheed Martin has honed his skills as a systems engineer, instilling in him a deep-rooted understanding of complex systems. An avid FPV pilot, Dallas finds exhilaration in soaring through the skies with his drones, often contemplating the lessons learned from his aerial adventures. His diverse experiences, including serving as a naval submariner aboard the USS Alexandria and pursuing higher education in England, enrich his perspective and fuel his thirst for knowledge.