There’s Hope That At Least Colorado’s Age Attestation Bill Could Exclude Open-Source

Last week was a statement by System76 regarding recent age verification laws in California and Colorado among other US states that could have a profound impact on Linux distributions and other open-source software. The Colorado legislation is especially pressing to System76 considering that is where they are based. Fortunately, they aren’t taking this lightly and there is some hope that at least in Colorado open-source software could be excluded…

NVIDIA Adds Official Support For RHEL-Compatible Distributions Like AlmaLinux With CUDA 13.2

With CUDA 13.2 that is now shipping, NVIDIA has provided official support for Red Hat Enterprise Linux compatible distributions/downstreams like AlmaLinux to CUDA. With this official NVIDIA CUDA support for these RHEL-compatible distributions, NVIDIA is also allowing the NVIDIA packages to be distributed directly from the OS package repositories…

NVIDIA 595 Linux Driver Running Well In Early Benchmarks

Last week NVIDIA released the 595.45.04 beta Linux driver as their first public build in the R595 release branch. The NVIDIA R595 Linux driver is bringing a number of Vulkan driver improvements, HDR enhancements, DRI3 v1.2 support, and a variety of other improvements. Benchmarking the NVIDIA 595.45.04 Linux driver the past few days on GeForce RTX 50 “Blackwell” have been showing some nice incremental performance improvements over the current NVIDIA 590 driver stable series.

digiKam 9.0.0 released

Version
9.0.0
of the digiKam photo-management system has been
released. “This major version introduces groundbreaking
improvements in performance, usability, and workflow efficiency, with
a strong focus on modernizing the user interface, enhancing metadata
management, and expanding support for new camera models and file
formats.
” Some of the changes include a
new survey tool
, more advanced search and sorting options, as well
as bulk
editing of geolocation coordinates
.

F&S FSSM8MP SMARC Module Features NXP i.MX 8M Plus with Dual GbE and Edge AI

The FSSM8MP from F&S Elektronik Systeme is a SMARC 2.2 computer-on-module built around the NXP i.MX 8M Plus processor. The module is designed for embedded and industrial systems requiring multimedia processing, machine vision capability, and edge inference support. The platform integrates four Arm Cortex-A53 cores operating up to 1.8 GHz alongside a Cortex-M7 real-time core […]

MSI MS-C936 Ultra-Thin Fanless Box PC Combines Intel Raptor Lake-P U-Series CPUs with Quad Displays and Dual 2.5GbE

MSI’s MS-C936 is a slim fanless box PC built around Intel Raptor Lake-P U-series processors. The system is designed for embedded deployments such as digital signage, automation platforms, and edge computing systems that require multiple display outputs and high-speed networking. The system supports processors including the Intel Core 5 120U, a 15 W chip that […]

Understanding Linux and Unix Environmental Variables

Variables are an important part of shell scripting, just as they are for every programming language. Simply put, a variable defines a location in system memory that holds a value for later use. This value can be a text string, a number, a filename, or the output of a command. The nice thing about variables is that you can assign a value to one once, and then re-use that value as many times as you like by simply referencing the name of the variable. There are several types of variables, and in this post we’ll look at environmental variables.

Building Cursor for LibreOffice: A Week-Long Journey

I wanted that same “AI in the doc” feel that I have with my coding IDE: chat in a sidebar, multi-turn conversations, and the AI actually doing things, reading and changing the document, and web searches as necessary to answer questions. I wanted this for Writer but I figured Calc and the others could happen eventually. Exposing the full Writer API to an agent is not an easy problem, especially since it can create very complicated documents, including embedded spreadsheets.