Searching We Love Privacy Club

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

Linux Kernel Graphics Driver Development Now Experimenting With AI Code Review
Well known open-source Linux graphics driver developer David Airlie of Red Hat, who is the co-maintainer of the Direct Rendering Manager (DRM) kernel graphics/display drivers and accelerator “accel” drivers, announced experimental work on AI-drive code/patch review for these open-source kernel drivers… ⌘ Read more

⤋ Read More

Intel Releases New Compute Runtime, Upstreams More SYCL Code To LLVM
Intel today released a new version of their Compute Runtime stack and IGC graphics compiler for Level Zero and OpenCL usage with their integrated and discrete graphics. Separately they also upstreamed more SYCL code this week into mainline LLVM… ⌘ Read more

⤋ Read More

Compiler-Driven Static Analysis Locking Context Checking Merged For Linux 7.0
The locking code changes have been merged for the Linux 7.0 kernel and it introduces support for a new compiler-driven feature being introduced on the compiler side with the upcoming LLVM Clang 22… ⌘ Read more

⤋ Read More

Sixteen AI Agents Built a C Compiler From Scratch
Anthropic researcher Nicholas Carlini set 16 instances of Claude Opus 4.6 loose on a shared codebase over two weeks to build a C compiler from scratch, and the AI agents produced a 100,000-line Rust-based compiler capable of building a bootable Linux 6.9 kernel on x86, ARM and RISC-V architectures.

The project ran through nearly 2,000 Claude Code sessions and cost abou … ⌘ Read more

⤋ Read More

AMD Linux Driver Readying Peak Tops Limiter “PTL” Support
The AMDGPU and AMDKFD Linux kernel graphics driver code has been readying support for the Peak Tops Limiter (PTL) as a new feature to the latest Instinct accelerators… ⌘ Read more

⤋ Read More

Carmakers Rush To Remove Chinese Code Under New US Rules
“How Chinese is your car?” asks the Wall Street Journal. “Automakers are racing to work it out.”

Modern cars are packed with internet-connected widgets, many of them containing Chinese technology. Now, the car industry is scrambling to root out that tech ahead of a looming deadline, a test case for America’s ability to decouple from Chinese supply chains. New U … ⌘ Read more

⤋ Read More

Hmmm, that’s a pity. I never realized that before. The following Go code

var b bool
…
b |= otherBool

results in a compilation error:

invalid operation: operator | not defined on b (variable of type bool)

I cannot use || for assignments as in ||= according to https://go.dev/ref/spec#Assignment_statements. Instead, I have to write b = b || otherBool like a barbarian. Oh well, probably doesn’t happen all that often, given that I only now run into this after all those many years.

⤋ Read More

Claude Code is the Inflection Point
About 4% of all public commits on GitHub are now being authored by Anthropic’s Claude Code, a terminal-native AI coding agent that has quickly become the centerpiece of a broader argument that software engineering is being fundamentally reshaped by AI.

SemiAnalysis, a semiconductor and AI research firm, published a report on Friday projecting that figure will climb past 20% by the end of 2026. Cl … ⌘ Read more

⤋ Read More
In-reply-to » Slow progress: My hex editor now has an info panel that shows what’s under the cursor. https://movq.de/v/f9586ec65c/s.png

I’m inclined to remove all mouse support, except for moving windows. 🤔 I originally wanted this to emulate the behavior of DOS programs, but a) mouse support is a lot of code, b) using the mouse is cumbersome anyway and I would rarely do it.

⤋ Read More

Linux 6.19 Sees Last Minute Scheduler Regression Fixes
Ahead of the planned Linux 6.19 stable kernel release tomorrow, there have been some last-minute fixes submitted for the scheduler code, including for performance regressions… ⌘ Read more

⤋ Read More

Anthropic Launches Claude Opus 4.6 as Its AI Tools Rattle Software Markets
Anthropic on Thursday released Claude Opus 4.6, its most capable model yet, at a moment when the company’s AI tools have already spooked markets over fears that they are disrupting traditional software development and other sectors.

The new model improves on Opus 4.5’s coding abilities, the company said – it plans more carefully, … ⌘ Read more

⤋ Read More

NetBSD’s Kernel Supports Lua Scripting But Don’t Look For Rust In There Anytime Soon
For those not fond of the increasing use of the Rust programming language within the Linux kernel or FreeBSD’s considerations for Rust in its kernel, you can perhaps find refuge within NetBSD. One of the NetBSD developers has explained why you likely won’t be finding Rust code within the NetBSD kernel anytime soon… ⌘ Read more

⤋ Read More

Say Hello To GoogleSQL
BrianFagioli writes: Google has quietly retired the ZetaSQL name and rebranded its open source SQL analysis and parsing project as GoogleSQL. This is not a technical change but a naming cleanup meant to align the open source code with the SQL dialect already used across Google products like BigQuery and Spanner. Internally, Google has long called the dialect GoogleSQL, even while the open source project lived under a differ … ⌘ Read more

⤋ Read More

‘Vibe Coding Kills Open Source’
Four economists across Central European University, Bielefeld University and the Kiel Institute have built a general equilibrium model of the open-source software ecosystem and concluded that vibe coding – the increasingly common practice of letting AI agents select, assemble and modify packages on a developer’s behalf – erodes the very funding mechanism that keeps open-source projects alive.

The core problem … ⌘ Read more

⤋ Read More
In-reply-to » Trying an experiment. Created a Github repo for mu over at https://github.com/prologic/mu as a social experiment to see if we can maintain a tailored Github docs-only repo of a project, see if it gets any interest 🤔

@prologic@twtxt.net (While browsing through that, I noticed that https://mu-lang.dev/ itself doesn’t really mention the source code repo, does it? 🤔 Like, the quickstart guide begins with “Build the host: go build ./cmd/mu”, but where’s the git clone … command? 😅)

I’m not really sure what the goal is. 🤔 Do you want to get pull requests for the docs? Or bug reports for mu itself? 🤔

⤋ Read More

GNOME 50 Lands Virtual Monitor / Remote Desktop Improvements - Including HiDPI
In time for next month’s GNOME 50 release are some improvements merged today for the Mutter compositor code adding HiDPI and monitor mode emulation support to the screen-casting API and DevKit… ⌘ Read more

⤋ Read More

Linux Dropping SMC TCP ULP Support For Being “Fundamentally Broken”
Merged four years ago to the Linux kernel networking subsystem’s Shared Memory Communications (SMC) code was TCP Upper Layer Protocol (ULP) support for allowing applications to replace TCP with the SMC protocol in-place as a transparent replacement. Except for the next kernel cycle it’s set to be reverted after realizing it’s “fundamentally broken.”.. ⌘ Read more

⤋ Read More

OpenIndiana Is Porting Solaris’ IPS Package Management To Rust
OpenIndiana as the open-source project built atop Illumos that is continuing to maintain and advance the former OpenSolaris code is working on a big ambitions of modernizing the Image Packaging System (IPS) package management solution. As part of that they are working to move from a C and Python codebase over to Rust… ⌘ Read more

⤋ Read More

Reworked NTFS Linux Driver Posted With More Improvements & Fixes
Announced back in October was NTFS Plus as a new Linux driver for NTFS based on the former NTFS kernel driver prior to Paragon Software contributing the NTFS3 driver code. The intent with this new driver is for better performance. more features, public user-space utilities around it, and all-around a nice step forward for those reliant on this Microsoft file-system. Out this week is the sixth iteration of this remade NTFS driver… ⌘ Read more

⤋ Read More

Rust Coreutils 0.6 Brings Increased Compatibility, Removing Some Unsafe Code & More Perf
Following the Rust Coreutils presentation from FOSDEM this weekend, Rust Coreutils 0.6 is now available as the latest feature release for this Rust programming language re-implementation of GNU Coreutils… ⌘ Read more

⤋ Read More

Vibe-coded Social Network for AI Bots Exposed Data on Thousands of Humans
Moltbook, a Reddit-like social network that launched last week and bills itself as a platform “built exclusively for AI agents,” had a security vulnerability that exposed private messages shared between agents, the email addresses of more than 6,000 human owners, and over a million credentials, according to research published Mond … ⌘ Read more

⤋ Read More

Experimental Linux Code For 1GB PUD-Level THPs Shows 34% Faster Memory Access Times
Early, experimental code for implementing 1GB PUD-level THPs in the Linux kernel are showing positive benchmark results but other upstream stakeholders were surprised by this patch series appearing and it looking like it could be a while until if/when the patches are mainlined for helping to reduce translaction lookaside buffer (TLB) pressure without resorting to Hugetlbfs… ⌘ Read more

⤋ Read More

Linux Kernel Developer Chris Mason’s New Initiative: AI Prompts for Code Reviews
Phoronix reports:

Chris Mason, the longtime Linux kernel developer most known for being the creator of Btrfs, has been working on a Git repository with AI review prompts he has been working on for LLM-assisted code review of Linux kernel patches. This initiative has been happening for some weeks now while the lates … ⌘ Read more

⤋ Read More

What Go Programmers Think of AI
“Most Go developers are now using AI-powered development tools when seeking information (e.g., learning how to use a module) or toiling (e.g., writing repetitive blocks of similar code).” That’s one of the conclusions Google’s Go team drew from September’s big survey of 5,379 Go developers.

But the survey also found that among Go developers using AI-powered tools, “their satisfaction with these tools is m … ⌘ Read more

⤋ Read More

Linux’s b4 Kernel Development Tool Now Dog-Feeding Its AI Agent Code Review Helper
The b4 tool used by Linux kernel developers to help manage their patch workflow around contributions to the Linux kernel has been seeing work on a text user interface to help with AI agent assisted code reviews. This weekend it successfully was dog feeding with b4 review TUI reviewing patches on the b4 tool itself… ⌘ Read more

⤋ Read More

Linux 7.0 Aims To Replace More Caching Code With Sheaves For “Hopefully” Improved Performance
Introduced to the mainline Linux kernel last year was “sheaves” as an opt-in per-CPU array-based caching layer. Sheaves was merged back in Linux 6.18 and while it started as an opt-in caching layer, the plan is to replace more CPU slabs / caches with sheaves. Queued up for slated introduction in the upcoming Linux 7.0 cycle is replacing more of those caches with sheaves… ⌘ Read more

⤋ Read More

AI Code Review Prompts Initiative Making Progress For The Linux Kernel
Chris Mason, the longtime Linux kernel developer most known for being the creator of Btrfs, has been working on a Git repository with AI review prompts he has been working on for LLM-assisted code review of Linux kernel patches. This initiative has been happening for some weeks now while the latest work was posted today for comments… ⌘ Read more

⤋ Read More

Claude Code : le dernier qui sort éteint la lumière
Le 7 janvier dernier, alors que le commun des mortels tentait encore de digérer les excès de foie gras et les vœux pieux d’une classe politique en fin de cycle, la dernière version de Claude Code est sortie. Il ne s’agit pas d’une simple mise à jour et ce n’est pas un énième correcteur orthographique. […] ⌘ Read more

⤋ Read More

IO_uring Zero-Copy Large Receive Buffer Support To Provide A Nice Performance Win
Slated for introduction in the next kernel cycle (Linux 6.20~7.0) is introducing large receive buffer support for IO_uring’s zero-copy receive code path. This large receive buffer support can be very beneficial for those with higher-end networking hardware capable of handling the larger buffers for some significant performance and efficiency wins… ⌘ Read more

⤋ Read More

Mesa 26.0-rc2 Released With Numerous AMD, NVIDIA & Intel Driver Fixes
Following last week’s code branching / feature freeze and first release candidate of Mesa 26.0, Mesa 26.0-rc2 is now available with an initial batch of bug fixes for this quarter’s feature update to these open-source OpenGL and Vulkan drivers… ⌘ Read more

⤋ Read More

FreeType Speeds-Up ClearType-Like LCD Filter Rendering By 40%
The widely-used FreeType library used for rendering text onto bitmaps has landed a significant optimization for its LCD filtering code path for Microsoft ClearType-like rendering. Thanks to the improvement, the rendering can be around 40% faster… ⌘ Read more

⤋ Read More

RFC Patches Posted For Klint Integration With The Linux Kernel: Rust-Based Linting Tool
A request for comments (RFC) patch series was sent out today for providing Klint integration with the Linux kernel. Klint is a new linting tool written in the Rust programming language that helps with static code analysis for errors/bugs as well as code styling inconsistencies… ⌘ Read more

⤋ Read More

Apple M3 Progress On Linux: Asahi Can Boot To KDE Desktop - But No GPU Acceleration Yet
While the Asahi Linux project has made good progress on bringing Linux to Apple Silicon hardware, much of the success and in turn upstreaming to the Linux kernel has been around the aging M1 and M2 Macs. Apple M3 and newer has been a struggle but progress is being made. One of the Asahi Linux developers shared the ability now to boot to the KDE Plasma desktop with the experimental Asahi Linux code on an M3 MacBook but withou … ⌘ Read more

⤋ Read More

OpenAI Releases Prism, a Claude Code-Like App For Scientific Research
OpenAI has launched Prism, a free scientific research app that aims to do for scientific writing what coding agents did for programming. Engadget reports: Prism builds on Crixet, a cloud-based LaTeX platform the company is announcing it acquired today. For the uninitiated, LaTeX is a typesetting system for formatting scientific docume … ⌘ Read more

⤋ Read More

New Intel Linux Driver Workaround Halves Initial Game Load Time For MHW
In addition to Mesa 26.1 today seeing Vulkan present timing support finally merged to help reduce game stuttering and separately another long-in-development Mesa merge request for DG2 / Meteor Lake to improve performance as much as 260% in some scenarios, there is another merge today to Mesa Git for enhancing Intel graphics on Linux. For Intel Linux gamers the newest Mesa code adds a new DriConf workaround that is capable of halving the initi … ⌘ Read more

⤋ Read More

ThinkPads On Linux Appear Nearly Ready For Improved Trackpoint Doubletap Handling
Being worked on for a while by Lenovo engineer Vishnu Sankar is nicely handling support for double-tap functionality with TrackPoints on ThinkPads under Linux. The sixth iteration of this enablement work was posted today and is just documentation updates, so it’s looking like this new TrackPoint doubletap code could soon be crossing the threshold for the mainline Linux kernel… ⌘ Read more

⤋ Read More

New Patches Aim To Lower Linux Memory Use For Swap, Slightly Improve Performance
Kairui Song of Tencent sent out a new patch series overnight working on enhancing the Linux kernel’s swap code. With the patches there are some memory savings – and more on the way – while also providing for slightly faster performance… ⌘ Read more

⤋ Read More

KDE’s ‘Plasma Login Manager’ Stops Supporting FreeBSD - Because Systemd
KDE’s “Plasma Login Manager” is apparently dropping support for FreeBSD, the Unix-like operating system, reports the blog It’s FOSS. They cite a recently-accepted merge request from a KDE engineer to drop the code supporting FreeBSD, since the login manager relies on systemd/logind:

systemd and logind look like hard dependencies of the … ⌘ Read more

⤋ Read More

Another project where I’m going to use my terminal widget toolkit is a hex editor. This is still very young, obviously, and there’s a lot of work to do (both in the toolkit and this particular application), but I’m making some progress:

https://movq.de/v/2bae14ed16/vid-1769283187.mp4

Since this program is UTF-8 clean (I hope), you can do things like enter multi-byte UTF-8 sequences or paste them from the system clipboard (another hex editor I just tried failed to do this correctly):

https://movq.de/v/e9241034c1/vid-1769283755.mp4

Under the hood, I’m using mmap() with MAP_PRIVATE, which is really cool: I get the entire file as a byte array, no matter how large it is, no need to actually read it upfront; and MAP_PRIVATE means that I can write to this area however I like without changing the underlying file. The kernel does copy-on-write for me. Only when you hit Save, it will write to the filesystem. And it’s just a couple lines of code. The kernel does all the magic. 🥳

⤋ Read More

AMDGPU Driver Reverts Code For A Number Of Regressions On Linux 6.19
Merged on Friday as part of this week’s DRM kernel graphics driver fixes for the week is addressing a regression affecting many different users with the Linux 6.19 development kernel… ⌘ Read more

⤋ Read More

Anthropic’s AI Keeps Passing Its Own Company’s Job Interview
Anthropic has a problem that most companies would envy: its AI model keeps getting so good, the company wrote in a blog post, that it passes the company’s own hiring test for performance engineers. The test, designed in late 2023 by optimization lead Tristan Hume, asks candidates to speed up code running on a simulated computer chip. Over 1,000 people have take … ⌘ Read more

⤋ Read More

Linux Lands Fix For Its “Subtly Wrong” Page Fault Handling Code For The Past 5 Years
Merged today for the Linux 6.19 Git kernel and then in turn for back-porting to prior Linux kernel series is making the x86 page fault handling code disable interrupts properly. Since 2020 it turns out the handling was subtly wrong but now corrected by Intel… ⌘ Read more

⤋ Read More

EU Parliament Calls For Detachment From US Tech Giants
The European Parliament is calling on the European Commission to reduce dependence on U.S. tech giants by prioritizing EU-based cloud, AI, and open-source infrastructure. The report frames “European Tech First,” public procurement reform, and Public Money, Public Code as necessary self-defense against growing U.S. control over critical digital infrastructure. Heise repor … ⌘ Read more

⤋ Read More

Linux GPU Driver Loophole Being Fixed For Unprivileged Users Being Able To Tap Unbounded Kernel Memory
An oversight in the Linux kernel’s Direct Rendering Manager (DRM) graphics driver common code could allow unprivileged users to trigger unbounded kernel memory consumption for a potential system-wide out-of-memory “OOM” situation… ⌘ Read more

⤋ Read More

ReactOS Celebrates 30 Years In Striving To Be An Open-Source Windows Implementation
The ReactOS project is celebrating today that it marks 30 years since their first code commit in the ReactOS source tree. During the past 30 years now the project has seen more than 88k commits from more than 300 developers as it seeks to be a robust open-source Windows implementation. In their 30 year birthday blog post they also provide a look ahead at what they’re working on… ⌘ Read more

⤋ Read More

Wikipedia’s Guide to Spotting AI Is Now Being Used To Hide AI
Ars Technica’s Benj Edwards reports: On Saturday, tech entrepreneur Siqi Chen released an open source plugin for Anthropic’s Claude Code AI assistant that instructs the AI model to stop writing like an AI model. Called “Humanizer,” the simple prompt plugin feeds Claude a list of 24 language and formatting patterns that Wikipedia editors have listed as ch … ⌘ Read more

⤋ Read More

Mesa 26.0-rc1 Released With RADV Improvements Leading The Way Along With Intel & NVK
Eric Engestrom just released Mesa 26.0-rc1 with the code for this quarter’s Mesa feature release now branched and under a feature freeze leading up to the stable release in February… ⌘ Read more

⤋ Read More

Adjusting One Line Of Linux Code Yields 5x Wakeup Latency Reduction For Modern Xeon CPUs
A new patch posted to the Linux kernel mailing list aims to address the high wake-up latency experienced on modern Intel Xeon server platforms. With Sapphire Rapids and newer, “excessive” wakeup latencies with the Linux menu governor and NOHZ_FULL configuration can negatively impair Xeon CPUs for latency-sensitive workloads but a 16 line patch aims to better improve the situation. That is, changing one line of actual co … ⌘ Read more

⤋ Read More

New Patches Aim To Make x86 Linux EFI Stub & Relocatable Kernel Support Unconditional
Prominent Intel Linux engineer H. Peter Anvin has posted a new patch series working to clean-up the Linux x86/x86_64 kernel boot code. Besides cleaning up the code, the kernel configuration would drop options around EFI stub mode and relocatable kernels in making those features now always enabled… ⌘ Read more

⤋ Read More