Settlement building co-op action-adventure Necesse ‘Rust & Romance’ update is a big one
Out now is the Rust & Romance free update for Necesse, a game that is necessary to play if you love co-op games that mix completely different genres.
Read the full article on [GamingOnLinux](https://www.gamingonlinux.com/2026/08/settlement-building-co-op-action-adven … ⌘ Read more
Wild Linker 0.10 Released With GDB Index Support, Mitigation For Btrfs Performance
Wild 0.10 released overnight as this very fast linker for Linux that is written in the Rust programming language and focused on iterative development… ⌘ Read more
zlib-rs 0.6.7 Released With LoongArch LSX Optimizations, Use-After-Free Fix
zlib-rs 0.6.7 is out today as the newest version of this “safer zlib” implementation making use of the Rust programming language and aiming to deliver performance on-par with zlib-ng… ⌘ Read more
COSMIC Epoch 1.5 Brings More Fixes & Improvements To System76’s Desktop
The System76 and Pop!_OS developers continue quickly iterating on their Rust-based COSMIC desktop environment… ⌘ Read more
Vibe Coded X11 YSERVER Gets Steam Working, Full-Screen Games With Cinnamon
A new software creation that debuted this summer was YSERVER as a modern X11 server written in Rust largely by AI via Claude Code. This YSERVER implementation has continued implementing more X11 protocol and other functionality to get more desktop environments and apps working surprisingly okay on this vibe coded X11 server. YSERVER 1.4 is now available as the latest in this quest… ⌘ Read more
COSMIC Epoch 1.4 Released With More Fixes, Force Quit For COSMIC Monitor
System76 developers today released COSMIC Epoch 1.4 as the newest stable release to their Rust-based desktop environment… ⌘ Read more
I really think I should go back to Java.
Writing programs in Python is so exhausting. I want a compiler and I want static typing. No, linters and type checkers and IDEs are not good enough. Compilers catch way more errors in advance.
Rust is also exhausting. They’re constantly adding language features and, at the same time, the runtime library remains tiny and you need 3rd party libraries for everything. Many of those are still at version 0.x (SemVer!) and you can’t rely on anything. Often times, you need the latest Rust nightly compiler.
Go is … I don’t like it. And huge binaries.
I like C as a language, but it’s too fragile. I want to have a proper HashMap every now and then.
None of the above have good GUI libraries, at least not on Linux.
And then there’s Java. This is my fractal renderer that I wrote over 17 years ago:
https://movq.de/v/fcd3c4e557/vid-1784121825.mp4
It’s fast. It has a GUI with custom widgets and those weren’t even hard to make. It still works without changing a single line of code. The source code files have timestamps from 2009 and I just noticed that the JAR file I’m using in the video was compiled in 2010.
Java as a language is relatively easy to learn and to master. There are few surprises. The source code organization with packages is good. Java API docs are clear and well written.
The JVM ramp-up times have improved considerably:
https://movq.de/v/e7314e521e/vid-1784121998.mp4
This isn’t like the Dark Ages anymore. Might even be usable for some CLI tools.
The only thing where Java really sucks is anything close-ish to the kernel. Try issuing an ioctl() … I couldn’t have made my TUI framework in Java, but then again, I wouldn’t have needed to because Swing already exists and it just works.
Linux 0.11 rewritten in idiomatic Rust, boots in QEMU | Hacker News Fark’n hell, this is some ~50k SLOC of Rust code compared to the original ~8k SLOC of C of the original this was based off of. No doubt this was “vibe coded” for sure, there is no way a human can write 50k SLOC, not in a reasonable timeframe anyway 😅
Rust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibility
While the Rust Coreutils offers better memory safety than GNU Coreutils due to being written in the Rust programming language, subtle incompatibilities continue to be spotted in the Rust Coreutils implementations of the different commands. The latest coming to light this week was the Rust Coreutils cp command breaking Ubuntu image builds due to differences in argument handling… ⌘ Read more
Vibe Coded X11 Server Written In Rust Adds Xinerama, FreeBSD Support & Other Features
One month ago we reported on YSERVER as a modern X11 server written in Rust with the help of Claude Code. Since then YSERVER has continued to advance in supporting more X11 functionality thanks to the help of Claude Code (AI) and out today is version 1.3 o this display server… ⌘ Read more
COSMIC Epoch 1.2 Desktop Fixes Flickering Issues For Intel Graphics
Just a week after the COSMIC Epoch 1.1 release with its slick new system monitor, COSMIC Epoch 1.2 is now available for this Rust-based desktop developed by System76… ⌘ Read more
Fedora 45 Looks To Finally Offer Install Support For Stratis Storage
Ever since RHEL deprecated their short-lived Btrfs plans, Red Hat engineers over the past decade have been developing Stratis Storage as their storage management solution leveraging XFS, LUKS, DM, and their Rust-based daemon. While Stratis Storage has been available in Fedora Linux going all the way back to Fedora 28, until now there hasn’t been the option of using it for the root file-system on new Fedora installations. Finally with Fedora 45 … ⌘ Read more
Canonical First Gold Sponsor Of Trifecta Tech For Building More Infrastructure In Rust
Ubuntu Linux maker Canonical continues making more inroads in the Rust infrastructure space. Canonical announced today they have become the first gold sponsor of the Trifecta Tech Foundation that works on projects like sudo-rs for building more open infrastructure in the Rust programming language… ⌘ Read more
Next Bcachefs Release Aims To Include Rust Code In The Kernel Module
The Bcachefs file-system already makes use of the Rust programming language in the user-space tools for this CoW file-system and they have been planning to make use of Rust within the kernel module too. Beginning in the next Bcachefs release, v1.38.7, they are looking at beginning to include Rust code now in their kernel driver… ⌘ Read more
Git 2.55 Released With Rust Support Enabled By Default, git history fixup
Git 2.55 is out today as the latest stable update to this distributed version control system… ⌘ Read more
Are Checks Sent Through the Mail Vulnerable to Theft?
The New York Times tells the story of a 63-year-old retiree who wrote a check for several thousand dollaras to pay her taxes. But she discovered much later that her taxes were never paid because that check had been intercepted and then altered to be payable to someone else:
In some cases, thieves may pilfer one or more checks from local mailboxes. Adam Rust, director … ⌘ Read more
Servo 0.3 Released With The Demo Browser Becoming More Useful
Servo 0.3 released today as the latest version of this modern browser engine developed in Rust. With Servo 0.3 the demo servoshell browser is becoming more useful and supporting additional modern web features while Servo also continues to possess much potential moving forward on the embedded front as an alternative to the likes of the Chromium Embedded Framework (CEF)… ⌘ Read more
@prologic@twtxt.net Yeah, Rust is quite popular in the Wayland scene, it seems.
In image viewer in 170 lines? Show me. 😅
@movq@www.uninformativ.de I looked into swagimg. That’s the thing, The latest version pulls in fark’n C++ (geez fuck) and luajit. Anything else I’ve round for Wayland depdns on Rust (wtf?!) – So I built my own in Pure Go. It’s wonderful, so simple, only ~170 lines of Go 🤣
Hmmm are there really no decent Wayland (desktop) compatible image viewers that don’t drag in Mesa and all it’s hundreds of dependences or GCC and libgcc and it’s multi-hour long build time or Rust? geez
zlib-rs 0.6.4 Released With Fix For Intel Raptor Lake Crash, SIMD Optimizations
As a follow-up to last week’s article around Firefox leveraging zlib-rs and some nice upstream improvements to this Rust-based Zlib implementation, the zlib-rs 0.6.4 release is now available to ship all of these latest enhancements… ⌘ Read more
The Rust Ecosystem Gets an AI Security Engineer in Residence
While the Rust Foundation has a Security Initiative to protect its ecosystem, “the threats have expanded,” they announced this week, “and so has the kind of help maintainers need.”
Much of this comes back to a single shift: Automated tooling (much of it now built on large language models) has gotten good enough to surface real vulnerabilities in o … ⌘ Read more
Rust PNG Image Decoder Now Even Faster: Benefiting Chrome, GNOME, Etc
The Rust PNG crate, image-png, for PNG image encoding and decoding was already claimed to be the fastest PNG decoder in the world for the past year. Now with the latest optimizations, it’s even faster… ⌘ Read more
Epic Games Announces Lore Open-Source Version Control System
Epic Games has released Lore, an MIT-licensed version control system written in Rust and designed specifically for “games and entertainment purposes with large file sizes,” reports Phoronix. From the report: While there is Git LFS for large file storage with Git, Epic Games has crated Lore as a version control system designed entirely around the large fi … ⌘ Read more
Experimental, Reverse-Engineered & AI Assisted Rust Driver Supports Modern DisplayLink
The original DisplayLink USB display adapters were great for working with an upstream, open-source driver while sadly the newer DisplayLink tech has been limited to an out-of-tree driver and proprietary user-space daemon. But posted today is an experimental “Vino” driver that is a clean-room, reverse-engineered driver for newer DisplayLink hardware… ⌘ Read more
Mozilla Firefox Usage Of zlib-rs For Better Safety & Performance
Since the release in May of Firefox 151, Mozilla has been relying on the zlib-rs library for Gzip compression/decompression. This subtle change to use this Rust-based Zlib implementation has yielded some performance benefits and better memory safety but also some headaches when dealing with Intel CPU bugs… ⌘ Read more
Linux 7.2 Introducing The Rust Zerocopy Library To Eliminate More “Unsafe” Code
Miguel Ojeda already mailed in the many Rust code changes for the in-development Linux 7.2 kernel. This is quite a big Rust code with more than forty thousand new lines of Rust code in the kernel… ⌘ Read more
Git 2.55-rc0 Released With Rust Enabled By Default
Git 2.55-rc0 is out today as the first tagged test version of the forthcoming Git 2.55 distributed version control system. Most notable with Git 2.55 is that Rust support is being enabled by default… ⌘ Read more
YSERVER: Modern X11 Server Written In Rust With The Help Of Claude Code
Open-source developer Jos Dehaes wrote in to Phoronix today in announcing a new X11 server he has been working on from scratch that has been quietly developed to this point but now ready to announce to the world… The YSERVER… ⌘ Read more
Security updates for Thursday
Security updates have been issued by AlmaLinux (.NET 10.0, .NET 8.0, .NET 9.0, podman, poppler, and postgresql-jdbc), Debian (chromium, jackson-core, libdbi-perl, and libinput), Fedora (httpd, rust, and xmlstarlet), Mageia (openssh, postfix, and roundcubemail), Oracle (frr, kernel, libyang, n, postgresql-jdbc, and unbound), Red Hat (.NET 10.0, .NET 8.0, .NET 9.0, redis, and redis:7), SUSE (agama-web-ui, cockpit, cosign, glibc, google-cloud-sap-agent, google-osconfig-agent, kan … ⌘ Read more
Port React Compiler to Rust
Article URL: https://github.com/react/react/pull/36173
Comments URL: https://news.ycombinator.com/item?id=48473662
Points: 5
# Comments: 0 ⌘ Read more
Security updates for Monday
Security updates have been issued by AlmaLinux (bind, bind9.16, frr, kernel, kernel-rt, libexif, mysql, php, and unbound), Debian (apache2, chromium, glibc, gsasl, jackson-core, libxml2, nginx, request-tracker4, request-tracker5, tomcat10, tomcat11, and tomcat9), Fedora (chromium, firefox, haveged, keylime, libinput, libssh2, nasm, perl-CryptX, rust, thunderbird, and webkitgtk), Mageia (cockpit, golang-x-crypto, golang-x-sys-devel, kernel, kmod-virtualbox, kmod-xtables-addons, kernel-linus, … ⌘ Read more
Ladybird Browser Stops Accepting Public Pull Requests
The Ladybird browser isn’t opposed to AI coding tools, but it’s just brought a new change to their code-contributing policies.
February 23: “Ladybird adopts Rust, with help from AI.”
I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. … ⌘ Read more
CUDA-Oxide 0.2 Brings Early Improvements To Pure Rust CUDA Kernels
Last month CUDA-Oxide was introduced as an experimental Rust-to-CUDA compiler. From pure Rust programming language code, one can write CUDA GPU kernels in a “safe(ish)” manner with the CUDA-Oxide compiler emitting NVIDIA PTX output directly. Out today is the second update to CUDA-Oxide… ⌘ Read more
Security updates for Friday
Security updates have been issued by AlmaLinux (kernel), Debian (dovecot, exim4, frr, and haveged), Fedora (cockpit, freeipa, jpegxl, libre, nextcloud, perl-Cpanel-JSON-XS, perl-Crypt-Argon2, perl-Dist-Build, perl-ExtUtils-Builder, perl-ExtUtils-Builder-Compiler, perl-HTTP-Tiny, perl-libwww-perl, python-starlette, rubygem-yard, rust-sequoia-cert-store, rust-sequoia-chameleon-gnupg, rust-sequoia-octopus-librnp, rust-sequoia-sop, rust-sequoia-sq, rust-sequoia-wot, samba, and transmission), **Red … ⌘ Read more
NVIDIA’s Nova Driver Continues Being Built Up In Linux 7.2 Along With Other DRM Rust Code
Danilo Krummrich sent out the main set of DRM Rust subsystem changes on Thursday that are targeting the Linux 7.2 kernel. NVIDIA’s open-source Nova driver continues seeing a bulk of the DRM Rust work as this modern successor to Nouveau continues taking shape… ⌘ Read more
Dave Airlie on Linux Kernel Maintenance (SE Radio)
The Software Engineering Radio podcast has put up an\
interview with graphics maintainer Dave Airlie. Much of what is in
there will not be news to LWN readers, but it is an interesting overview of
the life of a large-subsystem maintainer.
I was talking to a few of the Rust people, and I thought: these are
very young people, these are a group of people in their 20s, maybe
30s, they are a you … ⌘ Read more
New IronWorm Malware Hits 36 Packages In npm Supply-Chain Attack
A new npm supply-chain attack has infected 36 packages with Rust-based infostealer malware called IronWorm. According to BleepingComputer, the malware “targets 86 environment variables (key-value pairs) and 20 credential files that may contain OpenAI, AWS, Anthropic, and npm credentials, vault configuration files, SSH keys, and Exodus cryptocurrenc … ⌘ Read more
[$] LWN.net Weekly Edition for June 4, 2026
Inside this week’s LWN.net Weekly Edition:
Front: MeshCore; x32 ABI; Open-source security; Package-manager metadata; More LSFMM+BPF coverage; Loadable crypto module.
Briefs: Lightwell; jqwik protestware; RedHat package compromise; DistroWatch; Fedora election; Rust 1.96.0; rsync; Vim Classic 8.3; Quotes; …
Announcements: Newsletters, conferences, security updates, patch … ⌘ Read more
Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
Article URL: https://github.com/zaydmulani09/mnemo
Comments URL: https://news.ycombinator.com/item?id=48389586
Points: 4
# Comments: 0 ⌘ Read more
Bun Has Been Converted to Rust. Now What?
Article URL: https://bytecode.news/posts/2026/06/bun-has-been-converted-to-rust-now-what
Comments URL: https://news.ycombinator.com/item?id=48383018
Points: 26
# Comments: 16 ⌘ Read more
Microsoft Announces Coreutils For Windows: Derived From Rust Coreutils
As another interesting takeaway from this week’s Microsoft Build 2026 conference beyond their open-source Intelligent Terminal project is Coreutils for Windows. Microsoft is maintaining a fork of Rust Coreutils for Windows to ease the developer experience across Windows / WSL / macOS / Linux… ⌘ Read more
Mir 2.27 Released With More Wayland Rust Code
Canonical today released Mir 2.27 as the latest version of this set of compositor libraries for easily building Wayland-based shells on Linux and fitting into the Ubuntu Linux paradigm… ⌘ Read more
COSMIC Desktop’s Frosted Glass Is Giving Windows Aero Vibes
Some of the latest feature work for the Rust and Wayland based COSMIC desktop environment is on creating their new “Frosted Glass” appearance. It’s getting closer to release and giving off Windows Aero vibes for that design language from the Windows Vista days… ⌘ Read more
Ombredanne: An AI agent ported our codebase from Python to Rust
Over on the AboutCode blog, lead
maintainer Philippe Ombredanne writes
about an agentic LLM system porting the ScanCode\
Toolkit to Rust. In the process, the LLM (or the people behind it)
infringed the ScanCode trademark, stripped copyright and license notices,
“and started an outreach campaign, without ev … ⌘ Read more
Servo 0.2 Released With Revamped Android Browser UI
For ending out the month of May is a new monthly release of Servo, the open-source, Rust-based browser engine being developed by Linux Foundation Europe stakeholders and the open-source community. There are many nice enhancements on the desktop side with Servo 0.2 while also improving the Android browser UI experience with Servo too… ⌘ Read more
Custom Errors Are Non-Negotiable in My Rust Applications
Article URL: https://tristonarmstrong.com/blog/custom-errors-are-non-negotiable-in-my-rust-applications
Comments URL: https://news.ycombinator.com/item?id=48341505
Points: 3
# Comments: 0 ⌘ Read more
Rust Coreutils 0.9 Released With Additional Security Hardening, Zero-Copy I/O
Rust Coreutils 0.9 was tagged today as the latest major update to this GNU Coreutils implementation in the Rust programming language. Rust Coreutils 0.9 is up to a 90.4% pass rate against the GNU test suite!.. ⌘ Read more
Rust 1.96.0 released
Version\
1.96.0 of the Rust programming language has been released. Changes
include a new set of Copy-implementing Range types,
assertions with pattern matching, a number of stabilized APIs, and two
Cargo vulnerability fixes. ⌘ Read more
Creusot helps you prove your Rust code is correct
Article URL: https://github.com/creusot-rs/creusot/tree/master
Comments URL: https://news.ycombinator.com/item?id=48309645
Points: 5
# Comments: 0 ⌘ Read more