Searching We.Love.Privacy.Club

Twts matching #1
Sort by: Newest, Oldest, Most Relevant

Apple Launches AirPods Max 2 With Better ANC, Live Translation
Apple has quietly announced the AirPods Max 2, featuring improved active noise cancellation, an H2 chip, and new features like adaptive audio and AI-powered real-time translation. Like the original model, these headphones start at $549. The Verge reports: As noted by Apple, the AirPods Max 2 offer active noise-cancellation that’s 1.5 times mo … ⌘ Read more

⤋ Read More

Linux 7.1 sched_ext To Add “SCX_ENQ_IMMED” For Tighter Control When Tasks Land On A CPU
The Linux kernel’s extensible scheduler class “sched_ext” to allow for custom CPU scheduling policies as BPF programs continues enabling new functionality. Queued up in the sched_ext development code ahead of next month’s Linux 7.1 cycle is the new SCX_ENQ_IMMED capability for enabling tighter control over when tasks land on a CPU… ⌘ Read more

⤋ Read More

Imagination’s Open-Source PowerVR Vulkan Driver Now Plays Nicely With Zink OpenGL
The past several years Imagination Tech has been investing in an upstream and open-source DRM kernel graphics driver as well as a PowerVR Vulkan driver in Mesa. Their Mesa focus has exclusively been on the PowerVR Vulkan driver with the plans all along to use the Zink generic OpenGL-on-Vulkan implementation. With next quarter’s Mesa 26.1 release, that goal is being realized with Zink now working nicely atop the PowerVR Vulkan driver … ⌘ Read more

⤋ Read More

Intel Graphics Driver Preps For UHBR DP Tunnels With Linux 7.1
A round of Intel graphics driver updates were sent today to DRM-Next in staging ahead of April’s Linux 7.1 merge window. The changes in this pull aren’t too particularly exciting with a lot of code refactoring and other work, but there are preparations made for supporting UHBR DP tunnels… ⌘ Read more

⤋ Read More

Lenovo Legion Go HID Drivers Queued Ahead Of Linux 7.1
The work by Derek Clark on enhancing the Lenovo Legion Go gaming handheld support for Linux continues panning out nicely. The latest driver effort, the creation of the Lenovo Legion Go and Go S Series HID Drivers to help with controller configuration, is set to be introduced in Linux 7.1… ⌘ Read more

⤋ Read More

Linux 7.1 To Retire UDP-Lite - Allows For Better Performance With Cleansed Code
The upcoming Linux 7.1 kernel cycle is set to retire UDP-Lite support. The UDP-Lite protocol allowed for partial checksums where potentially damaged/corrupted packets are still delivered to the application. Since the Linux 2.6.20 days there has been UDP-Lite support but the kernel is now set to retire it given breakage that has persisted for years and cleaning up the networking code can yield a performance advantage for non-UDP-Lit … ⌘ Read more

⤋ Read More

RADV Driver Lands Another Optimization: “Missing In RADV For A Very Long Time”
A four year old optimization idea for the RADV driver was scratched off the TODO list last week for next quarter’s Mesa 26.1 release… ⌘ Read more

⤋ Read More

2026’s EV Sales Hit 1.1M - But Europe Surges While North America Slides
Europe’s EV sales for January and February spiked 21% from last year, according to new data from Benchmark Mineral Intelligence. Electrek reports that just in those two months over 600,000 EVs were sold in Europe.

And figures for “rest of world” (which excludes Europe, North America, and China) are up a whopping 84% — with 370,000 EVs … ⌘ Read more

⤋ Read More

Bcachefs 1.37 Released With Linux 7.0 Support, Erasure Coding Stable & New Sub-Commands
Kent Overstreet today released Bcachefs 1.37 as the newest feature release to this out-of-tree file-system driver and user-space tooling for this next-gen, copy-on-write file-system… ⌘ Read more

⤋ Read More
In-reply-to » Can anyone recommend a command-line SQL query formatter? Unfortunately, sqlparse is also unsuitable for me: https://github.com/andialbrecht/sqlparse/issues/688

I’m supporting incremental SQLite schema changes to just upgrade from an older database version to whatever the current software version supports. In the past, I already noticed that this is quite expensive in unit tests when each test case runs through the entire schema patches and applies them one by one.

To speed up test execution I now decided that I finally go through the troubles of maintaining both a set of incremental patches and a full schema setup in one go. A unit test verifies that both ways end up with the same structure. This gives me a set of SQLs to check the structures:

SELECT type, name, tbl_name, sql
FROM sqlite_schema
ORDER BY type, name, tbl_name

Unfortunately, the resulting CREATE TABLE SQL queries are formatted differently, depending on whether the full schema was set up in one big step or the structure had been modified with ALTER TABLE. Mainly, added columns are not on their own lines but appended in one physical line. That’s why I wanted an SQL formatting tool. Since I didn’t find one that works decently, I’m now doing some simple string manipulation. Joining consecutive whitespace into a single space character, removing spaces before commas and closing parentheses and spaces after opening parentheses. This works surpringly good enough. Of course, if it fails, the “diff” is absolutely horrendous.

Now for the cool part, my test execution dropped from around 5:05 minutes to just 1:32 minutes! I call that a win.

I just stumbled across PRAGMA table_info('tablename') https://sqlite.org/pragma.html#pragma_table_info, PRAGMA foreign_key_list('tablename') and friends. I guess, I have to play with that, now. It’s probably much better to use than the SQL text approach.

⤋ Read More

New Freenet Network Launches, Along With ‘River’ Group Chat
Wikipedia describes Freenet as “a peer-to-peer platform for censorship-resistant, anonymous communication,” released in the year 2000. “Both Freenet and some of its associated tools were originally designed by Ian Clarke,” Wikipedia adds. (And in 2000 Clarke answered questions from Slashdot’s readers…)

And now Ian Clarke (aka Sanity — Slashdot reader #1,431 … ⌘ Read more

⤋ Read More

To whoever is operating this “xt” client, there might be a misconfiguration. My feed is often, but not always, pulled twice within a few seconds:

2026-03-14T15:31:02+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T15:31:31+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T15:41:19+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T15:41:31+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T15:51:04+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T16:01:25+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T16:01:27+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T16:11:51+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T16:11:54+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T16:21:53+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T16:32:19+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T16:32:22+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

2026-03-14T16:52:28+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"
2026-03-14T16:52:31+01:00 "GET /twtxt.txt HTTP/1.1" 304 "xt/0.0.1"

Maybe this is caused by a development and a production setup, no idea. Since this client is sending the If-Modified-Since or If-None-Match request header, I’m good with that, though. Looking forward to discover a new feed hopefully soon. :-)

⤋ Read More

Linux 7.1 Will Bring Power Estimate Reporting For AMD Ryzen AI NPUs
This week’s round of drm-misc-next patches bring a few improvements to the AMDXDNA accelerator driver used for supporting the Ryzen AI NPUs. Plus some new panel additions and various other minor Direct Rendering Manager driver changes… ⌘ Read more

⤋ Read More

Panther Lake Tuning For The Intel Idle Driver In Linux 7.1
While the Linux support for Intel Core Ultra Series 3 Panther Lake is largely in good shape as shown in my numerous articles over the past month and a half, there are occasional missing remnants landing in the kernel. As the latest example, or the upcoming Linux 7.1 kernel, the unified Panther Lake C-States table is being added for the Intel Idle driver… ⌘ Read more

⤋ Read More

Italian Prosecutors Seek Trial For Amazon, Four Execs Over Alleged $1.4 Billion Tax Evasion
An anonymous reader quotes a report from Reuters: Milan prosecutors have requested trial for Amazon’s European unit and four of its managers over alleged tax evasion worth around $1.38 billion, two sources with direct knowledge of the matter said on Thursday. The move is unprecedented for a case o … ⌘ Read more

⤋ Read More

Intel Xe Driver In Linux 7.1 Preps For Intel Nova Lake P, Introduces VM_BIND DECOMPRESS
Sent out this week were more Intel Xe driver feature patches to DRM-Next for queuing ahead of next month’s Linux 7.1 merge window… ⌘ Read more

⤋ Read More

Intel Updates LLM-Scaler-vLLM With Support For More Qwen3/3.5 Models
Intel’s LLM-Scaler project that makes it easy to deploy various large language models on modern Arc Graphics hardware is out with a new test release to expand its LLM coverage… ⌘ Read more

⤋ Read More

AMD ZenDNN 5.2 Brings A Major Redesign, AOCC 5.1 Recently Released
AMD today released ZenDNN 5.2 as the latest versio nof their deep nueral network library that now introduces their next-generation runtime architecture. ZenDNN 5.2 is designed to deliver better performance and geater scalability over earlier versions of this AMD library that began as their take on Intel’s open-source oneDNN… ⌘ Read more

⤋ Read More

Atlassian CEO Cites AI Shift When Announcing Plan To Shed 1,600 Jobs
An anonymous reader quotes a report from Bloomberg: Atlassian plans to cut 1,600 jobs or a 10th of its global workforce, joining rivals in slashing staffing to cope with the advent of AI and a broader post-Covid industry slowdown. Australian billionaire founder Mike Cannon-Brookes explained the reductions in a staff memo, while also announcing … ⌘ Read more

⤋ Read More

Radeon “RADV” Vulkan Driver Finally Lands VK_KHR_copy_memory_indirect
In Mesa 26.1 the Radeon Vulkan driver “RADV” has finally landed support for the VK_KHR_copy_memory_indirect extension that was introduced to the Vulkan API last year… ⌘ Read more

⤋ Read More

OBS Studio 32.1 Released With WebRTC Simulcast Support
OBS Studio 32.1 is now available for this popular cross-platform desktop screen recording app that is also popular with game live-streaming and other uses… ⌘ Read more

⤋ Read More

Binance Sues WSJ, Panicked By Gov’t Probes Into Sanctioned Crypto Transfers
An anonymous reader quotes a report from Ars Technica: Binance is hoping that suing (PDF) The Wall Street Journal for defamation might help shake off a fresh round of government probes into how the cryptocurrency exchange failed to detect $1.7 billion in transfers to a network that was funding Iran-backed terror groups. The laws … ⌘ Read more

⤋ Read More

D7VK 1.5 Released With Direct3D 3 Now Implemented Over Vulkan
The open-source D7VK project began to implement Direct3D 7 over Vulkan similar to DXVK and VKD3D-Proton providing support for newer Direct3D APIs atop Vulkan. With succeeding releases D7VK was extended to Direct3D 6 too and then Direct3D 5 support. Now with today’s D7VK 1.5 release, Direct3D 3 is implemented for faster acceleration using Vulkan… ⌘ Read more

⤋ Read More

Yann LeCun Raises $1 Billion To Build AI That Understands the Physical World
An anonymous reader quotes a report from Wired: Advanced Machine Intelligence (AMI), a new Paris-based startup cofounded by Meta’s former chief AI scientist Yann LeCun, announced Monday it has raised more than $1 billion to develop AI world models. LeCun argues that most human reasoning is grounded in the physical world, not lan … ⌘ Read more

⤋ Read More

A 1,300-Pound NASA Spacecraft To Re-Enter Earth’s Atmosphere
Van Allen Probe A, a 1,300-pound (600 kg) NASA satellite launched in 2012 to study Earth’s radiation belts, is expected to re-enter Earth’s atmosphere this week. While most of it is expected to burn up during descent, “some components may survive,” reports the BBC. “The space agency said there is a one in 4,200 chance of being harmed by a piece of the p … ⌘ Read more

⤋ Read More

OpenSSL 4.0 Alpha 1 Released With Encrypted Client Hello “ECH” & Other Features
The first alpha release of OpenSSL 4.0 is now available for testing. With OpenSSL 3.0 they are removing support for SSLv3 that has been deprecated for over one decade while also dropping OpenSSL engines and other removals while also adding in some new features… ⌘ Read more

⤋ Read More

exfatprogs 1.3.2 Brings Improvements To mkfs.exfat, fsck.exfat
For those making use of Microsoft’s exFAT file-system under Linux, tagged today was exfatprogs 1.3.2 as the newest update to these open-source user-space programs for going along with the Linux kernel’s exFAT file-system driver… ⌘ Read more

⤋ Read More

Robotic Surgery Performed Remotely on Patient 1,500 Miles Away
“A surgeon in London says he has performed the UK’s first long-distance robotic operation,” reports the BBC, “on a patient located 1,500 miles (2,400km) away…”

Leading robotic urological surgeon Professor Prokar Dasgupta said it felt “almost as if I was there” as he carried out a prostate removal on [62-year-old] Paul Buxton… It is hoped tha … ⌘ Read more

⤋ Read More

Experimental Intel Nova Lake P Device Bits Merged For Mesa 26.1
Merged this week for Mesa 26.1 are the initial Nova Lake P “NVL-P” device bits for Intel’s ANV Vulkan and Iris Gallium3D drivers. But this support isn’t yet exposed by default and not yet ready for end-users with more driver changes still to be published… ⌘ Read more

⤋ Read More

Resile is an ergonomic, execution resilience and retry library for Go.
Resile is an ergonomic, type-safe execution resilience and retry library for Go. Inspired by Python’s stamina, it features generic execution wrappers, AWS Full Jitter backoff, native Retry-After header support, and zero-dependency observability for distributed systems. 1 points posted by cinar ⌘ Read more

⤋ Read More

OpenAI’s Head of Robotics Resigns, Says Pentagon Deal Was ‘Rushed Without the Guardrails Defined’
In a tweet that’s been viewed 1.3 million times in the last six hours, OpenAI’s head of robotics announced their resignation. They said they “care deeply about the Robotics team and the work we built together,” so this “wasn’t an easy call,” but offered this reason for resigning:

… ⌘ Read more

⤋ Read More

FreeBSD 15.1 On Track With Better Realtek WiFi & KDE Desktop Install Option
The effort around improving FreeBSD on laptops continues full speed ahead in 2026. The upcoming FreeBSD 15.1 remains on track with not only having a KDE desktop option from FreeBSD’s text-based installer UI but also improved Realtek WiFi adapter support is on the way, updating of the graphics drivers from Linux, and more… ⌘ Read more

⤋ Read More

Resources For GNOME Adds Intel Xe GPU Power Usage & Intel NPU Frequency Reporting
Resources, the modern GNOME GTK4/libadwaita-based GUI application for system resource monitoring and an alternative to GNOME System Monitor, is out with a new update. Resources 1.10.2 brings some nice improvements for those running GNOME on modern Intel hardware… ⌘ Read more

⤋ Read More

The National Videogame Museum Acquires the Mythical Nintendo Playstation
The National Videogame Museum has acquired an extremely rare MSF-1 development kit, believed to be the oldest surviving prototype of the canceled Nintendo PlayStation. Engadget reports: Nicknamed the Nintendo PlayStation, the idea was that a new CD-ROM format backed by Sony would be added to the cartridge-based Super NES, resultin … ⌘ Read more

⤋ Read More

Vulkan 1.4.345 Released With New ARM Shader Instrumentation Extension
Vulkan 1.4.345 released overnight as the latest routine spec update to this graphics and compute API. There is one new extension besides a handful of different clarifications and corrections to various elements of the spec… ⌘ Read more

⤋ Read More

Linux 7.1 To Prevent Intel NPUs From Being Exhausted By Single Programs
The Intel IVPU accelerator driver will be introducing limits on Intel NPU resource usage by non-root user-space programs beginning with the Linux 7.1 kernel… ⌘ Read more

⤋ Read More

Computer Scientists Caution Against Internet Age-Verification Mandates
fjo3 shares a report from Reason Magazine: Effective January 1, 2027, providers of computer operating systems in California will be required to implement age verification. That’s just part of a wave of state and national laws attempting to limit children’s access to potentially risky content without considering the perils such laws the … ⌘ Read more

⤋ Read More

Ubuntu Still Figuring Out A Plan For Dealing With California’s Digital Age Assurance Act
The talk this week among open-source projects from Linux distributions to app stores like Flathub is how to deal with California’s latest insanity: the Digital Age Assurance Act. California’s AB 1043 state law is mandating that operating systems – Linux included – collect age information during account setup and exposing that age to eligible apps beginning on 1 January 2027. That leaves much uncertainty for Linux distri … ⌘ Read more

⤋ Read More

Accenture Acquires Ookla, Downdetector As Part of $1.2 Billion Deal
Accenture is acquiring Downdetector parent company Ookla from Ziff Davis in a $1.2 billion deal to bolster its network analytics and visibility tools for telecoms, hyperscalers, and enterprises. “The deal, which will transfer all of Ziff Davis’s Connectivity division to Accenture, includes Ookla’s Speedtest, Ekahau, and RootMetrics,” notes The … ⌘ Read more

⤋ Read More

Intel Preps A Lot Of Xe3 Code For Linux 7.1 Kernel
Intel yesterday sent out their first “drm-xe-next” pull request to DRM-Next of new Xe kernel graphics driver improvements they have readied for their eventual upstreaming into the Linux 7.1 kernel… ⌘ Read more

⤋ Read More

Iowa County Rolls Out Extensive Zoning Rules For Data Centers
Linn County, Iowa has adopted what may be one of the nation’s strictest local zoning ordinances for data centers, requiring detailed water studies, formal water-use agreements, 1,000-foot residential setbacks, noise and light limits, and infrastructure compensation. “But seated beneath a van-sized American flag hanging from the rafters of the drafty Pa … ⌘ Read more

⤋ Read More