Californians Sue Over AI Tool That Records Doctor Visits
An anonymous reader quotes a report from Ars Technica: Several Californians sued Sutter Health and MemorialCare this week over allegations that an AI transcription tool was used to record them without their consent, in violation of state and federal law. The proposed class-action lawsuit, filed on Wednesday in federal court in San Francisco, states that, within the p … ⌘ Read more
The 7.0 kernel has been released
Linus has released the 7.0 kernel after a
busy nine-week development cycle.
The last week of the release continued the same “lots of small
fixes” trend, but it all really does seem pretty benign, so I’ve
tagged the final 7.0 and pushed it out.I suspect it’s a lot of AI tool use that will keep finding corner
cases for us for a while, so this may be the “new normal” at least
for a while. Only time will tell.
Significant changes in this release incl … ⌘ 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
@lyse@lyse.isobeef.org Clearing legally? You must have an amazingly efficient legal team – there’s like 10 new tools every week. 🤣
@movq@www.uninformativ.de No, just the damn training. For the tools, they always want the latest shit available. The company isn’t quick enough in purchasing and legally clearing the latest models, services, etc., they say. Other than that, they seem to be happy.
even our hippest AI enthusiasts found it absolutely terrible
Does this refer to the training course or to the tools themselves? 🤔
@lyse@lyse.isobeef.org Yes, and that’s why I’m 100% convinced that we’ll see a massive brain drain in a couple of years. This will affect young people even more, because they don’t have all the “old” knowledge to fall back on.
It’s concerning, I’ve warned about it many times, nobody listens.
I think the best thing one can do is explicitly not use any AI tools but keep your actual skills intact. Might be out of a (good) job for a while, but once this bubble bursts, this is who is going to get hired again. (I think.)
And considering how insanely expensive all this is, I’m still (mostly) convinced that the bubble will actually burst. This stuff just isn’t sustainable.
… or I might be wrong. And if so, I see an even darker future that I don’t want to put into words right now.
@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.)
CPUID Site Hijacked To Serve Malware Instead of HWMonitor Downloads
Attackers briefly hijacked part of CPUID’s backend and swapped legitimate download links on its site with malware-laced ones. “The issue hit tools like HWMonitor and CPU-Z, with users on Reddit and elsewhere starting to notice something wasn’t right when installers tripped antivirus alerts or showed up under odd names,” reports The Register. F … ⌘ Read more
Microsoft Begins Removing Copilot Branding From Windows 11 Apps
Microsoft has started stripping Copilot branding out of Notepad in Windows 11, replacing the old Copilot menu with a more generic “writing tools” label. The AI features themselves aren’t going away, but Microsoft seems to be backing off the heavy-handed Copilot branding and extra entry points. Windows Central reports: As promised, Microsoft is now … ⌘ Read more
Google Rolls Out Gmail End-To-End Encryption On Mobile Devices
Gmail’s end-to-end encryption is now available on all Android and iOS devices, letting enterprise users send and read encrypted emails directly in the app without any extra tools. “This launch combines the highest level of privacy and data encryption with a user-friendly experience for all users, enabling simple encrypted email for all customers from s … ⌘ Read more
Security updates for Friday
Security updates have been issued by AlmaLinux (container-tools:rhel8, fontforge, freerdp, go-toolset:rhel8, gstreamer1-plugins-bad-free, gstreamer1-plugins-base, and gstreamer1-plugins-good, kernel, kernel-rt, libtasn1, mariadb:10.11, mysql:8.4, nginx:1.24, openssh, pcs, python-jinja2, python3.9, ruby:3.1, vim, virt:rhel and virt-devel:rhel, and xmlrpc-c), Debian (libyaml-syck-perl and openssh), Fedora (cockpit, crun, dnsdist, doctl, fido-device-onboard, libcgif, libpng12, libpng15, mbedtls, o … ⌘ Read more
从记事本、截图工具开始,微软删除 Windows 11 中的 Copilot 按钮
针对微软《我们对 Windows 质量的承诺》,目前 Windows 11 测试版中的记事本、截图工具已经删除了 Copilot 按钮,不再进行强制 AI 集成。@Appinn 注意,此前微软承诺要修的 Windows 11 bug,均属于测试版,用户需要加入预览体验计划(Windows Insid ⌘ Read more
This superintelligent AI is so powerful, even its creators are afraid of what it’s capable of
If Anthropic’s new AI tool falls into the hands of bad actors, they could hack pretty much every major software system in the world. And so could your kids. ⌘ Read more
Little Snitch Comes To Linux To Expose What Your Software Is Really Doing
BrianFagioli writes: Little Snitch, the well known macOS tool that shows which applications are connecting to the internet, is now being developed for Linux. The developer says the project started after experimenting with Linux and realizing how strange it felt not knowing what connections the system was making. Existing tools … ⌘ Read more
[$] Ripping CDs and converting audio with fre:ac
It has been a little while since LWN last surveyed tools for managing a digital\
music collection. In the intervening decades, many Linux users have moved on to
music streaming services, found them wanting, and are looking to curate their own
collection once again. There are plenty of choices when it comes to
ripping, managing, and playing digital audio; so many, in fact, that it can be a
bit daunting. After years of tinkering, I’ve found a few tools … ⌘ Read more
CIA Reportedly Used Secret Quantum Tool To Find Downed Airman in Iran
alternative_right quotes a report from the New York Post: The CIA used a futuristic new tool called “Ghost Murmur” to find and rescue the second American airman who was shot down in southern Iran, The Post has learned. The secret technology uses long-range quantum magnetometry to find the electromagnetic fingerprint of a human heartbea … ⌘ Read more
Linux’s Second-In-Command Turns To New Fuzzing Tools For Uncovering Kernel Bugs
Greg Kroah-Hartman, the main Linux stable kernel maintainer and typically viewed as the second-in-command to the Linux kernel development, has turned to new “gregkh_clanker_t1000” fuzzing tooling to help uncover new kernel bugs… ⌘ Read more
Will ‘AI-Assisted’ Journalists Bring Errors and Retractions?
Meet the “journalist” who “uploads press releases or analyst notes into AI tools and prompts them to spit out articles that he can edit and publish quickly,” according to the Wall Street Journal.
“AI-assisted stories accounted for nearly 20% of Fortune’s web traffic in the second half of 2025.” And most were written by 42-year-old Nick Lichtenberg, who has … ⌘ Read more
How I vibe-coded a web tool in three days with no programming experience
AI chatbots make it possible for people who can’t code to build apps, sites and tools. But it’s decidedly problematic. ⌘ Read more
Linux 7.0-rc7 Adding More Documentation For AI Tools To Send Better Security Bug Reports
For helping with the increase of AI tools scouring the Linux kernel source tree and sending security bug reports, a pull request sent today ahead of the Linux 7.0-rc7 improves the documentation to better guide AI agents – and anyone reading the documentation – how to send better quality bug reports… ⌘ Read more
Top NPM Maintainers Targeted with AI Deepfakes in Massive Supply-Chain Attack, Axios Briefly Compromised
“Hackers briefly turned a widely trusted developer tool into a vehicle for credential-stealing malware that could give attackers ongoing access to infected systems,” the news site Axios.com reported Tuesday, citing security researchers at Google.
The compromised package … ⌘ Read more
Anthropic Announces Claude Subscribers Must Now Pay Extra to Use OpenClaw
Anthropic’s making a big and sudden change — and connecting its Claude AI to third-party agentic tools “is about to get a lot more expensive,” writes the Verge:
Beginning April 4th at 3PM ET, users will “no longer be able to use your Claude subscription limits for third-party harnesses including OpenClaw,” according to an email sen … ⌘ Read more
‘Cognitive Surrender’ Leads AI Users To Abandon Logical Thinking, Research Finds
An anonymous reader quotes a report from Ars Technica: When it comes to large language model-powered tools, there are generally two broad categories of users. On one side are those who treat AI as a powerful but sometimes faulty service that needs careful human oversight and review to detect reasoning or factual fl … ⌘ Read more
Penalties Stack Up As AI Spreads Through the Legal System
Tony Isaac shares a report from NPR: When it comes to using AI, it seems some lawyers just can’t help themselves. Last year saw a rapid increase in court sanctions against attorneys for filing briefs containing errors generated by artificial intelligence tools. The most prominent case was that of the lawyers for MyPillow CEO Mike Lindell, who were fined $3,000 … ⌘ 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
AI Can Clone Open-Source Software In Minutes
ZipNada writes: Two software researchers recently demonstrated how modern AI tools can reproduce entire open-source projects, creating proprietary versions that appear both functional and legally distinct. The partly-satirical demonstration shows how quickly artificial intelligence can blur long-standing boundaries between coding innovation, copyright law, and the open-source principles … ⌘ Read more
The Linux Kernel’s Minimum Rust Version Supported Prepares For Rust 1.85 Baseline
The Rust-For-Linux crew is preparing to raise the minimum supported Rust version for building the Linux kernel and and similarly also bumping the minimum supported version of bindgen, the tool for generating Rust FFI bindings for C code in the kernel… ⌘ Read more
Claude Code’s Source Code Leaks Via npm Source Maps
Grady Martin writes: A security researcher has leaked a complete repository of source code for Anthropic’s flagship command-line tool. The file listing was exposed via a Node Package Manager (npm) mapping, with every target publicly accessible on a Cloudflare R2 storage bucket. $ du -hs .35M .$ find -type f | sed ’s/^.*\.//’ | sort | uniq -c | sort -bVr 1332 ts … ⌘ Read more
Life With AI Causing Human Brain ‘Fry’
fjo3 shares a report from France 24: Too many lines of code to analyze, armies of AI assistants to wrangle, and lengthy prompts to draft are among the laments by hard-core AI adopters. Consultants at Boston Consulting Group (BCG) have dubbed the phenomenon “AI brain fry,” a state of mental exhaustion stemming “from the excessive use or supervision of artificial intelligence tools, pushed beyond our co … ⌘ Read more
SolveSpace 3.2 3D CAD Tool Adds Qt Frontend, Experimental Web Version
SolveSpace 3.2 was released this past week as the newest feature update to this open-source parametric 3D CAD tool for creating 2D/3D parts and other CAD diagrams… ⌘ Read more
Bluesky’s Newest Product: an AI Tool That Gives You Custom Feeds
“What happens when you can describe the social experience you want and have it built for you…?” asks Bluesky? “We’ve just started experimenting, but we’re sharing it now because we want you to build alongside us.”
Called “Attie” — because it’s built with Bluesky’s decentralized publishing framework, AT Protocol (which is open source) — the new a … ⌘ Read more
Linux Maintainer Greg Kroah-Hartman Says AI Tools Now Useful, Finding Real Bugs
Linux kernel maintainer Greg Kroah-Hartman tells The Register that AI-driven code review has “really jumped” for Linux. “There must have been some inflection point somewhere with the tools…”
“Something happened a month ago, and the world switched. Now we have real reports.” It’s not just Linux, he continued. “All … ⌘ Read more
OpenAI Abandons ChatGPT’s Erotic Mode
OpenAI has indefinitely paused plans for an erotic mode in ChatGPT as part of a broader strategy shift away from side projects and toward business and coding tools. TechCrunch reports: The proposed “adult mode,” which CEO Sam Altman first floated in October, had inspired considerable controversy from tech watchdog groups as well as from OpenAI’s own staff. In January, a meeting between company executives … ⌘ Read more
JPMorgan Starts Monitoring Investment Banker Screen Time To Prevent Burnout
JPMorgan is piloting a system that monitors junior investment bankers to avoid burnout (source paywalled; alternative source). “[T]he bank will seek to match up hours claimed by the bankers with digital activity,” reports Bloomberg. “The tool won’t be used for evaluation purposes, but is designed to provide a better estimate of … ⌘ Read more
Doctors are relying more on AI, but some tools may be open to manipulation
Cybersecurity researchers say they deceived an Australian company’s medical assistant in three steps, while the company says it had already fixed the problem. ⌘ Read more
Just learned this nice little life-hack for disconnecting MC4 Solar connectors 👌 Works really well! And I don’t have to buy a special little MC4 assembly tool 🥳
OpenAI Acquires Developer Tooling Startup Astral
OpenAI announced it’s acquiring developer tooling startup Astral to strengthen its Codex AI coding assistant, which has over 2 million weekly users and has seen a three-fold increase in user growth since the start of the year. CNBC reports: “Through it all, though, our goal remains the same: to make programming more productive. To build tools that radically change what it … ⌘ Read more
CMake 4.3 Released With Package Import/Export Using The Common Package Specification
Version 4.3 of the CMake software development tool / build system was released today. Notable with CMake 4.3 is support for importing and exporting packages described using the Common Package Specification (CPS) for greater interoperability in the ecosystem… ⌘ Read more
@lyse@lyse.isobeef.org A-ha! That means you haven’t spent enough time with these tools! Go on, try it! (If you don’t, we’ll fire you.) I’m sure you’ll like it!

Intel Announces Core Ultra 200HX Plus Along With “Intel Binary Optimization Tool”
Intel today announced their Core Ultra 200HX Plus series mobile processors as their refresh for Arrow Lake HX. The announcement of the Core Ultra 200HX Plus also mentions a new Intel Binary Optimization Tool software package that has the potential of being quite interesting… ⌘ Read more
New ‘Vibe Coded’ AI Translation Tool Splits the Video Game Preservation Community
An anonymous reader quotes a report from Ars Technica: Since Andrej Karpathy coined the term “vibe coding” just over a year ago, we’ve seen a rapid increase in both the capabilities and popularity of using AI models to throw together quick programming projects with less human time and effort than ever before. … ⌘ Read more
Encyclopedia Britannica Sues OpenAI For Copyright, Trademark Infringement
Encyclopedia Britannica has sued OpenAI, alleging its AI models were trained on nearly 100,000 copyrighted articles and sometimes reproduce or misattribute passages to the encyclopedia. The lawsuit also claims trademark infringement and argues tools like ChatGPT divert traffic away from Britannica and Merriam-Webster sites. Engadge … ⌘ Read more
Bcachefs 1.37 Released With Linux 7.0 Support, Erasure Coding Stable & New Sub-Commands
Kent Overstreet today released Bcachefs 1.37 as the newest feature release to this out-of-tree file-system driver and user-space tooling for this next-gen, copy-on-write file-system… ⌘ Read more
sqlparse is also unsuitable for me: https://github.com/andialbrecht/sqlparse/issues/688
I’m supporting incremental SQLite schema changes to just upgrade from an older database version to whatever the current software version supports. In the past, I already noticed that this is quite expensive in unit tests when each test case runs through the entire schema patches and applies them one by one.
To speed up test execution I now decided that I finally go through the troubles of maintaining both a set of incremental patches and a full schema setup in one go. A unit test verifies that both ways end up with the same structure. This gives me a set of SQLs to check the structures:
SELECT type, name, tbl_name, sql
FROM sqlite_schema
ORDER BY type, name, tbl_name
Unfortunately, the resulting CREATE TABLE SQL queries are formatted differently, depending on whether the full schema was set up in one big step or the structure had been modified with ALTER TABLE. Mainly, added columns are not on their own lines but appended in one physical line. That’s why I wanted an SQL formatting tool. Since I didn’t find one that works decently, I’m now doing some simple string manipulation. Joining consecutive whitespace into a single space character, removing spaces before commas and closing parentheses and spaces after opening parentheses. This works surpringly good enough. Of course, if it fails, the “diff” is absolutely horrendous.
Now for the cool part, my test execution dropped from around 5:05 minutes to just 1:32 minutes! I call that a win.
I just stumbled across PRAGMA table_info('tablename') https://sqlite.org/pragma.html#pragma_table_info, PRAGMA foreign_key_list('tablename') and friends. I guess, I have to play with that, now. It’s probably much better to use than the SQL text approach.
New Freenet Network Launches, Along With ‘River’ Group Chat
Wikipedia describes Freenet as “a peer-to-peer platform for censorship-resistant, anonymous communication,” released in the year 2000. “Both Freenet and some of its associated tools were originally designed by Ian Clarke,” Wikipedia adds. (And in 2000 Clarke answered questions from Slashdot’s readers…)
And now Ian Clarke (aka Sanity — Slashdot reader #1,431 … ⌘ Read more
AI’s Productivity Boost? Just 16 Minutes Per Week, Claims Study
“A new study suggests the productivity boost from AI may be far smaller than executives claim,” writes Slashdot reader BrianFagioli:
According to research cited in Foxit’s State of Document Intelligence report, while 89% of executives and 79% of end users say AI tools make them feel more productive, the actual time savings shrink dramatically once peo … ⌘ Read more
debauit Announced As Debian Source Package Auditor
Announced today was debaudit, a new set of tools and services designed to verify the integrity and reproducibility of Debian source packages… ⌘ Read more
Linux 7.0 cpupower Now Handles systemd Service Setting EPP, Intel P-State Turbo Boost
The cpupower tool that lives within the Linux kernel source tree has squeezed in a few improvements today for the ongoing Linux 7.0 development cycle… ⌘ Read more
@rdlmda@rdlmda.me it is called, in Spanish, “the mother”. It is created through a bit (not by much) effort, and kept as a starting point. Just like Asian cuisine has dishes that never cool, always cooking leaving always a base on it.
How do you think a lathe (and just about any tool, etc.) is done? Yup, in part by using a lathe. 😅