Apple Patches Decade-Old IOS Zero-Day, Possibly Exploited By Commercial Spyware
This week Apple patched iOS and macOS against what it called “an extremely sophisticated attack against specific targeted individuals.”
Security Week reports that the bugs “could be exploited for information exposure, denial-of-service (DoS), arbitrary file write, privilege escalation, network traffic interception, … ⌘ Read more
Autonomous AI Agent Apparently Tries to Blackmail Maintainer Who Rejected Its Code
“I’ve had an extremely weird few days…” writes commercial space entrepreneur/engineer Scott Shambaugh on LinkedIn. (He’s the volunteer maintainer for the Python visualization library Matplotlib, which he describes as “some of the most widely used software in the world” with 130 million downloads each month.) … ⌘ Read more
Detroit Automakers Take $50 Billion Hit
The Detroit Big Three – General Motors, Ford and Stellantis – have collectively announced more than $50 billion in write-downs on their electric-vehicle businesses after years of aggressive investment into a transition that, even before Republican lawmakers abolished a $7,500 federal tax credit last fall, was already running below expectations.
U.S. EV sales fell more than 30% in the fourth qua … ⌘ Read more
Spotify Says Its Best Developers Haven’t Written a Line of Code Since December, Thanks To AI
Spotify’s best developers have stopped writing code manually since December and now rely on an internal AI system called Honk that enables remote, real-time code deployment through Claude Code, the company’s co-CEO Gustav Soderstrom said during a fourth-quarter earnings call this week.
… ⌘ Read more
Bill Introduced To Replace West Virginia’s New CS Course Graduation Requirement With Computer Literacy Proficiency
theodp writes: West Virginia lawmakers on Tuesday introduced House Bill 5387 (PDF), which would repeal the state’s recently enacted mandatory stand-alone computer science graduation requirement and replace it with a new computer literacy proficiency … ⌘ Read more
EXT4 In Linux 7.0 Improves Write Performance For Concurrent Direct I/O Writes
Sent out and already merged today for the Linux 7.0 kernel are the EXT4 file-system updates… ⌘ Read more
Is Linux Mint Burning Out? Developers Consider Longer Release Cycle
BrianFagioli writes: The Linux Mint developers say they are considering adopting a longer development cycle, arguing that the project’s current six month cadence plus LMDE releases leaves too little room for deeper work. In a recent update, the team reflected on its incremental philosophy, independence from upstream decisions like Snap, and … ⌘ Read more
Okay, so the funniest thing that has happened at work in the realm of AI so far is this:
So this guy (that holds a certain position of power) wants people to use more AI, meaning people are expected to install a set of AI tools on their laptops. But, of course, he doesn’t want to write proper documentation for this, because that would be silly monkey work, right? So he conjures up some AI prompts that are intended to make the AI agent install all this stuff by itself.
Do you see where this is going? Can you see the punchline?
That’s right! Since none of this AI stuff is deterministic, every setup is different. 🤦♀️ Like, 10, 20 systems, all set up a little different and people wonder why this or that doesn’t work as expected.
Okay, it’s not funny.

ByteDance Suspends Seedance 2 Feature That Turns Facial Photos Into Personal Voices Over Potential Risks
hackingbear writes: China’s Bytedance has released Seedance 2.0, an AI video generator which handles up to four types of input at once: images, videos, audio, and text. Users can combine up to nine images, three videos, and three audio files, up to a total of twelve fi … ⌘ Read more
Linux 7.0 Kernel Confirmed By Linus Torvalds, Expected In Mid-April 2026
An anonymous reader writes: Linus Torvalds has confirmed the next major kernel series as Linux 7.0, reports Linux news website 9to5Linux.com: “So there you have it, the Linux 6.x era has ended with today’s Linux 6.19 kernel release, and a new one will begin with Linux 7.0, which is expected in mid-April 2026. The merge window for L … ⌘ Read more
Prankster Launches Super Bowl Party For AI Agents
Long-time Slashdot reader destinyland writes: The world’s biggest football game comes to Silicon Valley today — so one bored programmer built a site where AI agents can gather for a Super Bowl party. They’re trash talking, suggesting drinks, and predicting who will win. “Humans are welcome to observe,” explains BotBowlParty.com — but just like at Moltbook, only AI ag … ⌘ Read more
Have We Been Thinking About Exercise Wrong for Half a Century?
“After a half-century asking us to exercise more, doctors and physiologists say we have been thinking about it wrong,” writes Washington Post columnist Michael J. Coren.
“U.S. and World Health Organization guidelines no longer specify a minimum duration of moderate or vigorous aerobic activity.”
Movement-tracking studies show even tiny, regular b … ⌘ Read more
Good News: We Saved the Bees. Bad News: We Saved the Wrong Ones.
Despite urgent pleas to Americans to save the honeybees, “it was all based on a fallacy,” writes Washington Post columnist Dana Milbank. “Honeybees were never in existential trouble. And well-meaning efforts to boost their numbers have accelerated the decline of native bees that actually are.”
“Suppose I were to say to you, ‘I’m really worried about … ⌘ Read more
Moltbook, Reddit, and The Great AI-Bot Uprising That Wasn’t
Monday security researchers at cloud-security platform Wiz discovered a vulnerability that allowed anyone to post to the bots-only social network Moltbook — or even edit and manipulate other existing Moltbook posts. “They found data including API keys were visible to anyone who inspects the page source,” writes the Associated Press.
But had it been disco … ⌘ Read more
Hmmm, that’s a pity. I never realized that before. The following Go code
var b bool
…
b |= otherBool
results in a compilation error:
invalid operation: operator | not defined on b (variable of type bool)
I cannot use || for assignments as in ||= according to https://go.dev/ref/spec#Assignment_statements. Instead, I have to write b = b || otherBool like a barbarian. Oh well, probably doesn’t happen all that often, given that I only now run into this after all those many years.
Munich Makes Digital Sovereignty Measurable With Its Own Score
alternative_right writes: The city of Munich has developed its own measurement instrument to assess the digital sovereignty of its IT infrastructure. The so-called Digital Sovereignty Score (SDS) visually resembles the Nutri-Score and identifies IT systems based on their independence from individual providers and ‘foreign’ legal spheres. The Technical … ⌘ Read more
Say Hello To GoogleSQL
BrianFagioli writes: Google has quietly retired the ZetaSQL name and rebranded its open source SQL analysis and parsing project as GoogleSQL. This is not a technical change but a naming cleanup meant to align the open source code with the SQL dialect already used across Google products like BigQuery and Spanner. Internally, Google has long called the dialect GoogleSQL, even while the open source project lived under a differ … ⌘ Read more
NASA Delays Artemis II To March
ClickOnThis writes: NASA has delayed the Artemis II launch to March of this year, after a wet dress-rehearsal uncovered a hydrogen leak. From the NASA article: During tanking, engineers spent several hours troubleshooting a liquid hydrogen leak in an interface used to route the cryogenic propellant into the rocket’s core stage, putting them behind in the countdown. Attempts to resolve the issue involved stop … ⌘ Read more
Hidden Car Door Handles Are Officially Being Banned In China
sinij writes: Automakers have increasingly implemented door handles that retract into the bodywork for aerodynamic reasons, but they are now off limits in China.
My issue is with electronic-only door latch mechanism. It should be possible to open the door from both inside and outside the car in case of complete power loss.
[
[ or toiling (e.g., writing repetitive blocks of similar code).” That’s one of the conclusions Google’s Go team drew from September’s big survey of 5,379 Go developers.
But the survey also found that among Go developers using AI-powered tools, “their satisfaction with these tools is m … ⌘ Read more
When 20-Year-Old Bill Gates Fought the World’s First Software Pirates
Long-time Slashdot reader destinyland writes: Just months after his 20th birthday, Bill Gates had already angered the programmer community,” remembers this 50th-anniversary commemoration of Gates’ Open Letter to Hobbyists. “As the first home computers began appearing in the 1970s, the world faced a question: Would its software be free?”
… ⌘ Read more
Electric Flying Cars Now for Sale by California Company Pivotal
“A future with flying cars is no longer science fiction,” writes the Los Angeles Times.
“All you need to order your own is about $200,000 and some hope and patience.”
The Palo Alto-based company Pivotal has been developing the technology since 2009 and is nearly ready to bring it to market… [Company founder Marcus] Leng engineered an ultralig … ⌘ Read more
Apple Switches to Build-to-Order Systems on Its Web Site
“Apple has gone for a choose-your-own-adventure when shopping for a new Mac,” writes long-time Slashdot reader esarjeant.
Macworld explains:
Apple has shifted from selling pre-configured Mac models to a fully customizable build-to-order system on its website, allowing customers to select display size, chip, memory, and storage options… This change emphasiz … ⌘ Read more
Scientists Found a Way To Cool Quantum Computers Using Noise
Slashdot reader alternative_right writes: Quantum computers need extreme cold to work, but the very systems that keep them cold also create noise that can destroy fragile quantum information. Scientists in Sweden have now flipped that problem on its head by building a tiny quantum refrigerator that actually uses noise to drive cooling instead of figh … ⌘ Read more
Cory Doctorow On Tariffs and the DMCA In Canada
Longtime Slashdot reader devnulljapan writes: In 2012, Canada passed anti-circumvention law Bill C-11, cut-and-pasted from the U.S. DMCA, in return for access to U.S. markets without tariffs. Trump has tariffed Canada anyway, so Cory Doctorow suggests it sounds like like a good idea to ditch Bill C-11 and turn Canada into a “Disenshittification Nation” and go into the business of … ⌘ Read more
OpenAI Releases Prism, a Claude Code-Like App For Scientific Research
OpenAI has launched Prism, a free scientific research app that aims to do for scientific writing what coding agents did for programming. Engadget reports: Prism builds on Crixet, a cloud-based LaTeX platform the company is announcing it acquired today. For the uninitiated, LaTeX is a typesetting system for formatting scientific docume … ⌘ Read more
ReactOS Celebrates 30 Years
jeditobe writes: ReactOS, the open-source operating system aimed at binary compatibility with Windows, recently marked its 30th anniversary. Launched in 1996, ReactOS has focused on providing a free alternative to Windows, with compatibility for Windows applications and drivers. Though still in development, it has made significant progress in recent years, including improvements to USB support, better hardware compatib … ⌘ Read more
DOT Plans To Use Google Gemini AI To Write Regulations
The Trump administration is planning to use AI to write federal transportation regulations, ProPublica reported on Monday, citing the U.S. Department of Transportation records and interviews with six agency staffers. From the report: The plan was presented to DOT staff last month at a demonstration of AI’s “potential to revolutionize the way we draft rulemakings,” a … ⌘ Read more
Washington State May Mandate ‘Firearm Blueprint Detection Algorithms’ For 3D Printers
Adafruit managing director Phillip Torrone (also long-time Slashdot reader ptorrone ) writes: Washington State lawmakers are proposing bills (HB 2320 and HB 2321) that would require 3D printers and CNC machines to block certain designs using software-based “firearms blueprint detection algorithms.” In p … ⌘ Read more
Another project where I’m going to use my terminal widget toolkit is a hex editor. This is still very young, obviously, and there’s a lot of work to do (both in the toolkit and this particular application), but I’m making some progress:
https://movq.de/v/2bae14ed16/vid-1769283187.mp4
Since this program is UTF-8 clean (I hope), you can do things like enter multi-byte UTF-8 sequences or paste them from the system clipboard (another hex editor I just tried failed to do this correctly):
https://movq.de/v/e9241034c1/vid-1769283755.mp4
Under the hood, I’m using mmap() with MAP_PRIVATE, which is really cool: I get the entire file as a byte array, no matter how large it is, no need to actually read it upfront; and MAP_PRIVATE means that I can write to this area however I like without changing the underlying file. The kernel does copy-on-write for me. Only when you hit Save, it will write to the filesystem. And it’s just a couple lines of code. The kernel does all the magic. 🥳
China Makes Too Many Cars, and the World Is Increasingly OK With It
After years of Western governments raising alarms about Chinese automotive overcapacity and erecting tariff barriers, an unexpected pivot is now underway as major economies cautiously open their markets to Chinese electric vehicles, Bloomberg writes. Beijing itself has started acknowledging the problem at home. Chinese regulators last week w … ⌘ Read more
The Microsoft-OpenAI Files
Longtime Slashdot reader theodp writes: GeekWire takes a look at AI’s defining alliance in The Microsoft-OpenAI Files, an epic story drawn from 200+ documents, many made public Friday in Elon Musk’s ongoing suit accusing OpenAI and its CEO Sam Altman of abandoning the nonprofit mission (Microsoft is also a defendant). Musk, who was an OpenAI co-founder, is seeking up to $134 billion in damages. “Previously undisclosed emails, … ⌘ Read more
Wikipedia’s Guide to Spotting AI Is Now Being Used To Hide AI
Ars Technica’s Benj Edwards reports: On Saturday, tech entrepreneur Siqi Chen released an open source plugin for Anthropic’s Claude Code AI assistant that instructs the AI model to stop writing like an AI model. Called “Humanizer,” the simple prompt plugin feeds Claude a list of 24 language and formatting patterns that Wikipedia editors have listed as ch … ⌘ Read more
cURL Removes Bug Bounties
Ancient Slashdot reader jantangring shares a report from Swedish electronics industry news site Elektroniktidningen (translated to English), writing: “Open source code library cURL is removing the possibility to earn money by reporting bugs, hoping that this will reduce the volume of AI slop reports,” reports etn.se. “Joshua Rogers – AI wielding bug hunter of fame – thinks it’s a great idea.” cURL maintainer Daniel Stenber … ⌘ Read more
NYSE Eyes 24/7 Tokenized Stock Trading With Weekend Access and Same-Day Settlement
BrianFagioli writes: The New York Stock Exchange, owned by Intercontinental Exchange, is developing a platform for trading tokenized versions of U.S. listed stocks and ETFs around the clock, pending regulatory approval. The system would combine the NYSE’s existing matching engine with blockchain-based settlement … ⌘ Read more
Young College Graduates Suddenly Aren’t Finding Jobs Faster Than Non-College Graduates
U.S. college graduates “have historically found jobs more quickly than people with only a high school degree,” writes Bloomberg.
“But that advantage is becoming a thing of the past, according to new research from the Federal Reserve Bank of Cleveland.”
“Recently, the job-finding rate for young college-edu … ⌘ Read more
Hundreds Answer Europe’s ‘Public Call for Evidence’ on an Open Digital Ecosystem Strategy
The European Commission “has opened a public call for evidence on European open digital ecosystems,” writes Help Net Security, part of preparations for an upcoming Communication “that will examine the role of open source in EU’s digital infrastructure.”
The consultation runs from January 6 to Februa … ⌘ Read more
Spent basically the entire day (except for the mandatory walk) fighting with Python’s type hints. But, the result is that my widget toolkit now passes mypy --strict.
I really, really don’t want to write larger pieces of software without static typing anymore. With dynamic typing, you must test every code path in your program to catch even the most basic errors. pylint helps a bit (doesn’t need type hints), but that’s really not enough.
Also, somewhere along the way, I picked up a very bad (Python) programming style. (Actually, I know exactly where I picked that up, but I don’t want to point the finger now.) This style makes heavy use of dicts and tuples instead of proper classes. That works for small scripts, but it very quickly turns into an absolute mess once the program grows. Prime example: jenny. 😩
I have a love-hate relationship with Python’s type hints, because they are meaningless at runtime, so they can be utterly misleading. I’m beginning to like them as an additional safety-net, though.
(But really, if correctness is the goal, you either need to invest a ton of time to get 100% test coverage – or don’t use Python.)
Acer Sues Verizon, AT&T, and T-Mobile, Alleging Infringment on Acer’s Cellular Networking Patents
Slashdot reader BrianFagioli writes: Acer has filed three separate patent infringement lawsuits against AT&T, Verizon, and T-Mobile, taking the unusual step of hauling the nation’s largest wireless carriers into federal court. The suits, filed in the Eastern District of Texas, claim t … ⌘ Read more
Ruby on Rails Creator Says AI Coding Tools Still Can’t Match Most Junior Programmers
AI still can’t produce code as well as most junior programmers he’s worked with, David Heinemeier Hansson, the creator of Ruby on Rails and co-founder of 37 Signals, said on a recent podcast [video link], which is why he continues to write most of his code by hand. Hansson compared AI’s current coding … ⌘ Read more
./bin/mu -B -o ... -p muos/amd64 ... target.
I’ve only got a handful of syscalls working right now. Taking inspiration from the calling convention of the Linux kernel and even made the service/interrupt handler int 0x80h 🤣 I’ve only got read, write, alloc and exit working righ tnow 🥲
Code.org: Use AI In an Interview Without Our OK and You’re Dead To Us
theodp writes: Code.org, the nonprofit backed by AI giants Microsoft, Google and Amazon and whose Hour of AI and free AI curriculum aim to make world’s K-12 schoolchildren AI literate, points job seekers to its AI Use Policy in Hiring, which promises dire consequences for those who use AI during interviews or take home assignments without … ⌘ Read more
Btw @movq@www.uninformativ.de you’ve inspired me to try and have a good ‘ol crack at writing a bootloader, stage1 and customer microkernel (µKernel) that will eventually load up a Mu (µ) program and run it! 🤣 I will teach Mu (µ) to have a ./bin/mu -B -o ... -p muos/amd64 ... target.
Iran’s Internet Shutdown Is Now One of the Longest Ever
Iran has imposed one of the longest nationwide internet shutdowns in its history, cutting more than 92 million people off from connectivity for over a week as mass anti-government protests continue. TechCrunch reports: As of this writing, Iranians have not been able to access the internet for more than 170 hours. The previous longest shutdowns in the country lasted … ⌘ Read more
Students Increasingly Choosing Community College or Certificates Over Four-Year Degrees
DesScorp writes: CNBC reports that new data from the National Student Clearinghouse indicates that enrollment growth in four year degree programs is slowing down, while growth in two year and certification programs is accelerating: Enrollments in undergraduate certificate and associate degree programs … ⌘ Read more
Amazon Threatens ‘Drastic Action’ After Saks Bankruptcy
Amazon wants a federal judge to reject Saks Global’s bankruptcy financing plan, writing in court papers the beleaguered department store “burned through hundreds of millions of dollars in less than a year” and failed to hold up their agreement. From a report: When Saks acquired Neiman Marcus for $2.7 billion in December 2024, Amazon invested $475 million into the venture … ⌘ Read more
Pentagon Device Linked To Havana Syndrome
“Since the United States reopened its embassy in Cuba in 2015, a number of personnel have reported a series of debilitating medical ailments which include dizziness, fatigue, problems with memory, and impaired vision,” writes longtime Slashdot reader smooth wombat. “For ten years, these sudden and unexplained onsets have been studied with no conclusive evidence one way or the other. Now comes … ⌘ Read more