1825 Monetary Lane Suite #104 Carrollton, TX
Do a presentation at NTLUG.
What is the Linux Installation Project?
Real companies using Linux!
Not just for business anymore.
Providing ready to run platforms on Linux
|
Show Descriptions... (Show All/All+Images)
(Single Column)

- Date bug affects Ubuntu 25.10 automatic updates
The Ubuntu Project has announcedthat a bug in the Rust-based uutils version of thedate command shipped with Ubuntu 25.10 broke automaticupdates:
Some Ubuntu 25.10 systems have been unable to automatically checkfor available software updates. Affected machines include clouddeployments, container images, Ubuntu Desktop and Ubuntu Serverinstalls.
The announcement includes remediation instructions for thoseaffected by the bug. Systems with the rust-coreutils packageversion 0.2.2-0ubuntu2 or earlier have the bug, it is fixed in0.2.2-0ubuntu2.1 or later. It does not impact manual updates using theapt command or other utilities.
Ubuntu embarked on a project to "oxidize" the distribution byswitching to uutils and sudo-rsfor the 25.10 release, and to see if the Rust-based utilities would besuitable for the long-term-release slated for next April. LWN covered that project inMarch.
- Three new stable kernels for Thursday
Greg Kroah-Hartman has released the 6.17.5, 6.12.55, and 6.6.114 stable kernels. As usual, eachcontains important fixes throughout the tree; users are advised toupgrade.
- [$] Safer speculation-free user-space access
The Spectre class of hardware vulnerabilities truly is a gift that keeps ongiving. New variants are still being discovered in current CPUs nearlyeight years after the disclosure of thisproblem, and developers are still working to minimize the performance coststhat come from defending against it. The masked user-space accessmechanism is a case in point: it reduces the cost of defending against somespeculative attacks, but it brought some challenges of its own that areonly now being addressed.
- Btrfs support coming to AlmaLinux 10.1
The AlmaLinux project has announcedthat the upcoming 10.1 release will include support forBtrfs:
Btrfs support encompasses both kernel and userspace enablement, andit is now possible to install AlmaLinux OS with a Btrfs filesystemfrom the very beginning. Initial enablement was scoped to theinstaller and storage management stack, and broader support within theAlmaLinux software collection for Btrfs features is forthcoming.
Btrfs support in AlmaLinux OS did not happen in isolation. This wasproposed and scoped in RFC 0005, and has been built upon prior effortsby the FedoraBtrfs SIG in Fedora Linux and the CentOS Hyperscale SIGin CentOS Stream.
AlmaLinux OS is designed to be binary compatible with Red HatEnterprise Linux (RHEL); Btrfs, however, has never been supported inRHEL. A technology preview of Btrfs in RHEL 6 and 7 ended with thefilesystem being dropped from RHEL 8 andonward. AlmaLinux OS 10.1 is currentlyin beta.
- Security updates for Thursday
Security updates have been issued by AlmaLinux (ipa, kernel, and thunderbird), Debian (gdk-pixbuf, gegl, gimp, intel-microcode, raptor2, request-tracker4, and request-tracker5), Fedora (samba and wireshark), Mageia (haproxy, nginx, openssl, and python-django), Oracle (kernel and thunderbird), Red Hat (redis and redis:7), Slackware (bind), SUSE (aws-cli, local-npm-registry, python-boto3, python- botocore, python-coverage, python-flaky, python-pluggy, python-pytest, python- pytest-cov, python-pytest-html, python-pytest-metada, cargo-audit-advisory-db-20251021, fetchmail, git-bug, ImageMagick, istioctl, kernel, krb5, libsoup, libxslt, python-Authlib, and sccache), and Ubuntu (bind9, linux, linux-aws, linux-azure, linux-azure-6.8, linux-gcp, linux-gkeop, linux-ibm, linux-ibm-6.8, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-oracle, linux-azure, linux-azure-5.15, linux-gcp-5.15, linux-gcp-6.8, linux-gke, linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency, and linux-realtime, linux-realtime-6.8).
- [$] LWN.net Weekly Edition for October 23, 2025
Inside this week's LWN.net Weekly Edition: Front: Git 3.0 topics; Lazy imports for Python; RubyGems; LLMs for patch review; DebugFS. Briefs: Fedora AI policy; OpenBSD 7.8; DigiKam 8.8.0; Forgejo 13.0; KDE Plasma 6.5; RubyGems; Valkey 9.0.0; Quotes; ... Announcements: Newsletters, conferences, security updates, patches, and more.
- Fedora Council approves AI-assisted contributions policy
The Fedora Council has approvedan AI-assistedcontributions policy. This follows severalweeks of discussion, some of which was covered by LWN onOctober 1. The final policy contains substantial differences fromthe initialproposal, and now requires disclosure of AI tools "when thesignificant part of the contribution is taken from a tool withoutchanges".
- KDE Plasma 6.5 released
KDE Plasma6.5 has been released. Notable newfeatures include automatic light-to-dark theme switching based ontime of day, support for the experimental Wayland picture-in-picture protocol,as well as a number of usabilityand accessibilityimprovements. See the completechangelog for a list of the new features, enhancements,and bug fixes.
- [$] DebugFS on Rust
DebugFS is the kernel's anything-goes, no-rules interface: whenever a kerneldeveloper needs quick access to internal details of the kernel to debug aproblem, or to implement an experimental control interface,they can expose them via DebugFS. This is possible because DebugFS is not subjectto the normal rules for user-space-interface stability, nor to the rules aboutexposing sensitive kernel information. Supporting DebugFS in Rust drivers is animportant step toward being able to debug real drivers on real hardware. MatthewMaurer spoke atKangrejos 2025 about his recently mergedDebugFS bindings for Rust.
- Security updates for Wednesday
Security updates have been issued by Fedora (inih, mingw-exiv2, and mod_http2), SUSE (ffmpeg-4, kernel, libqt5-qtbase, protobuf, python-ldap, and python313), and Ubuntu (erlang, ffmpeg, linux, linux-aws, linux-gcp, linux-oem-6.14, linux-oracle, linux-oracle-6.14, linux-raspi, linux-realtime, linux-aws, linux-azure, linux-azure-6.14, linux-azure-nvidia-6.14, linux-azure-fips, linux-oracle-5.4, and linux-realtime-6.14).
- Valkey 9.0.0 released
Version9.0.0 of the Valkey distributed key-value database has beenreleased. Notable features of this release include Multipath TCP(MPTCP) support, new filters forclient commands, multi-databasesupport for cluster mode and much more. See the Valkey 9.0.0 RC1release notes for a full list of new features in this majorrelease.
According to a recent blog post, thisrelease includes major improvements to performance and scaling ofValkey clusters to more than 2,000 nodes and one billion requests persecond. Valkey began as afork of the Redis key-value database in March 2024, but hasevolved separately since then.
- [$] Git considers SHA-256, Rust, LLMs, and more
The Git source-code management system is a foundational tool upon whichmuch of the free-software community is based. For many people, Git simplyworks, though perhaps in quirky ways, so the activity of its developmentcommunity may not often appear on their radar. There is a lot happening inthe Git world at the moment, though, as the project works toward a 3.0release sometime in 2026. Topics of interest in the Git community includethe SHA-256 transition, the introduction of code written in Rust, and howthe project should view contributions created with the assistance of largelanguage models.
- DigiKam 8.8.0 released
Version8.8.0 of the digiKam photo-management system has been released."This version delivers significant improvements in performance,stability, and user experience, with a particular focus on imageprocessing, color management, and workflow efficiency". Changesinclude an import/export feature for tag hierarchies, focus-pointvisualization for some camera models, automatic use of the monitor colorprofile, and a background-blur tool.
- Security updates for Tuesday
Security updates have been issued by AlmaLinux (.NET 8.0, firefox, kernel, kernel-rt, libssh, and perl-JSON-XS), Debian (ark and libphp-adodb), Fedora (chromium and gi-docgen), Mageia (quictls), Oracle (.NET 8.0, .NET 9.0, firefox, httpd, kernel, libsoup3, libssh, microcode_ctl, and webkit2gtk3), SUSE (go1.24, go1.25, krb5, python-ldap, and webkit2gtk3), and Ubuntu (gst-plugins-base1.0, linux, linux-aws, linux-gcp, linux-gke, linux-gkeop, linux-hwe-5.15, linux-ibm, linux-ibm-5.15, linux-lowlatency, linux-lowlatency-hwe-5.15, linux-nvidia, linux-oracle, linux-oracle-5.15, linux-xilinx-zynqmp, linux-fips, linux-aws-fips, linux-azure-fips, linux-gcp-fips, linux-intel-iot-realtime, linux-realtime, and python-ldap).

- Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug
Besides the early fallout of switching to Rust Coreutils on Ubuntu 25.10 causing some breakage, a more pressing issue has been discovered: Ubuntu 25.10's unattended upgrades functionality for automatic security updates is currently broken due to a Rust Coreutils bug...
- Silicon Labs SixG301 Series 3 SoCs Target Zigbee, Matter, and Thread Development
Silicon Labs has announced general availability of its new Series 3 platform, debuting with the SiMG301 and SiBG301 wireless SoCs. Built on a 22 nm process, the Series 3 family targets compute-intensive IoT applications that require higher security, integrated connectivity, and support for modern 2.4 GHz wireless protocols. Series 3 introduces a multi-core architecture that […]
- Oracle OCI Compute E6 Benchmarks For Leading AMD EPYC Turin Performance In The Cloud
Oracle recently launched their E6 compute shape for Oracle Cloud and powered by AMD EPYC 9005 "Turin" processors. Oracle Cloud Infrastructure also launched their Compute Cloud@Customer X11 and Private Cloud Appliance X11 platforms that are all powered by the E6 compute shape with 5th Gen AMD EPYC. For those curious about the performance and value of the Oracle Cloud E6 shape compared to prior-gen E5 as well as alternatives from Amazon AWS, Microsoft Azure, and Google Cloud, these benchmarks are geared for you.
- Carnegie Mellon team claims vector-based system can turbocharge PostgreSQL
Researchers say 'Proto-X' fine-tunes databases automatically, delivering multifold performance boostsAutomated database systems based on vector embedding algorithms could improve the performance of default settings on common PostgreSQL database services by a factor of two to ten, according to a database researcher.…
- Astra SL2600 processors from Synaptics combine Arm cores and RISC-V Coral NPU
Synaptics has unveiled the Astra SL2600, a family of multimodal processors designed for edge computing across consumer, enterprise, and industrial IoT applications. The lineup debuts with the SL2610 product line, targeting low-power and high-performance designs used in smart home, automation, robotics, and retail systems. The Astra SL2600 family is built around the new Synaptics Torq […]

- China's New Five-Year Plan Sharpens Industry, Tech Focus
An anonymous reader shares a report: China's Communist Party elite vowed on Thursday to build a modern industrial system and make more efforts to achieve technological self-reliance, moves it sees as key to bolstering its position in its intensifying rivalry with the United States. As expected, the Party's Central Committee also promised more efforts to expand domestic demand and improve people's livelihoods - long-standing goals that in recent years have been little more than an afterthought as China prioritised manufacturing and investment - without giving many details. [...] The full five-year plan will only be released at a parliamentary meeting in March, but the post-plenum outline from state news agency Xinhua hinted at policy continuity, which concerns economists who have been calling for a shift towards aâgrowth model that relies more on household demand. Building "a modern industrial system with advanced manufacturing as the backbone" and accelerating "high-level scientific and technological self-reliance" were listed ahead of the development of "a strong domestic market," the communique showed.
Read more of this story at Slashdot.
- Memory Giants Samsung and SK Hynix Push Through 30% Price Increases Amid AI Server Boom
Samsung and SK Hynix have raised DRAM and NAND flash prices by up to 30% for the fourth quarter, Korean publications report. The two Korean memory giants passed the new rates on to customers as analysts predict the AI-driven memory supercycle will be longer and stronger than past boom periods. Several leading international electronics and server companies are stockpiling memory and negotiating long-term supply deals spanning two to three years. U.S. and Chinese electronics firms and data center operators are exploring mid-to-long-term contracts. Companies typically sign DRAM contracts on a quarterly or annual basis.
Read more of this story at Slashdot.
- Apollo Says AI Energy Gap 'Will Not Be Closed in Our Lifetime'
The amount of energy required to supply the data centers powering AI is so vast that meeting that need may be more than a lifetime away, according to a senior executive at Apollo Global. From a report: "The gap between what AI is demanding and what we have everywhere in the world on the grid in terms of generation and transmission is huge and will not be closed in our lifetime," Dave Stangis, who has led and developed Apollo's sustainability strategy over the past four years, said in an interview. That means sustainable energy investors need to accept that renewables alone aren't enough to power the AI age, he said. The comments encapsulate a new approach across the finance industry, where the economics of the energy transition -- a concept intended to represent the shift to a low-carbon future -- are becoming merged with the economics of an unprecedented boost in supply. "So what is happening around the world, there's no doubt about it, is what you might call energy addition," Stangis said. "The world is scrambling to add every source of power."
Read more of this story at Slashdot.
- Trump Pardons Binance Founder Changpeng Zhao
President Donald Trump has pardoned the Founder of Binance, Changpeng Zhao, who pleaded guilty to anti-money-laundering violations and served prison time. The Associated Press reports: Zhao has deep ties to World Liberty Financial, a crypto venture that the Republican president and his sons Eric and Donald Jr. launched in September. Trump's most recent financial disclosure report reveals he made more than $57 million last year from World Liberty Financial, which has launched USD1, a stablecoin pegged at a 1-to-1 ratio to the U.S. dollar. World Liberty Financial also recently announced that an investment fund in the United Arab Emirates would be using $2 billion worth of USD1 to purchase a stake in Binance. Zhao also has publicly said that he had asked Trump for a pardon that could nullify his conviction. White House press secretary Karoline Leavitt said in a statement Thursday that the Biden administration prosecuted Zhao out of a "desire to punish the cryptocurrency industry." She said there were "no allegations of fraud or identifiable victims," though Zhao had pleaded guilty in November to one count of failing to maintain an anti-money-laundering program.
Read more of this story at Slashdot.
- Three Decades After Clippy, Microsoft Launches Mico
Nearly three decades after Clippy appeared as Microsoft's Office assistant, the company is introducing Mico, a virtual character for Copilot's voice mode. The bouncing orb responds with real-time expressions during conversations and is being turned on by default, The Verge reports. Users can disable the feature, however. The assistant draws on a new memory feature inside Copilot to recall facts about users and their work. Mico will be available in the United States, United Kingdom, and Canada at launch. Microsoft is also adding a Learn Live mode that transforms the character into a Socratic tutor using interactive whiteboards and visual cues. The initiative is part of an effort to give Copilot a permanent identity. Jacob Andreou, corporate vice president of product and growth at Microsoft AI, said: "Clippy walked so that we could run."
Read more of this story at Slashdot.
- McKinsey Says Bank Profits Face Possible $170 Billion AI Hit
Banks face a hit to their bottom lines of as much as $170 billion if they don't adapt their business models to respond to customers turning to AI to optimize their finances. From a report: The consultancy firm predicted that customer uptake of agentic AI -- effectively autonomous bots -- would hit the profits banks earn from customer money in low interest accounts, according to a report from McKinsey published Thursday. "Imagine you have an AI agent that says: 'Hey, you could save $2,000-a-year by moving your money,'" Pradip Patiath, a senior partner at McKinsey, said. "It automates a lot of the inertia that is in the system today." Consumers hold $23 trillion out of a total of $70 trillion in accounts with close to zero interest rates, while the remainder is held in accounts that often pay relatively low rates, according to the research. Customer use of AI agents could lead to a 9% profit drop for banks, some $170 billion, if they do not change their business models. That could push average returns for banks below their cost of capital, the consultants said.
Read more of this story at Slashdot.
- Overshooting 1.5C Climate Target 'Inevitable': UN Chief
UN Secretary-General Antonio Guterres says it is now clear that efforts to cap global warming at 1.5C above pre-industrial levels will fail in the short term. AFP: Before next month's COP30 climate summit in Brazil, Guterres said going beyond 1.5C would result in "devastating" yet predictable impacts. "One thing is already clear: we will not be able to contain the global warming below 1.5C in the next few years," Guterres said at the UN's World Meteorological Organisation (WMO) weather and climate agency in Geneva. "Overshooting is now inevitable. Which means that we're going to have a period, bigger or smaller, with higher or lower intensity, above 1.5C in the years to come." However, if leaders start taking the problem seriously by driving towards net zero greenhouse gas emissions, "the 1.5 still remains -- according to all the scientists I met -- possible before the end of the century."
Read more of this story at Slashdot.
- Detection Firm Finds 82% of Herbal Remedy Books on Amazon 'Likely Written' By AI
An anonymous reader shares a report: With gingko "memory-boost tinctures," fennel "tummy-soothing syrups" and "citrus-immune gummies," AI "slop" has come for herbalism, a study published by a leading AI-detection company has found. Originality.ai, which offers its tools to universities and businesses, says it scanned 558 titles published in Amazon's herbal remedies subcategory between January and September this year, and found 82% of the books "were likely written" by AI. "This is a damning revelation of the sheer scope of unlabelled, unverified, unchecked, likely AI content that has completely invaded [Amazon's] platform," wrote Michael Fraiman, author of the study. "There's a huge amount of herbal research out there right now that's absolutely rubbish," said Sue Sprung, a medical herbalist in Liverpool. "AI won't know how to sift through all the dross, all the rubbish, that's of absolutely no consequence. It would lead people astray."
Read more of this story at Slashdot.
- Gboard's Latest Update Removes the Period and Comma Keys on Android
An anonymous reader writes: Gboard has introduced some significant changes to the app over the past few weeks, making typing on the app much easier than ever before. You can now resize the keyboard to your desired size, and there's even something in the works that will make adding apostrophes to your text even more seamless. If all of that wasn't enough, the app is now introducing a feature that some will find peculiar, which will allow users to remove the period and common punctuation keys from Gboard. This news comes to us from 9to5Google, sharing that this is now an option with the latest version of the app.
Read more of this story at Slashdot.
- Fujitsu's New Laptop in Japan Includes Optical Drive Abandoned Elsewhere
Fujitsu has released a new laptop in Japan with a built-in Blu-ray drive. The FMV Note A A77-K3 includes a BDXL-compatible optical drive that can read and burn discs. Most laptop manufacturers globally stopped including optical drives in the second half of the 2010s. The Japanese market has refused to follow that trend. Shops in Tokyo's Akihabara district recently experienced a spike in demand for optical drives and systems capable of reading Blu-ray discs, Tom's Hardware reports. Fujitsu sells two additional models in the FMV Note A line using Intel thirteenth-generation chips. Those systems include DVD drives instead of Blu-ray capability. Some other Japanese manufacturers also released optical-drive-equipped laptops earlier in 2025.
Read more of this story at Slashdot.
- American E-waste is Causing a 'Hidden Tsunami' in Southeast Asia, Report Says
Millions of tons of discarded electronics from the United States are being shipped overseas, much of it to developing countries in Southeast Asia unprepared to safely handle hazardous waste, according to a new report by an environmental watchdog. AP: The Seattle-based Basel Action Network, or BAN, said a two-year investigation found at least 10 U.S. companies exporting used electronics to Asia and the Middle East, in what it says is a "hidden tsunami" of electronic waste. "This new, almost invisible tsunami of e-waste, is taking place ... padding already lucrative profit margins of the electronics recycling sector while allowing a major portion of the American public's and corporate IT equipment to be surreptitiously exported to and processed under harmful conditions in Southeast Asia," the report said. Electronic waste, or e-waste, includes discarded devices like phones and computers containing both valuable materials and toxic metals like lead, cadmium and mercury. As gadgets are replaced faster, global e-waste is growing five times quicker than it's formally recycled. The world produced a record 62 million metric tons in 2022. That's expected to climb to 82 million by 2030, according to the United Nations' International Telecommunication Union and its research arm, UNITAR.
Read more of this story at Slashdot.
- Microsoft Demands 30% Profit Margins from Struggling Xbox Division
Microsoft has set a 30% profit margin goal for its Xbox gaming division, Bloomberg reported Thursday, well above the video game industry's average of 17% to 22%. The target, implemented in fall 2023 by CFO Amy Hood, represents a sharp departure from Xbox's previous approach of allowing developers to focus on making quality games without specific financial constraints. Xbox historically maintained profit margins between 10% and 20% and reported a 12% margin for the first nine months of Microsoft's 2022 fiscal year. The division has responded by canceling several projects that had been in development for more than seven years, including Everwild, Perfect Dark and Project Blackbird. It has also eliminated thousands of jobs and raised prices. In 2024, Xbox began releasing most of its games on rival Nintendo and Sony platforms. The heightened scrutiny comes as Microsoft prioritizes investment in generative AI while overseeing a gaming division that has struggled despite spending $76.5 billion on acquisitions.
Read more of this story at Slashdot.
- Apple Readies New Framework To Let iPhone Users Migrate App Data To Android
An anonymous reader quotes a report from 9to5Mac: Apple has been working on a new framework called AppMigrationKit, which will be compatible with devices running iOS 26.1 and later, as well as iPadOS 26.1 and later. Like iOS and iPadOS 26.1, the framework is currently in beta and will allow developers to include their app's data during the migration process between Apple and non-Apple devices (which, for now, essentially means Android). Interestingly, Apple notes that this framework is not intended for data migration between iOS and iPadOS, but rather exclusively to and from non-Apple devices: "AppMigrationKit only supports migration to and from non-Apple platforms, such as Android. The system doesn't use the framework for migration between iOS or iPadOS devices. The framework also has no functionality in iOS apps running in visionOS or in macOS on Apple silicon. The framework ignores calls from Mac apps built with Mac Catalyst." The AppMigrationKit documentation can be found here.
Read more of this story at Slashdot.
- SpaceX Disables 2,500 Starlink Terminals Allegedly Used By Asian Scam Centers
SpaceX has deactivated over 2,500 Starlink terminals allegedly used by scam operations in Myanmar, where the service isn't licensed but was reportedly enabling large-scale cybercrime networks tied to human trafficking and fraud. Ars Technica reports: Lauren Dreyer, vice president of Starlink business operations, described the action in an X post last night after reports that Myanmar's military shut down a major scam operation: "SpaceX complies with local laws in all 150+ markets where Starlink is licensed to operate," Dreyer wrote. "SpaceX continually works to identify violations of our Acceptable Use Policy and applicable law... On the rare occasion we identify a violation, we take appropriate action, including working with law enforcement agencies around the world. In Myanmar, for example, SpaceX proactively identified and disabled over 2,500 Starlink Kits in the vicinity of suspected 'scam centers.'" Starlink is not licensed to operate in Myanmar. While Dreyer didn't say how the terminals were disabled, it's known that Starlink can disable individual terminals based on their ID numbers or use geofencing to block areas from receiving signals. On Monday, Myanmar state media reported that "Myanmar's military has shut down a major online scam operation near the border with Thailand, detaining more than 2,000 people and seizing dozens of Starlink satellite Internet terminals," according to an Associated Press article. The army reportedly raided a cybercrime center known as KK Park as part of operations that began in early September. The operations reportedly targeted 260 unregistered buildings and resulted in seizure of 30 Starlink terminals and detention of 2,198 people. "Maj. Gen. Zaw Min Tun, the spokesperson for the military government, charged in a statement Monday night that the top leaders of the Karen National Union, an armed ethnic organization opposed to army rule, were involved in the scam projects at KK Park," the AP wrote. The Karen National Union is "part of the larger armed resistance movement in Myanmar's civil war" and "deny any involvement in the scams."
Read more of this story at Slashdot.
- A SiriusXM Update Sent Some Audi Screens Into a Forced-Reboot Loop For Months
An anonymous reader quotes a report from The Drive: This week, a reader wrote to us sharing that the infotainment in their 2020 Audi A4 had been "rebooting every five minutes all year." It looks like the problem was caused by a compatibility issue with a SiriusXM app update. Audi tells us the situation's been rectified, but it illustrates a serious pain point in modern cars -- myriad apps interacting with a diverse population of in-car software systems. Our reader was not the only Audi owner affected. "Randomly restarting" Audi infotainment screens have been discussed on Reddit, the Audiworld forum, and elsewhere, going back many months. Audi's recall notice and related service action only went out this summer. It looks like this particular problem was caused when the satellite radio app pushed an update that was supposed to work on the latest version of Audi's infotainment software, but not all cars were running that. Then SiriusXM reverted, which, I guess, did not solve the problem for every owner. Audi now states that the problem has been fixed and originated with the SiriusXM app, but really, the automaker bears more than a little blame, too. [...] I dropped our own contacts at Audi a note about how and why this might have happened, and they added this clarification: "At the beginning of the year, SiriusXM did a programming update which was addressed via a software update to the MMI. However, as not all customers had their cars updated and SiriusXM then reverted back to the previous category numbering. Nonetheless, a MMI update is recommended as the two versions do seem to cause the issue."
Read more of this story at Slashdot.

- Norks droning on about your dream job while pwning your PC
Social engineering? Check. Trojanized open source? Check. Lazarus’ pet RAT? Also check North Korea's Lazarus Group has successfully compromised Europe's unmanned aerial vehicle (UAV) sector with its Operation DreamJob campaign, which promises job seekers lucrative employment opportunities - but then delivers a malware-laced offer and a compromised computer.…
- Trump's workforce cuts blamed as America's cyber edge dulls
The Cyberspace Solarium Commission says years of progress are being undone amid current administration's cuts America's once-ambitious cyber defences are starting to rust, according to the latest annual report from the US Cyberspace Solarium Commission (CSC), which warns that policy momentum has slowed and even slipped backwards thanks to Trump-era workforce and budget cuts.…
- Apple's ultra-thin iPhone flops as foldable iPad hits a crease
Weak demand for iPhone Air and delays to a costly foldable tablet suggest Cupertino's hardware experiments are struggling Apple's run of hardware experiments appears to be hitting some turbulence: The company's ultra-thin iPhone Air has reportedly failed to catch on with buyers, while its long-awaited foldable iPad is slipping further down the calendar amid engineering snags and soaring costs.…
- A single DNS race condition brought Amazon's cloud empire to its knees
Fault in DynamoDB system cascaded through AWS services, knocking major sites offline for hours Amazon has published a detailed postmortem explaining how a critical fault in DynamoDB's DNS management system cascaded into a day-long outage that disrupted major websites and services across multiple brands – with damage estimates potentially reaching hundreds of billions of dollars.…
- SAP says some customers are dragging their feet on contract sign-offs
Share price dips as cloud sales outlook disappoints amid slow US public sector bookings SAP disappointed investors today after reporting full-year cloud revenue at the bottom end of its guidance range, with execs saying customers in manufacturing and the public sector are taking longer to sign contracts.…
- Senators accuse Smithsonian of 'illegal lobbying' over Discovery squabbles
Cornyn & co ask DoJ to probe respected research institution for trying to 'influence' public The saga of the Great Space Shuttle Relocation has taken another turn after US lawmakers asked the Department of Justice to look into alleged lobbying by the Smithsonian museum to prevent a possible transfer of Discovery to Houston, Texas.…
- SpaceX pulls plug on 2,500 Starlink terminals tied to Myanmar fraud farms
Criminal outfits had been using Musk's broadband beacons to run cyber-slavery scams across Southeast Asia SpaceX says it has shut down thousands of Starlink terminals that were powering Myanmar's notorious scam compounds after its satellite network was found to be keeping human trafficking and cyber-fraud operations online in the country's lawless border zones.…
- UK.gov vows to hack through regulation to get benefit from AI
Meanwhile, civil services claims 75,000 days could be saved by the tech each year Ignoring the skeptics and threat of an AI bubble, the UK government is pushing ahead with AI "sandboxing" and backing a raft of projects it claims could benefit from red-tape cutting.…
- Apple’s AirDrop makes weird latency spikes for Wi-Fi wonks, researcher finds
Cupertino wants you on certain channels, and pushes back if you have your own preferences Networking researcher Christoff Visser has found that Apple devices cause Wi-Fi networks to “jitter” due to traffic generated by the Apple Wireless Direct Link (AWDL) tech that powers the peer-to-peer AirDrop filesharing tool.…
- With impeccable timing, AWS debuts automated cloud incident report generator
We could really have used this a couple of days ago, guys In the same week that a massive outage of its own cloud inconvenienced millions of customers, AWS has delivered an improved interactive incident reporting service to help its customers explain what happened when their cloud-hosted resources strike trouble.…
- Ex-Uber CSO is gellin' like a felon with teen cyber crims, explains why they do it
Meanwhile Sullivan's legal battle continues interview Two convicted felons walk into a room at the request of a federal judge who wanted one of them - Joe Sullivan, the former Uber chief security officer found guilty of attempting to cover up a 2016 breach at the rideshare company - to help rehabilitate the other, whom the feds accused of hacking into corporate networks as a teen and participating in a "significant" digital heist.…
- NextSilicon Maverick-2 promises to blow away the HPC market Nvidia left behind
The one chip startup building accelerators for something other than AI boasts performance up 10x that of modern GPUs using a fraction the power Researchers and engineers working in particle physics, materials analysis, or drug discovery haven't exactly been spoiled for choice when it comes to chips capable of the highly precise double-precision calculations that these workloads depend. NextSilicon aims to change that with Maverick-2, a chip aimed not at AI but the high-performance computing (HPC) community.…
- Reddit to Perplexity: Get your filthy hands off our forums
Social media site continues legal campaign against those who take its content without a license Updated Reddit on Wednesday filed a lawsuit against Perplexity AI and three of its alleged data dealers for trafficking in unlawfully scraped information.…
- Salt Typhoon hit governments on three continents with SharePoint attacks
Plus spy helping spy: Typhoons teaming up Security researchers now say more Chinese crews - likely including Salt Typhoon - than previously believed exploited a critical Microsoft SharePoint vulnerability, and used the flaw to target government agencies, telecommunications providers, a university, and a finance company across multiple continents.…
- TI CEO says some customers still wary of Trump's import tax roulette
Company shares lost value on slow-than-expected sales The global semiconductor market is recovering, albeit at a slower pace than in previous cycles due to macroeconomic dynamics and ongoing uncertainty caused by US trade policy and tariffs, according to Texas Instruments.…
- Microsoft puts Office Online Server on the chopping block
The end is nigh, now get thee to 365 Microsoft will kill Office Online Server next year, creating a headache for anyone using on-premises Office web applications and the beleaguered holdouts sticking with Skype for Business Server.…
- Grounded jet engines take off again as datacenter generators
AI power demands drive operators to repurpose aircraft parts amid gas turbine shortages AI-driven datacenter energy needs are causing a shortage of gas turbines to power generators, with some operators reportedly turning to old aircraft engines instead.…
- AI bubble inflates Microsoft CEO pay to $96.5M
480:1 ratio compared to average employee? Must be all that 'leadership' juice Months after saying job cuts at Microsoft weighed on him, bossman Satya Nadella has another problem: how to expend his swelling bank balance following another bumper pay rise.…
- Carnegie Mellon team claims vector-based system can turbocharge PostgreSQL
Researchers say 'Proto-X' fine-tunes databases automatically, delivering multifold performance boosts Automated database systems based on vector embedding algorithms could improve the performance of default settings on common PostgreSQL database services by a factor of two to ten, according to a database researcher.…
- Google porting all internal workloads to Arm, with help from GenAI
YouTube and Gmail already running on both x86 and homebrew Axion silicon, 70,000 more apps in the conversion queue Google has revealed it’s ported around 30,000 of its production packages to the Arm architecture and plans to convert them all so it can run workloads on both its own Axion silicon and x86 processors.…
- OpenAI releases bot-tom feeding browser with ChatGPT built in
Why experience the web for yourself when there's so much privacy to surrender? In a bid to grab even more eyeballs, OpenAI has finally released Atlas, its long-teased, ChatGPT-powered web browser. Surfing the web may never be the same now that a bot is doing it for you – while training itself at the same time.…
- Fake home invasion vid lands woman in real trouble
And got arrested instead of earning a viral TikTok A Maryland woman who allegedly used AI to fake a home invasion was arrested and charged with making false statements after telling police that the ersatz intruder was part of a prank gone wrong.…
- MCP attack abuses predictable session IDs to hijack AI agents
The vuln affects the Oat++ MCP implementation updated A security flaw in the Oat++ implementation of Anthropic's Model Context Protocol (MCP) allows attackers to predict or capture session IDs from active AI conversations, hijack MCP sessions, and inject malicious responses via the oatpp-mcp server.…
- Is PHP declining? JetBrains says yes. And no
24,500 devs polled, two blog posts, one confusion JetBrains has released its State of the Developer Ecosystem survey, with more than 24,500 responses, revealing AI's impact on developer tools and programming language trends - including the claim that PHP and Ruby are in "long term decline."…

- Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces
OpenTelemetry (fondly known as OTel) is an open-source project that provides a unified set of APIs, libraries, agents, and instrumentation to capture and export logs, metrics, and traces from applications. The project’s goal is to standardize observability across various services and applications, enabling better monitoring and troubleshooting. Read More at Causely
The post Using OpenTelemetry and the OTel Collector for Logs, Metrics, and Traces appeared first on Linux.com.
- Xen 4.19 is released
Xen Project 4.19 has been officially out since July 31st, 2024, and it brings significant updates. With enhancements in performance, security, and versatility across various architectures like Arm, PPC, RISC-V, and x86, this release is an important milestone for the Xen community. Read more at XCP-ng Blog
The post Xen 4.19 is released appeared first on Linux.com.
- Advancing Xen on RISC-V: key updates
At Vates, we are heavily invested in the advancement of Xen and the RISC-V architecture. RISC-V, a rapidly emerging open-source hardware architecture, is gaining traction due to its flexibility, scalability and openness, which align perfectly with our ethos of fostering open development ecosystems. Although the upstream version of Xen for RISC-V is not yet fully [0]
The post Advancing Xen on RISC-V: key updates appeared first on Linux.com.

- AMD Radeon AI PRO R9700 Hitting Retailers Next Week For $1299 USD
Back in May AMD announced the Radeon AI PRO R9700 with 128 AI accelerators, 32GB of GDDR6 video memory, and other advantages for this AI-focused RDNA4 based graphics card over the RDNA3-based Radeon PRO W7900. The Radeon AI PRO R9700 was supposed to be available in July while today AMD announced it will be going on sale next week...
- KDE Plasma 6.59s Overlay Planes Support Yields Significant Power Savings
KDE KWin developer Xaver Hugl published a new blog post today outlining the KMS overlay planes support present within the newly-released Plasma 6.5 desktop. While not yet enabled by default, enabling the overlay planes functionality can result in some nice power savings such as during video playback...
- Linux9s Proposed Cache Aware Scheduling Benchmarks Show Big Potential On AMD EPYC Turin
The past number of months has seen a lot of work by Intel Linux kernel engineers on cache-aware scheduling / load balancing for helping modern CPUs that have multiple caches. With cache aware scheduling, tasks that will likely share resources could be aggregated into the same cache domain to enjoy better cache locality. With the cache aware scheduling patches recently updated and now working past the "request for comments" stage, I was eager to try out these new patches. Especially with a 44% time reduction reported for one of the benchmarks, I was eager to run some tests and the first of those results are being shared today.
- Canonical Academy Announced For New Ubuntu Linux Certifications
In addition to announced Snap-based silicon-optimized AI large language models, Canonical used the ongoing Ubuntu Summit 25.10 virtual event to announced Canonical Academy. Canonical Academy is their new effort for badges/certifications around Ubuntu Linux...
- Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug
Besides the early fallout of switching to Rust Coreutils on Ubuntu 25.10 causing some breakage, a more pressing issue has been discovered: Ubuntu 25.10's unattended upgrades functionality for automatic security updates is currently broken due to a Rust Coreutils bug...
- Canonical Begins Snap9ing Up Silicon-Optimized AI LLMs For Ubuntu Linux
Canonical's new push for their Snap app packaging/sandboxed format on Ubuntu Linux is for AI large language models (LLMs). Making it more interesting though is that they are working to deliver silicon-optimized AI LLMs for your hardware and to make it easily deployable for Ubuntu sers...
- GTK 4.22 To Natively Support SVG - Including Animations
GTK has long supported Scalable Vector Graphics (SVG) for icons but with up until recently relying on the external librsvg library, the integration hasn't been perfect. But Red Hat engineer Matthias Clasen has been working on having the GTK toolkit natively support SVG...
- Linux Looks To Orphan Its ISDN Subsystem
Integrated Services Digital Network (ISDN) usage is long obsolete even where it had enjoyed some successes in the likes of Germany and Norway. With no activity in years to the ISDN and mISDN subsystem code for the Linux kernel, a patch was sent out today for orphaning the code...
- Qualcomm Plumbing "SSR" Support To Deal With Crashes On AI Accelerators
Crashes on NPUs and AI accelerators are unfortunately a thing and yet another obstacle to worry about it with modern computing. Qualcomm developers have sent out patches for Sub-System Restart "SSR" functionality for their Qualcomm AI Accelerator (QAIC) driver for Linux to handle restarts when workload crashes occur on their AI accelerator hardware...
- Oracle OCI Compute E6 Benchmarks For Leading AMD EPYC Turin Performance In The Cloud
Oracle recently launched their E6 compute shape for Oracle Cloud and powered by AMD EPYC 9005 "Turin" processors. Oracle Cloud Infrastructure also launched their Compute Cloud@Customer X11 and Private Cloud Appliance X11 platforms that are all powered by the E6 compute shape with 5th Gen AMD EPYC. For those curious about the performance and value of the Oracle Cloud E6 shape compared to prior-gen E5 as well as alternatives from Amazon AWS, Microsoft Azure, and Google Cloud, these benchmarks are geared for you.
- LLVM Lands Some Long Overdue Tuning Optimizations For AMD Zen 4
Merged today to the LLVM/Clang compiler codebase are some long overdue adjustments to the AMD Zen 4 "znver4" CPU model for more accurately assessing various latency timings and micro-ops. These values were initially copied over from the Zen 3 (znver3) target but never adjusted properly for Zen 4 until now when an independent contributor took to sorting it out...
- Linux 6.18 Adding AWCC Profile Support For The Dell G15 5530
For those that happen to have the Dell G15 5530 laptop or considering this Intel Core i7 13650HX + NVIDIA GeForce RTX high-end laptop, the upcoming Linux 6.18 kernel is set to have AWCC platform profile support for this model as a nice enhancement. In turn this patch should also be back-ported to future stable Linux kernel point releases...
- Intel Xe3P_LPD Display Support For Linux Being Built Out Ahead Of Nova Lake
Earlier this month Intel Linux software engineers began posting patches for enabling Xe3P kernel graphics driver support with initial usage by Nova Lake processors and later the expected Celestial discrete GPUs. That initial Xe3P iGPU support is going into Linux 6.19 but expect more feature additions and optimizations in follow-on kernel cycles in 2026. Similarly the patches have now begun coming out for enabling the display engine capabilities for "Xe3P_LPD" for actually being able to drive displays (monitors) with Xe3P on Nova Lake...
- Intel Nova Lake Support Merged For GCC 16 Compiler
Following last week LLVM/Clang 22 adding Intel Nova Lake with "-march=novalake" support, the GNU Compiler Collection (GCC) has now received similar treatment for the promising next-generation desktop processors...
- Linux 6.19 To Enable Networking For The EIC7700 SoC Powering The SiFive Premier P550
Upstreamed for the current Linux 6.18 cycle was finally having mainline support for the ESWIN EIC770 SoC with its four SiFive P550 cores plus having the DeviceTree support for the SiFive HiFive Premier P550 RISC-V development board using that SoC. Sadly not making it though for Linux 6.18 was the Ethernet controller support for the EIC7700 SoC but that is now destined to arrive in Linux 6.19...
- AlmaLinux 10.1 Will Support The Btrfs File-System
It's been nearly a decade since Red Hat notably deprecated Btrfs back in Red Hat Enterprise Linux 6.8 after it being a tech preview in earlier versions of RHEL. While upstream Red Hat Enterprise Linux 10 remains on XFS and supporting the likes of Stratis Storage with LVM, AlmaLinux today announced that their AlmaLinux 10.1 release will support Btrfs...
- Intel Nova Lake To Feature 6th Gen NPU
Following the recent Xe3P graphics enablement for Nova Lake as well as Nova Lake compiler target enablement and other early hardware enablement for Intel's Nova Lake processors, today has brought initial enablement for Nova Lake's NPU...
- Revisiting The SNC3 vs. HEX Mode Performance With Intel Xeon 6 Granite Rapids
Last year following the launch of the Intel Xeon 6900P Granite Rapids processors I ran some benchmarks looking at the SNC3 vs. HEX clustering mode performance. With having an Intel Xeon 6980P server back up and running on a Giga Computing R284-A92-AAL server after my AvenueCity reference server failed nearly one year ago, I revisited the SNC3 vs. HEX clustering performance for those curious how it9s looking on a modern software stack and with new/updated benchmarks.
- TARmageddon Strikes: High Profile Security Vulnerability In Popular Rust Library
Going public today is CVE-2025-62518, or better known by the name given by the security researchers involved: TARmageddon. The TARmageddon vulnerability affects the popular async-tar Rust library and its various forks like tokio-tar. In turn TARmageddon impacts the uv Python package manager and other users of this library...

- OpenBSD 7.8 released
Like clockwork, every six months, we have a new OpenBSD release. OpenBSD 7.8 adds support for the Raspberry Pi 5, tons of improvements to sleep, wake, and hibernate, the TCP stack can now run in parallel on multiple processors, and so much more. DRM has been updated to match Linux 6.12.50, and drivers for the Qualcomm Snapdragon DRM subsystem and Qualcomm DisplayPort controller were added as well. The changelog is, as always, long and detailed, so head on over for the finer details. OpenBSD users will know how to upgrade, and new users can visit the download page.
- What about the icons in pifmgr.dll?
Raymond Chen has another great post about some of the classic icons from Windows 95, this time focusing on pifmgr.dll. In this file, there are a variety of random-seeming icons, and it turns out theyre random for a reason: they were just a bunch a fun, generic icons intended for people to use when creating PIF files. The icons in pifmgr.dll were created just for fun. They were not created with any particular programs in mind, with one obvious exception. They were just a fun mix of icons for people to use for their own homemade shortcut files. ↫ Raymond Chen at The Old New Thing For those of us who didnt grow up with Windows, or who, god forbid, are too young to know, PIF or personal information files are effectively shortcuts to DOS programs for use in a multitasking environment. A PIF file would not only point to the relevant DOS executable, but also contain information about the environment in which said executable was supposed to run. Their history goes back to IBMs TopView, and Microsoft later embraced and adapted them for use in Windows.
- Understanding driver updates through Windows Update
Microsoft has published a set of short questions and answers about driver updates through Windows Update, and theres one tidbit in there I found interesting. Driver dates might look old, but that is not true. The driver date is descriptive info set by the driver provider and can be any date they choose. When determining which driver to install, Windows Update uses targeting information set by the provider inside the driver files to determine the best driver. This lets the device provider promote the best driver, regardless of the chosen date. ↫ Microsoft knowledge base article Whenever I do have to fiddle with Windows machines, I always wondered about why some drivers in Windows Update would show some seriously old dates. It turns out the answer is as obvious as it always tends to be: OEMs.
- KDE Plasma 6.5 released
KDE is on a roll lately, and keeps on rolling with todays release of KDE Plasma 6.5. As the project itself notes, this release focuses on relatively small improvements, refinements, and other niceties, without making any massive changes. With Linux desktops taking accessibility more seriously lately than ever before, I want to focus on the accessibility improvements first. The Orca screen reader now announces caps lock state changes, and screen readers will now describe the Shortcuts and Autostart pages more optimally. Theres also a new grayscale colour filter for people sensitive to colours, developers have done Plasma-wide pass to eliminate bright flashes in the UI, and the desktop zoom feature will now follow the text insertion point as it moves around the UI. Keyboard navigation in various parts of Plasma have been improved, and a few other small changes have been to improve accessiblity. Other changes include rounded bottom window corners (which can be turned off), automatic and scheduled theme and wallpaper transitions (e.g. from light to dark), and a new and improved applications permissions settings panel. A small new feature that will be a massive time saver for me is the ability to favourite items in your clipboard history, so they remain available over time. I reuse certain copied bits of text all the time, and I cant wait to start using this little addition. Remote desktop has also received a ton of love in Plasma 6.5. You can now share your clipboard, and you no longer need to create dedicated RDP user accounts; you can just log in with your normal account credentials as you would expect you could. Plasmas Discover application, used for application and update management, has seen major work to improve its performance very welcome, for sure. Of course, theres a ton of other changes, too. KDE Plasma 6.5 will find its way to your distribution soon enough.
- Intel, AMD to bring memory tagging to x86, at some point
Now that ARMs memory tagging, used extensively by Android ROMs such as GrapheneOS and now also by Apple, is becoming the new norm to aid in improving memory safety, the x86 world cant sit idly by. As such, Intel and AMD have announced a ChkTag, x86s version of memory tagging. ChkTag is a set of new and enhanced x86 instructions to detect memory safety violations, such as buffer overflows and misuses of freed memory (use-after-free). ChkTag is designed to be suitable for hardening applications, operating system kernels, hypervisors for virtualization, and UEFI firmware. ChkTag places control in the software developers’ hands to balance their security needs with operational elements that often become prominent when deploying code. For example, ChkTag provides instruction-granular control over which memory accesses are checked. Compilers can offer optimizations and new language features or intrinsics. ChkTag prepares x86 for a future with increasing amounts of code written in memory-safe languages running alongside code in other languages. Furthermore, ChkTag loads tags from linear/virtual memory that can often be committed on demand. ↫ Intel and AMDs announcement Its important to note that ChkTag why not just call it CheckTag isnt ready yet, nor is there any indication when it will be included in any processors from Intel and AMD. The goal is to catch certain memory safety problems in hardware. According to Intel and AMDs shared announcement, developers will have fine-grained control over the feature, allowing them to tap into the functionality in whatever way they deem necessary or valuable for their software in specific circumstances. My fear is that Intel and AMD will use this feature as a product differentiator, restricting it to either more expensive processors or to Xeon/Threadripper processors, thereby fracturing the market. This would inevitably lead to spotty support for the feature across the x86 landscape, meaning most ordinary consumer wont benefit from it at all.
- This is how much Anthropic and Cursor spend on Amazon Web Services
I can exclusively reveal today Anthropic’s spending on Amazon Web Services for the entirety of 2024, and for every month in 2025 up until September, and that that Anthropic’s spend on compute far exceeds that previously reported.` Furthermore, I can confirm that through September, Anthropic has spent more than 100% of its estimated revenue (based on reporting in the last year) on Amazon Web Services, spending $2.66 billion on compute on an estimated $2.55 billion in revenue. ↫ Ed Zitron These numbers do not even include what the company spends on Googles services. Going through all the numbers and reporting, Zitron explains that the more successful! Anthropic becomes, the bigger the gap between income from paying customers and its spending on Amazon and Google services becomes. Its simply unsustainable, and the longer we keep this scam going, the worse the consequences will be when the bubble pops. Sadly, nobody will go to jail once hell breaks loose.
- Cartridge chaos: the official Nintendo region converter and more!
This post is a combination of looks at several oddities among my pile of NES and Famicom cartridges. Why, for example, do I have a copy of Gyromite when I don’t have a R.O.B.? Did I miss something interesting in my MMC blog post? And while it is the Japanese release of Kid Niki: Radical Ninja, is my Kaiketsu Yanchamaru being a little too radical? Who put the ram in the rama-lama-ding-dong? Some of these questions will be answered! ↫ Nicole Branagan at Nicole Express A well-written post with tons of weird NES nerdery. Branagan delivers, every time.
- Microsoft breaks USB input in Windows Recovery Environment
With official support for Windows 10 having officially ended a few days ago, lets take a look and see how its successor, Windows 11, is doing. Microsoft released the`first Patch Tuesday update (KB5066835)`for Windows 11 25H2 this past week and it is probably fair to say that it has been a rough start for the new feature update. Despite the announcement of a wide rollout wherein the new version is`now available for download for everyone, the company has already confirmed large-scale issues. First up, Microsoft was forced to issue an emergency workaround as the update`broke localhost auth`and following that the company today has confirmed another problem where recovery can become impossible if you happen to use a USB keyboard or mouse. ↫ Sayan Sen at Neowin Yes. This is a real thing. This latest round of patches makes it entirely impossible to navigate the Windows Recovery Environment with USB keyboards and mice. Since its 2025, USB is probably the protocol through which most people connect their keyboard and mice (although to be fair, some laptops probably still default to internal PS/2 for their touchpads). This means that if you run into a problem with Windows 11 that requires you to access the Windows Recovery Environment perhaps OneDrive did too many lines of cocaine again you cant actually do anything inside of it. Theres no fix yet, so you either remove the offending patches, hope your PC still has a PS/2 port and you still have PS/2 peripherals, or hope Windows 11 wont fall over and die until Microsoft releases a fix for the issue. Of course, people still using Windows 10, people who arent installing every single Windows 11 update as they become available, and people using real operating systems have nothing to worry about. You cant help but wonder, though with Microsoft pushing AI! so hard, how many of these recent faceplants are the result of Microsoft engineers frantically trying to meet code quotas using Copilot?
- Servo 0.0.1 released
Today, the Servo team has released new versions of the servoshell binaries for all our supported platforms, tagged v0.0.1. These binaries are essentially the same nightly builds that were already available from the download page with additional manual testing, now tagging them explicitly as releases for future reference. ↫ Servos official blog Servo is making steady progress, and thats awesome news. Every month a whole slew of new features and improvements make their way into this new browser engine, and Im fairly confident Servo is our best shot at regaining some independence from Google and Apple in the web browser space. Other efforts are either too limited in scope, targeting only a specific niche, already being eaten alive by massive corporations, written in non-memory safe languages, run by people whose code I wouldnt even trust to flush my toilet, or any combination thereof. Servo is it, folks. Our best shot.
- I remember taking a screen shot of a video, and when I opened it in Paint, the video was playing in it!!
In older versions of Windows, if you had a video playing, took a screenshot, and pasted that screenshot into Paint, you could sometimes see the video continue to play inside Paint. What kind of sorcery enabled this to happen? A few of you will realise instantly why this used to happen: render surfaces. Back in at least the Windows 9x days, playing video involved drawing solid green where you wanted the video to go (the video player window), rendering the video pixels to a surface shared with the graphics card, and then have the graphics card replace said green pixels with the video pixels from the shared surface. This approach has a whole array of benefits, not least of which is that it allowed you to render the video on a thread separate from the main user interface, so that if the main interface was sluggish or locked up, the video would keep rendering properly. You could also create two shared surfaces to render multiple frames at once, thereby eliminating tearing. Knowing this, it should be obvious whats going on with the screenshot and Pain story. Now, when you load the image into Paint or any other image viewer, Windows sends those green pixels to the video card, but if the media player is still running, then its overlay is still active, and if you put Paint in the same place that the media player window is, then the green pixels in Paint get changed into the pixels of the active video. The video card doesn’t know that the pixels came from Paint. Its job is to look for green pixels in a certain region of the screen and change them into the pixels from the shared surface. If you move the Paint window to another position where it doesn’t overlap the media player, or if the media player isn’t playing a video, you will see the bitmap’s true nature: It’s just a bunch of green pixels. ↫ Raymond Chen at The Old New Thing Ive never had this particular oddity happen, but I do have vague memories of video player windows rendering tons of green artifacts whenever something went wrong with the video player, the file it was trying to play, or whatever else, and I guess the cause of those green artifacts is the same. In modern operating systems, graphics rendering of the UI is done entirely on the GPU, with only the final composition being sent to your display. As such, the green screen effect no longer occurs.
- The early Unix history of chown() being restricted to root
Chris Siebenmann with another interesting look at a tiny detail of UNIX history. A few years ago I wrote about the divide in chown() about who got to give away files, where BSD and V7 were on one side, restricting it to root, while System III and System V were on the other, allowing the owner to give them away too. The answer is that the restriction was added in V6, where the V6 chown(2) manual page has the same wording as V7. In Research Unix V5 and earlier, people can chown(2) away their own files; this is documented in the V4 chown(2) manual page and is what the V5 kernel code for chown() does. This behavior runs all the way back to the V1 chown() manual page, with an extra restriction that you cant chown() setuid files. ↫ Chris Siebenmann The deeper levels of this particular rabbit hole need more exploring, though, as eventually Siebenmann hits a roadblock when trying to figure out why, exactly, the restriction was added, and why certain versions chose to not adopt the new restriction. This may be part of the lore of UNIX we wont uncover, until one of the people involved speaks up.
- Windows 11, now with even more AI! where you dont want it
Microsoft has posted a blog post about detailing its latest round of additions to Windows 11, and as will surely not surprise you, its AI!, all the time, whether you like it or not. Im not even going to detail most of these features!, as Im sure most of them will just become yet another series of checkboxes on whatever debloating tool you prefer. Still, theres one recurring theme running throughout Microsofts recent AI! marketing that really stands out, and this blog post is no different: Until now, the power of AI has often been gated behind your skill at prompting.` The more context you provide and detail you share, the richer response you receive in return. But typing it out can be tedious and time consuming, especially if it takes multiple tries to get it right. With 68% of consumers reporting using AI to support their decision making, voice is making this easier. ↫ Yusuf Mehdi at the Windows Blogs Youre holding it wrong! has become a recurring meme whenever someone places the blame for a shit product on its users, but were really starting to see this line of thinking explode with AI! tools now. If youre getting bad, wrong, or downright made up results out of your text generator which happens all the time the problem isnt that the text generator is shit; no, the problem is that the user is shit at manipulating and coercing it into generating the right string of words. This is a major problem for AI! companies, as the obtuseness of input and the inevitable shoddiness of results is most likely putting users off using them, and if theres one thing these companies needs, its users. All of them are hemorrhaging money without any realistic paths towards profitability, so theres a mad scramble to convince and trick people into using AI! tools, and every single recent effort by Microsoft regarding Windows and Office is 100% geared towards this goal. Thats why nothing is sacred, and everything from Notepad to Paint, from the the Windows Start menu to context menus, from the Explorer file manager to your Windows command line is getting Copilot buttons and sparkly icons: Microsoft has to be able to brag about AI! user numbers to keep the scam going. As the bubble gets bigger and bigger, and as we come closer and closer to that satisfying pop, you can expect ever more places in Windows to get AI! features. I cant wait for the sparkle icon to show up when formatting a disk, installing a driver through Device Manager, or during a kernel panic. I cant wait for the blue screen of death to open a Copilot chat that advises you to do something utterly unrelated. You can do it, Microsoft.
- A deep dive into the Silicon Graphics Indigo² IMPACT 10000
This beautiful purple slab is the Silicon Graphics Indigo² (though, unlike its earlier namesake, not actually indigo coloured) with the upper-tier MIPS R10000 CPU and IMPACT graphics. My recollection was that it worked at the time, but I couldnt remember if it booted, and of course that was no guarantee that it could still power on. If this machine is to stay working and in the collection, were gonna need a Refurb Weekend. ↫ Cameron Kaiser at Old Vintage Computing Research Out of all the retro UNIX workstations of old, the machines from SGI are both the most popular, the most well-known, and thus, also some of the most expensive. Yet, at the same time, everything up until the very last generation or two of MIPS IRIX workstations, generally do not seem to be particularly rare either. The community around SGIs machines and IRIX is also quite thriving still, much more so than the communities of the other commercial UNIX variants. Still, the odds of me completing my collection of final-generation commercial UNIX workstations are low, exactly because of just how rare and stupidly expensive the SGI Tezro is. As always, Cameron Kaiser goes into a level of detail few other people in the world do when it comes to rare or special computers, and this article about the Silicon Graphics Indigo² is no exception. Detailed photographs, an in-depth history of the machine, detailed descriptions of the hardware, the various fixes that needed to be performed, getting it back up and running, and everything else. Theres really nobody else writing these kinds of articles. The weekends here, so sit back, relax, and have fun.
- NLnet sponsors development of WPA3 support for OpenBSD
The NLnet foundation has sponsored a project to add WPA3 support to OpenBSD, support which in turn can be used by other operating systems. This project delivers the second open-source implementation of WPA3, the current industry standard for Wi-Fi encryption, specifically for the OpenBSD operating system. Its code can also be integrated by other operating systems to enable modern Wi-Fi encryption, thereby enhancing the diversity and resilience of the global IT ecosystem. ↫ NLnet foundation announcement WPA3 support in Linux seems to be the only other open source implementation of WPA3, so this is great news not only for OpenBSD, but also for other operating systems who rely on BSD network drivers through compatibility layers, like Haiku. FreeBSD, meanwhile, is planning to build its own WPA3 implementation, so they, too, might benefit form the work thats going to be done through OpenBSD. October is listed as the start of this project, so work is probably already underway.
- An initial investigation into WDDM on ReactOS
One of the problems the ReactOS project continually has to deal with is that Windows is, of course, an evolving, moving target. Trying to be a Windows-compatible operating system means youre going to have to tie that moving target down, and for ReactOS, the current focus is on being compatible with Windows Server 2003 or later!. This or later! part is getting a major boost in a very crucial area. The history of ReactOS spans a wider range than the lives of many of the people who work on it today. Incredible individuals have come and gone from the project with vastly different goals for what they want to see developed. In recent years, better hardware support has emerged as one of those goals. As ReactOS gazes towards the world of Vista and beyond, a few questions about how hardware works emerge. Vista introduced massive overhauls to how hardware drivers are written and maintained. Gradually we’re trying to handle many of these overhauls with great success. Today we talk about WDDM, or the Windows Display Driver Model. An initial investigation into WDDM on ReactOS Theres a ton of technical details in the blog post, but the end result is that ReactOS can now tentatively load some WDDM drivers. For instance, ReactOS can run NVIDIAs Windows 7 driver now, and the example used an NVIDIA GTX 1070. Of course, were looking at basic 2D display output only and no 3D acceleration, so dont expect to be running any 3D games on ReactOS any time soon. Still, this is a pretty massive step forward for ReactOS, but of course, a ton more work remains to be done, as is always the case for ReactOS. I do have to say the fact that WDDM support is now on the table and progress is being made here is great news. ReactOS is not even remotely close to being an alternative to Windows, but even if it never gets there, its a great showcase for what talented, determined developers can do, and they deserve recognition for that.
- How to turn Liquid Glass into a solid interface
Apple’s new Liquid Glass interface design brings transparency and blur effects to all Apple operating systems, but many users find it distracting or difficult to read. Here’s how to control its effects and make your interface more usable. Although the relevant Accessibility settings are quite similar across macOS, iOS, watchOS, and tvOS, I separate them because they offer different levels of utility in each. I have no experience with (or interest in) a Vision Pro, so I can’t comment on Liquid Glass in visionOS. ↫ Adam Engst at TidBITS An incredibly detailed article showing exactly how to change the relevant settings, and exactly what they do, for each of Apples relevant platforms. I have a feeling quite a few of you will want to bookmark this one.

- EU OS: A Bold Step Toward Digital Sovereignty for Europe
Image A new initiative, called "EU OS," has been launched to develop a Linux-based operating system tailored specifically for the public sector organizations of the European Union (EU). This community-driven project aims to address the EU's unique needs and challenges, focusing on fostering digital sovereignty, reducing dependency on external vendors, and building a secure, self-sufficient digital ecosystem. What Is EU OS? EU OS is not an entirely novel operating system. Instead, it builds upon a Linux foundation derived from Fedora, with the KDE Plasma desktop environment. It draws inspiration from previous efforts such as France's GendBuntu and Munich's LiMux, which aimed to provide Linux-based systems for public sector use. The goal remains the same: to create a standardized Linux distribution that can be adapted to different regional, national, and sector-specific needs within the EU.
Rather than reinventing the wheel, EU OS focuses on standardization, offering a solid Linux foundation that can be customized according to the unique requirements of various organizations. This approach makes EU OS a practical choice for the public sector, ensuring broad compatibility and ease of implementation across diverse environments. The Vision Behind EU OS The guiding principle of EU OS is the concept of "public money – public code," ensuring that taxpayer money is used transparently and effectively. By adopting an open-source model, EU OS eliminates licensing fees, which not only lowers costs but also reduces the dependency on a select group of software vendors. This provides the EU’s public sector organizations with greater flexibility and control over their IT infrastructure, free from the constraints of vendor lock-in.
Additionally, EU OS offers flexibility in terms of software migration and hardware upgrades. Organizations can adapt to new technologies and manage their IT evolution at a manageable cost, both in terms of finances and time.
However, there are some concerns about the choice of Fedora as the base for EU OS. While Fedora is a solid and reliable distribution, it is backed by the United States-based Red Hat. Some argue that using European-backed projects such as openSUSE or KDE's upcoming distribution might have aligned better with the EU's goal of strengthening digital sovereignty. Conclusion EU OS marks a significant step towards Europe's digital independence by providing a robust, standardized Linux distribution for the public sector. By reducing reliance on proprietary software and vendors, it paves the way for a more flexible, cost-effective, and secure digital ecosystem. While the choice of Fedora as the base for the project has raised some questions, the overall vision of EU OS offers a promising future for Europe's public sector in the digital age.
Source: It's FOSS European Union
- Linus Torvalds Acknowledges Missed Release of Linux 6.14 Due to Oversight
Linus Torvalds Acknowledges Missed Release of Linux 6.14 Due to Oversight
Linux kernel lead developer Linus Torvalds has admitted to forgetting to release version 6.14, attributing the oversight to his own lapse in memory. Torvalds is known for releasing new Linux kernel candidates and final versions on Sunday afternoons, typically accompanied by a post detailing the release. If he is unavailable due to travel or other commitments, he usually informs the community ahead of time, so users don’t worry if there’s a delay.
In his post on March 16, Torvalds gave no indication that the release might be delayed, instead stating, “I expect to release the final 6.14 next weekend unless something very surprising happens.” However, Sunday, March 23rd passed without any announcement.
On March 24th, Torvalds wrote in a follow-up message, “I’d love to have some good excuse for why I didn’t do the 6.14 release yesterday on my regular Sunday afternoon schedule,” adding, “But no. It’s just pure incompetence.” He further explained that while he had been clearing up unrelated tasks, he simply forgot to finalize the release. “D'oh,” he joked.
Despite this minor delay, Torvalds’ track record of successfully managing the Linux kernel’s development process over the years remains strong. A single day’s delay is not critical, especially since most Linux users don't urgently need the very latest version.
The new 6.14 release introduces several important features, including enhanced support for writing drivers in Rust—an ongoing topic of discussion among developers—support for Qualcomm’s Snapdragon 8 Elite mobile chip, a fix for the GhostWrite vulnerability in certain RISC-V processors from Alibaba’s T-Head Semiconductor, and a completed NTSYNC driver update that improves the WINE emulator’s ability to run Windows applications, particularly games, on Linux.
Although the 6.14 release went smoothly aside from the delay, Torvalds expressed that version 6.15 may present more challenges due to the volume of pending pull requests. “Judging by my pending pile of pull requests, 6.15 will be much busier,” he noted.
You can download the latest kernel here. Linus Torvalds kernel
- AerynOS 2025.03 Alpha Released with GNOME 48, Mesa 25, and Linux Kernel 6.13.8
Image AerynOS 2025.03 has officially been released, introducing a variety of exciting features for Linux users. The release includes the highly anticipated GNOME 48 desktop environment, which comes with significant improvements like HDR support, dynamic triple buffering, and a Wayland color management protocol. Other updates include a battery charge limiting feature and a Wellbeing option aimed at improving user experience.
This release, while still in alpha, incorporates Linux kernel 6.13.8 and the updated Mesa 25.0.2 graphics stack, alongside tools like LLVM 19.1.7 and Vulkan SDK 1.4.309.0. Additionally, the Moss package manager now integrates os-info to generate more detailed OS metadata via a JSON file.
Future plans for AerynOS include automated package updates, easier rollback management, improved disk handling with Rust, and fractional scaling enabled by default. The installer has also been revamped to support full disk wipes and dynamic partitioning.
Although still considered an alpha release, AerynOS 2025.03 can be downloaded and tested right now from its official website.
Source: 9to5Linux AerynOS
- Xojo 2025r1: Big Updates for Developers with Linux ARM Support, Web Drag and Drop, and Direct App Store Publishing
Image Xojo has just rolled out its latest release, Xojo 2025 Release 1, and it’s packed with features that developers have been eagerly waiting for. This major update introduces support for running Xojo on Linux ARM, including Raspberry Pi, brings drag-and-drop functionality to the Web framework, and simplifies app deployment with the ability to directly submit apps to the macOS and iOS App Stores.
Here’s a quick overview of what’s new in Xojo 2025r1: 1. Linux ARM IDE Support Xojo 2025r1 now allows developers to run the Xojo IDE on Linux ARM devices, including popular platforms like Raspberry Pi. This opens up a whole new world of possibilities for developers who want to create apps for ARM-based devices without the usual complexity. Whether you’re building for a Raspberry Pi or other ARM devices, this update makes it easier than ever to get started. 2. Web Drag and Drop One of the standout features in this release is the addition of drag-and-drop support for web applications. Now, developers can easily drag and drop visual controls in their web projects, making it simpler to create interactive, user-friendly web applications. Plus, the WebListBox has been enhanced with support for editable cells, checkboxes, and row reordering via dragging. No JavaScript required! 3. Direct App Store Publishing Xojo has also streamlined the process of publishing apps. With this update, developers can now directly submit macOS and iOS apps to App Store Connect right from the Xojo IDE. This eliminates the need for multiple steps and makes it much easier to get apps into the App Store, saving valuable time during the development process. 4. New Desktop and Mobile Features This release isn’t just about web and Linux updates. Xojo 2025r1 brings some great improvements for desktop and mobile apps as well. On the desktop side, all projects now include a default window menu for macOS apps. On the mobile side, Xojo has introduced new features for Android and iOS, including support for ColorGroup and Dark Mode on Android, and a new MobileColorPicker for iOS to simplify color selection. 5. Performance and IDE Enhancements Xojo’s IDE has also been improved in several key areas. There’s now an option to hide toolbar captions, and the toolbar has been made smaller on Windows. The IDE on Windows and Linux now features modern Bootstrap icons, and the Documentation window toolbar is more compact. In the code editor, developers can now quickly navigate to variable declarations with a simple Cmd/Ctrl + Double-click. Plus, performance for complex container layouts in the Layout Editor has been enhanced. What Does This Mean for Developers? Xojo 2025r1 brings significant improvements across all the platforms that Xojo supports, from desktop and mobile to web and Linux. The added Linux ARM support opens up new opportunities for Raspberry Pi and ARM-based device development, while the drag-and-drop functionality for web projects will make it easier to create modern, interactive web apps. The ability to publish directly to the App Store is a game-changer for macOS and iOS developers, reducing the friction of app distribution. How to Get Started Xojo is free for learning and development, as well as for building apps for Linux and Raspberry Pi. If you’re ready to dive into cross-platform development, paid licenses start at $99 for a single-platform desktop license, and $399 for cross-platform desktop, mobile, or web development. For professional developers who need additional resources and support, Xojo Pro and Pro Plus licenses start at $799. You can also find special pricing for educators and students.
Download Xojo 2025r1 today at xojo.com. Final Thoughts With each new release, Xojo continues to make cross-platform development more accessible and efficient. The 2025r1 release is no exception, delivering key updates that simplify the development process and open up new possibilities for developers working on a variety of platforms. Whether you’re a Raspberry Pi enthusiast or a mobile app developer, Xojo 2025r1 has something for you. Xojo ARM
- New 'Mirrored' Network Mode Introduced in Windows Subsystem for Linux
Microsoft's Windows Subsystem for Linux (WSL) continues to evolve with the release of WSL 2 version 0.0.2. This update introduces a set of opt-in preview features designed to enhance performance and compatibility.
Key additions include "Automatic memory reclaim" which dynamically optimizes WSL's memory footprint, and "Sparse VHD" to shrink the size of the virtual hard disk file. These improvements aim to streamline resource usage.
Additionally, a new "mirrored networking mode" brings expanded networking capabilities like IPv6 and multicast support. Microsoft claims this will improve VPN and LAN connectivity from both the Windows host and Linux guest.
Complementing this is a new "DNS Tunneling" feature that changes how DNS queries are resolved to avoid compatibility issues with certain network setups. According to Microsoft, this should reduce problems connecting to the internet or local network resources within WSL.
Advanced firewall configuration options are also now available through Hyper-V integration. The new "autoProxy" feature ensures WSL seamlessly utilizes the Windows system proxy configuration.
Microsoft states these features are currently rolling out to Windows Insiders running Windows 11 22H2 Build 22621.2359 or later. They remain opt-in previews to allow testing before final integration into WSL.
By expanding WSL 2 with compelling new capabilities in areas like resource efficiency, networking, and security, Microsoft aims to make Linux on Windows more performant and compatible. This evolutionary approach based on user feedback highlights Microsoft's commitment to WSL as a key part of the Windows ecosystem. Windows
- Linux Threat Report: Earth Lusca Deploys Novel SprySOCKS Backdoor in Attacks on Government Entities
The threat actor Earth Lusca, linked to Chinese state-sponsored hacking groups, has been observed utilizing a new Linux backdoor dubbed SprySOCKS to target government organizations globally.
As initially reported in January 2022 by Trend Micro, Earth Lusca has been active since at least 2021 conducting cyber espionage campaigns against public and private sector targets in Asia, Australia, Europe, and North America. Their tactics include spear-phishing and watering hole attacks to gain initial access. Some of Earth Lusca's activities overlap with another Chinese threat cluster known as RedHotel.
In new research, Trend Micro reveals Earth Lusca remains highly active, even expanding operations in the first half of 2023. Primary victims are government departments focused on foreign affairs, technology, and telecommunications. Attacks concentrate in Southeast Asia, Central Asia, and the Balkans regions.
After breaching internet-facing systems by exploiting flaws in Fortinet, GitLab, Microsoft Exchange, Telerik UI, and Zimbra software, Earth Lusca uses web shells and Cobalt Strike to move laterally. Their goal is exfiltrating documents and credentials, while also installing additional backdoors like ShadowPad and Winnti for long-term spying.
The Command and Control server delivering Cobalt Strike was also found hosting SprySOCKS - an advanced backdoor not previously publicly reported. With roots in the Windows malware Trochilus, SprySOCKS contains reconnaissance, remote shell, proxy, and file operation capabilities. It communicates over TCP mimicking patterns used by a Windows trojan called RedLeaves, itself built on Trochilus.
At least two SprySOCKS versions have been identified, indicating ongoing development. This novel Linux backdoor deployed by Earth Lusca highlights the increasing sophistication of Chinese state-sponsored threats. Robust patching, access controls, monitoring for unusual activities, and other proactive defenses remain essential to counter this advanced malware.
The Trend Micro researchers emphasize that organizations must minimize attack surfaces, regularly update systems, and ensure robust security hygiene to interrupt the tactics, techniques, and procedures of relentless threat groups like Earth Lusca. Security
- Linux Kernel Faces Reduction in Long-Term Support Due to Maintenance Challenges
The Linux kernel is undergoing major changes that will shape its future development and adoption, according to Jonathan Corbet, Linux kernel developer and executive editor of Linux Weekly News. Speaking at the Open Source Summit Europe, Corbet provided an update on the latest Linux kernel developments and a glimpse of what's to come.
A major change on the horizon is a reduction in long-term support (LTS) for kernel versions from six years to just two years. Corbet explained that maintaining old kernel branches indefinitely is unsustainable and most users have migrated to newer versions, so there's little point in continuing six years of support. While some may grumble about shortened support lifecycles, the reality is that constantly backporting fixes to ancient kernels strains maintainers.
This maintainer burnout poses a serious threat, as Corbet highlighted. Maintaining Linux is largely a volunteer effort, with only about 200 of the 2,000+ developers paid for their contributions. The endless demands on maintainers' time from fuzz testing, fixing minor bugs, and reviewing contributions takes a toll. Prominent maintainers have warned they need help to avoid collapse. Companies relying on Linux must realize giving back financially is in their interest to sustain this vital ecosystem.
The Linux kernel is also wading into waters new with the introduction of Rust code. While Rust solves many problems, it also introduces new complexities around language integration, evolving standards, and maintainer expertise. Corbet believes Rust will pass the point of no return when core features depend on it, which may occur soon with additions like Apple M1 GPU drivers. Despite skepticism in some corners, Rust's benefits likely outweigh any transition costs.
On the distro front, Red Hat's decision to restrict RHEL cloning sparked community backlash. While business considerations were at play, Corbet noted technical factors too. Using older kernels with backported fixes, as RHEL does, risks creating divergent, vendor-specific branches. The Android model of tracking mainline kernel dev more closely has shown security benefits. Ultimately, Linux works best when aligned with the broader community.
In closing, Corbet recalled the saying "Linux is free like a puppy is free." Using open source seems easy at first, but sustaining it long-term requires significant care and feeding. As Linux is incorporated into more critical systems, that maintenance becomes ever more crucial. The kernel changes ahead are aimed at keeping Linux healthy and vibrant for the next generation of users, businesses, and developers. kernel
- Linux Celebrates 32 Years with the Release of 6.6-rc2 Version
Today marks the 32nd anniversary of Linus Torvalds introducing the inaugural Linux 0.01 kernel version, and celebrating this milestone, Torvalds has launched the Linux 6.6-rc2. Among the noteworthy updates are the inclusion of a feature catering to the ASUS ROG Flow X16 tablet's mode handling and the renaming of the new GenPD subsystem to pmdomain.
The Linux 6.6 edition is progressing well, brimming with exciting new features that promise to enhance user experience. Early benchmarks are indicating promising results, especially on high-core-count servers, pointing to a potentially robust and efficient update in the Linux series.
Here is what Linus Torvalds had to say in today's announcement: Another week, another -rc.I think the most notable thing about 6.6-rc2 is simply that it'sexactly 32 years to the day since the 0.01 release. And that's a roundnumber if you are a computer person.Because other than the random date, I don't see anything that reallystands out here. We've got random fixes all over, and none of it looksparticularly strange. The genpd -> pmdomain rename shows up in thediffstat, but there's no actual code changes involved (make sure touse "git diff -M" to see them as zero-line renames).And other than that, things look very normal. Sure, the architecturefixes happen to be mostly parisc this week, which isn't exactly theusual pattern, but it's also not exactly a huge amount of changes.Most of the (small) changes here are in drivers, with some tracingfixes and just random things. The shortlog below is short enough toscroll through and get a taste of what's been going on. Linus Torvalds
- Introducing Bavarder: A User-Friendly Linux Desktop App for Quick ChatGPT Interaction
Want to interact with ChatGPT from your Linux desktop without using a web browser?
Bavarder, a new app, allows you to do just that.
Developed with Python and GTK4/libadwaita, Bavarder offers a simple concept: pose a question to ChatGPT, receive a response, and promptly copy the answer (or your inquiry) to the clipboard for pasting elsewhere.
With an incredibly user-friendly interface, you won't require AI expertise (or a novice blogger) to comprehend it. Type your question in the top box, click the blue send button, and wait for a generated response to appear at the bottom. You can edit or modify your message and repeat the process as needed.
During our evaluation, Bavarder employed BAI Chat, a GPT-3.5/ChatGPT API-based chatbot that's free and doesn't require signups or API keys. Future app versions will incorporate support for alternative backends, such as ChatGPT 4 and Hugging Chat, and allow users to input an API key to utilize ChatGPT3.
At present, there's no option to regenerate a response (though you can resend the same question for a potentially different answer). Due to the lack of a "conversation" view, tracking a dialogue or following up on answers can be challenging — but Bavarder excels for rapid-fire questions.
As with any AI, standard disclaimers apply. Responses might seem plausible but could contain inaccurate or false information. Additionally, it's relatively easy to lead these models into irrational loops, like convincing them that 2 + 2 equals 106 — so stay alert!
Overall, Bavarder is an attractive app with a well-defined purpose. If you enjoy ChatGPT and similar technologies, it's worth exploring. ChatGPT AI
- LibreOffice 7.5.3 Released: Third Maintenance Update Brings 119 Bug Fixes to Popular Open-Source Office Suite
Today, The Document Foundation unveiled the release and widespread availability of LibreOffice 7.5.3, which serves as the third maintenance update to the current LibreOffice 7.5 open-source and complimentary office suite series.
Approximately five weeks after the launch of LibreOffice 7.5.2, LibreOffice 7.5.3 arrives with a new set of bug fixes for those who have successfully updated their GNU/Linux system to the LibreOffice 7.5 series.
LibreOffice 7.5.3 addresses a total of 119 bugs identified by users or uncovered by LibreOffice developers. For a more comprehensive understanding of these bug fixes, consult the RC1 and RC2 changelogs.
You can download LibreOffice 7.5.3 directly from the LibreOffice websiteor from SourceForge as binary installers for DEB or RPM-based GNU/Linux distributions. A source tarball is also accessible for individuals who prefer to compile the software from sources or for system integrators.
All users operating the LibreOffice 7.5 office suite series should promptly update their installations to the new point release, which will soon appear in the stable software repositories of your GNU/Linux distributions.
In early February 2023, LibreOffice 7.5 debuted as a substantial upgrade to the widely-used open-source office suite, introducing numerous features and improvements. These enhancements encompass major upgrades to dark mode support, new application and MIME-type icons, a refined Single Toolbar UI, enhanced PDF Export, and more.
Seven maintenance updates will support LibreOffice 7.5 until November 30th, 2023. The next point release, LibreOffice 7.5.4, is scheduled for early June and will include additional bug fixes.
The Document Foundation once again emphasizes that the LibreOffice office suite's "Community" edition is maintained by volunteers and members of the Open Source community. For enterprise implementations, they suggest using the LibreOffice Enterprise family of applications from ecosystem partners. LibreOffice

- KDE Unleashes Plasma 6.5
The Plasma 6.5 desktop environment is now available with new features, improvements, and the usual bug fixes.
- LMDE 7 Now Available
Linux Mint Debian Edition, version 7, has been officially released and is based on upstream Debian.
- Linux Kernel 6.16 Reaches EOL
Linux kernel 6.16 has reached its end of life, which means you'll need to upgrade to the next stable release, Linux kernel 6.17.
- Linux Kernel 6.17 is Available
Linus Torvalds has announced that the latest kernel has been released with plenty of core improvements and even more hardware support.
- Zorin OS 18 Beta Available for Testing
The latest release from the team behind Zorin OS is ready for public testing, and it includes plenty of improvements to make it more powerful, user-friendly, and productive.
- USB4 Maintainer Leaves Intel
Michael Jamet, one of the primary maintainers of USB4 and Thunderbolt drivers, has left Intel, leaving a gaping hole for the Linux community to deal with.
- VirtualBox 7.2 Has Arrived
With early support for Linux kernel 6.17 and other new additions, VirtualBox 7.2 is a must-update for users.
|