CrowdStrike Says Attackers Are Moving Through Networks in Under 30 Minutes
An anonymous reader shares a report: Cyberattacks reached victims faster and came from a wider range of threat groups than ever last year, CrowdStrike said in its annual global threat report released Tuesday, adding that cybercriminals and nation-states increasingly relied on predictable tactics to evade detection by exploiting … ⌘ Read more
COSMIC Epoch 1.0.8 Released With More Desktop Refinements
While System76 has been hard at work on a redesigned Thelio desktop chassis design, this hasn’t slowed down their software work. Today they shipped COSMIC Epoch 1.0.8 as the newest work on their open-source, Rust-based desktop environment used by their in-house Pop!_OS Linux distribution as well as found in other Linux distributions too… ⌘ Read more
Hegseth Gives Anthropic Until Friday To Back Down on AI Safeguards
Defense Secretary Pete Hegseth gave Anthropic CEO Dario Amodei until Friday evening to give the military unfettered access to its AI model or face harsh penalties, Axios has learned. Hegseth told Amodei in a tense meeting on Tuesday that the Pentagon will either cut ties and declare Anthropic a “supply chain risk,” or invoke the Defense Produ … ⌘ Read more
@bender@twtxt.net I think I haven’t written a single line of code outside of work in the last ~3 weeks, because I was so distracted by (gestures broadly) everything.
The US Spent $30 Billion on Classroom Laptops and Got the First Generation Less Capable Than Its Parents
More than two decades after Maine became the first state to hand laptops to middle schoolers – distributing 17,000 Apple machines across 243 schools in 2002 â” neuroscientist Jared Cooney Horvath told a U.S. Senate committee earlier this year that Gen Z is the first g … ⌘ Read more
D7VK 1.4 Released With More Improvements For Old Direct3D On Vulkan Under Linux
D7VK is the open-source project that began implementing the Direct3D 7 APIs atop Vulkan and with time the scope expanded to include Direct3D 6 support as well as Direct3D 5 support. Out today is D7VK 1.4 for continuing to enhance the support for these older D3D versions on Vulkan under Linux… ⌘ Read more
@kiwu@twtxt.net I am trying to read our Information Security Office “mind” to grasp what they want. So far they seem to want to get logs from our BIG-IP F5 load balancers into Azure Sentinel, but the Telemetry Streaming plugin normally used for it is on maintenance mode, with deprecations happening on the F5 and Microsoft side soonish. So, yeah… “fun”. Oh, and they want it on production by tomorrow. LOLz!
twtxt-lib, a new isomorphic TypeScript library for parsing and interacting with twtxt.txt files. Check out the demo at https://twtxt-lib.itsericwoodward.com/!
An isomorphic TypeScript library is a codebase, written in TypeScript, that can run in multiple JavaScript environments, most commonly both the web browser (client-side) and a server (like Node.js). The core idea is to share the exact same code across the frontend and backend, avoiding duplication and improving efficiency.
Microsoft Execs Worry AI Will Eat Entry Level Coding Jobs
An anonymous reader shares a report: Microsoft Azure CTO Mark Russinovich and VP of Developer Community Scott Hanselman have written a paper arguing that senior software engineers must mentor junior developers to prevent AI coding agents from hollowing out the profession’s future skills base.
The paper, Redefining the Engineering Profession for AI, is b … ⌘ Read more
Billions of Dollars Later and Still Nobody Knows What an Xbox Is
Microsoft has spent more than $76 billion acquiring game studios and publishers over the past few years in an attempt to turn Xbox into a Netflix-like subscription platform, and the result is that nobody – possibly not even Microsoft – can clearly articulate what Xbox actually is anymore, The Verge writes.
The brand started as a powerful video … ⌘ Read more
Google Cloud N4 Series Benchmarks: Google Axion vs. Intel Xeon vs. AMD EPYC Performance
Google Cloud recently launched their N4A series powered by their in-house Axion ARM64 processors. In that launch-day benchmarking last month was looking at how the N4A with Axion compared to their prior-generation ARM64 VMs powered by Ampere Altra. There were dramatic generational gains, but how does the N4A stand up to the AMD EPYC and Intel Xeon instances? Here are some follow-up benchmarks I had done to explore the … ⌘ Read more
Discord Distances Itself From Persona Age Verification After User Backlash
Discord is attempting to distance itself from the age verification provider Persona following a steady stream of user backlash. From a report: In an emailed statement to The Verge, Discord’s head of product policy, Savannah Badalich, confirms the company “ran a limited test of Persona in the UK where age assurance had previous … ⌘ Read more
Russia Targets Telegram as Rift With Founder Pavel Durov Deepens
Russia has opened an investigation into Telegram founder Pavel Durov for “abetting terrorist activities,” [non-paywalled source] in the latest sign that his uneasy relationship with the Kremlin has broken down. From a report: Two Russian newspapers, including the state-run Rossiiskaya Gazeta and Kremlin-friendly tabloid Komsomolskaya Pravda, all … ⌘ Read more
AMD’s HIP Moves To Using LLVM’s New Offload Driver By Default
A change merged to upstream LLVM Git yesterday for LLVM 23 is moving AMD’s HIP to using the new/modern offload driver by default. This aligns with a prior change for NVIDIA CUDA and already in place for OpenMP offloading too… ⌘ Read more
Firefox 148 Now Available With The New AI Controls, AI Kill Switches
Firefox 148 introduces granular AI controls and a global “AI kill switch” that allows users to disable or selectively manage the browser’s AI features. Phoronix reports: Among the AI features that can be toggled individually are around translations, image alt text in the Firefox PDF viewer, tab group suggestions, key points in link preview … ⌘ Read more
@kiwu@twtxt.net Lately… A native mobile app for Salty.im 😅
Intel Formally Ends Four Of Their Go Language Open-Source Projects
Following various Intel open-source projects recently being archived with Intel formally discontinuing their development, another wave of Intel open-source projects were formally sunset on Monday… ⌘ Read more
LLVM/Clang 22 Compiler Officially Released With Many Improvements
LLVM/Clang 22.1 was released overnight as the first stable release of the LLVM 22 series. This is a nice, feature-packaged half-year update to this prominent open-source compiler stack with many great refinements… ⌘ Read more
KDE Plasma 6.6.1 Released With Initial Batch Of Bug Fixes
Following last week’s Plasma 6.6 release, KDE developers today shipped Plasma 6.6.1 as the first point release with an assortment of different bug fixes… ⌘ Read more
CGIT 1.3 Web Frontend For Git Released After Six Years
Jason Donenfeld of WireGuard and Linux cryptography fame has taken a break from that to release a new version of CGIT, the lightweight web interface for Git repositories. CGIT 1.3 is the first new release in six years and comes with a lot of changes… ⌘ Read more
Quantum Algorithm Beats Classical Tools On Complement Sampling Tasks
alternative_right shares a report from Phys.org: A team of researchers working at Quantinuum in the United Kingdom and QuSoft in the Netherlands has now developed a quantum algorithm that solves a specific sampling task – known as complement sampling – dramatically more efficiently than any classical algorithm. Their paper, published i … ⌘ Read more
Still enjoying my command-line set up where I can log my time, keep notes and a daily journal all through a few aliases and functions, and it stores everything in plain text files. #KISS
twtxt-lib, a new isomorphic TypeScript library for parsing and interacting with twtxt.txt files. Check out the demo at https://twtxt-lib.itsericwoodward.com/!
@itsericwoodward@itsericwoodward.com Hey 👋
What does:
isomorphic TypeScript library
mean exactly? Hmm 🧐
Texas Is About To Overtake California In Battery Storage
U.S. battery storage installations hit a record 57.6 GWh in 2025, and Texas is now poised to surpass California as the nationâ™s largest storage market in 2026. Electrek reports: According to the US Energy Storage Market Outlook Q1 2026 from the Solar Energy Industries Association (SEIA) and Benchmark Mineral Intelligence, installations are now four times … ⌘ Read more
Picked up a new hobby that made me feel something for once!: rage against FL studio.
♡ Nothing unifies the world like hatred against FL studio ♡
Hi twtxt I survived 2025 & all I got was this lousy different age
New library alert => Last night, I published twtxt-lib, a new isomorphic TypeScript library for parsing and interacting with twtxt.txt files. Check out the demo at https://twtxt-lib.itsericwoodward.com/!
US Farmers Are Rejecting Multimillion-Dollar Datacenter Bids For Their Land
An anonymous reader quotes a report from the Guardian: When two men knocked on Ida Huddleston’s door last May, they carried a contract worth more than $33m in exchange for the Kentucky farm that had fed her family for centuries. According to Huddleston, the men’s client, an unnamed “Fortune 100 company,” sought her 650 acres … ⌘ Read more
New Microsoft Gaming CEO Has ‘No Tolerance For Bad AI’
In her first major interview as Microsoft’s new gaming chief, Asha Sharma said that “great games” must deliver emotional resonance and a distinct creative voice, while making clear that she has “no tolerance for bad AI.” Stepping in after Phil Spencer’s retirement, she’s pledging consistency, community trust, and a human-first approach to storytelling as Xbox enters … ⌘ Read more
Microsoft Says Bug In Classic Outlook Hides the Mouse Pointer
joshuark quotes a report from BleepingComputer: Microsoft is investigating a known issue that causes the mouse pointer to disappear in the classic Outlook desktop email client for some users. This bug has been acknowledged almost two months after the first reports started surfacing online, with users saying that Outlook became unusable after the mouse po … ⌘ Read more
Mesa PanVK Driver Seeing Up To 25.7x Speedup For MSAA
The open-source PanVK driver providing Vulkan support for modern Arm Mali graphics hardware is seeing big speed-ups in the multi-sample anti-aliasing (MSAA) performance in Vulkan tests as a result of new code merged today to Mesa 26.1… ⌘ Read more
Viral Doomsday Report Lays Bare Wall Street’s Deep Anxiety About AI Future
A 7,000-word “doomsday” thought experiment from Citrini Research helped trigger an 800-point drop in the Dow, “painting a dark portrait of a future in which technological change inspires a race to the bottom in white-collar knowledge work,” reports the Wall Street Journal. From the report: Concerns of hyperscalers overspending are o … ⌘ Read more
Trump’s ‘Board of Peace’ Explores Stablecoin For Gaza
An anonymous reader quotes a report from the Financial Times: Officials working with Donald Trump’s “Board of Peace” are exploring setting up a stablecoin for Gaza as part of efforts to reshape the devastated Palestinian enclave’s economy, according to five people familiar with the discussions. The talks around introducing a stablecoin – a type of cryptocurrency whose v … ⌘ Read more
OpenAI Calls In the Consultants For Its Enterprise Push
OpenAI has formed a multi-year “Frontier Alliance” with four consulting heavyweights to accelerate enterprise adoption of its no-code AI agent platform, OpenAI Frontier. TechCrunch reports: The alliance includes multi-year partnerships between OpenAI and four major consulting firms, Boston Consulting Group (BCG), McKinsey, Accenture and Capgemini, to sell its enterpris … ⌘ Read more
Panasonic Will No Longer Make Its Own TVs
Panasonic is handing over the manufacturing, marketing, and sales of its TVs to Shenzhen-based Skyworth, effectively exiting in-house TV production. Ars Technica reports: Skyworth is a Shenzhen-headquartered TV brand. The company claims to be “a top three global provider of the Android TV platform.” In July, research firm Omdia reported that Skyworth was one of the top-five TV brands … ⌘ Read more
ASML Unveils EUV Light Source Advance That Could Yield 50% More Chips By 2030
An anonymous reader quotes a report from Reuters: Researchers at ASML Holding say they have found a way to boost the power of the light source in a key chip making machine to turn out up to 50% more chips by decade’s end, to help retain the Dutch company’s edge over emerging U.S. and Chinese rivals. ASML is the world’ … ⌘ Read more
Linus Torvalds Drops Old Linux Kconfig Option To Address Tiresome Kernel Log Spam
Following yesterday’s Linux 7.0-rc1 release, Linus Torvalds authored and merged a patch to get rid of the Linux kernel’s WARN_ALL_UNSEEDED_RANDOM Kconfig option. While that option was added with good intentions, on some systems it can yield a lot of unnecessary kernel log spam… ⌘ Read more
IBM Shares Crater 13% After Anthropic Says Claude Code Can Tackle COBOL Modernization
IBM shares plunged nearly 13% on Monday after Anthropic published a blog post arguing that its Claude Code tool could automate much of the complex analysis work involved in modernizing COBOL, the decades-old programming language that still underpins an estimated 95% of ATM transactions in the United States and … ⌘ Read more
Qualcomm Posts Patches For New DSP Accelerator Linux Driver
The newest driver proposed for the Linux kernel’s accelerator “accel” subsystem is named QDA and is a Qualcomm DSP Accelerator driver… ⌘ Read more
Linus Torvalds: Someone ‘More Competent Who Isn’t Afraid of Numbers Past the Teens’ Will Take Over Linux One Day
Linus Torvalds has pondered his professional mortality in a self-deprecating post to mark the release of the first release candidate for version 7.0 of the Linux kernel. From a report: “You all know the drill by now: two weeks have passed, and the kernel … ⌘ Read more
‘How Many AIs Does It Take To Read a PDF?’
Despite AI’s progress in building complex software, the ubiquitous PDF remains something of a grand challenge – a format Adobe developed in the early 1990s to preserve the precise visual appearance of documents. PDFs consist of character codes, coordinates, and rendering instructions rather than logically ordered text, and even state-of-the-art models asked to extract information from them wil … ⌘ Read more
Intel Releases OpenVINO 2026 With Improved NPU Handling, Expanded LLM Support
Intel’s open-source OpenVINO AI toolkit is out with its first major release of 2026. With today’s OpenVINO 2026.0 release there is expanded large language model (LLM) support, improved Intel NPU support for Core Ultra systems, and a variety of other enhancements for benefiting Intel’s CPU / NPU / GPU range of products for AI… ⌘ Read more
Anthropic Accuses Chinese Companies of Siphoning Data From Claude
U.S. artificial-intelligence startup Anthropic said three Chinese AI companies set up more than 24,000 fraudulent accounts with its Claude AI model to help their own systems catch up. From a report: The three companies – DeepSeek, Moonshot AI and MiniMax – prompted Claude more than 16 million times, siphoning information from Anthropic’s system to … ⌘ Read more
Say Goodbye to the Undersea Cable That Made the Global Internet Possible
The first fiber-optic cable ever laid across an ocean – TAT-8, a nearly 6,000-kilometer line between the United States, United Kingdom, and France that carried its first traffic on December 14, 1988 – is now being pulled off the Atlantic seabed after more than two decades of sitting dormant, bound for recycling in South Africa.
… ⌘ Read more
PayPal Attracts Takeover Interest After Stock Slump
An anonymous reader shares a report: PayPal, the digital payments pioneer, is attracting takeover interest from potential buyers after a stock slide wiped out almost half of its value, according to people familiar with the matter.
The San Jose, California-based company has fielded meetings with banks amid unsolicited interest from suitors, the people said. At least one large … ⌘ Read more
Firefox 148 Now Available With The New AI Controls / AI Kill Switches
Firefox 148 release binaries are now available ahead of the official release announcement on Tuesday. Most notable is the new AI controls found with Firefox 148 for those wishing to disable Firefox’s growing AI capabilities… ⌘ Read more
@bender@twtxt.net Yeah, very compliant electronical installation. The rain cannot harm it as the ports all face down!! :-D
As long as oneself remains fairly dry, it’s not a problem. But I find it annoying when the wet clothes rub against the skin everywhere.
Linux 7.0 Features Include More Preparations For AMD Zen 6 & Intel Nova Lake
While the version bump to 7.0 is driven solely by Linus Torvalds’ versioning preferences, with Linux 7.0 there are many great changes to be found in this upcoming stable kernel version to power the likes of Ubuntu 26.04 LTS. Here is a recap of all the interesting changes with Linux 7.0. ⌘ Read more
Climate Physicists Face the Ghosts in Their Machines: Clouds
Climate scientists trying to predict how much hotter the planet will get have long grappled with a surprisingly stubborn problem – clouds, which both reflect sunlight and trap heat, account for more than half the variation between climate predictions and are the main reason warming projections for the next 50 years range from 2 to 6 degrees Celsius.
Two … ⌘ Read more
Stressful People in Your Life Could Be Adding Months To Your Biological Age
A study published last week in PNAS found that people who regularly cause problems or make life difficult – whom the researchers call “hasslers” – are associated with measurably faster biological aging in those around them, at a rate of roughly 1.5% per additional hassler and about nine months of additional biological a … ⌘ Read more