Rustlang
Rust is a systems programming language built for performance, safety, and concurrency without a garbage collector. Its ownership model, enforced at compile time, guarantees memory safety and prevents data races. You get C-level speed with modern type-system guardrails: pattern matching, algebraic data types, traits, and a strict borrow checker that catches entire classes of bugs before they run. Designed for low-level work — operating systems, browsers, embedded devices, performance-critical services — Rust now ships in the Linux kernel and across Big Tech production stacks. Open-source, first released in 2015 and stewarded by the Rust Foundation. Steep learning curve, durable payoff.
Rewrite Bun in Rust
(github.com)
(via).
I highly recommend you incorporate cocogitto into your workflow.I've been using it for a few months now, and it's been great to tighten up my git commit messages, and enable a lot of things like changelog generation...
Remember that "hawk tuah" meme that took over the internet? Well, I couldn't resist naming my latest Rust CLI after it. Meet hackertuah - and yes, the name alone got some chuckles when it hit the front page of Hacker News. This whole thing started when I wanted a better...
From Jarred Sumner on the PR:
Ambitious.
LLMs + a well thought out test suite they can verify against can go a long way.