John Wick: Donnie Yen’s Spin-off Movie Casts How to Train Your Dragon Star
Donnie Yen’s John Wick spin-off Caine has added How to Train Your Dragon star Mason Thames to its stellar cast.
The post John Wick: Donnie Yen’s Spin-off Movie Casts How to Train Your Dragon Star appeared first on [ComingSoon.net - Movie Trailers, TV & Str … ⌘ Read more
How to Avoid Scams and Bad Gadgets on Amazon (2026)
Amazon is a murky mess of ads, unknown sellers, misleading sales, and specious information. Stay safe while shopping on Prime Day and beyond with these tips and tricks. ⌘ Read more
Texas Adds Another Huge Solar Farm As ERCOT Grid Demand Soars
Texas is adding another large solar project as ERCOT electricity demand rises. According to Electrek, Vesper Energy has secured $236 million in financing for its 201 MW Nazareth Solar farm in Swisher County, which will be capable of generating enough electricity for about 53,000 homes. The project is expected to begin construction in June 2026 and … ⌘ Read more
Anthropic Invites EU To Access Mythos
An anonymous reader quotes a report from Politico: Anthropic has extended an invitation to the European Commission granting the EU’s cyber agency access to its powerful AI hacking tool Mythos, according to a Commission official familiar with the process. The AI firm made the formal invitation after a meeting with the Commission in San Francisco last Thursday, the official said, adding the EU now has to p … ⌘ Read more
Apologies to anyone who’s seen an uptick in twtxt pings from me today… I’ve been working on shoe-horning my twtxt reader (TwtStrm) into my editor (TwtKpr, aka the express-twtkpr npm library), and it kind ran amok a few times. So again, sorry - I’ve added a minimum 10-minute cool-down period between pulls which should help (I hope 🙂).
Don’t forget the value of design
Ten billion dollars. That’s what design contributed to the Kiwi economy in 2016, more than farming.
We know this because in 2017, a consortium paid PwC to put a dollar figure on the design disciplines’ contribution to the economy.
They added it all up, revealed the result at a launch in Wellington, and – according to those in the room – watched the Minister of Finance … ⌘ Read more
Fed Up With Vibe Coders, Dev Sneaks Data-Nuking Prompt Injection Into Testing App
It all started when the German developer behind an open-source app for Java testing “added hidden instructions to sabotage projects performed by AI coding agents,” reports Ars Technica:
The instructions were added to jqwik, a test engine for JUnit 5… The salient change in the update was a line that read: … ⌘ Read more
Various USB Quirks Merged Ahead Of Linux 7.1-rc6
Ahead of the Linux 7.1-rc6 kernel due out on Sunday, this week’s round of USB fixes have been merged with various new device quirks added as well as some patches as a result of scanning tools… ⌘ Read more
nenya - A lightweight, highly secure AI API Gateway/Proxy written in Go
A lightweight, zero-dependency AI API Gateway written in Go. Nenya sits between your AI coding clients and upstream LLM providers, adding secret redaction, context management, agent routing, and MCP tool integration — all with transparent SSE streaming. Security-hardened: non-root execution, mlock for secrets, seccomp + no-new-privileges. 1 points posted by Rafael Gumieri ⌘ Read more
Getting a good look, perv? (みたらしねじり) [Hololive] ⌘ Read more
Fedora 45 Considering Use Of PURL Metadata For Uniquely Identifying Software Packages
One of the Fedora 45 change proposals under consideration at the moment is making adding PURL “Package-URL” to Fedora’s package metadata for simplifying the mapping between upstream projects and Fedora packages… ⌘ Read more
<updated> of the feed, too. But for some reason, some articles were suddenly marked as new.
Aha, yesterday’s newly added support for LC_TIME to render localized timestamps also broke the feed parsing with my LANG=de_DE.UTF-8 and LC_CTYPE=de_DE.UTF-8 environment. :-)
Atom feeds make use of RFC 3339 timestamps. They are first converted into RFC 882 timestamp representation, which is the one that RSS feeds use. However, this conversion now results in localized RFC 882 timestamps, which cannot be parsed into Unix timestamp numbers via curl_getdate(…). I bet that it doesn’t know about the localization at all and expects English month and weekday names. Looking at its docs, I reckon that function was selected because of its myriad of supported timestamp formats: https://curl.se/libcurl/c/curl_getdate.html RFC 3339 is not included, though, hence the transformation up front.
The intermediate Item objects in the parser domain use std::string for the timestamp representation. This isn’t all that silly, because Newsboat supports all sorts of different feed formats with different timestamp formats. These RFC 883 timestamps are centrally parsed into time_t.
Speaking of time: It’s time to go to bed after this late bug hunting fun. :-)
Of course, @movq@www.uninformativ.de! Most of my points are also included in your list.
First of all, programming is what I really do enjoy the most. So, it doesn’t make any sense at all to not do this anymore. “But you could use your now free time to do something much cooler and more valuable!”, others might reply. Fuck no, I don’t want to waste my time with other shit that doesn’t fulfill me, why on earth would I want to do that?
All this hallucination reduces quality badly. In my experience, it’s also happening much more rapidly than I expected. Even though developers are still supposed to own and understand whatever has been generated under their name and even be responsible for that, the sad reality is that teammates often blindly trust the AI output. “But I asked the AI and it told me that $this was impossible”, “I’ve no idea either, but the AI just generated it” are responses I get more often. What really makes my angry is when I point out a flaw and suggest an alternative and this is the reaction. It happened several times that just trying it out and seeing it clearly work to proof my point only took me half a minute, but people still did something handwavy else instead.
The learning effect is drastically reduced. The more time I spend on a topic, the better the odds that whatever I learned actually makes it over into long-term memory. It’s like if a collegue just says “do it like that” or “this solves your problem”, but neither explains the why or how. Somehow, people are still convinced that it’s a completely different story when you replace the human counterpart with a computer program in this equation.
Skills are unlearned. It’s like with automation in general, just much worse. You end up in a state where you’ve no clue how anything works under the hood or how to actually find out important information that are needed to solve your problem. You’re screwed when a process breaks out of the blue. Even though it can become also rather terrible, with classical automation you’re typically still be able to decipher how exactly the thing was supposed to do something.
The energy consumption is sooo high, I absolutely do not want to be a part in burning down our planet. I’m sure I find (and probably have long found without knowing) other ways to contribute to worsen our climate crisis.
The scraper part is already covered in detail in your list. :-)
I’m convinced that license and copyright violations are only played down or even refused entirely because companies want to make big money quickly. With the work of others of course. Their double standards are obvious, they still try to actively keep their own stuff secret and out of any training sets. At most for internal use only. Virtually noone in charge is interested in good long-term solutions. Short-term for the win, when disaster eventually strikes, the causers are long gone, the responsibilities in other hands.
Vendor lock-in is something that lots of folks are only realizing very slowly. It’s completely crazy to me. This drug dealer routine should be well-known by now. It’s fucking everywhere. Yet, people are always surprised when they found themselves caught in it.
Adding new AI stuff only increases complexity. But complexity is the enemy that everybody should fear and reduce as much as possible. Of course, this is not limited to AI at all. And everywhere I look around, people in charge looooove to make things way more complicated than they ever need to be. Yet, simplicity is the real art and much harder to achieve.
I don’t understand why we have to go back full force to the ambiguity of natural languages. This alone should be more than enough to realize what a stupid idea all that is. Linked to that is that the “instruction set” is interpreted differently with newer model versions. I mean, is has to be. Why else would somebody want to upgrade in the first place than to get more Powerful™ Features™?
Some people argue that with AI the democratization is empowered. However, in my view, the exact opposite is the case. Models are getting so large that you can basically not run them locally or even train them. So, you have to rely on whatever the vendor offers you and runs for you. In the end, this only gives the owners more power, the multi billionaires. Not exactly what I understand by democratization.
Finally, technology assessments are missing completely. Or they are faked such that mostly only the (questionable) benefits are listed. But all the negative impact is just ignored.
Let’s keep some popcorn around for when this all explodes. :-)
[$] Policies for merging new filesystems
In a filesystem-track session at the 2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Amir Goldstein wanted to
discuss his proposed\
documentation on adding new filesystems to the kernel. There are a
number of unmaintained and untestable filesystems already in the kernel,
which are a burden to VFS-layer developers who are trying to make sweeping
changes, suc … ⌘ Read more
RBNZ keeps rates on hold in split decision, signals hike in September
The Reserve Bank of New Zealand kept rates on hold at 2.25% in a split decision but signalled hikes would likely kick off in September.
The Middle East conflict is adding to near-term inflation and weakening economic activity. ⌘ Read more
@itsericwoodward@itsericwoodward.com ahh, I missed this one! I have now added it to my calendar, so come 25 May 2027 I shall not forget. To the hoopy froods!
SpaceX Launches 29 Starlink Satellites on Memorial Day
“The expansion of SpaceX’s Starlink network of internet relay satellites continued Monday with a Memorial Day launch from Cape Canaveral Space Force Station,” reports Spaceflight Now.
The mission added another 29 Starlink satellites to more than 10,000 already in low Earth orbit:
This was SpaceX’s 60th orbital flight of the year, consisting of 59 Falcon 9 rocket … ⌘ Read more
Intel Introducing USB4STREAM Protocol For Linux - Opening Up Some Nifty Uses For USB4
An exciting Intel innovation expected to be added for the upcoming Linux 7.2 kernel is introducing the new USB4STREAM protocol for USB4/Thunderbolt as a “super simple” way to “basically just transfer raw packets from one host to another”. This can be useful for quickly backing up a system from one host to another, sharing of web cameras or other peripherals across systems, or other environments where not having networking or wanti … ⌘ Read more
AMD (Xilinx) is Excluding Linux From the Free Tier For Its FPGA Dev Tool
Long-time Slashdot reader Sun writes:
AMD has announced a change to the way they are licensing Vivado, their FPGA development tool… Hidden between the lines of the announcement [of a new model starting with the 2026.1 release] is the change to the free of charge tier. AMD is adding more devices to be supported in this tier, … ⌘ Read more
Free Software Foundation’s Call for ‘LibreLocals’ Answered on Six Continents - With More Coming
The Free Software Foundation announced this week that “its global call for free software supporters to organize LibreLocals this May resulted in free software supporters organizing forty-six LibreLocal events on six continents thus far.” (And new dates and locations are being added daily. … ⌘ Read more
‘Creepy’ Listening Tool for Targeted Ads Didn’t Actually Work, FTC Says
Three firms will pay nearly $1 million for selling “Active Listening” technology that they claimed tapped people’s phones for advertising. The FTC alleges the “tech” was just pricey email lists. ⌘ Read more
Ryzen AI AMDXDNA Driver Adding Expandable Heap Support With Linux 7.2
AMD engineers continue enhancing the AMDXDNA accelerator driver for supporting the Ryzen AI NPUs on Linux… ⌘ Read more
The Best Home Security System Is Modular (2026)
I’ve had SimpliSafe’s modular, no-contract setup for nearly a decade, and adding on to it has been a cinch. ⌘ Read more
Seagate Sparks Memory Sell-Off As CEO Says It Would ‘Take Too Long’ To Build New Factories
Seagate CEO Dave Mosley said Monday that building new memory chip factories or adding capacity would “take too long” to keep up with AI-driven storage demand. “If we took the teams off and started building new factories or bringing up new machines, that would just take too long. You would end … ⌘ Read more
Yearslong Fight Over Users’ Right To Tweak Smart TV Software Heads To Trial
A long-running lawsuit over Vizio’s Linux-based smart TV software is headed to trial in August, with the Software Freedom Conservancy arguing that GPL rules require Vizio to release complete source code owners could use to modify, maintain, or strip ads and tracking from their TVs. Ars Technica reports: The outcome could rever … ⌘ Read more
@movq@www.uninformativ.de are you sure it’s the browser is getting slow or is it website developers adding more more crap to their sites?
Amazon’s Alexa+ Now Produces AI-Generated Podcasts
Amazon is adding AI-generated “podcasts” to Alexa+, letting users request custom audio explainers on any topic featuring two synthetic co-hosts. Variety reports: Seemingly to dispel the notion that these “podcasts” will be AI audio slop, Amazon emphasized that it has deals with major news organizations to ensure “accurate, real-time news and information.” Those inclu … ⌘ Read more
I’m just adding to the scenery here ⌘ Read more
How I Added an LLM-Based Grammar Checking + TeX Math Import To LibreOffice
Former Microsoft programmer Keith Curtis “wrote and self-published After the Software Wars to explain the caliber of free and open source software,” according to his entry on Wikipedia, “and why he believes Linux is technically superior to any proprietary OS.”
He’s also KeithCu (long-time Slashdot reader #925,649), and has wri … ⌘ Read more
Linux Kernel Outlines What Qualifies As A Security Bug, Responsible AI Use
The Linux 7.1 kernel has added new documentation clarifying what qualifies as a security bug and how AI-assisted vulnerability reports should be handled. Phoronix reports: Stemming from the recent influx of security bugs to the Linux kernel as well as an uptick in bug and security reports from discoveries made in full or in pa … ⌘ Read more
Steam Controller Mapping Merged To SDL Library
A few days ago the widely-used SDL library added support for the new Steam Controller without depending upon the Steam client. Now another improvement for the new Steam Controller has been merged to this widely-used library for cross-platform games/apps with software/hardware abstractions… ⌘ Read more
The Era of 15GB Free Gmail Storage Is Ending
Google has confirmed it is testing a 5GB storage limit for some new Gmail accounts, with users able to unlock the standard 15GB by adding a phone number. Android Authority reports: While the company didn’t mention which regions are impacted, user reports from yesterday were mostly from African countries. That said, if Google’s tests prove successful, this could possibly become the norm … ⌘ Read more
[$] Controlling memory-management with BPF
Roman Gushchin began his session in the memory-management track of the
2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit by saying that the
community has seen a lot of proposals adding BPF-based interfaces for
memory management. None of them have made their way into the mainline,
though. He wanted to explore the ways in which BPF might be helpful and
the obstacles that have kept BPF-based solutions out so far. This session
was … ⌘ Read more
[$] HugeTLB preservation over live update
Recent times have seen a lot of effort put into the implementation of the kexec handover and live update orchestrator
features in the Linux kernel. But that work is not yet complete. At the
2026 Linux Storage,\
Filesystem, Memory Management, and BPF Summit, Pratyush Yadav led a
memory-management-track session on adding the ability to preserve [hugetlbfs](https://docs.kernel.org/admin-guide/mm/hugetlbpage.html … ⌘ Read more
SDL Library Adds Support For The New Steam Controller Without Depending On Steam
Valve’s new Steam Controller, which began shipping earlier this month for $99 USD, is a great piece of hardware. This high-end gaming controller is great hardware wise but what some may not enjoy about it currently is the tight integration with the Steam controller and no native OS drivers currently for use outside of Steam. As a big win today, the widely-used SDL3 gaming software/hardware abstraction library has added support for t … ⌘ Read more
SDL Library Adds Support For The New Steam Controller Without Depending On Steam
Valve’s new Steam Controller, which began shipping earlier this month for $99 USD, is a great piece of hardware. This high-end gaming controller is great hardware wise but what some may not enjoy about it currently is the tight integration with the Steam controller and no native OS drivers currently for use outside of Steam. As a big win today, the widely-used SDL3 gaming software/hardware abstraction library has added support for t … ⌘ Read more
These Instagram Ads Sure Seem to Be Selling Cocaine Accessories
From designer straws to magnet-sealed leather pouches, the platform is awash in products seemingly built for coke—despite Meta’s policies on drug paraphernalia. ⌘ Read more
Windows Update Is Getting Automatic Rollbacks For Faulty Drivers
Microsoft is adding a Windows Update feature called Cloud-Initiated Driver Recovery that can automatically roll back faulty drivers to a previously known-good version without waiting for hardware makers or users to fix the problem manually. PCWorld reports: The way faulty drivers work today is that the hardware partner is responsible for pushing … ⌘ Read more
I’m still having some fundamental design issues with my TUI widget system, so I’m still not comfortable making this code public.
But after a day of work (and discussing AI ad nauseam at work), I just don’t have any energy left. 😑
Linux 7.2 To Add Support For Switchtec PCIe Gen6 Switches
The upcoming Linux 7.2 kernel will be adding support for Microchip’s Switchtec PCIe Gen6 switches… ⌘ Read more
AMD Ryzen AI & Intel NPU Drivers Adding New Power Features With Linux 7.2
Last week’s drm-misc-next pull request of new Direct Rendering Manager and accelerator driver feature material destined for Linux 7.2 include some new power management control features both for the AMD Ryzen AI and Intel NPU drivers… ⌘ Read more
Social Media Sites Got Information from Ad Trackers on US State Health Insurance Sites
All 20 of America’s state-run healthcare marketplace sites “include advertising trackers that share information with Big Tech companies,” reports Gizmodo, citing a report from Bloomberg:
Per the report, seven million Americans bought their health insurance through state exchanges in 2026, and many of them ma … ⌘ Read more
Morgan Stanley Undercuts Rivals On Pricing In Crypto Trading Debut
Morgan Stanley is adding crypto trading to E*Trade, with a pilot now underway and a broader rollout planned for the platform’s 8.6 million customers later this year. The bank is reportedly undercutting rivals with a 50-basis-point trading fee as it bets traditional finance and DeFi will converge.
“By contrast, Robinhood Markets’ (HOOD) fees … ⌘ Read more
Microsoft Gives Up On Xbox Copilot AI
Microsoft is winding down Xbox Copilot on mobile and ending development of Copilot on console, reversing plans to bring the gaming-focused AI assistant to current-generation Xbox consoles this year. “The move follows [new Xbox CEO Asha Sharma’s] reorganization of the Xbox platform team earlier on Tuesday, which added executives from Microsoft’s CoreAI team – where Sharma worked before taking ove … ⌘ Read more
VS Code Update Added Copilot As Default Co-Author To Git Commits
Longtime Slashdot reader UnknowingFool writes: On April 15, 2026, a Microsoft employee made a change to Visual Studio Code and pushed it within 8 hours without review, notification, or documentation. The change added “Co-authored-by: Copilot” by default to the end of commit messages in Git when Copilot was used in creating the code. However, the imple … ⌘ Read more
AlmaLinux 10.2 Beta Released With Legacy 32-bit Software Support
AlmaLinux 10.2 Beta released today as their next AlmaLinux 10 release coming down the pipe and derived from the upstream Red Hat Enterprise Linux 10.2 state. Plus this AlmaLinux release continues adding more changes on their own… ⌘ Read more
The Pixel 11 Could Be the Next Victim of the RAM Shortage
Google’s Pixel 11 lineup could see RAM cuts or lower starting configurations because of the global memory shortage, with leaks suggesting the base model may drop from 12GB to 8GB while Pro models could add 12GB versions below the current 16GB tier. The Verge reports: There will be 16GB configurations available for each, but adding a lower-spec model could … ⌘ Read more
Many Exciting Google Summer of Code 2026 Projects & A Lot Of AI
This week Google announced the selected Google Summer of Code “GSoC” 2026 projects for providing stipends to student developers for engaging in different open-source projects. This year a lot of open-source projects involve AI/LLM adoption but there are also a number of other interesting student projects at large from GNOME Mutter GPU reset recovery to adding new features to FreeBSD… ⌘ Read more
Spotify Adds ‘Verified’ Badges To Distinguish Human Artists From AI
Spotify is adding “Verified by Spotify” badges to distinguish human artists from AI-generated personas, using signals like linked social accounts, consistent listener activity, merchandise, and concert dates. The BBC reports: The world’s most-used music streaming service said the ‘Verified by Spotify’ text and green checkmark icon wo … ⌘ Read more
The Person Behind Those Viral Polycule Ads Says It’s Just a Joke
No, the flyers weren’t part of a secret scheme to promote anything. ⌘ Read more