Could Firefox Be the Browser That Protects the Privacy of AI Users?
Tech entrepreneur/blogger Anil Dash has been critical of AI browsers like ChatGPT Atlas. (He’s written that Atlas “substitutes its own AI-generated content for the web, but it looks like it’s showing you the web,” while its prompt-based/command-line interface resembles a clunky text adventure, and it’s true purpose seems to be ingesting more … ⌘ Read more

⤋ Read More

Unipi Edge E410, E411, and E413 Controllers Built on Raspberry Pi CM4
Unipi has introduced the Edge E410, E411, and E413 controllers, a family of DIN-rail industrial devices based on the Raspberry Pi Compute Module 4. The systems combine PLC, RTU, IPC, and gateway functionality in a compact chassis targeting building automation, HVAC control, energy management, and industrial monitoring. All three models use the quad-core Arm Cortex-A72 […] ⌘ Read more

⤋ Read More
In-reply-to » We had a nice family day in Schwäbisch Gmünd: https://lyse.isobeef.org/schwaebisch-gmuend-2025-11-16/

@lyse@lyse.isobeef.org wow, 31 is truly a telling! Interesting facade on that building on 10! And that roof on 51, oh my! The golden Jesus and tower on 7 are something else too.

I miss Europe like hell, mate! A lot of things around here are younger than me. I don’t feel history, I am history. 😅

On “family day”, I was expecting to see more pictures with people in it. All lovely, nevertheless. Thanks, as always, for the mini-vacation! 🙈

⤋ Read More

Are Data Centers Raising America’s Electricity Prices?
Residential utility bills in America “rose 6% on average nationwide in August compared with the same period in the previous year,” reports CNBC, citing statistics from the U.S. Energy Information Administration:

The reasons for price increases are often complex and vary by region. But in at least three states with high concentrations of data centers, electric bills cl … ⌘ Read more

⤋ Read More

Security Researchers Spot 150,000 Function-less npm Packages in Automated ‘Token Farming’ Scheme
An anonymous reader shared this report from The Register:

Yet another supply chain attack has hit the npm registry in what Amazon describes as “one of the largest package flooding incidents in open source registry history” — but with a twist. Instead of injecting credential-steal … ⌘ Read more

⤋ Read More

NVIDIA Highlights The Shortcomings With Wayland Screencasting
In addition to showing the need for unifying DRM driver-side APIs within the Linux kernel, NVIDIA’s Linux graphics driver team at XDC2025 also showcased the shortcomings of screencasting under Wayland… ⌘ Read more

⤋ Read More

Qt Moves Away From Direct RDRAND/RDSEED Usage For Better Performance & Less Bugs
The Qt toolkit is moving away from directly relying on the CPU’s RDRAND and RDSEED instructions for random number generation and to instead rely on the OS-supplied entropy… ⌘ Read more

⤋ Read More
In-reply-to » The gold saga on @quark's thoughts continues with https://netbros.com/1750974122. That's without any doubt the most beautiful 404 page I've ever come across in my entire life. What an overall master piece of art. Well done, mate! <3

@quark@ferengi.one It’s very nice mate 😅 I didn’t know you were this good at CSS 🤣

⤋ Read More

Solar and Wind are Covering ALl New Power Demand in 2025
An anonymous reader shared this report from Electrek:

Solar and wind are growing fast enough to meet all new electricity demand worldwide for the first three quarters of 2025, according to new data from energy think tank Ember.

The group now expects fossil power to stay flat for the full year, marking the first time since the pandemic that fossil generatio … ⌘ Read more

⤋ Read More
In-reply-to » The gold saga on @quark's thoughts continues with https://netbros.com/1750974122. That's without any doubt the most beautiful 404 page I've ever come across in my entire life. What an overall master piece of art. Well done, mate! <3

@prologic@twtxt.net is it Hugo driven, yes. The Frankenstein’s monster CSS is mostly all mine, as evidenced by its shoddiness. 😅

⤋ Read More

Linux 6.19 Landing Initial Display Support For Xe3P_LPD / Nova Lake
The upcoming Linux 6.19 kernel cycle is set to introduce initial Xe3P_LPD GPU support for Nova Lake as well as beginning to build out support for the Crescent Island graphics card. Now joining DRM-Next with that initial Intel Xe3P_LPD code for Linux 6.19 is being able to drive displays with that Xe3 hardware… ⌘ Read more

⤋ Read More

NVIDIA Linux Engineer Raises Point Around Unifying DRM Driver-Side API
One of the NVIDIA presentations at the recent XDC2025 developer conference was not around the NVIDIA driver itself but the ongoing fragmentation that’s happening within the Linux Direct Rendering Manager (DRM) subsystem and arguing the need for unifying more driver-side APIs for supporting different Linux DRM clinets… ⌘ Read more

⤋ Read More

PureAudio Lotus DAC5 & Other PureAudio Hardware Supported For Linux 6.18
As part of this week’s sound subsystem fixes ahead of today’s Linux 6.18-rc6 kernel release is adding some quirks for supporting the PureAudio Lotus DAC5 and other PureAudio audio hardware… ⌘ Read more

⤋ Read More

‘Holy Winamp! Opera Puts a Music Visualizer Inside Its Browser’
An anonymous reader shared this report from PC World:

It won’t whip the llama’s ass, but Opera has added a Spotify visualizer to its latest iteration of its free Opera One browser. Known as Sonic, the visualizer will be part of Opera’s Dynamic Themes, which use the WebGPU standard to employ a dynamic theme that runs in the background of the … ⌘ Read more

⤋ Read More
In-reply-to » What I wanna know at this point @bender is this; What is this "Notes" thing. Is it just a uugo static site you maintain or something else? 🤔 Did you write all the CSS yourself? 😅

It is very nice look’n 🤟

⤋ Read More
In-reply-to » The gold saga on @quark's thoughts continues with https://netbros.com/1750974122. That's without any doubt the most beautiful 404 page I've ever come across in my entire life. What an overall master piece of art. Well done, mate! <3

What I wanna know at this point @bender@twtxt.net is this; What is this “Notes” thing. Is it just a uugo static site you maintain or something else? 🤔 Did you write all the CSS yourself? 😅

⤋ Read More
In-reply-to » FTR, I see one (two) issues with PyQt6, sadly:

@movq@www.uninformativ.de I think I now remember having similar problems back then. I’m pretty sure I typically consulted the Qt C++ documentation and only very rarely looked at the Python one. It was easy enough to translate the C++ code to Python.

Yeah, the GIL can be problematic at times. I’m glad it wasn’t an issue for my application.

⤋ Read More
In-reply-to » There are no really good GUI toolkits for Linux, are there?

FTR, I see one (two) issues with PyQt6, sadly:

  1. The PyQt6 docs appear to be mostly auto-generated from the C++ docs. And they contain many errors or broken examples (due to the auto-conversion). I found this relatively unpleasent to work with.
  2. (Until Python finally gets rid of the Global Interpreter Lock properly, it’s not really suited for GUI programs anyway – in my opinion. You can’t offload anything to a second thread, because the whole program is still single-threaded. This would have made my fractal rendering program impossible, for example.)

⤋ Read More

Could C# Overtake Java in TIOBE’s Programming Language Popularity Rankings?
It’s been trying to measure the popularity of programming languages since 2000 using metrics like the number of engineers, courses, and third-party vendors. And “The November 2025 TIOBE Index brings another twist below Python’s familiar lead,” writes TechRepublic. “C solidifies its position as runner-up, C++ and Java lose … ⌘ Read more

⤋ Read More
In-reply-to » There are no really good GUI toolkits for Linux, are there?

@prologic@twtxt.net Hm, same startup delay. (Go is not an option for me anyway.)

It’s hard to tell why all this is so slow. Maybe in this particular case it has something to do with fonts: strace shows the program loading the fontconfig configs several times, and that takes up a bulk of the startup time. 🤔 (Qt6 or Java don’t do that, but they’re still slow to start up – for other reasons, apparently.)

To be fair, it’s “just” the initial program startup (with warm I/O caches). Once it’s running, it’s fine. All toolkits I’ve tried are. But I don’t want to accept such delays, not in the year 2025. 😅 Imagine every terminal window needing half a second to appear on the screen … nah, man.

⤋ Read More

Copy-and-Paste Now Exceeds File Transferring as the Top Corporate Data Exfiltration Vector
Slashdot reader spatwei writes: It is now more common for data to leave companies through copying and pasting than through file transfers and uploads, LayerX revealed in its Browser Security Report 2025. This shift is largely due to generative AI (genAI), with 77% of employees pasting data into AI … ⌘ Read more

⤋ Read More