-
21 votes
-
Advanced debugging technology in practice
4 votes -
The Modern CLI Renaissance
47 votes -
Firefox will consider a Rust implementation of JPEG-XL
21 votes -
Critical vulnerability in Rust's Command library allows for command injection when using its API to invoke batch scripts with arguments on Windows systems (CVE-2024-24576)
18 votes -
2021 Rust movie set shooting tragedy: The product of low-budget, cost-cutting filmmaking
17 votes -
'Rust' armorer Hannah Gutierrez-Reed guilty of involuntary manslaughter
29 votes -
White House urges use of type safe and memory safe programming languages and hardware
38 votes -
A universal lowering strategy for control effects in Rust
12 votes -
Pipelight: Automation pipelines but easier
10 votes -
Linus Torvalds on the state of Linux today and how AI figures in its future
26 votes -
This month in Servo: better floats, :has(), color-mix(), and more!
8 votes -
Alec Baldwin may be recharged with Rust gun death because of 'additional facts'
25 votes -
Rewriting a Chumsky Parser By Hand in Rust
8 votes -
Working Through Crafting Interpreters (Java) in Rust
9 votes -
Introducing RustRover: a standalone Rust IDE by Jetbrains
18 votes -
Any Bevy (the rust game engine) users here?
Bevy just released their version 0.11, so I figured it would be a nice opportunity to ask the Tildes gamedevs if they were using it :) Bevy is a rust game engine - more like a set of libraries...
Bevy just released their version 0.11, so I figured it would be a nice opportunity to ask the Tildes gamedevs if they were using it :)
Bevy is a rust game engine - more like a set of libraries actually - that's been gaining popularity the last few years. It has become the de facto toolset if you want to make a game in rust. It is very opinionated towards Entity-Component-System (ECS), and uses the pattern to facilitate parallelism and multi-threading.
Personally, I'm using the
bevy-ecs
lib (not the whole engine) to write a roguelike and hone my skills in rust. I enjoy it but it's not really beginner-friendly. The official docs are lacking, and you'll have to dig in the auto-generated api docs to make the most out of it. However, I appreciate that each release not only brings new features, but also refines existing ones. The engine is getting better - not only bigger - release after release.16 votes -
Brainfuck just-in-time compiler with hand-rolled code generation
17 votes -
Bringing memory safety to sudo and su
6 votes -
YouTube as a form of hard drive
11 votes -
Veloren: An open-source Cube World inspired multiplayer voxel RPG
7 votes -
Alec Baldwin charged with involuntary manslaughter in Rust shooting
7 votes -
Speeding up Rust semver-checking by over 2000x
5 votes -
Alec Baldwin and ‘Rust’ armorer to face involuntary manslaughter charges in shooting death
12 votes -
About political messages on the Rust blog
8 votes -
Rendering Markdown at the Edge
5 votes -
Introducing Zed — A lightning-fast, collaborative code editor written in Rust
From Hacker News: Founder of Atom here. We're building the spiritual successor to Atom over at https://zed.dev. We learned a lot with Atom and had a great time, but it always fell short of our...
From Hacker News:
Founder of Atom here. We're building the spiritual successor to Atom over at https://zed.dev.
We learned a lot with Atom and had a great time, but it always fell short of our vision. With Zed we're going to get it right. Written in Rust, custom native UI framework, engineered to be collaborative. Just starting our private alpha this week, so the timing of this announcement feels quite fitting.
14 votes -
Does a library-based garbage collector make Rust easier to use?
8 votes -
Rust takes a major step forward as Linux's second official language
19 votes -
Rust Moderation Team resigns
20 votes -
The coming firmware revolution
15 votes -
It's time to get hyped about const generics in Rust
11 votes -
Taking the warts off C, with Andrew Kelley, creator of the Zig programming language
17 votes -
Common mistakes and bad habits in Rust
5 votes -
Rocket: A Web Framework for Rust
9 votes -
Rust in the Android platform
7 votes -
sq, Sequoia PGP's CLI, released for general use
8 votes -
In-depth walkthroughs of Rust solutions for Advent of Code 2020 by Amos Wenger (fasterthanlime)
I always enjoy Amos' writing, he does a great job of walking through topics in depth and explaining each step of the way. It looks like he's starting a new series to work through all of this...
I always enjoy Amos' writing, he does a great job of walking through topics in depth and explaining each step of the way. It looks like he's starting a new series to work through all of this year's Advent of Code problems, which will probably be a good read for people interested in Rust (whether you already have experience with it or not).
Only the first day is up so far, but the overall series page is here, and individual links:
I'll update this post with new links as the new parts come out, and possibly bump it occasionally.
9 votes -
Why scientists are turning to Rust
9 votes -
Why Not Rust?
5 votes -
An introduction to Data Oriented Design with Rust
5 votes -
Bare metal Rust generics
6 votes -
Learning Rust can be frustrating because it's different enough from other languages that you may not even be able to easily describe the issues you're having
11 votes -
Rust is surprisingly good as a server language
11 votes -
Costs/funding in open-source languages
6 votes -
The safety boat: Kubernetes and Rust
6 votes -
Desed: a debugger for sed
14 votes -
rust_walker: asynchronous randomized large filesystem explorer in Rust
8 votes -
Rust 1.42.0 has been released
16 votes -
Scaling back my involvement in Rust - Alex Crichton
8 votes