The Turbostat command-line utility for reporting processor frequency and idle statistics along with other useful information for AMD and Intel CPUs can now report some L2 cache stats for recent Intel CPUs beginning with Linux 7.0...
Linux block maintainer and IO_uring lead developer Jens Axboe recently was debugging some slowdowns in the AHCI/SCSI code with IO_uring usage. When turning to Claude AI to help in sorting through the issue, patches were devised that can deliver up to a "literally yield a 50-80x improvement on the io_uring side for idle systems." The code is on its way to the Linux kernel...
PipeWire 1.6 multimedia framework is out with adds an LDAC decoder, raises the maximum channel limit to 128, and delivers major audio and Bluetooth improvements.
The Gigabyte MZ33-AR1 is a single socket AMD EPYC 9004/9005 E-ATX server motherboard for those wanting up to 24 RDIMMs, dual 10 Gigabit LAN, and plenty of storage potential via six MCIO connectors and four PCIe Gen5 x16 slots. Beyond offering nice capabilities for this modern AMD EPYC server motherboard at a ~$700 USD price point, it's uniquely positioned for an open-source firmware future thanks to ongoing work around AMD openSIL and hopefully followed by OpenBMC.
When searching for "MT7902" and "Linux" there is no shortage of users asking about Linux driver support for the Mediatek MT7902 WiFi chipset or users complaining about their MT7902 WiFi not working under Linux with that chipset found in numerous laptops in recent years. Fortunately, there is finally Linux driver support for the MT7902 surfacing for review on the Linux kernel mailing list...
After delays, Weston 15.0 shipped this morning as the latest feature release to this reference Wayland compositor. Weston 15.0 comes in heavy on new features - including a Vulkan renderer in experimental form...
Merged on Wednesday were some additional memory management "MM" updates for the Linux 7.0 merge window. Most interesting out of these latest three dozen patches is support for batched unmapping of file-backed large folios...
Simdjson is the open-source project for high performance JSON parsing by leveraging SIMD instructions for "parsing gigabytes of JSON per second." Notably it showed years ago the huge performance advantage to using AVX-512 in JSON parsing for surprisingly big benefits. Simdjson has continued advancing since then with various optimizations over the years and today is out with simdjson 4.3 that brings yet more SIMD optimizations...
PipeWire 1.6 is out today as the newest feature release for this software widely used by the Linux desktop for managing of audio and video streams while nicely integrating with sandboxed Flatpak apps and more...
Within Tkinter, there are text boxes that allow the entry or viewing of text. The text can be newly entered or edited by the user. From the programming side, you can format the text as you wish. There is the use of colors, fonts, etc. Keep in mind that the Text Object can be a single line of text or multi-line. Some of these parameters are basic ones that we've seen before, so we will pass over them with examples because they are general options that nearly all objects use. Let's look at... https://www.linux.org/threads/python-series-part-23-text-widget-part-1.59025/