Engineers are Building the Hottest Geothermal Power Plant on Earth - Next to a US Volcano
“On the slopes of an Oregon volcano, engineers are building the hottest geothermal power plant on Earth,” reports the Washington Post:

The plant will tap into the infernal energy of Newberry Volcano, “one of the largest and most hazardous active volcanoes in the United States,” according to t … ⌘ Read more

⤋ Read More

How the Internet Rewired Work - and What That Tells Us About AI’s Likely Impact
“The internet did transform work — but not the way 1998 thought…” argues the Wall Street Journal. “The internet slipped inside almost every job and rewired how work got done.”

So while the number of single-task jobs like travel agent dropped, most jobs “are bundles of judgment, coordination and hands-on work,” and in … ⌘ Read more

⤋ Read More

Linux Patches Improve Intel Nested VM Memory Performance Up To ~2353x In Synthetic Test
AWS engineers have been working on Linux kernel improvements to KVM’s VMX code for enhancing the unamanged guest memory when dealing with nested virtual machines. The improved code addresses some correctness issues as well as delivering wild performance improvements within a synthetic benchmark… ⌘ Read more

⤋ Read More

Glibc Math Code Sees 4x Improvement On AMD Zen By Changing FMA Implementation
Merged this week to the GNU C Library “glibc” code is dropping the ldbl-96 FMA implementation from this library as in doing so they found a 4x improvement to throughput and latency on AMD Zen 3 hardware… ⌘ Read more

⤋ Read More

Google Looks To Bring JPEG-XL Support Back To Chrome / Chromium
Back in 2022 was the surprising decision by Google that they were going to deprecate JPEG-XL image support in Chrome. By the end of 2022 they went ahead and removed JPEG-XL support from Chrome/Chromium to the frustration of many web developers and end-users interested in this image format. Now though as we get ready to roll into 2026, Google engineers are looking at bringing back JPEG-XL support to the Chrome web browser… ⌘ Read more

⤋ Read More

Microsoft Warns Its Windows AI Feature Brings Data Theft and Malware Risks, and ‘Occasionally May Hallucinate’
“Copilot Actions on Windows 11” is currently available in Insider builds (version 26220.7262) as part of Copilot Labs, according to a recent report, “and is off by default, requiring admin access to set it up.”

But maybe it’s off for a good reason…besides t … ⌘ Read more

⤋ Read More
In-reply-to » Fark me 🤦‍♂️ I woke up quite late today (after a long night helping/assisting with a Mainframe migration last night fork work) to abusive traffic and my alerts going off. The impact? My pod (twtxt.net) was being hammered by something at a request rate of 30 req/s (there are global rate limits in place, but still...). The culprit? Turned out to be a particular IP 43.134.51.191 and after looking into who own s that IP I discovered it was yet-another-bad-customer-or-whatever from Tencent, so that entire network (ASN) is now blocked from my Edge:

This is what this looked like visually 😳

⤋ Read More
In-reply-to » Fark me 🤦‍♂️ I woke up quite late today (after a long night helping/assisting with a Mainframe migration last night fork work) to abusive traffic and my alerts going off. The impact? My pod (twtxt.net) was being hammered by something at a request rate of 30 req/s (there are global rate limits in place, but still...). The culprit? Turned out to be a particular IP 43.134.51.191 and after looking into who own s that IP I discovered it was yet-another-bad-customer-or-whatever from Tencent, so that entire network (ASN) is now blocked from my Edge:

@prologic@twtxt.net Time to make a new internet. Maybe one that intentionally doesn’t “scale” and remains slow (on both ends) so it’s harder to overload in this manner, harder to abuse for tracking your every move, … Got any of those 56k modems left?

(I’m half-joking. “Make The Internet Expensive Again” like it was in the 1990ies and some of these problems might go away. Disclaimer: I didn’t have my coffee yet. 😅)

⤋ Read More

Amazon’s AI-Powered IDE Kiro Helps Vibe Coders with ‘Spec Mode’
A promotional video for Amazon’s Kiro software development system took a unique approach, writes GeekWire. “Instead of product diagrams or keynote slides, a crew from Seattle’s Packrat creative studio used action figures on a miniature set to create a stop-motion sequence…”

“Can the software development hero conquer the ‘AI Slop Monster’ to u … ⌘ Read more

⤋ Read More
In-reply-to » Fark me 🤦‍♂️ I woke up quite late today (after a long night helping/assisting with a Mainframe migration last night fork work) to abusive traffic and my alerts going off. The impact? My pod (twtxt.net) was being hammered by something at a request rate of 30 req/s (there are global rate limits in place, but still...). The culprit? Turned out to be a particular IP 43.134.51.191 and after looking into who own s that IP I discovered it was yet-another-bad-customer-or-whatever from Tencent, so that entire network (ASN) is now blocked from my Edge:

At this point I’m considering starting a class action lawsuit for all the self-hostess and little-web folks that want to host a small thing or two and sue these fucking inconsiderate fucking corporate giants, hopefully win, and make them respect others on the web.

⤋ Read More

Fark me 🤦‍♂️ I woke up quite late today (after a long night helping/assisting with a Mainframe migration last night fork work) to abusive traffic and my alerts going off. The impact? My pod (twtxt.net) was being hammered by something at a request rate of 30 req/s (there are global rate limits in place, but still…). The culprit? Turned out to be a particular IP 43.134.51.191 and after looking into who own s that IP I discovered it was yet-another-bad-customer-or-whatever from Tencent, so that entire network (ASN) is now blocked from my Edge:

+# Who: Tentcent
+# Why: Bad Bots
+132203

Total damage?

$ caddy-log-formatter twtxt.net.log | cut -f 1 -d  ' ' | sort | uniq -c | sort -r -n -k 1 | head -n 5
  61371 43.134.51.191
    402 159.196.9.199
    121 45.77.238.240
      8 106.200.1.116
      6 104.250.53.138

61k reqs over an hour or so (before I noticed), bunch of CPU time burned, and useless waste of my fucking time.

⤋ Read More

Did Bitcoin Play a Role in Thursday’s Stock Sell-Off?
A week ago Bitcoin was at $93,714. Saturday it dropped to $85,300.

Late Thursday, market researcher Ed Yardeni blamed some of Thursday’s stock market sell-off on “the ongoing plunge in bitcoin’s price,” reports Fortune:

“There has been a strong correlation between it and the price of TQQQ, an ETF that seeks to achieve daily investment results that correspond to three … ⌘ Read more

⤋ Read More

GCC Steering Committee Allows New Language Front-End To Land For GCC 16
Joining Ada, C/C++, COBOL, D, Fortran, Go, Modula-2, Objective-C/Objective-C++ and Rust is now another programming language expected to be added for the GCC 16 compiler release due out in the new year… ⌘ Read more

⤋ Read More

PHP 8.5 Brings Long-Awaited Pipe Operator, Adds New URI Tools
“PHP 8.5 landed on Thursday with a long-awaited pipe operator and a new standards-compliant URI parser,” reports the Register, “marking one of the scripting language’s more substantial updates… “

The pipe operator allows function calls to be chained together, which avoids the
extraneous variables and nested statements that might otherwise be
inv … ⌘ Read more

⤋ Read More

‘The Strange and Totally Real Plan to Blot Out the Sun and Reverse Global Warming’
In a 2023 pitch to investors, a “well-financed, highly credentialed” startup named Stardust aimed for a “gradual temperature reduction demonstration” in 2027, according to a massive new 9,600-word article from Politico. (“Annually dispersing ~1 million tons of sun-reflecting particles,” says one slide. “Equivalen … ⌘ Read more

⤋ Read More

Meta Plans New AI-Powered ‘Morning Brief’ Drawn From Facebook and ‘External Sources’
Meta “is testing a new product that would give Facebook users a personalized daily briefing powered by the company’s generative AI technology” reports the Washington Post. They cite records they’ve reviwed showing that Meta “would analyze Facebook content and external sources to push custom updates to its users. … ⌘ Read more

⤋ Read More

RISC-V Testing Lapse Resulted In Wrong MIPS RISC-V Vendor ID Landing In Linux 6.18
An interesting anecdote from this week’s batch of RISC-V fixes for the Linux 6.18 kernel exposed that the MIPS RISC-V/JEDEC vendor ID was wrong for code merged at the start of the kernel cycle. The testing hadn’t caught it either as the QEMU emulation also ended up inadvertently using the wrong vendor ID too… ⌘ Read more

⤋ Read More

Are Astronomers Wrong About Dark Energy?
An anonymous reader shared this report from CNN:

The universe’s expansion might not be accelerating but slowing down, a new study suggests. If confirmed, the finding would upend decades of established astronomical assumptions and rewrite our understanding of dark energy, the elusive force that counters the inward pull of gravity in our universe…

Last year, a consortium of hundreds of res … ⌘ Read more

⤋ Read More

Britain Sets New Record, Generating Enough Wind Power for 22 Million Homes
An anonymous reader shared this report from Sky News:

A new wind record has been set for Britain, with enough electricity generated from turbines to power 22 million homes, the system operator has said.

The mark of 22,711 megawatts (MW) was set at 7.30pm on 11 November… enough to keep around three-quarters of British homes … ⌘ Read more

⤋ Read More

Analyzing 47,000 ChatGPT Conversations Shows Echo Chambers, Sensitive Data - and Unpredictable Medical Advice
For nearly three years OpenAI has touted ChatGPT as a “revolutionary” (and work-transforming) productivity tool, reports the Washington Post.

But after analyzing 47,000 ChatGPT conversations, the Post found that users “are overwhelmingly turning to the chatbot for … ⌘ Read more

⤋ Read More

FreeBSD 15.0-RC3 Ships Latest OpenZFS, KDE Dropped From DVD ISO Due To Size Constraints
FreeBSD 15.0 is working toward its stable release in early December. As part of reaching that major release, FreeBSD 15.0-RC3 released today as what may be the final release candidate before FreeBSD 15.0-RELEASE… ⌘ Read more

⤋ Read More

780,000 Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks
In October Zorin OS claimed it had 100,000 downloads in a little over two days in the days following Microsoft’s end of support for Windows 10.

And one month later, Zorin OS developers now claim that 780,000 people downloaded it from a Windows computer in the space of a month, according to the tech news site XDA Developers.

… ⌘ Read more

⤋ Read More

Physicists Reveal a New Quantum State Where Electrons Run Wild
ScienceDaily reports:

Electrons can freeze into strange geometric crystals and then melt back into liquid-like motion under the right quantum conditions. Researchers identified how to tune these transitions and even discovered a bizarre “pinball” state where some electrons stay locked in place while others dart around freely. Their simulations hel … ⌘ Read more

⤋ Read More

Tiny ‘Micro-Robots’ in your Bloodstream Could Deliver Drugs with Greater Precision
The Washington Post reports:

Scientists in Switzerland have created a robot the size of a grain of sand that is controlled by magnets and can deliver drugs to a precise location in the human body, a breakthrough aimed at reducing the severe side effects that stop many medicines from advancing in clinical tria … ⌘ Read more

⤋ Read More

Linux Device Trees For Cancelled Products? Don’t “Waste Time”
Yesterday TUXEDO Computers cancelled their Snapdragon X Elite Linux laptop plans. In their announcement discontinuing work on this X1E Linux laptop, they said they would still upstream the Device Tree support to the mainline Linux kernel. Indeed they posted a new revision of their DT patches on Friday for the Linux kernel, but there is diminishing outlook that they will be accepted upstream for this cancelled product… ⌘ Read more

⤋ Read More

Court Ends Dragnet Electricity Surveillance Program in Sacramento
A California judge has shut down a decade-long surveillance program in which Sacramento’s utility provider shared granular smart-meter data on 650,000 residents with police to hunt for cannabis grows. The EFF reports: The Sacramento County Superior Court ruled that the surveillance program run by the Sacramento Municipal Utility District (SMUD) … ⌘ Read more

⤋ Read More
In-reply-to » All my newly added test cases failed, that movq thankfully provided in https://git.mills.io/yarnsocial/twtxt.dev/pulls/28#issuecomment-20801 for the draft of the twt hash v2 extension. The first error was easy to see in the diff. The hashes were way too long. You've already guessed it, I had cut the hash from the twelfth character towards the end instead of taking the first twelve characters: hash[12:] instead of hash[:12].

@lyse@lyse.isobeef.org Oops. 😅 But yay, it’s working. 🥳

⤋ Read More

I had to be rushed to hospital 5 days ago due to a painful gallstone episode. Turns out it had caused pancreatitis. Got my gallbladder removed yesterday after some good meds and finally got home today. My little girl hasn’t left my side since 🩷Read more

⤋ Read More

KDE Plasma 6.6 Will Provide A Much Better Experience For High Refresh Rate Displays
More features continue piling on for the KDE Plasma 6.6 desktop, including an important performance fix this week for those running displays with a higher than 60Hz refresh rate… ⌘ Read more

⤋ Read More