Mozilla ‘Thunderbolt’ Is an Open-Source AI Client Focused On Control and Self-Hosting
BrianFagioli writes: Mozilla’s email subsidiary MZLA Technologies just introduced Thunderbolt, an open-source AI client aimed at organizations that want to run AI on their own infrastructure instead of relying entirely on cloud services. The idea is to give companies full control over their data, models, an … ⌘ Read more
Amazon’s New Fire TV Sticks No Longer Support Sideloading
Amazon’s newest Fire TV Sticks are dropping support for normal sideloading, blocking apps from outside the Amazon Appstore unless the device is registered with developers. Cord Cutters News reports: This week, Amazon announced the upcoming launch of a new Fire TV Stick HD. The new model will run on Amazon’s Vega OS, rather than Android, so most streamin … ⌘ Read more
[$] A more efficient implementation of Shor’s algorithm
Shor’s algorithm is the main practical example of an algorithm that runs more
quickly on a quantum computer than a classical computer — at least in theory.
Shor’s algorithm allows large numbers to be factored
into their component prime factors quickly.
In reality, existing quantum computers do not have nearly
enough memory to factor interesting numbers using Shor’s algorithm, despite
decades of research.
[A new paper](https://a … ⌘ Read more
Glibc Lands A Big Optimization For LoongArch CPUs
Loongson’s LoongArch processors are running decent in our recent Loongson 3B6000 benchmarks but even better performance is on the way with the next GNU C Library “glibc” release… ⌘ Read more
Reed Hastings Is Leaving Netflix After 29 Years
Reed Hastings is stepping down from Netflix’s board in June, ending a 29-year run at the company he co-founded and helped transform from a DVD-by-mail business into a global streaming giant. Hastings said in a shareholder (PDF) letter that heâ™s stepping down to focus on “his philanthropy and other pursuits.” Engadget reports: Hastings has served as chairman of Netflix’s board … ⌘ Read more
AlmaLinux OS Kitten 10 Adds i686 User-Space Packages
The community-based AlmaLinux OS alternative to Red Hat Enterprise Linux (RHEL) continues exploring ways to better differentiate it from upstream RHEL and other derivatives. The latest difference is AlmaLinux OS Kitten 10 adding i686 user-space packages for those wanting to run on a RHEL 10 based platform but still needing x86 32-bit user-space software compatibility… ⌘ Read more
UK Households To Be Urged To Use More Power This Summer As Renewables Soar
Longtime Slashdot reader AmiMoJo shares a report from the Guardian: Households will be called on to boost their consumption of Great Britain’s record renewable energy this summer to help balance the power grid and lower energy bills. Under the new plans, people could be encouraged to run dishwashers and washing machines or … ⌘ Read more
Rivian’s Illinois Factory Will Run On Recycled EV Batteries
An anonymous reader quotes a report from the Wall Street Journal: Rivian is joining with Redwood Materials to reuse EV batteries for energy storage – the largest repurposed-battery energy storage system for an automotive manufacturer in the U.S., executives told The Wall Street Journal. Redwood Materials is a battery-recycling firm started by Tesla co- … ⌘ Read more
LLM-Assisted Patches For Linux 7.1 May Have Negative Impact On 32-bit Systems
Code now merged for the Linux 7.1 kernel may provide some negative performance implications for those still running modern Linux kernels on 32-bit hardware. A fundamental change can present cache line alignment and slab sizing implications for 32-bit Linux OS users but will provide for cleaner code with modern 64-bit computing… ⌘ Read more
Chrome Now Lets You Turn AI Prompts Into Repeatable ‘Skills’
Google is rolling out a Chrome feature called “Skills” that lets users save Gemini prompts as reusable one-click workflows they can run across multiple tabs. The feature also includes preset Skills from Google. It’s launching first for Chrome desktop users set to US English. The Verge reports: Once you have access to the feature, it can be managed by t … ⌘ Read more
Ubuntu 26.04 Delivers Great Performance Improvements For AMD Strix Point, Especially For RDNA 3.5 Graphics
As part of my ongoing testing around the upcoming Ubuntu 26.04 release I have been running a lot of benchmarks. After recently showing some nice performance gains for AMD Ryzen AI Max “Strix Halo” with Ubuntu 26.04, several Phoronix readers inquired about any performance uplift from the more modest but still powerful Strix Point laptops like the popular Ryzen AI 9 HX 370 SKU. Here are benchmarks showing the … ⌘ Read more
Another AI rant:
One of the “key features” of LLMs is that you can use “natural language”, because that is supposed to be easier than having to learn a programming language. So, when someone says to me, “I automated this process using AI!”, what they mean is: They have written a very, very large Markdown document. In this document, they list what the AI is supposed to do.
In prose.
This is a complete disaster.
Programming and programming languages have one crucial property: They follow a well-defined structure and every word has a well-defined meaning. That is absolutely brilliant, because I can read this and I can follow the program in my head. I can build a mental model. I can debug this, down to the precise instructions that the CPU executes. This all follows well-defined patterns that you can reason about.
But with these Markdown files, I am completely lost. We lose all these important properties! No debugging, no reasoning about program flow, nothing. It’s all gone. It’s a magic black box now, literally randomized, that may or may not do what you wanted, in some order.
People now throw these Markdown files at me … and … am I supposed to read this? Why? It’s completely random and fuzzy.
Sadly, these AI tools are good enough to be able to mostly grasp the authors intentions. Hence people don’t see the harm they cause, because “it works”.
We already have a ton of automations like this at work: Tickets get piped through an LLM and these Markdown files / prompts determine what will happen with the ticket, and maybe they trigger additional actions as well, like account creation or granting permissions. All based on fuzzy natural language – that no two humans will ever properly agree on.
Jesus Christ, we’re now INTENTIONALLY bringing the ambiguity of legal texts and lawyers into programming.
Using natural language is NOT easier than using a programming language. It is HARDER. Have you people never read a legal contract? And that stuff can STILL be debated in a court room.
I can’t begin to comprehend why we, tech folks, push this so hard. What is wrong with you? Or me?
(And, once again, we’re ignoring other factors here. LLMs use a ton of energy and ressources, that we don’t have to spare. It’s expensive as fuck. It doesn’t even run locally on our servers, meaning we give all these credentials and permissions to some US company. It’s insane.)
How Good is Windows on Arm With Snapdragon X?
A new powerful chipset has arrived to take on x86 CPUs and Apple’s M5, writes Wccftech.
The blog Windows Central writes that “Qualcomm’s Snapdragon X2 processors are here” — and they run Windows:
Microsoft has done a massive amount of work to improve compatibility and has also convinced developers to embrace Windows 11 on Arm. Users of Windows 11 on Arm PCs spend 90% of their ti … ⌘ Read more
Botched IT Upgrade Ended Liquor Sales for the Entire State of Mississippi
Mississippi has one warehouse — run by a contractor — that sells all the liquor for the entire state of 2.9 million people. “If a restaurant or store anywhere in Mississippi wanted a bottle of Jim Beam, they had to order it from the wholesale warehouse,” reports the Washington Post.
But then Mississippi’s warehouse-managing con … ⌘ Read more
Greg Kroah-Hartman Tests New ‘Clanker T1000’ Fuzzing Tool for Linux Patches
The word clanker — a disparaging term for AI and robots — “has made its way into the Linux kernel,” reports the blog It’s FOSS “thanks to Greg Kroah-Hartman, the Linux stable kernel maintainer and the closest thing the project has to a second-in-command.”
He’s been quietly running what looks like an AI-assisted fuzzing tool o … ⌘ Read more
Trisquel 12.0 Released For Free Software Foundation Endorsed Distribution
For those sticking to absolute free software ideals, Trisquel 12.0 was released this weekend for this Free Software Foundation (FSF) approved distribution for only containing free software and foregoing loadable microcode/firmware and running on the Linux-libre kernel even with its reduced scope in hardware support… ⌘ Read more
AI That Bankrupted a Vending Machine is Now Running a Store in San Francisco
Remember that AI-powered vending machine that went bankrupt after Wall Street Journal reporters “systematically manipulated the bot into giving away its entire inventory for free”? It was Anthropic’s experiment, with setup handled by a startup named Andon Labs (which also built the hardware and software integration). But for th … ⌘ Read more
Judge Pauses Arizona’s Prosecution of Kalshi, Bars Arizona from Regulating Prediction Markets
Arizona state prosecutors allege Kalshi is running an illegal gambling operation, charging the prediction market with 20 “wagering” misdemeanors. But Friday a federal judge “temporarily barred Arizona from enforcing its gambling laws against predictive market operators,” reports the Associated … ⌘ Read more
Firefox vs. Chrome: Which Performs Better on a Linux Laptop?
Phoronix staged “a showdown” between Firefox and Chrome, testing them both on an Intel Panther Lake laptop running Ubuntu 26.04.
JetStream 3.0 was announced at the end of March as the latest major web browser benchmark. This updated version of JetStream is focused on intensive portions of modern JavaScript and WebAssembly web applications… Google Chrome … ⌘ Read more
@lyse@lyse.isobeef.org AI result ahead, feel free to ignore.
I “asked” the AI at work the same question out of morbid curiousity. It “said” that SQLite converts that integer to floating point internally on overflows and then, when converting back, the x86 instruction cvttsd2si will turn it into 0x8000000000000000, even if the actual floating point value is outside of that range. So, yes, it allegedly actually saturates, as a side effect of the type conversion.
I couldn’t find anything about that automatic conversion in SQLite’s manual, yet, but an experiment looks like it might be true:
sqlite> select typeof(1 << 63);
╭─────────────────╮
│ typeof(1 << 63) │
╞═════════════════╡
│ integer │
╰─────────────────╯
sqlite> select typeof((1 << 63) - 1);
╭──────────────────────╮
│ typeof((1 << 63) ... │
╞══════════════════════╡
│ real │
╰──────────────────────╯
As for cvttsd2si, this source confirms the handling of 0x8000000000000000 on range errors: https://www.felixcloutier.com/x86/cvttsd2si
The following C program also confirms it (run through gdb to see cvttsd2si in action):
<a href="https://we.loveprivacy.club/search?q=%23include">#include</a> <stdint.h>
<a href="https://we.loveprivacy.club/search?q=%23include">#include</a> <stdio.h>
int
main()
{
int64_t i;
double d;
/* -3000 instead of -1, because `double` can’t represent a
* difference of -1 at this scale. */
d = -9223372036854775808.0 - 3000;
i = d;
printf("%lf, 0x%lx, %ld\n", d, i, i);
return 0;
}
(Remark about AI usage: Fine, I got an answer and maybe it’s even correct. But doing this completely ruined it for me. It would have been much more satisfying to figure this out myself. I actually suspected some floating point stuff going on here, but instead of verifying this myself I reached for the unethical tool and denied myself a little bit of fun at the weekend. Won’t do that again.)
Firefox 149 vs. Chrome 147 Web Browser Performance On Linux
It has been a while since featuring a showdown of the Mozilla Firefox and Google Chrome web browsers on Linux. With some fresh benchmarks being overdue plus the new JetStream 3 browser benchmark having been announced last week, here is some fresh data for how these two dominant web browsers are competing on the modern Linux desktop from an Intel Panther Lake system running Ubuntu 26.04. ⌘ Read more
TIL that SSH actually stands for Secure Snake Home, a massively multiplayer snake game playable via the SSH protocol: ssh snakes.run
Of course, no one else was online when I was playing, so…
FEX 2604 Released With Better Memory Savings For Running x86_64 Apps/Games On ARM64
Out today is the newest monthly update to FEX for this emulator for running Linux x86/x86_64 binaries on AArch64 (ARM64) Linux systems, including games and the likes of Steam Play with Windows games. This Valve-sponsored project that is quite important for the upcoming Steam Frame has rolled out more performance improvements, memory savings, and other improvements with FEX 2604… ⌘ Read more
Hacker Steals 10 Petabytes of Data From China’s Tianjin Supercomputer Center
An anonymous reader quotes a report from CNN: A hacker has allegedly stolen a massive trove of sensitive data – including highly classified defense documents and missile schematics – from a state-run Chinese supercomputer in what could potentially constitute the largest known heist of data from China. The dataset, which al … ⌘ Read more
Valve Developer Improves The Linux Gaming Experience For Limited vRAM Hardware
Natalie Vock of Valve’s Linux graphics driver team primarily working on the RADV Vulkan driver has come up with a new interesting creation: patches to the Linux kernel and KDE for sharply improving the gaming experience for those running systems with limited amounts of video memory. Such as for graphics cards with just 8GB of dedicated vRAM, the patches now available – initially on CachyOS for a nice out-of-the-box experience – p … ⌘ Read more
Intel Arc Pro B70 Benchmarks With LLM / AI, OpenCL, OpenGL & Vulkan
Last month Intel announced the Arc Pro B70 with 32GB of GDDR6 video memory for this long-awaited Battlemage G31 graphics card. This new top-end Battlemage graphics card with 32 Xe cores and 32GB of GDDR6 video memory offers a lot of potential for LLM/AI and other use cases, especially when running multiple Arc Pro B70s. Last week Intel sent over four Arc Pro B70 graphics cards for Linux testing at Phoronix. Given the current re-testing for the i … ⌘ Read more
Planet Labs Tests AI-Powered Object Detection On Satellite
BrianFagioli writes: Artificial intelligence has now run directly on a satellite in orbit. A spacecraft about 500km above Earth captured an image of an airport and then immediately ran an onboard AI model to detect airplanes in the photo. Instead of acting like a simple camera in space that sends raw data back to Earth for later analysis, the satellite perfo … ⌘ Read more
Apple Faces ‘Massive Dilemma’ With Success of the MacBook Neo
Apple may have a supply problem on its hands with the MacBook Neo… The laptop reportedly relies on “binned” A18 Pro chips with one GPU core disabled, and demand is so strong that the supply of those cheaper leftover chips could run out before the next model is ready. That leaves Apple choosing between lower margins, shifting production plans, or ch … ⌘ Read more
Anthropic Reveals $30 Billion Run Rate, Plans To Use 3.5GW of New Google AI Chips
Anthropic says its annualized revenue run rate has surpassed $30 billion and disclosed plans to secure roughly 3.5 gigawatts of next-generation Google TPU compute starting in 2027. Broadcom will supply the key chips and networking gear for the effort, the company announced. The Register reports: News of the two d … ⌘ Read more
LinkedIn Faces Spying Allegations Over Browser Extension Scanning
LinkedIn is facing allegations that it quietly scans users’ browsers for installed Chrome extensions. The German group Fairlinked e.V. goes so far as to claim that the site is “running one of the largest corporate espionage operations in modern history.”
“The program runs silently, without any visible indicator to the user,” the group says. “It … ⌘ Read more
Lemonade 10.1 Released For Latest Improvements For Local LLMs On AMD GPUs & NPUs
Following last month’s Lemonade SDK 10.0 release that finally makes AMD Ryzen AI NPUs under Linux useful for running large language models (LLMs) where as before the Linux build could only target GPUs, released on Monday was Lemonade 10.1 with more enhancements to this local LLM solution… ⌘ Read more
FreeBSD Aims To Better Track Laptop Hardware That Works Or Doesn’t For Their OS
Over the past year the FreeBSD project has been making much progress on making it more viable to run this BSD operating system on laptop hardware. They have worked on better graphics driver support, improved power management / suspend, making sure audio is working, and even rolling out a KDE desktop option from the FreeBSD OS installer to ease the deployment on desktops. While that engineering work continues, they are also working now to … ⌘ Read more
Internet Bug Bounty Pauses Payouts, Citing ‘Expanding Discovery’ From AI-Assisted Research
The Internet Bug Bounty program “has been paused for new submissions,” they announced last week.
Running since 2012, the program is funded by “a number of leading software companies,” reports InfoWorld, “and has awarded more than $1.5m to researchers who have reported bugs “
Up to now, 80% of its p … ⌘ Read more
Linux 7.1 Expected To Begin Removing i486 CPU Support
It’s finally time: a patch queued into one of the development branches ahead of the upcoming Linux 7.1 merge window is set to finally begin the process of phasing out and ultimately removing Intel 486 CPU support from the Linux kernel. Anyone still using an i486 CPU with an upstream Linux kernel would be incredibly rare and no known Linux distribution vendors are still shipping with i486 CPU support, but in case you are, you can continue to be running one of … ⌘ Read more
Linux 7.1 To Begin Removing i486 CPU Support
It’s finally time: a patch queued into one of the development branches ahead of the upcoming Linux 7.1 merge window is set to finally begin the process of phasing out and ultimately removing Intel 486 CPU support from the Linux kernel. Anyone still using an i486 CPU with an upstream Linux kernel would be incredibly rare and no known Linux distribution vendors are still shipping with i486 CPU support, but in case you are, you can continue to be running one of the exis … ⌘ Read more
America’s CIA Recruited Iran’s Nuclear Scientists - By Threatening To Kill Them
A former U.S. spy spoke to The New Yorker about “years of clandestine work for the C.I.A. — which, he said, had ‘prevented Iran from getting a nuke’.”
[Kevin] Chalker told me that, as he understood it, the Pentagon had suggested running commando operations to kill key Iranian scientists, as Israel subsequently did. … ⌘ Read more
FreeBSD Laptop Project Hopes To Port Newer Linux Graphics Drivers This Year
Developers working on the FreeBSD laptop initiative to make the FreeBSD operating system more suitable for running on modern laptop hardware have drafted their road-map of further action items they hope to accomplish in 2026… ⌘ Read more
IBM Teams Up With Arm To Run Arm Workloads On IBM Z Mainframes
IBM and Arm are teaming up to let Arm-based software run on IBM Z mainframes. Network World reports: The two companies plan to work on three things: building virtualization tools so Arm software can run on IBM platforms; making sure Arm applications meet the security and data residency rules that regulated industries must follow; and creating common techn … ⌘ Read more
Nvidia Rolls Out Its Fix For PC Gaming’s ‘Compiling Shaders’ Wait Times
Nvidia has begun rolling out a beta feature that automatically compiles game shaders while a PC is idle. It won’t eliminate shader compilation the first time a game runs, but Ars Technica reports it could help reduce those repeated wait times. From the report: Nvidia’s new Auto Shader Compilation system promises to “reduc[e] the frequ … ⌘ Read more
AMD Ryzen AI Max “Strix Halo” Enjoys Great Performance Gains With Latest Linux Software
With the Ubuntu 26.04 LTS release due out in three weeks, I have been re-testing a number of different devices on this newest Ubuntu release. One of the most significant improvements to note was when running the Framework Desktop with Ryzen AI Max “Strix Halo” and quantifying the performance gains of the Radeon 8060S Graphics since launch last year. Here’s a look at how the Vulkan and OpenGL performance has evolved for the Ryz … ⌘ Read more
AMD Ryzen AI Max “Strix Halo” Enjoys Great Performance Gains With Latest Linux Software
With the Ubuntu 26.04 LTS release due out in three weeks, I have been re-testing a number of different devices on this newest Ubuntu release. One of the most significant improvements to note was when running the Framework Desktop with Ryzen AI Max “Strix Halo” and quantifying the performance gains of the Radeon 8060S Graphics since launch last year. Here’s a look at how the Vulkan and OpenGL performance has evolved for the Ryz … ⌘ Read more
SpaceX Files To Go Public
Reuters reports that SpaceX has confidentially filed for a U.S. IPO, reportedly targeting a valuation above $1.75 trillion. Reuters reports: SpaceX puts more rockets in space than any other company and promises a chance to invest in humanity’s return to the moon and attempt to colonize Mars. The company aspires to put artificial intelligence data centers in space, while running a lucrative satellite communications system that o … ⌘ Read more
April 1 Linux Patches: Verified Birth Date For File Creation, Block Emacs From Running
What’s more annoying: half-baked AI slop open-source patches or April Fools’ Day with programmers trying to have some fun? This year, April 1 is seeming more patches than usual… ⌘ Read more
AI Data Centers Can Warm Surrounding Areas By Up To 9.1C
An anonymous reader quotes a report from New Scientist: Andrea Marinoni at the University of Cambridge, UK, and his colleagues saw that the amount of energy needed to run a data centre had been steadily increasing of late and was likely to “explode” in the coming years, so wanted to quantify the impact. The researchers took satellite measurements of land su … ⌘ Read more
MacOS 26.4 Adds Warnings For ClickFix Attacks to Its Terminal App
An anonymous Slashdot reader writes: ClickFix attacks are ramping up. These attacks have users copy and paste a string to something that can execute a command line — like the Windows Run dialog, or a shell prompt.
But MacRumors reports that macOS 26.4 Tahoe (updated earlier this week) introduces a new feature to its Terminal app where it will … ⌘ Read more
SystemD Contributor Harassed Over Optional Age Verification Field, Suggests Installer-Level Disabling
It’s FOSS interviewed a software engineer whose long-running open source contributions include Python code for the Arch Linux installer and maintaining packages for NixOS. But “a recent change he made to systemd has pushed him into the spotlight” after he’d added the optiona … ⌘ Read more
Apple Can Create Smaller On-Device AI Models From Google’s Gemini
Apple reportedly has full access to customize Google’s Gemini model, allowing it to distill smaller on-device AI models for Siri and other features that can run locally without an internet connection. MacRumors reports: The Information explains that Apple can ask the main Gemini model to perform a series of tasks that provide high-quality resul … ⌘ Read more
Stephen Colbert To Write Next ‘Lord of the Rings’ Movie
An anonymous reader quotes a report from CNN: Stephen Colbert already has a new job lined up for when he ends his 11-year run as host of “The Late Show” in May – the comedian and well-known J.R.R. Tolkien superfan announced he will co-write and develop a new film in the blockbuster “Lord of the Rings” franchise. Colbert joined “LOTR” director Peter Jackson … ⌘ Read more
Chandra Resolves Why Black Holes Hit the Brakes On Growth
alternative_right shares a report from Phys.org: Astronomers have an answer for a long-running mystery in astrophysics: why is the growth of supermassive black holes so much lower today than in the past? A study using NASA’s Chandra X-ray Observatory and other X-ray telescopes found that supermassive black holes are unable to consume material as rapidly as … ⌘ Read more
Lemonade 10.0.1 Improves Setup Process For Using AMD Ryzen AI NPUs On Linux
Earlier this month with the release of the Lemonade SDK 10.0 and FastFlowLM 0.9.35, using AMD Ryzen AI NPUs for running LLMs on Linux finally became feasible. AMD XDNA 2 NPUs can now run on Linux well for LLM workloads! Released on Tuesday was Lemonade 10.0.1 with a few improvements for the setup process of this local LLM open-source solution on Linux… ⌘ Read more