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)
(Two Column)

- Kernel prepatch 6.16-rc5
The 6.16-rc5 kernel prepatch has beenreleased. Quoth Linus: "Please keep testing, but this all feels fairlyregular for this phase of the release".
- [$] Python audio processing with pedalboard
ThePyCon US 2025, which was held in Pittsburgh,Pennsylvania in May. He started from the basics of digital audio and thenmoved into working with pedalboard. There were, as might be guessed, audio examplesin the talk, along with some visual information; interested readers may want to view the YouTube video of thepresentation.
- Security updates for Friday
Security updates have been issued by AlmaLinux (.NET 9.0, container-tools:rhel8, ghostscript, git-lfs, grafana-pcp, pandoc, perl-FCGI:0.78, ruby:2.5, ruby:3.3, tigervnc, and varnish:6), Debian (jpeg-xl and mediawiki), Fedora (darktable, guacamole-server, mingw-gdk-pixbuf, and yarnpkg), Oracle (gimp, kernel, libsoup, python-tornado, python3.12, and thunderbird), Slackware (php), SUSE (libgepub), and Ubuntu (libtpms, linux-aws-5.15, linux-intel-iot-realtime, and linux-bluefield).
- Richards: Introducing tmux-rs
Collin Richards has announced version0.0.1 of tmux-rs, a port of the tmux terminal multiplexerto Rust. For the [past] 6 months or so I've been quietly porting tmux from C toRust. I've recently reached a big milestone: the code base is now 100%(unsafe) Rust. I'd like to share the process of porting the originalcodebase from ~67,000 lines of C code to ~81,000 lines of Rust(excluding comments and empty lines). You might be asking: why did yourewrite tmux in Rust? And yeah, I don't really have a goodreason. It's a hobby project. Like gardening, but with more segfaults. Richards says that the next goal for the project is to convert itto safe Rust. It is currently "not very difficult to get it tocrash", but he wanted to share the project with other Rust fansnow. The project is available onGitHub.
- [$] Kernel API specification and validation
The kernel project makes a strong promise to its users: the kernel ABI willnot be changed in ways that break user-space code. The occasional failurenotwithstanding, kernel developers do try to live up to that promise. Theyare handicapped by one little problem, though: there is no description ofwhat the kernel ABI is, and no comprehensive way to test whether a givenchange breaks it. The kernel APIspecification framework proposed (in its second revision) by SashaLevin addresses some of those concerns, but the solution is incomplete anddoes not come for free.
- Security updates for Thursday
Security updates have been issued by AlmaLinux (.NET 9.0, aardvark-dns, apache-commons-beanutils, bootc, buildah, corosync, delve and golang, exiv2, expat, firefox, ghostscript, git, git-lfs, gnutls, grafana, grafana-pcp, grub2, gstreamer1, gstreamer1-plugins-bad-free, gstreamer1-plugins-ugly-free, and gstreamer1-rtsp-server, gstreamer1-plugins-base, gstreamer1-plugins-good, gvisor-tap-vsock, iptraf-ng, java-21-openjdk, kernel, keylime-agent-rust, krb5, libarchive, libblockdev, libsoup3, libtasn1, libvpx, libxslt, microcode_ctl, mod_auth_openidc, nodejs22, nodejs:20, openjpeg2, osbuild and osbuild-composer, perl-FCGI, perl-Module-ScanDeps, perl-YAML-LibYAML, php, php:8.2, php:8.3, podman, protobuf, python-jinja2, python-requests, python3.11, python3.12, python3.12-cryptography, python3.9, rpm-ostree, rsync, rust-bootupd, skopeo, thunderbird, tigervnc, tomcat, tomcat9, webkit2gtk3, xdg-utils, xorg-x11-server, and xorg-x11-server-Xwayland), Debian (ring), Mageia (libarchive and rootcerts, nss & firefox), Oracle (.NET 9.0, corosync, firefox, osbuild-composer, pam, python3, python3.11, python3.12, python3.9, skopeo, sudo, and thunderbird), Red Hat (microcode_ctl, pam, php, thunderbird, tigervnc, xorg-x11-server, xorg-x11-server and xorg-x11-server-Xwayland, and xorg-x11-server-Xwayland), SUSE (clamav, icu, libgepub, libsoup, python-requests, tomcat, and xorg-x11-server), and Ubuntu (clamav, logback, mongo-c-driver, pcs, and python-flask-cors).
- [$] LWN.net Weekly Edition for July 3, 2025
Inside this week's LWN.net Weekly Edition: Front: Kernel features from Python; i686 in Fedora; Kernel development with LLMs; Rust drivers; Load balancing with machine learning; Transparent huge pages. Briefs: Bcachefs removal; Coccinelle for Rust; Netdev Foundation; Oracle Linux 10; GNU HHIS 5.0; Rust 1.88.0; Quotes; ... Announcements: Newsletters, conferences, security updates, patches, and more.
- Debian looking for testers with Apple M1/M2 machines
Debian's Bananas team has putout a call for people with Apple M1 or M2 systems to help testDebian on those machines: The Bananas Team has set up an installer at with images for GNOME, KDE and console installations. While we'd like to build an actual Debian installer sooner or later (we may need a heads-up from the Debian Images team for that), at this time we only provide an asahi-type installer, which installs both the "bootloader" and the OS partitions to disk from the network (as opposed to only installing the bootloader and then letting you install Debian using a d-i USB stick). We haven't forked Trixie from Testing yet, so what you'll get is Debian Testing quite deep into the freeze.
- The Netdev Foundation launches
The NetdevFoundation, which is "a user-led effort under the supervision of theLinux Foundation, focused on financially supporting Linux networkingdevelopment", has announced itsexistence. The initial motivation was to move the NIPA testing outside of Meta, so that more people can help and contribute. But there should be sufficient budget to sponsor more projects. (NIPA is NetdevInfrastructure for Patch Automation).
- [$] Accessing new kernel features from Python
Every release of the Linux kernel has lots of new features, many of whichare accessible from user space. Usually, though, the GNU C Library (glibc)and tools that access the Linux user-space API lag behind the kernelreleases. Geoffrey Thomas showed how Python programs can access these newkernel features as soon as the kernel is released in his "What's New in theLinux Kernel... from Python" talk atPyCon US 2025. While he had twoexamples of accessing new kernel features, the real goal of the talk was todemonstrate how to go about connecting Python tothe Linux kernel.
- Copyleft-next project relaunched
The copyleft-next project is aneffort to develop a next-generation copyleft license; it was covered here back in 2013 (as well as in 2015 and 2021). The project has stalled in recentyears, but now Richard Fontana and Bradley Kuhn have announceda new effort to push copyleft-next forward: Today, GPLv3 turns exactly 18 years old. This month, GPLv2 turned 34 years old. These are both great licenses and we love them. Nevertheless, at least once in a generation, FOSS needs a new approach to strong copyleft.
- Security updates for Wednesday
Security updates have been issued by AlmaLinux (apache-commons-beanutils, firefox, kea, kernel, kernel-rt, libblockdev, libvpx, pam, python-setuptools, python3, python3.11, python3.12, python3.9, and sudo), Debian (chromium), Gentoo (sudo), Oracle (.NET 8.0, buildah, firefox, freerdp, golang-github-openprinting-ipp-usb, grafana, grafana-pcp, gvisor-tap-vsock, libsoup3, mod_proxy_cluster, perl-FCGI, podman, python-setuptools, qt6-qtbase, skopeo, sudo, and thunderbird), Slackware (mozilla), SUSE (redis, runc, xorg-x11-server, and xwayland), and Ubuntu (composer, linux, linux-aws, linux-aws-6.8, linux-gcp, linux-gcp-6.8, linux-gke, linux-gkeop, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency, linux-oem-6.8, linux-oracle, linux-oracle-6.8, linux-raspi, linux, linux-aws, linux-gcp, linux-gcp-5.15, linux-gke, linux-gkeop, linux-hwe-5.15, linux-ibm, linux-kvm, linux-lowlatency, linux-lowlatency-hwe-5.15, linux-nvidia, linux-oracle, linux-oracle-5.15, linux, linux-aws, linux-gcp, linux-gcp-6.11, linux-hwe-6.11, linux-oracle, linux-raspi, linux-realtime, linux, linux-aws, linux-lts-xenial, linux, linux-gcp, linux-raspi, linux-realtime, linux-fips, linux-fips, linux-aws-fips, linux-gcp-fips, linux-realtime, and linux-realtime, linux-raspi-realtime).
- GNU Health Hospital Information System 5.0 released
Version 5.0 of theGNU Health Hospital Information System has been released. This project,working to support medical offices, shows just how far the free-softwareeffort can reach. Changes in this release include improved reporting andanalytics, more comprehensive handling of many types of patientinformation, a reworked medical-imaging subsystem, better insurance andbilling functionality, and more.
- [$] Yet another way to configure transparent huge pages
Transparent huge pages (THPs) are, theoretically, supposed to allow processes tobenefit from larger page sizes without changes to their code. This does work,but the performance impacts from THPs are not always a benefit, so systemadministrators with specific knowledge of their workloads may want the abilityto fine-tune THPs to the application. On May 15, Usama Arifshared a patch set that would add aprctl() option for setting THP defaults for a process; that patchset has sparked discussion about whether such a setting is a good fit forprctl(), and what alternative designs may work instead.

- Linux 6.16 Performance Regression Tracked Down In New Futex Code
Sent out this morning as part of this week's "locking/urgent" pull request is a performance regression fix ahead of today's Linux 6.16-rc5 release. This latest performance regression in the Linux kernel is around the new Futex code merged this cycle with a big performance hit being observed in scheduler benchmarks...
- 9to5Linux Weekly Roundup: July 6th, 2025
The 247th installment of the 9to5Linux Weekly Roundup is here for the week ending on July 6th, 2025, keeping you updated with the most important things happening in the Linux world.
- Leadership in Free Software
IBM not only ignores the needs of blind people. It also attacks people like Richard Stallman, the founder of GNU/Linux
- Debian Looks To Attract More Contributors, Eyes Budget For AI/LLM Usage By Debian Developers
The Debian project is hoping to address challenges of mentoring newcomers to contribute to the Debian Linux distribution as well as making it more known that open-source contributors can do more than just work on Debian packaging but that help is needed for documentation writing, web page creation, sorting out licensing issues, finding project sponsors, and more. Debian is also looking to attain OpenAI sponsorship or open-source funds from other large language model (LLM) / AI providers to help Debian developers for those wanting to use AI to help accelerate their Debian workflows...
- Bash 5.3 Released With Many Improvements
Three years since the Bash 5.2 release and one year since the first alpha release, GNU Bash 5.3 was released overnight as the newest step forward for this popular shell used on Linux and other operating systems...
- Intel Lunar Lake Showing Some Performance Improvements With Linux 6.16
For those on an Intel Core Ultra Series 2 "Lunar Lake" system, the upcoming Linux 6.16 kernel is looking to be in better shape for those newest Intel SoCs. In testing carried out using a Lenovo ThinkPad X1 Carbon Gen 13 Aura edition laptop, there are performance gains in some areas with the Linux 6.16 development kernel.
- Fedora 43 GNU & LLVM 21 Toolchain Updates Planned
It shouldn't be particularly surprising as Fedora Linux has always been known for shipping with a leading-edge compiler toolchain, but the formalities have now been submitted for Fedora 43 to ship with the latest GNU and LLVM toolchain components...

- Citizen Scientists Just Helped Discover Nearly 8,000 New Eclipsing Binary Stars
"Citizen scientists have successfully located thousands of previously unknown pairs of 'eclipsing binary' stars," reports the Washington Post, citing a recent announcement from NASA.The ongoing initiative helps space researchers hunt for "eclipsing binary" stars, a rare phenomenon in which two stars orbit one another, periodically blocking each other's light. These star pairs offer important data to astrophysicists, who consider the many measurable properties of eclipsing binaries — and the information they bear about the history of star formation and destruction — as a foundation of the field... The citizen science project in question, the Eclipsing Binary Patrol, validates images from NASA's Transiting Exoplanet Survey Satellite (TESS) mission. The satellite, launched in 2018, is "exceptionally capable at detecting varying stars," the researchers write in a preprint paper describing the initiative. The researchers used machine learning to identify about 1.2 million potential eclipsing star pairs. Citizen scientists then validated a subset of about 60,000... manually inspecting hundreds of thousands of images of eclipse-like events and weeding out actual binaries from images that tricked the algorithm. "Thankfully," the researchers write, "to the rescue come volunteers from all walks of life that boost the capacity of bandwidth-limited professional astronomers many-fold and help tackle the ever-increasing volume of publicly available astronomical data." Universe Today describes how they limited the dataset to only stars with a magnitude brighter than 15, then used a Python tool to generate a massive dataset of millions of light curves...The outcome of all the work resulted in the identification of 10,001 eclipsing binary systems. 7,936 of them are new to science, while the other 2,065 were previously known, but the study provided updated, more accurate, parameters for their periods, as TESS' dataset provided better insight. There were also some particularly interesting systems that could hold new discoveries, including several that had variable eclipse timings, and plenty that might have a third star, and some that show a significant dynamic between the star being orbited and the one doing the orbiting. All of those systems await further research, but there's another, unspoken factor at play in this data — exoplanets. TESS was originally designed as an exoplanet hunter, and this kind of large scale AI/human collaboration of lightcurve analysis is exactly the kind of work that could potentially produce even more accurate exoplanet catalogues, as evidenced by some of the work already done in this paper. That seems to be the next step for this dataset, with Dr. Kostov telling an interviewer "I can't wait to search them for exoplanets!" Given the data has already been collected, and the team has already been assembled, it's very likely he'll get his chance soon.
Read more of this story at Slashdot.
- Google DeepMind's Spinoff Company 'Very Close' to Human Trials for Its AI-Designed Drugs
Google DeepMind's chief business officer says Alphabet's drug-discovery company Isomorphic Labs "is preparing to launch human trials of AI-designed drugs," according to a report in Fortune, "pairing cutting-edge AI with pharma veterans to design medicines faster, cheaper, and more accurately.""There are people sitting in our office in King's Cross, London, working, and collaborating with AI to design drugs for cancer," said Colin Murdoch [DeepMind's chief business officer and president of Isomorphic Labs]. "That's happening right now." After years in development, Murdoch says human clinical trials for Isomorphic's AI-assisted drugs are finally in sight. "The next big milestone is actually going out to clinical trials, starting to put these things into human beings," he said. "We're staffing up now. We're getting very close." The company, which was spun out of DeepMind in 2021, was born from one of DeepMind's most celebrated breakthroughs, AlphaFold, an AI system capable of predicting protein structures with a high level of accuracy. Interactions of AlphaFold progressed from being able to accurately predict individual protein structures to modeling how proteins interact with other molecules like DNA and drugs. These leaps made it far more useful for drug discovery, helping researchers design medicines faster and more precisely, turning the tool into a launchpad for a much larger ambition... In 2024, the same year it released AlphaFold 3, Isomorphic signed major research collaborations with pharma companies Novartis and Eli Lilly. A year later, in April 2025, Isomorphic Labs raised $600 million in its first-ever external funding round, led by Thrive Capital. The deals are part of Isomorphic's plan to build a "world-class drug design engine..." Today, pharma companies often spend millions attempting to bring a single drug to market, sometimes with just a 10% chance of success once trials begin. Murdoch believes Isomorphic's tech could radically improve those odds. "We're trying to do all these things: speed them up, reduce the cost, but also really improve the chance that we can be successful," he says. He wants to harness AlphaFold's technology to get to a point where researchers have 100% conviction that the drugs they are developing are going to work in human trials. "One day we hope to be able to say — well, here's a disease, and then click a button and out pops the design for a drug to address that disease," Murdoch said. "All powered by these amazing AI tools."
Read more of this story at Slashdot.
- Chinese Film Foundation Plans to Use AI to 'Revitalize' 100 Classic Kung Fu Films
"The China Film Foundation, a nonprofit fund under the Chinese government, plans to use AI to revitalize 100 kung fu classics including Police Story, Once Upon a Time in China and Fist of Fury, featuring Jackie Chan, Jet Li and Bruce Lee, respectively," reports the Los Angeles Times. "The foundation said it will partner with businesses including Shanghai Canxing Culture & Media Co., which will license 100 Hong Kong films to AI companies to reintroduce those movies to younger audiences globally."The foundation said there are opportunities to use AI to tell those stories through animation, for example. There are plans to release an animated version of director John Woo's 1986 film A Better Tomorrow that uses AI to "reinterpret" Woo's "signature visual language," according to an English transcript of the announcement.... The project raised eyebrows among U.S. artists, many of whom are deeply wary of the use of AI in creative pursuits. The Directors Guild of America said AI is a creative tool that should only be used to enhance the creative storytelling process and "it should never be used retroactively to distort or destroy a filmmaker's artistic work... The DGA strongly opposes the use of AI or any other technology to mutilate a film or to alter a director's vision," the DGA said in a statement. "The Guild has a longstanding history of opposing such alterations on issues like colorization or sanitization of films to eliminate so-called 'objectionable content', or other changes that fundamentally alter a film's original style, meaning, and substance." The project highlights widely divergent views on AI's potential to reshape entertainment as the two countries compete for dominance in the highly competitive AI space.... During the project's announcement, supporters touted the opportunity AI will bring to China to further its cultural message globally and generate new work for creatives. At the same time, they touted AI's disruption of the filmmaking process, saying the A Better Tomorrow remake was completed with just 30 people, significantly fewer than a typical animated project. China is a "more brutal society in that sense," said Eric Harwit, professor of Asian studies at the University of Hawaii at Manoa. "If somebody loses their job because artificial intelligence is taking over, well, that's just the cost of China's moving forward.... You don't have those freestanding labor organizations, so they don't have that kind of clout to protest against the Chinese using artificial intelligence in a way that might reduce their job opportunities or lead to layoffs in the sector..." The kung fu revitalization efforts will extend into other areas, including the creation of a martial arts video game. The article also includes an interesting statistic. "Many people in China embrace AI, with 83% feeling confident that AI systems are designed to act in the best interest of society, much higher than the U.S. where it's 37%, according to a survey from the United Nations Development Program."
Read more of this story at Slashdot.
- Recent College Graduates Face Higher Unemployment Than Other Workers - for the First Time in Decades
"A growing group of young, college-educated Americans are struggling to find work," reports the Minnesota Star Tribune, "as the unemployment rate for recent graduates outpaces overall unemployment for the first time in decades."While the national unemployment rate has hovered around 4% for months, the rate for 20-something degree holders is nearly 6%, data from the Federal Reserve Bank of New York shows. [And for young workers (ages 22 to 27) without a degree it's 6.9%.] The amount of time young workers report being unemployed is also on the rise. Economists attribute some of the shift to normal post-pandemic cooling of labor market, which is making it harder for job-seekers of all ages to land a gig. But there's also widespread economic uncertainty causing employers to pull back on hiring and signs AI could replace entry-level positions.... Business schools nationwide were among the first to see the labor market shift in early 2023 as tech industry cuts bled into other sectors, said Maggie Tomas, Business Career Center executive director at Carlson. Tariffs and stock market volatility have only added to the uncertainty, she said. In 2022, when workers had their pick of jobs, 98% of full-time Carlson MBA graduates had a job offer in a field related to their degree within three months of graduation, according to the school. That number, which Tomas said is usually 90% or higher, dropped to 89% in 2023 and 83% in 2024. Part of the challenge, she said, is recent graduates are now competing with more experienced workers who are re-entering the market amid layoffs and hiring freezes... After doing a lot of hiring in 2021 and 2022, Securian Financial in St. Paul is prioritizing internal hires, said Human Resources Director Leah Henrikson. Many entry-level roles have gone to current employees looking for a change, she said. "We are still looking externally, it's just the folks that we are looking for externally tend ... to fulfill a specific skill gap we may have at that moment in time," Henrikson said.
Read more of this story at Slashdot.
- Simulation of Crashed Boeing 787 Put Focus on a Technical Flaw
Investigators of a deadly Boeing 787 crash "are studying possible dual engine failure as a scenario that prevented the Boeing Co. 787 jet from staying airborne," reports Bloomberg:Pilots from the airline reenacted the doomed aircraft's parameters in a flight simulator, including with the landing gear deployed and the wing flaps retracted, and found those settings alone didn't cause a crash, according to people familiar with the investigation. [Also, analysis of the wreckage "suggests the wing flaps and slats, which help an aircraft increase lift during takeoff, were extended correctly."] The result, alongside the previous discovery that an emergency-power turbine deployed seconds before impact, has reinforced the focus on a technical failure as one possible cause, said the people, who asked not to be identified discussing nonpublic deliberations... [The turbine deploys "in the case of electrical failure," the article points out, and "was activated before the plane crashed, according to previous findings. That fan helps provide the aircraft with vital power, though it's far too small to generate any lift."] Pilots who reviewed the footage have pointed to the fact that the landing gear was already partially tilted forward, suggesting the cockpit crew had initiated the retraction sequence of the wheels. At the same time, the landing-gear doors had not opened, which pilots say might mean that the aircraft experienced a loss of power or a hydraulic failure — again pointing to possible issues with the engines that provide the aircraft's electricity.
Read more of this story at Slashdot.
- Drones Used by California Cities to Patrol for Illegal Fireworks and Issue Fines
"California residents who lit illegal fireworks over the July 4 holiday may be in for a nasty surprise in the mail thanks to covert fire department operations," reports SFGate. "A number of California cities, including Sacramento, have begun using drones to locate people shooting off illegal fireworks."From Wednesday to Saturday night, the Sacramento Fire Department's special fireworks task force patrolled the streets with unmarked cars and drones, focusing on neighborhoods where they've had prior complaints. Task force officers and the drones took photos of the illegal activity, and within 30 days the property owner where the fireworks were used could receive a fine in the mail... This year, Sacramento upped the fine to $1,000 for the first firework, $2,500 for the second and $5,000 per firework after that. If you lit a firework on city property, such as a park or a school, the fine goes up to $10,000 each. There's no limit to how many fines you can be issued... This year, a number of cities across the state announced they would be using drones to find scofflaws, among them Indio, Riverside, Hemet, Brea and towns in Tulare County... Fox40 reported on Saturday that around 60 citations were being prepared in Sacramento, with more likely on the way as fire officials review surveillance footage. Last year for illegal fireworks, one Sacramento-area resident received a $100,000 fine.
Read more of this story at Slashdot.
- Is China Quickly Eroding America's Lead in the Global AI Race?
China "is pouring money into building an AI supply chain with as little reliance on the U.S. as possible," reports the Wall Street Journal. And now Chinese AI companies "are loosening the U.S.'s global stranglehold on AI," reports the Wall Street Journal, "challenging American superiority and setting the stage for a global arms race in the technology."In Europe, the Middle East, Africa and Asia, users ranging from multinational banks to public universities are turning to large language models from Chinese companies such as startup DeepSeek and e-commerce giant Alibaba as alternatives to American offerings such as ChatGPT... Saudi Aramco, the world's largest oil company, recently installed DeepSeek in its main data center. Even major American cloud service providers such as Amazon Web Services, Microsoft and Google offer DeepSeek to customers, despite the White House banning use of the company's app on some government devices over data-security concerns. OpenAI's ChatGPT remains the world's predominant AI consumer chatbot, with 910 million global downloads compared with DeepSeek's 125 million, figures from researcher Sensor Tower show. American AI is widely seen as the industry's gold standard, thanks to advantages in computing semiconductors, cutting-edge research and access to financial capital. But as in many other industries, Chinese companies have started to snatch customers by offering performance that is nearly as good at vastly lower prices. A study of global competitiveness in critical technologies released in early June by researchers at Harvard University found China has advantages in two key building blocks of AI, data and human capital, that are helping it keep pace... Leading Chinese AI companies — which include Tencent and Baidu — further benefit from releasing their AI models open-source, meaning users are free to tweak them for their own purposes. That encourages developers and companies globally to adopt them. Analysts say it could also pressure U.S. rivals such as OpenAI and Anthropic to justify keeping their models private and the premiums they charge for their service... On Latenode, a Cyprus-based platform that helps global businesses build custom AI tools for tasks including creating social-media and marketing content, as many as one in five users globally now opt for DeepSeek's model, according to co-founder Oleg Zankov. "DeepSeek is overall the same quality but 17 times cheaper," Zankov said, which makes it particularly appealing for clients in places such as Chile and Brazil, where money and computing power aren't as plentiful... The less dominant American AI companies are, the less power the U.S. will have to set global standards for how the technology should be used, industry analysts say. That opens the door for Beijing to use Chinese models as a Trojan horse for disseminating information that reflects its preferred view of the world, some warn.... The U.S. also risks losing insight into China's ambitions and AI innovations, according to Ritwik Gupta, AI policy fellow at the University of California, Berkeley. "If they are dependent on the global ecosystem, then we can govern it," said Gupta. "If not, China is going to do what it is going to do, and we won't have visibility."The article also warns of other potential issues:"Further down the line, a breakdown in U.S.-China cooperation on safety and security could cripple the world's capacity to fight future military and societal threats from unrestrained AI.""The fracturing of global AI is already costing Western makers of computer chips and other hardware billions in lost sales... Adoption of Chinese models globally could also mean lost market share and earnings for AI-related U.S. firms such as Google and Meta."
Read more of this story at Slashdot.
- The FSF Faces Active 'Ongoing and Increasing' DDoS Attacks
The Free Software Foundation's services face "ongoing (and increasing) distributed denial of service (DDoS) attacks," senior systems administrator Ian Kelling wrote Wednesday. But "Even though we are under active attack, gnu.org, ftp.gnu.org, and savannah.gnu.org are up with normal response times at the moment, and have been for the majority of this week, largely thanks to hard work from the Savannah hackers Bob, Corwin, and Luke who've helped us, your sysadmins." "We've shielded these sites for almost a full year of intense attacks now, and we'll keep on fighting these attacks for as long as they continue."Our infrastructure has been under attack since August 2024. Large Language Model (LLM) web crawlers have been a significant source of the attacks, and as for the rest, we don't expect to ever know what kind of entity is targeting our sites or why. - In the fall Bulletin, we wrote about the August attack on gnu.org. That attack continues, but we have mitigated it. Judging from the pattern and scope, the goal was likely to take the site down and it was not an LLM crawler. We do not know who or what is behind the attack, but since then, we have had more attacks with even higher severity. - To begin with, GNU Savannah, the FSF's collaborative software development system, was hit by a massive botnet controlling about five million IPs starting in January. As of this writing, the attack is still ongoing, but the botnet's current iteration is mitigated. The goal is likely to build an LLM training dataset. We do not know who or what is behind this. - Furthermore, gnu.org and ftp.gnu.org were targets in a new DDoS attack starting on May 27, 2025. Its goal seems to be to take the site down. It is currently mitigated. It has had several iterations, and each has caused some hours of downtime while we figured out how to defend ourselves against it. Here again, the goal was likely to take our sites down and we do not know who or what is behind this. - In addition, directory.fsf.org, the server behind the Free Software Directory, has been under attack since June 18. This likely is an LLM scraper designed to specifically target Media Wiki sites with a botnet. This attack is very active and now partially mitigated... Even though we are under active attack, gnu.org, ftp.gnu.org, and savannah.gnu.org are up with normal response times at the moment, and have been for the majority of this week, largely thanks to hard work from the Savannah hackers Bob, Corwin, and Luke who've helped us, your sysadmins. We've shielded these sites for almost a full year of intense attacks now, and we'll keep on fighting these attacks for as long as they continue. The full-time FSF tech staff is just two systems administrators, "and we currently lack the funds to hire more tech staff any time soon," Kelling points out. Kelling titled his post "our small team vs millions of bots," suggesting that supporters purchase FSF memberships "to improve our staffing situation... Can you join us in our crucial work to guard user freedom and defy dystopia?" Kelling also points out they're also facing "run-of-the-mill standard crawlers, SEO crawlers, crawlers pretending to be normal users, crawlers pretending to be other crawlers, uptime systems, vulnerability scanners, carrier-grade network address translation, VPNs, and normal browsers hitting our sites..." "Some of the abuse is not unique to us, and it seems that the health of the web has some serious problems right now."
Read more of this story at Slashdot.
- Interstellar Navigation Demonstrated for the First Time With NASA's 'New Horizons'
Three space probes are leaving our solar system — yet are still functioning. After the two Voyager space probes, New Horizons "was launched in 2006, initially to study Pluto," remembers New Scientist. But "it has since travelled way beyond this point, ploughing on through the Kuiper belt, a vast, wide band of rocks and dust billions of miles from the sun. It is now speeding at tens of thousands of kilometres per hour..." And it's just performed the first ever example of interstellar navigation...As it hurtles out of our solar system, NASA's New Horizons spacecraft is so far from Earth that the stars in the Milky Way appear in markedly different positions compared with our own view... due to the parallax effect. This was demonstrated in 2020 when the probe beamed back pictures of two nearby stars, Proxima Centauri and Wolf 359, to Earth. Now, Tod Lauer at the US National Optical-Infrared Astronomy Research Laboratory in Arizona and his colleagues have used this effect to work out the position of New Horizons... Almost all spacecraft calculate their bearings to within tens of metres using NASA's Deep Space Network, a collection of radio transmitters on Earth that send regular signals out to space. In comparison, the parallax method was far less accurate, locating New Horizons within a sphere with a radius of 60 million kilometres, about half the distance between Earth and the sun. "We're not going to put the Deep Space Network out of business — this is only a demo proof of concept," says Lauer. However, with a better camera and equipment they could improve the accuracy by up to 100 times, he says. Using this technique for interstellar navigation could offer advantages over the DSN because it could give more accurate location readings as a spacecraft gets further away from Earth, as well as being able to operate autonomously without needing to wait for a radio signal to come from our solar system, says Massimiliano Vasile at the University of Strathclyde, UK. "If you travel to an actual star, we are talking about light years," says Vasile. "What happens is that your signal from the Deep Space Network has to travel all the way there and then all the way back, and it's travelling at the speed of light, so it takes years." Just like a ship's captain sailing by the stars, "We have a good enough three-dimensional map of the galaxy around us that you can find out where you are," Lauer says. So even when limiting your navigation to what's on-board the spacecraft, "It's a remarkable accuracy, with your own camera!"
Read more of this story at Slashdot.
- Police Department Apologizes for Sharing AI-Doctored Evidence Photo on Social Media
A Maine police department has now acknowledged "it inadvertently shared an AI-altered photo of drug evidence on social media," reports Boston.com:The image from the Westbrook Police Department showed a collection of drug paraphernalia purportedly seized during a recent drug bust on Brackett Street, including a scale and white powder in plastic bags. According to Westbrook police, an officer involved in the arrests snapped the evidence photo and used a photo editing app to insert the department's patch. "The patch was added, and the photograph with the patch was sent to one of our Facebook administrators, who posted it," the department explained in a post. "Unbeknownst to anyone, when the app added the patch, it altered the packaging and some of the other attributes on the photograph. None of us caught it or realized it." It wasn't long before the edited image's gibberish text and hazy edges drew criticism from social media users. According to the Portland Press Herald, Westbrook police initially denied AI had been used to generate the photo before eventually confirming its use of the AI chatbot ChatGPT. The department issued a public apology Tuesday, sharing a side-by-side comparison of the original and edited images. "It was never our intent to alter the image of the evidence," the department's post read. "We never realized that using a photoshop app to add our logo would alter a photograph so substantially."
Read more of this story at Slashdot.
- These Tiny Lasers Are Completely Edible
"Scientists have created the first lasers made entirely from edible materials," reports Science magazine "which could someday help monitor and track the properties of foods and medications with sensors that can be harmlessly swallowed."[The researchers' report] shows that tiny droplets of everyday cooking oils can act like echo chambers of light, otherwise known as lasers. By providing the right amount of energy to an atom, the atom's electrons will excite to a higher energy level and then relax, releasing a photon of light in the process. Trap a cloud of atoms in a house of mirrors and blast them with the right amount of energy, and the light emitted by one excited atom will stimulate one of its neighbors, amplifying the atoms' collective glow... [The researchers] shot purple light at droplets of olive oil, whose surfaces can keep photons of light bouncing around, trapping them in the process. This reflected light excited the electrons in the oil's chlorophyll molecules, causing them to emit photons that triggered the glow of other chlorophyll molecules — transforming the droplet into a laser. The energy of the chlorophyll's radiation depends on the oil droplets' size, density, and other properties. The study's authors suggest this sensitivity can be exploited to track different properties of food or pharmaceutical products. When researchers added oil droplets to foods and then measured changes in the laser light the droplets emitted, they could reliably infer the foods' sugar concentration, acidity, exposure to high temperatures, and growth of microorganisms. They also used the lasers to encode information, with droplets of different diameters functioning like the lines of a barcode. By mixing in sunflower oil droplets of seven specific sizes — all less than 100 microns wide — the researchers encoded a date directly into peach compote: 26 April, 2017, the first international Stop Food Waste Day. Thanks to long-time Slashdot reader sciencehabit for sharing the news.
Read more of this story at Slashdot.
- Diffusion + Coding = DiffuCode. How Apple Released a Weirdly Interesting Coding Language Model
"Apple quietly dropped a new AI model on Hugging Face with an interesting twist," writes 9to5Mac. "Instead of writing code like traditional LLMs generate text (left to right, top to bottom), it can also write out of order, and improve multiple chunks at once." "The result is faster code generation, at a performance that rivals top open-source coding models."Traditionally, most LLMs have been autoregressive. This means that when you ask them something, they process your entire question, predict the first token of the answer, reprocess the entire question with the first token, predict the second token, and so on. This makes them generate text like most of us read: left to right, top to bottom... An alternative to autoregressive models is diffusion models, which have been more often used by image models like Stable Diffusion. In a nutshell, the model starts with a fuzzy, noisy image, and it iteratively removes the noise while keeping the user request in mind, steering it towards something that looks more and more like what the user requested... Lately, some large language models have looked to the diffusion architecture to generate text, and the results have been pretty promising... This behavior is especially useful for programming, where global structure matters more than linear token prediction... [Apple] released an open-source model called DiffuCode-7B-cpGRPO, that builds on top of a paper called DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation, released just last month... [W]ith an extra training step called coupled-GRPO, it learned to generate higher-quality code with fewer passes. The result? Code that's faster to generate, globally coherent, and competitive with some of the best open-source programming models out there. Even more interestingly, Apple's model is built on top of Qwen2.5-7B, an open-source foundation model from Alibaba. Alibaba first fine-tuned that model for better code generation (as Qwen2.5-Coder-7B), then Apple took it and made its own adjustments. They turned it into a new model with a diffusion-based decoder, as described in the DiffuCoder paper, and then adjusted it again to better follow instructions. Once that was done, they trained yet another version of it using more than 20,000 carefully picked coding examples. "Although DiffuCoder did better than many diffusion-based coding models (and that was before the 4.4% bump from DiffuCoder-7B-cpGRPO), it still doesn't quite reach the level of GPT-4 or Gemini Diffusion..." the article points out. But "the bigger point is this: little by little, Apple has been laying the groundwork for its generative AI efforts with some pretty interesting and novel ideas."
Read more of this story at Slashdot.
- 'Vibe Coder' Who Doesn't Know How to Code Keeps Winning Hackathons in San Francisco
An anonymous reader shared this report from the San Francisco Standard:About an hour into my meeting with the undisputed hackathon king of San Francisco, Rene Turcios asked if I wanted to smoke a joint with him. I politely declined, but his offer hardly surprised me. Turcios has built a reputation as a cannabis-loving former professional Yu-Gi-Oh! player who resells Labubus out of his Tenderloin apartment when he's not busy attending nearly every hackathon happening in the city. Since 2023, Turcios, 29, has attended more than 200 events, where he's won cash, software credits, and clout. "I'm always hustling," he said. The craziest part: he doesn't even know how to code. "Rene is the original vibe coder," said RJ Moscardon, a friend and fellow hacker who watched Turcios win second place at his first-ever hackathon at the AGI House mansion in Hillsborough. "All the engineers with prestigious degrees scoffed at him at first. But now they're all doing exactly the same thing...." Turcios was vibe coding long before the technique had a name — and was looked down upon by longtime hackers for using AI. But as Tiger Woods once said, "Winning takes care of everything...." Instead of vigorously coding until the deadline, he finished his projects hours early by getting AI to do the technical work for him. "I didn't write a single line of code," Turcios said of his first hackathon where he prompted ChatGPT using plain English to generate a program that can convert any song into a lo-fi version. When the organizers announced Turcios had won second place, he screamed in celebration.... "I realized that I could compete with people who have degrees and fancy jobs...." Turcios is now known for being able to build anything quickly. Businesses reach out to him to contract out projects that would take software engineering teams weeks — and he delivers in hours. He's even started running workshops to teach non-technical groups and experienced software engineers how to get the most out of AI for coding. "He grew up in Missouri to parents who worked in an international circus, taming bears and lions..."
Read more of this story at Slashdot.
- Tesla Launches Solar-Powered 'Oasis' Supercharger Station: 30-Acre Solar Farm, 39 MWh of Off-Grid Batteries
"Tesla has launched its new Oasis Supercharger," reports Electrek, "the long-promised EV charging station of the future, with a solar farm and off-grid batteries."Early in the deployment of the Supercharger network, Tesla promised to add solar arrays and batteries to the Supercharger stations, and CEO Elon Musk even said that most stations would be able to operate off-grid... Last year, Tesla announced a new project called 'Oasis', which consists of a new model Supercharger station with a solar farm and battery storage enabling off-grid operations in Lost Hills, California. Tesla has now unveiled the project and turned on most of the Supercharger stalls. The project consists of 168 chargers, with half of them currently operational, making it one of the largest Supercharger stations in the world. However, that's not even the most notable aspect of it. The station is equipped with 11 MW of ground-mounted solar panels and canopies, spanning 30 acres of land, and 10 Tesla Megapacks with a total energy storage capacity of 39 MWh. It can be operated off-grid, which is the case right now, according to Tesla. With off-grid operations, Tesla was about to bring 84 stalls online just in time for the Fourth of July travel weekend. The rest of the stalls and a lounge are going to open later this year. The article makes that point that "This is what charging stations should be like: fully powered by renewable energy."
Read more of this story at Slashdot.
- How Do You Teach Computer Science in the Age of AI?
"A computer science degree used to be a golden ticket to the promised land of jobs," a college senior tells the New York Times. But "That's no longer the case." The article notes that in the last three years there's been a 65% drop from companies seeking workers with two years of experience or less (according to an analysis by technology research/education organization CompTIA), with tech companies "relying more on AI for some aspects of coding, eliminating some entry-level work." So what do college professors teach when AI "is coming fastest and most forcefully to computer science"?Computer science programs at universities across the country are now scrambling to understand the implications of the technological transformation, grappling with what to keep teaching in the AI era. Ideas range from less emphasis on mastering programming languages to focusing on hybrid courses designed to inject computing into every profession, as educators ponder what the tech jobs of the future will look like in an AI economy... Some educators now believe the discipline could broaden to become more like a liberal arts degree, with a greater emphasis on critical thinking and communication skills. The National Science Foundation is funding a program, Level Up AI, to bring together university and community college educators and researchers to move toward a shared vision of the essentials of AI education. The 18-month project, run by the Computing Research Association, a research and education nonprofit, in partnership with New Mexico State University, is organising conferences and roundtables and producing white papers to share resources and best practices. The NSF-backed initiative was created because of "a sense of urgency that we need a lot more computing students — and more people — who know about AI in the workforce," said Mary Lou Maher, a computer scientist and a director of the Computing Research Association. The future of computer science education, Maher said, is likely to focus less on coding and more on computational thinking and AI literacy. Computational thinking involves breaking down problems into smaller tasks, developing step-by-step solutions and using data to reach evidence-based conclusions. AI literacy is an understanding — at varying depths for students at different levels — of how AI works, how to use it responsibly and how it is affecting society. Nurturing informed skepticism, she said, should be a goal. The article raises other possibilities. Experts also suggest the possibility of "a burst of technology democratization as chatbot-style tools are used by people in fields from medicine to marketing to create their own programs, tailored for their industry, fed by industry-specific data sets." Stanford CS professor Alex Aiken even argues that "The growth in software engineering jobs may decline, but the total number of people involved in programming will increase." Last year, Carnegie Mellon actually endorsed using AI for its introductory CS courses. The dean of the school's undergraduate programs believes that coursework "should include instruction in the traditional basics of computing and AI principles, followed by plenty of hands-on experience designing software using the new tools."
Read more of this story at Slashdot.

- Yes, I wrote a very expensive bug. In my defense I was only seven years old at the time
Years later, deep into a great tech career, your fellow reader remains inspired by the forgiveness received after the error Who, Me? Monday morning brings many readers a return to the world of adults, which The Register marks by bringing you a new edition of Who, Me? It's the reader-contributed column in which you share stories of making mistakes for which you are somehow forgiven.…
- Atlassian migrated 4 million Postgres databases to shrink AWS bill
PLUS: Lexmark’s Chinese owners sell to Xerox; India, Australia, target underwater drones; JPMorgan drops custom TLDs; and more! Asia In Brief Australian collaborationware company Atlassian has migrated the four million Postgres databases that back its customers’ Jira implementations to Amazon Web Services’ Aurora.…
- Stalkerware firm gets scooped by SQL-slinging security snoop
Also, Swiss ransomware posture looks like its cheese, the CVE Program wants YOU, more sus checks and more Infosec In Brief A security researcher looking at samples of stalkerware discovered an SQL vulnerability that allowed him to steal a database of 62,000 user accounts. …
- Ingram Micro confirms ransomware behind multi-day outage
SafePay crew claims responsibility for intrusion at one of world's largest tech distributors Ingram Micro, one of the world's largest distributors, has confirmed it is trying to restore systems following a ransomware attack.…
- Massive spike in use of .es domains for phishing abuse
¡Cuidado! Time to double-check before entering your Microsoft creds Cybersecurity experts are reporting a 19x increase in malicious campaigns being launched from .es domains, making it the third most common, behind only .com and .ru.…
- We're number 1! Windows 11 finally overtakes Windows 10
Three months to go until support ends, and Microsoft's flagship operating system squeaks past its predecessor Windows 11 has finally overtaken the market share of its predecessor, with just three months remaining until Microsoft discontinues support for Windows 10.…
- Wikidata: Attempting to bridge FOSS ideals and direct democracy
There's more to the Wikimedia organization than the famous encyclopedia Comment Multiple other projects also use the vast linked data store that underpins ubiquitous internet encyclopaedia Wikipedia, and some of them are helping the fight for democracy.…
- 'Trained monkey' from tech support saved know-it-all manager's mistake with a single keypress
Righteous mockery entranced execs in ways slideware could not On Call Friday dawns with the promise of precious freedom, yet the world of tech support is seldom free from trouble. The Register always finds a way to celebrate anyway, by bringing you a fresh instalment of On Call, the reader-contributed column that tells your tales of breaking away from bad bosses and ungrateful users.…
- Cold without the compressor: Boffins build better ice box
A thermoelectric material called CHESS is pretty cool Scientists at Johns Hopkins and Samsung have developed a nano-engineered thermoelectric material that is twice as efficient at material-level cooling as existing alternatives, paving the way for broader adoption of solid-state refrigeration technology.…
- US budget bill passes without controversial block on states regulating AI
And with some increases to rural broadband funds, fresh spectrum auctions, and wholesale dismantling of clean energy subsidies Lawmakers have passed President Trump's budget reconciliation but removed one of its most tech-contentious measures - the ban of state-level AI regulation – meaning the law will have little effect on the tech industry.…
- AI models just don't understand what they're talking about
Researchers find models' success at tests hides illusion of understanding Researchers from MIT, Harvard, and the University of Chicago have proposed the term "potemkin understanding" to describe a newly identified failure mode in large language models that ace conceptual benchmarks but lack the true grasp needed to apply those concepts in practice.…
- Musk's antics and distractions are backfiring as Tesla's car business stalls
Robotaxis, humanoid robots, and fights with Trump can't hide declining EV sales Comment Tesla reported its vehicle delivery and production numbers for Q2 2025 this week, and while the figures weren't quite as low in absolute terms as Q1, they still mark a worrying downward trend as CEO Elon Musk continues to spread his attention across a huge variety of topics unrelated to making and selling electric cars.…
- Canonical adds extra shots to Ubuntu Java
Juices the tooling and support for developers and enterprise customers Canonical has some extra toppings, flavorings, and offers coming for its bigger Java fans – because the suits swallow a lot of the stuff.…
- 23andMe's new owner says your DNA is safe this time
Nonprofit TTAM assures everything is BAU. Whether that makes customers feel better is another matter The medical research nonprofit vying to buy 23andMe is informing existing customers that it plans to complete the deal on July 8.…

- Security: Why Linux Is Better Than Windows Or Mac OS
Linux is a free and open source operating system that was released in 1991 developed and released by Linus Torvalds. Since its release it has reached a user base that is greatly widespread worldwide. Linux users swear by the reliability and freedom that this operating system offers, especially when compared to its counterparts, windows and [0]
- Essential Software That Are Not Available On Linux OS
An operating system is essentially the most important component in a computer. It manages the different hardware and software components of a computer in the most effective way. There are different types of operating system and everything comes with their own set of programs and software. You cannot expect a Linux program to have all [0]
- Things You Never Knew About Your Operating System
The advent of computers has brought about a revolution in our daily life. From computers that were so huge to fit in a room, we have come a very long way to desktops and even palmtops. These machines have become our virtual lockers, and a life without these network machines have become unimaginable. Sending mails, [0]
- How To Fully Optimize Your Operating System
Computers and systems are tricky and complicated. If you lack a thorough knowledge or even basic knowledge of computers, you will often find yourself in a bind. You must understand that something as complicated as a computer requires constant care and constant cleaning up of junk files. Unless you put in the time to configure [0]
- The Top Problems With Major Operating Systems
There is no such system which does not give you any problems. Even if the system and the operating system of your system is easy to understand, there will be some times when certain problems will arise. Most of these problems are easy to handle and easy to get rid of. But you must be [0]
- 8 Benefits Of Linux OS
Linux is a small and a fast-growing operating system. However, we can’t term it as software yet. As discussed in the article about what can a Linux OS do Linux is a kernel. Now, kernels are used for software and programs. These kernels are used by the computer and can be used with various third-party software [0]
- Things Linux OS Can Do That Other OS Cant
What Is Linux OS? Linux, similar to U-bix is an operating system which can be used for various computers, hand held devices, embedded devices, etc. The reason why Linux operated system is preferred by many, is because it is easy to use and re-use. Linux based operating system is technically not an Operating System. Operating [0]
- Packagekit Interview
Packagekit aims to make the management of applications in the Linux and GNU systems. The main objective to remove the pains it takes to create a system. Along with this in an interview, Richard Hughes, the developer of Packagekit said that he aims to make the Linux systems just as powerful as the Windows or [0]
- What’s New in Ubuntu?
What Is Ubuntu? Ubuntu is open source software. It is useful for Linux based computers. The software is marketed by the Canonical Ltd., Ubuntu community. Ubuntu was first released in late October in 2004. The Ubuntu program uses Java, Python, C, C++ and C# programming languages. What Is New? The version 17.04 is now available here [0]
- Ext3 Reiserfs Xfs In Windows With Regards To Colinux
The problem with Windows is that there are various limitations to the computer and there is only so much you can do with it. You can access the Ext3 Reiserfs Xfs by using the coLinux tool. Download the tool from the official site or from the sourceforge site. Edit the connection to “TAP Win32 Adapter [0]

- WinUAE 6.0.0 released
WinUAE has released version 6.0.0 of the Windows version of the UAE Amiga emulator, packing a truly terrifying number of changes, improvements, and fixes. Major update to custom chipset emulation. Internally almost everything in main chipset emulation has been rewritten. Fastest possible/JIT mode chipset timing/sync had major changes which can cause side-effects. Bugs are very possible, especially in very rarely used features. ↫ WinUAE website Going through the changelog is dizzying, ranging from an almost complete rewrite of the main chipset emulation for internal cycle accuracy, to running the emulation of the Denise/Lisa chips in a separate thread for better performance, to a ton of fixes and smaller updates.
- MacOS icons keep getting worse every time Apple touches them
With macOS 26, Apple has announced a dramatically new look to their UI: Liquid Glass. Solid material icon elements give way to softer, shinier, glassier icons. The rounded rectangle became slightly more rounded, and Apple eliminated the ability for icon elements to extend beyond the icon rectangle (as seen in the current icons for GarageBand, Photo Booth, Dictionary, etc.). With this release being one of the most dramatic visual overhauls of macOSs design, I wanted to begin a collection chronicling the evolution of the system icons over the years. Ive been rolling these out on social media over the past week and will continue to add to and update this collection slowly over the summer. Enjoy! ↫ BasicAppleGuy Every single one of these icons is getting progressively worse with almost every design change. They go from beautifully crafted, easily readable and supremely distinguishable icons to generic, repetitive blobs of colour, void of any personality, artistry, or usability considerations. Also, Apples new icon design language makes the icons look fuzzy, like theyre not being rendered properly. Its very unnerving. The one exception is probably the generic folder icon, which looks fine in all of its incarnations. Then theres the classic Platinum, pixelated version from Mac OS 9 and earlier, which, together with icons from Windows and BeOS from the same time period, are a whole different style that I dont think most people would accept anymore these days, but that I absolutely adore. Mostly Im just sad that the craft of making exquisite icons for operating systems is dying, replaced by what almost look like AI! generated blobs of indeterminate meaning, that rely more on preexisting knowledge of the operating system and its applications in question than on being recognisable and decipherable by anyone. I truly hope Windows and the various open source desktops dont follow in Apples footsteps here.
- Tone-deaf Xbox executive urges laid off employees to talk to Copilot for emotional support
A couple of days ago, Microsoft announced 9,000 layoffs across its global workforce, impacting its engineering, Xbox, sales, and management teams. This move also affected various initiatives, resulting in the cancellation of at least three Xbox games, job cuts across various studios, and even the shuttering of one game studio, The Initiative. In the wake of this dark day in the the tech industry, a tone-deaf Microsoft executive urged laid off workers to turn to AI tools for emotional support. ↫ Usama Jawad at Neowin These corporations are raking in massive amounts of profit, theyre doing better than ever, the cup of money runneth over, and yet, they keep laying off thousands and thousands of people almost every few months. The incentives in modern-day capitalism clearly arent working out for the vast majority of people, and then to give that final kick when youre already down, some asshat manager tells you to talk to! sparkly autocomplete for emotional support. Fuck this guy.
- NVIDIA is full of shit
Since the disastrous launch of the RTX 50 series, NVIDIA has been unable to escape negative headlines: scalper bots are snatching GPUs away from consumers before official sales even begin, power connectors continue to melt, with no fix in sight, marketing is becoming increasingly deceptive, GPUs are missing processing units when they leave the factory, and the drivers, for which NVIDIA has always been praised, are currently falling apart. And to top it all off, NVIDIA is becoming increasingly insistent that media push a certain narrative when reporting on their hardware. ↫ Sebin Nyshkim Out of all the issues listed here and there are many, and each is bad enough on their own its the frame generation and related pressure campaigns on reviewers that really get on my nerves the most. Technologies like DLSS (rendering at a lower internal resolution scaling that up) and frame generation (injecting fake AI! frames to jack up the frame rate) can be fine technologies when used at the consumers discretion to find a balance between improved perceived performance in exchange for blurry image quality and artefacting, but weve now reached a point where NVIDIA will only boast about performance figures with these technologies enabled, downsides be damned. If that wasnt misleading enough, the company is also pressuring reviewers who dont enable these technologies, and focus on real frames, real resolutions, and this, real performance. If you dont comply, youre not getting the next crop of GPUs in early access. Its the kind of shit Apple pulls all the time, and we need less of it, not more. Just dont buy NVIDIA. Theyre already a terrible choice if youre running anything other than Windows, but the companys recent behaviour and serious missteps have made the choice for AMD or Intel only more obvious.
- Redox gets network booting, work on UNIX domain sockets continues
Redox continues to make progress, and as another month has passed us by, its time for another monthly update. This past month, the focus has been on UNIX domain sockets, which are needed for Redox goal of running Wayland. As we continue to move forward with our plans for Wayland, a key technology for Wayland support is the ability to send file descriptors over Unix Domain Sockets. File descriptor sending is also an important part of many other OS features, including Capability-based Security. Our Redox Summer of Code project to implement that ability has been progressing very well. Ibuki, a new member of the Redox team, has jumped right into the deep end, and implemented the sendmg and recvmsg functionality, and continues to move forward with work on UDS. ↫ Ribbon and Ron Williams You can read more about the UNIX domain sockets progress in a detailed post on the Redox website. Redox now also supports network booting through PXE, but for now, only UEFI is supported. Of course, all of this work is topped off with the usual slew of fixes in relibc, RedoxFS, various drivers, and more, as well updated ports across the board.
- Is an Intel N100 a better value than a Raspberry Pi?
All of this to say: value is complicated. The Pi 5 is`much`more compact and slightly more power efficient (especially at idle) compared to the cheapest N1XX Intel systems. The Intel systems are better suited for a desktop use case. The Pi 5 can be run off PoE power, for easier one-cable networking + power. The Intel systems are more compatible with a wider range of software (not the least of which is`anything requiring Windows). ↫ Jeff Geerling Intels N100 and N150 are vastly underappreciated. The mini laptop I reviewed over a year ago is built around the N100, and I still use it every day for watching YouTube, writing OSNews posts, and so on. I never run into performance issues, battery life is excellent, and I dont have to deal with the annoyances of using ARM. The catch is that youre going to want to use Linux I use Fedora KDE because Windows performance on the N100 is dreadful. I dont think the jump from the N100 to the N150 is worthwhile enough to buy the new version of my mini laptop, so Ill stick with what I have. I do hope Intel continues the Nxxx line or processors, because it offers something no other x86 chip offers: more than reasonable performance at low power usage for an incredibly low price.
- Ubuntu 25.10 to drop support for effectively all existing RISC-V hardware, focuses on future RISC-V hardware instead
A recent bug report filed against Ubuntu’s upgrading tool confirmed a major change with regards to the RISC-V requirements for the upcoming Ubuntu 25.10 release — most existing RISC-V devices will`not`be able to run Ubuntu 25.10. How come? ↫ Joey Sneddon at omgubuntu.co.uk RISC-V just isnt delivering. Thats the cold and harsh truth more and more people are having to deal with, such as Chimera Linux dropping RISC-V support because the ecosystem is simply lacking the kind of powerful and available hardware to sustain itself (Chimera got lucky, though, and gained access to a Milk-V Pioneer through Adélie Linux). The number of systems and boards that are both powerful and available is close enough to zero that it might as well be zero, and if neither users nor developers can buy RISC-V hardware, whats the point in supporting it? The issue for Ubuntu specifically is that version 25.10 of the distribution intends to target only the RVA23 baseline RISC-V profile, while currently Ubuntu supports RVA20 as the baseline. This higher baseline profile requires a number of extensions to the instruction set that no existing hardware yet supports, making 25.10 effectively a clean break for all existing RISC-V hardware. In other words, if youre running Ubuntu on RISC-V hardware today, you wont be able to upgrade to 25.10 or higher. RISC-V really needs vastly improved hardware availability, because right now its just not delivering on the years of promises.
- The Amiga 3000 UNIX and Sun Microsystems: deal or no deal?
Amiga lore is full of exciting tales. Many of them are retold to demonstrate how the incompetence of Commodores management destroyed a platform that, by rights, was destined for success.`Coulda, shoulda,`and the Amiga`woulda`risen as rightful ruler of all other computer platforms, forever and ever. Amen. One of those stories is about how Sun Microsystems allegedly showed interest in the Amiga 3000 during the early 1990s. Its a classic Amiga anecdote, usually recounted without much reflection, and one`Ive certainly helped perpetuate. Alas, the more I think about it, the less it adds up. Fact or factoid? Lets speculate! ↫ Carl Svensson Great speculation with some solid reasoning and sourcing. Considering that had been some minor joint marketing between Sun and Commodore, my money is on the talks around that deal birthing rumours about more extensive Sun involvement in the Amiga 3000. At this point in time, however, decades after the fact and with several conflicting account, its unlikely well ever get a solid answer.
- AI note takers are flooding Zoom calls as workers opt to skip meetings
Clifton Sellers attended a Zoom meeting last month where robots outnumbered humans. He counted six people on the call including himself, Sellers recounted in an interview. The 10 others attending were note-taking apps powered by artificial intelligence that had joined to record, transcribe and summarize the meeting. ↫ Lisa Bonos and Danielle Abril at The Bezos Post Management strongly encourages mandates that everyone use AI! to improve productivity, but then gets all uppity when people actually do. Welcome to finding out!.
- Elementary OS makes meaningful accessibility improvements
With recent efforts to improve accessibility in GNOME and KDE, as well as a renewed focus on highlighting the many issues that still need fixing, the Linux desktop is making meaningful strides in becoming more accessible to those among us with disabilities. Obviously, the Linux desktop is bigger than just GNOME and KDE, so today we have elementary OS improving its accessibility features in a variety of ways. July is Disability Pride Month, an opportunity for us to consider how we’re serving our disabled community and work on breaking down barriers to access. Last year we had the pleasure of being introduced to Florian—a fully blind cybersecurity enthusiast—and thanks to his feedback we completely rewrote navigation in Onboarding to be more keyboard and screen reader friendly, as well as took another look at Installation and Initial Setup to vastly improve our entire first run experience for blind folks. Plus, we implemented the screen reader interface in the + window switcher. Thanks to this feedback, elementary OS 8 can be installed and set up completely blind, an important win for maintaining your independence as a person with vision disabilities. Since the release of OS 8 we’ve been working on things like improving contrast, support for Dark Mode screenshots and brand colors in AppCenter, turning on or snoozing Dark Mode without canceling your schedule, expanding the scope of the “Reduce Motion” setting, and adding more options to reduce distracting notification bubbles. Plus, thanks to feedback from Aaron who you may know from his blog series on Linux accessibility, Notifications and the Shortcut Overlay both got releases that add screen reader support. ↫ Danielle Foré at elementarys blog Im glad were finally putting to rest this idea that accessibility features should be afterthoughts, relevant to only a minute percentage of people. Not only is the disabled community way bigger than we might think, many of the features they require are simply also extremely nice and beneficial to users who might not actually require them. I know tons of people who, for instance, love reduce motion features simply because it makes their operating system feel faster, or people who just dont want to be bothered with notifications the instant they arrive. Accessibility goes far beyond what we traditionally think of as accessibility features, like screen readers or high contrast modes. Making software more accessible for those that require it, also makes software more accessible for those that merely desire it. Even though elementary OS probably isnt the type of distribution that appeals to the average OSNews reader, Im incredibly happy theyre taking accessibility seriously, and I intend to continue to highlight such improvements.
- Servers and thin clients in every home is the future they stole from us
I’ve used thin clients at home for quite a while both for their intended use (remotely accessing a desktop of another system); and in the sense of “modern thin clients are x86 boxes that are wildly overpowered for what they run, so they make good mini servers.” Recently, I saw a bulk lot of Sun Ray thin clients pop up on Trade Me (NZ’s eBay-like auction site) and with very little idea of how many clients were actually included in this lot, I jumped on it. After a 9 hour round-trip drive (on some of the worst roads I’ve seen!), I returned home with the back of my car completely packed with Sun Rays. Time for some interesting shenanigans! ↫ catstret.ch I was unaware you could still set up a Sun Ray environment with latest versions of OpenIndiana, and that has me quite interested in buying a few Sun Rays off eBay and follow in the authors footsteps. It seems like its not too difficult, and while theres some manual nonsense you have to do to get everything to install correctly, its nothing crazy. To this day, I firmly believe that the concept of dumb thin clients connected to powerful servers is an alluring and interesting way of computing. Im not talking about connecting up to servers owned by massive technology corporations Im talking about a few powerful servers down in your own basement or attic or whatever, serving applications and desktops straight to basic thin clients all around your house. These thin clients can take the shape of anything, from something like a desktop setup in your office, down to a basic display in your kitchen for showing recipes, setting timers, and other basic stuff and everything in between. Sun Rays could hot desk using personal smart cards, but of course, in this day and age youd have your smartphone. The thin clients around your house would know it was you through your smartphone, and serve up the applications, desktop, tools, and so on that you use, but everything would be running on the servers in your house. Of course, my wife would have her own account on the server, as would our children, when they are old enough. None of this is impossible with todays tools and computing power, but it wouldnt be easy to set up. There are no integrated solutions out there to make this happen; youd have to scrap it together from disparate parts and tools, and I doubt such a house of cards would end up being reliable enough not to quickly become a massive annoyance and time sink. On top of that, we live in a rental apartment, so we dont even have a basement or attic to store loud servers in, nor are we allowed to drill holes and route Ethernet cabling for optimal performance. Anyway, theres no chance in hell any of the major technology companies would build such a complex ecosystem in a world where its much easier and more profitable to force people to subscribe to shitty services. In my ideal computing world, though a server in every home, with cheap thin clients in every room.
- The new troll diet
We need a new framework for how to defend against trolls!. The feeding metaphor ran its course many years ago. It is done and will not be coming back. New online risks demand that we adapt and become proactive in protecting our spaces. We have to loudly and proudly set the terms of what is permissible. Those holding social or institutional power in communities should be willing to drop a few loud fuck offs to anyone trying to work their way in by weaponizing optics, concern trolling, or the well known tolerance paradox!. Conceding through silence, or self-censorship, only emboldens those who benefit from attacking a community. ↫ diegoebe Een volk dat voor tirannen zwicht, zal meer dan lijf en goed verliezen, dan dooft het licht.
- Donkey Kong Country 2 and open bus
Apparently, Donkey Kong Country 2 has runs into a bug in the old SNES emulator ZSNES, where one of the barrels that youre supposed to be able to precisely control the spinning direction of ends up spinning forever. This bug is caused by ZSNES not emulating open bus behavior. I believe this was originally discovered by Anomie roughly two decades ago, who subsequently fixed the same bug in Snes9x. This original fix hardcoded the specific addresses to return the values that the game depends on rather than properly emulating open bus, but it fixed DKC2 and probably didn’t break anything else. The bug was never fixed in ZSNES, which is now a long abandoned project (last release in 2007). Purely out of curiosity, I wanted to dig into this a little more to figure out what exactly in the game code causes these barrels to spin forever in an emulator that doesn’t emulate open bus behavior. ↫ jsgroth Just in case youve always wanted to know.
- Wayback: experimental layer to run X desktop environments on Wayland
With X.org being in maintenance mode, with the process of replacing it with Wayland accelerating pretty quickly now, a lot of projects using X.org are looking for ways to prepare for the future. Alpine Linux, a distribution focused on musl, BusyBox, and OpenRC, also wants to reduce its maintenance burden for X11 applications, and so Alpine Linux maintainer Ariadne Conill has come up with something interesting. Wayback is an experimental X compatibility layer which allows for running full X desktop environments using Wayland components. It is essentially a stub compositor which provides just enough Wayland capabilities to host a rootful Xwayland server. It is intended to eventually replace the classic X.org server in Alpine, thus reducing maintenance burden of X applications in Alpine, but a lot of work needs to be done first. ↫ Wayback GitHub page Its nowhere near done and most likely contains massive amounts of bugs and issues, but the seed has been planted. Wayback will make it possible to keep running X11-based desktop environments even in a full-Wayland environment. This may be necessary in case you need a specific feature not yet available in the Wayland version of your desktop environment, or if your desktop environment of choice simply isnt going to move to Wayland at all (due to lack of maintainers or whatever). Itll also be a boon for retrocomputing, especially as over the coming years and decades unmaintained X11 desktop environments become become ever harder to keep running on modern Linux distributions. While X.org as it exists today certainly isnt going anywhere any time soon, it will, eventually, stop working properly on Linux distributions who dont ship it by default anymore, and its awesome to already have the beginnings of a project to address this problem.
- Microsoft to remove all but the latest versions of drivers from Windows Update
This blog post is intended to notify all Windows Hardware program partners that Microsoft has taken a strategic initiative to clean up legacy drivers published on Windows Update to reduce security and compatibility risks. The rationale behind this initiative is to ensure that we have the optimal set of drivers on Windows Update that cater to a variety of hardware devices across the windows ecosystem, while making sure that Microsoft Windows security posture is not compromised. This initiative involves periodic cleanup of drivers from Windows Update, thereby resulting in some drivers not being offered to any systems in the ecosystem. ↫ Microsofts Hardware Dev Center The general gist is that Microsoft is going to remove all drivers from Windows Update for which newer versions exist or, to put it in a different way, only the latest versions of a driver are going to remain available on Windows Update. Its effectively a clean-up of Windows Update, and the only way older versions of drivers will remain available on Windows Update is if the manufacturer in question can make a business justification! to keep them around. Some of this may sound surprising, since many people assume Windows Update only offers the latest versions of drivers annoyingly so, sometimes but this isnt the case. Corporations with fleets of devices can actually determine exactly which drivers get sent to their devices, including opting for older versions in case newer versions have regressions or otherwise cause issues. Sometimes you just dont have a choice. According to Adam Demasi, the creator and maintainer of the amazing Legacy Update service, Microsoft hasnt deleted a single driver or update from Windows Update since 2001 (save for problematic updates). This results in a truly massive collection of updates and drivers, and thats causing real problems for Microsoft. Windows Update has a pretty cool system of describing whether an update is necessary to be installed on the current system, or if it is already installed. It also builds a relationship graph between updates, to indicate when they have been replaced by a newer update that includes all changes from the previous update. That system is also its downfall, causing the Windows Update service to be incredibly slow in checking for updates, possibly never completing the check at all. This issue also applies to WSUS, which despite being based on the very robust SQL Server, struggles with the number of drivers Microsoft hosts on Windows Update. As of April, we know that Windows Update hosts 1,799,339 drivers, and this creates a 138 GB database that requires almost 16 days to synchronise down from the main servers. The WSUS server is brought to its knees, with frequent timeouts while it furiously tries to complete database queries. (The PC used is a Ryzen 5700G with 32 GB of 3600 MHz RAM and 500 GB of NVMe, running Windows Server 2025 and SQL Server 2022.) ↫ Adam Demasi From this, its easy to understand why Microsoft would want to perform some housekeeping, followed by a new set of rules around only keeping the latest versions of drivers around in Windows Update. Demasi also notes that these plans by Microsoft wont affect drivers for old devices, since they will still be served their newest! driver version, and it wont affect Legacy Update either.
- I want a good parallel computer!
The GPU in your computer is about 10 to 100 times more powerful than the CPU, depending on workload. For real-time graphics rendering and machine learning, you are enjoying that power, and doing those workloads on a CPU is not viable. Why aren’t we exploiting that power for other workloads? What prevents a GPU from being a more general purpose computer? ↫ Raph Levien Fascinating thoughts on parallel computation, including some mentions of earlier projects like Intels Larabee or the Connection Machine with 64k processors the 80s, as well as a defense of the PlayStation 3s Cell architecture.

- openSUSE Leap 16: Bridging Enterprise-Grade Stability with Community-Driven Innovation
by George Whittaker openSUSE Leap 16 marks a significant evolution in the openSUSE project, integrating the robustness of SUSE Linux Enterprise (SLE) with the dynamism of community contributions. This release aims to provide a stable, adaptable, and secure Linux distribution suitable for various environments, from enterprise servers to developer workstations. Foundation: SUSE Linux Framework One (SLFO) Leap 16 is built upon SUSE Linux Framework One (SLFO), formerly known as the Adaptable Linux Platform (ALP). This modular architecture allows for a more flexible and maintainable system, enabling users to tailor their installations to specific needs. By leveraging SLFO, Leap 16 inherits the enterprise-grade stability and support lifecycle of SLE 16, ensuring a reliable foundation for critical workloads. Key Features and Enhancements1. Modern Installation with Agama Leap 16 introduces the Agama installer, a web-based, modular installation tool that replaces the traditional YaST installer. Agama offers a cleaner user interface and supports features like remote installations and scripting for automated deployments, enhancing the installation experience for both new and experienced users. 2. Enhanced Security with SELinux Security-Enhanced Linux (SELinux) is now enabled by default in Leap 16, aligning with SLE's security practices. This change provides a more robust security framework, offering fine-grained access controls and improved isolation. For users preferring alternative security modules, AppArmor remains available as an option. 3. Transition to Wayland Display Server Leap 16 adopts Wayland as the default display server, moving away from the legacy X11 system. Wayland offers improved performance, security, and support for modern graphics hardware. While X11 components are still available for compatibility, the shift to Wayland represents a step forward in graphical session management. 4. Updated Desktop Environments Users can enjoy the latest desktop environments with Leap 16, including GNOME 48 and KDE Plasma 6.3. These updates bring new features, performance improvements, and enhanced user experiences to the desktop. 5. System Management Tools: Cockpit and Myrlyn With the deprecation of YaST in Leap 16, system management transitions to Cockpit and Myrlyn. Cockpit provides a web-based interface for managing system settings, services, and performance monitoring. Myrlyn serves as a new Qt-based front end for software management, offering a streamlined experience for package installation and updates. Go to Full Article
- Manjaro 25.0 “Zetar”: A Bold Leap into Flatpak Integration and Gaming Optimization
by George Whittaker Manjaro Linux has long been celebrated for blending the power of Arch Linux with user-friendly features. With the release of Manjaro 25.0 “Zetar”, the distribution takes significant strides in enhancing application management through Flatpak integration and optimizing the system for gaming enthusiasts. This update also brings advancements in desktop environments, file system choices, and hardware support. Flatpak Integration: Streamlining Application Management One of the standout features of Manjaro 25.0 is its enhanced support for Flatpak, a universal package management system. This integration allows users to install and manage applications in a sandboxed environment, improving security and ensuring that applications have access only to the resources they need. The inclusion of Flatpak support means users can easily access a vast repository of applications, including those not available in traditional repositories, directly through the Pamac package manager. Gaming Enhancements: A Focus on Performance Manjaro 25.0 places a significant emphasis on gaming, introducing several features aimed at improving performance and compatibility:
Linux Kernel 6.12 LTS: The default kernel in this release offers improved hardware support, including better compatibility with newer GPUs and CPUs, which is crucial for gaming performance. Enhanced Graphics Support: Updates to graphics drivers, including the latest Mesa and NVIDIA drivers, ensure that gamers have access to the most recent improvements and bug fixes. Manjaro Summit Initiative: Although still in its alpha phase, the Manjaro Summit project introduces a semi-immutable version of the distribution, aiming for greater system stability and consistency—an essential factor for gaming systems. Desktop Environment Updates: GNOME 48, KDE Plasma 6.3, and Xfce 4.20 Manjaro 25.0 offers updated versions of its three main desktop environments, each bringing unique enhancements: GNOME 48 Notification Stacking: Improves organization by grouping notifications from the same application. Dynamic Triple Buffering: Enhances animation smoothness and reduces screen tearing. Battery Charge Limiting: Introduces an option to cap battery charging at 80%, prolonging battery lifespan. HDR Support: Initial support for High Dynamic Range displays, offering richer visuals. KDE Plasma 6.3 Improved Fractional Scaling: Provides sharper visuals on high-DPI displays. Go to Full Article
- How Questing Quokka (25.10) Ushers a New Era of Rust-Based Tools
by George Whittaker Introduction: A New Chapter for Ubuntu Ubuntu 25.10, affectionately codenamed Questing Quokka, represents more than just the latest iteration of Canonical’s flagship Linux distribution. It marks a decisive step towards modernizing the foundation of Ubuntu by integrating Rust, a systems programming language renowned for its safety, performance, and modern design. This bold move signals Canonical’s commitment to security, reliability, and future-proofing its desktop and server operating systems.
The release of Questing Quokka aligns with a growing trend across the Linux ecosystem: embracing Rust as a key technology for building low-level components. But what does this mean for Ubuntu users and developers? Let’s explore the significance of this change, what tools are being rewritten or introduced in Rust, and how this positions Ubuntu for the future. Why Rust? The Language of Safety and SpeedThe Need for Safer Code For decades, core components of Linux distributions—including Ubuntu—have been written predominantly in C. While C offers unmatched control and performance, it also exposes developers to a range of memory-related errors: buffer overflows, use-after-free bugs, and data races, to name a few. These flaws are among the leading causes of vulnerabilities that compromise system security.
Rust was designed specifically to address these issues. It offers:
Memory safety without garbage collection: Rust’s ownership model and borrow checker ensure that memory errors are caught at compile time. Fearless concurrency: Developers can write multithreaded code that’s safe by default. Modern tooling and ecosystem: A robust package manager (Cargo), modern build tooling, and vibrant community support. Linux and Rust: A Growing Bond Ubuntu is not alone in recognizing Rust’s advantages. The Linux kernel itself has started to accept Rust code, with drivers and modules being prototyped in Rust to enhance safety. Projects like GNOME, System76’s COSMIC desktop, and various networking utilities have already begun leveraging Rust.
By adopting Rust-based tools, Canonical is aligning Ubuntu with this broader movement—ushering in a future where critical system software is both fast and secure. Go to Full Article
- From Windows to Freedom: How Zorin OS Eases the Transition to Linux
by George Whittaker In today's digital landscape, where privacy, customization, and performance are paramount, many Windows users are exploring alternatives. Linux, long regarded as a powerful yet complex option, has matured into a user-friendly ecosystem. However, the switch from Windows to Linux can still seem daunting. That's where Zorin OS comes into play—a Linux distribution meticulously designed to simplify this migration and empower users to take control of their computing experience. The Windows-to-Linux Migration Challenge For decades, Windows has been the default operating system for millions. Familiarity with its interface, applications, and workflow creates a comfort zone that's hard to leave. However, concerns about:
Privacy and data collection System bloat Forced updates Licensing costs
have pushed users to consider alternatives like Linux.
The challenge? Linux can feel alien. Terminology, desktop environments, file systems, and software management differ significantly from Windows. Many distributions, while powerful, don't prioritize a gentle learning curve for Windows converts. This is precisely the problem Zorin OS aims to solve. What Sets Zorin OS Apart? Founded in 2008 by the Zorin brothers, Zorin OS was created with one mission: to make Linux accessible to everyone, especially Windows refugees. Unlike general-purpose distributions, Zorin OS focuses on:
Familiarity: Replicating the feel of Windows Ease of use: Minimizing reliance on the terminal Polish: Delivering a cohesive, attractive, and stable experience
Zorin OS 17.3, the latest stable release as of June 2025, represents the most refined iteration of this vision yet. Zorin OS 17.3 Features That Simplify MigrationA Windows-Like Desktop, Out of the Box Zorin OS 17.3 ships with a default layout that feels instantly familiar to Windows 10 and 11 users. From the bottom taskbar to the start-menu-style launcher, even the system tray icons and window controls mimic what Windows users expect.
The result?
Users spend less time figuring out "where things are." The psychological barrier of switching is dramatically lowered. Zorin Appearance: Customize with a Click Want your system to look more like macOS? Or classic Windows 7? Zorin OS 17.3's Appearance app lets you change the entire desktop layout and theme with a single click. No tinkering with config files, no additional extensions—just straightforward personalization.
This tool:
Helps users ease into Linux at their own pace Go to Full Article
- Elementary OS 8: Where Privacy Meets Design Simplicity for a Better Linux Experience
by George Whittaker In the world of Linux distributions, many projects aim to strike a balance between functionality, aesthetics, and security. Few, however, have achieved the level of polish and principled focus that Elementary OS brings to the table. With the release of Elementary OS 8, the developers have doubled down on their vision of an operating system that champions privacy and design simplicity without compromising usability. This article takes a look at how Elementary OS 8 prioritizes these values and why it deserves attention from privacy advocates and design enthusiasts alike. A Fresh Take on Privacy: Built into the Core Privacy isn’t just a feature in Elementary OS 8 — it’s a foundational principle. The developers have carefully considered how user data is handled at every level of the system. AppCenter: A Curated, Privacy-Respecting Store Unlike many popular app stores that may include proprietary apps with invasive tracking, the AppCenter in Elementary OS 8 focuses on open-source, privacy-friendly applications. Every app available through AppCenter undergoes a review process to ensure it adheres to the platform’s guidelines: no ads, no tracking, and no questionable data collection practices.
What sets AppCenter apart is its pay-what-you-want model, which allows users to support developers directly, eliminating the need for ad-supported or data-harvesting monetization schemes. Flatpak Sandboxing Elementary OS 8 ships with first-class Flatpak support, enabling apps to run in isolated sandboxes. This technology ensures that applications can only access the data and hardware resources explicitly granted by the user. For example, a note-taking app installed via Flatpak won’t have access to your microphone, camera, or sensitive directories unless you allow it.
The adoption of Flatpak aligns perfectly with Elementary’s privacy goals, as it provides clear boundaries between apps and the rest of the system. Zero Telemetry, Transparent Feedback Elementary OS 8 does not include any hidden telemetry or automatic data collection. Unlike some mainstream operating systems that quietly transmit usage statistics, crash reports, and device identifiers back to central servers, Elementary’s philosophy is that your data belongs to you.
When feedback is requested, such as through the optional Problem Reporting tool, users are clearly informed about what data will be sent and must opt in consciously. Go to Full Article
- Discover Linux Mint 22: How Cinnamon Became the Sleek, Speedy Desktop Champion of 2025
by George Whittaker Linux Mint has long held a cherished place in the hearts of Linux users seeking a balance between elegance, ease of use, and rock-solid stability. In 2025, that reputation is only strengthened with the release of Linux Mint 22, a version that brings not just incremental updates, but substantial improvements — particularly in the form of the latest Cinnamon 6.x desktop environment. Sleeker visuals, faster performance, and thoughtful refinements mark this release as one of the most polished in Mint’s history.
In this article, we’ll take a look into what makes Linux Mint 22 with Cinnamon a standout — from under-the-hood performance boosts to user-facing enhancements that elevate daily computing. The Legacy of Linux Mint and Cinnamon Linux Mint has consistently been among the most recommended distributions for both newcomers and seasoned Linux users. Its mission: to deliver a desktop experience that “just works” out of the box, with sensible defaults and a traditional desktop metaphor.
At the heart of this experience is Cinnamon, Mint’s flagship desktop environment born as a fork of GNOME Shell over a decade ago. Cinnamon has matured into an independent, cohesive environment that champions:
Simplicity. Customizability. Consistency.
Linux Mint 22’s release continues this tradition while embracing modern UI trends and leveraging powerful performance optimizations. Cinnamon 6.x: A New Standard of Sleekness Cinnamon 6.x introduces a suite of visual and functional improvements designed to make Mint 22 feel both contemporary and familiar:
Refined Visuals: The theming engine has received significant attention. The default theme sports cleaner lines, flatter icons, and subtle gradients that provide depth without visual clutter. Polished Animations: Transitions between windows, workspaces, and menus are noticeably smoother, thanks to improved animation handling that feels natural without being distracting. Modernized Panels and Applets: Applets now integrate better with the system theme, and their configuration interfaces have been streamlined. The panel is slimmer, with better spacing for multi-resolution icons.
These changes might seem small on paper, but together they give Cinnamon 6.x an air of maturity and refinement, reducing visual noise while enhancing usability. Performance Improvements: Speed Where It Counts Where Linux Mint 22 truly shines is in its performance optimizations: Go to Full Article
- Fedora 41’s Immutable Future: The Rise of Fedora Atomic Desktops
by George Whittaker The Fedora Project has long stood at the forefront of Linux innovation, often acting as a proving ground for transformative technologies later adopted by the wider Linux ecosystem. With the release of Fedora 41, the project takes another major leap into the future by fully embracing immutable desktops through its newly unified and rebranded initiative: Fedora Atomic.
This bold shift represents more than a technical update — it signals a philosophical evolution in how Linux desktops are built, managed, and secured. Fedora Atomic is not just a feature of Fedora 41; it's the flagship identity for a new kind of Linux desktop. In this article, we explore the origins, architecture, benefits, and implications of Fedora Atomic as it makes its debut in Fedora 41. What Are Immutable Desktops? A Paradigm Shift in OS Architecture An immutable desktop is a system whose core filesystem is read-only, meaning the foundational components of the operating system cannot be altered during regular use. This design flips traditional Linux system management on its head.
In mutable systems — like the standard Fedora Workstation or most desktop Linux distributions — the root filesystem is writable, allowing users or software to modify system libraries, configurations, and services at will. While this provides flexibility, it introduces risks of accidental misconfiguration, malware persistence, or system instability.
Immutable desktops tackle these issues with several key principles:
Read-Only Root Filesystem: Ensures the core system is consistent and protected. Atomic Updates: System updates are applied as a whole, transactional unit. If something breaks, you can simply roll back to the previous working version. Separation of Concerns: Applications are isolated in containers (e.g., Flatpaks), and development environments run in dedicated containers (e.g., Toolbox). Reproducibility and Consistency: Identical environments across systems, ideal for testing and deployment pipelines.
Fedora Atomic is the embodiment of these principles — and Fedora 41 is the foundation upon which it stands. From Silverblue to Atomic: The Evolution of Fedora's Immutable Desktop Vision Fedora Atomic is not built from scratch. It is the evolution of Fedora Silverblue, Kinoite, and Sericea, which previously offered immutable desktop environments with GNOME, KDE Plasma, and Sway respectively. In Fedora 41, these projects are now rebranded and unified under the Fedora Atomic name, creating a streamlined identity and experience for users. Go to Full Article
- Breaking Barriers: How Pop!_OS 24.04 Revolutionizes Hybrid Graphics for Linux Users
by George Whittaker In the realm of Linux desktop distributions, few names stand out as prominently as Pop!_OS, the custom-built operating system from System76. Known for its user-centric design, seamless hardware integration, and a progressive attitude toward Linux usability, Pop!_OS has earned a special place in the hearts of developers, engineers, gamers, and power users alike.
With the release of Pop!_OS 24.04, System76 boldly pushes the limits of what Linux desktops can do—particularly in the domain of hybrid graphics. This version introduces a host of under-the-hood improvements and user-facing enhancements aimed at solving a long-standing pain point for Linux laptop users: managing systems that have both integrated and dedicated GPUs.
This article dives into what makes Pop!_OS 24.04 a game-changer, focusing especially on its sophisticated, yet user-friendly approach to hybrid graphics. A Leap Forward: What’s New in Pop!_OS 24.04 Pop!_OS 24.04 is based on Ubuntu 24.04 LTS, meaning it inherits long-term support, stability, and updated software packages. But Pop!_OS never simply repackages Ubuntu; it transforms it. Here are some of the standout features introduced in this release:
COSMIC Desktop Enhancements: System76’s in-house desktop environment has matured, delivering better window management, smoother animations, and more customization options. COSMIC is designed from the ground up using Rust, and this release brings faster performance and reduced resource consumption. Kernel and Driver Upgrades: Linux kernel 6.8+ ensures better hardware compatibility and performance, especially for newer CPUs and GPUs. The latest NVIDIA and Mesa drivers are pre-integrated and optimized. Refined Installer and Recovery: The Pop!_OS installer now includes better detection for hybrid graphics setups and offers system recovery options right from the boot menu.
However, the crown jewel of 24.04 is undoubtedly its radical improvements in hybrid graphics support. Understanding Hybrid Graphics and Why It Matters Most modern laptops come with two GPUs:
Integrated GPU (iGPU) – Built into the CPU (e.g., Intel Iris Xe, AMD Radeon Graphics), offering energy-efficient graphics rendering. Discrete GPU (dGPU) – A powerful standalone GPU (e.g., NVIDIA RTX, AMD Radeon), ideal for gaming, 3D modeling, and heavy computation.
This setup, known as hybrid graphics, allows users to conserve battery power when performance isn’t needed and tap into powerful hardware when it is. Go to Full Article
- Ubuntu 25.04 “Plucky Puffin”: A Bold Leap Forward with GNOME 48 and HDR Brilliance
by George Whittaker Ubuntu has long stood as a bastion of accessibility, polish, and power in the Linux ecosystem. With the arrival of Ubuntu 25.04, codenamed “Plucky Puffin”, Canonical has once again demonstrated its commitment to delivering a modern, forward-thinking operating system. This release isn’t just a routine update — it’s a confident stride into a future where Linux desktops are visually stunning, developer-friendly, and brimming with potential.
From the sleek new GNOME 48 desktop environment to the long-awaited HDR (High Dynamic Range) support, Ubuntu 25.04 introduces meaningful innovations for casual users, creative professionals, and hardcore enthusiasts alike. Let’s explore this release in depth. The Spirit of “Plucky Puffin” Ubuntu releases are known for their quirky animal-themed codenames, but “Plucky Puffin” feels particularly fitting. The word plucky denotes courage and determination — a nod to the OS’s bold push into new visual territories and its refined user experience. The puffin, a resilient seabird, suggests adaptability and elegance — both apt descriptors for Ubuntu’s trajectory in 2025.
Canonical has positioned Ubuntu 25.04 as a springboard for technological maturity ahead of the next long-term support (LTS) release. While it’s a standard, short-term release with 9 months of support, it packs significant under-the-hood improvements and user-facing features that elevate it beyond expectations. GNOME 48: The Best Desktop Yet One of the crown jewels of Ubuntu 25.04 is GNOME 48, the latest iteration of the popular desktop environment. GNOME 48 continues to refine the modern, minimalist ethos that has become its signature — but this time, with more responsiveness, better gesture support, and improved multitasking. Visual Enhancements and Layout Tweaks The Activities Overview is smoother and now integrates multitouch gestures on laptops and touchscreens. Swipe-based workspace switching feels intuitive and immediate. New settings panels have been reorganized for clarity, especially in areas like display, accessibility, and power management. The Files (Nautilus) app has received subtle UI updates and performance boosts, with quicker load times and enhanced file indexing. Performance and Accessibility GNOME 48 is noticeably lighter on RAM, thanks to backend improvements in Mutter (the window manager) and GTK 4 refinements. Accessibility tools like screen readers and magnifiers now offer smoother integration for users with visual or physical impairments. Go to Full Article
- Transform Your Workflow With These 10 Essential Yet Overlooked Linux Tools You Need to Try
by George Whittaker Linux is a treasure trove of powerful tools, many of which remain undiscovered by casual users. While staples like grep, awk, sed, and top dominate tutorials and guides, there's a second layer of utilities—lesser-known yet immensely powerful—that can dramatically improve your daily efficiency and control over your system.
In this article, we dive into 10 underrated Linux tools that can help you streamline your workflow, improve productivity, and unlock new levels of system mastery. Whether you’re a developer, sysadmin, or Linux hobbyist, these tools deserve a place in your arsenal. 1. fd: Find Files Fast with Simplicity The traditional find command is incredibly powerful but notoriously verbose and complex. Enter fd, a modern, user-friendly alternative. Why It Stands Out Cleaner syntax (fd pattern instead of find . -name pattern) Recursive by default Colorized output Ignores .gitignore files for cleaner results Example fd ".conf"
Finds all files containing .conf in the name, starting from the current directory. Use Case Quickly locate configuration files, scripts, or assets without navigating nested directories or crafting complex expressions. 2. bat: cat on Steroids bat is a drop-in replacement for cat with superpowers. It adds syntax highlighting, Git integration, and line numbers to your file viewing experience. Why It Stands Out Syntax highlighting for dozens of languages Git blame annotations Works as a pager with automatic line wrapping Example bat /etc/ssh/sshd_config
You’ll get a beautifully highlighted and numbered output, much easier to parse than with cat. Use Case Perfect for reading scripts, configs, and logs with visual clarity—especially helpful during debugging or code reviews. 3. ripgrep: Blazing-Fast Text Search Also known as rg, ripgrep is a command-line search tool that recursively searches your current directory for a regex pattern, similar to grep—but much faster and more intuitive. Go to Full Article
|