David Tolnay
@dtolnay.bsky.social
📤 1504
📥 29
📝 2
reposted by
David Tolnay
Oxide Computer Company
2 months ago
🎉We raised $100M USD in our Series B financing. Thank you to USIT for leading this round, to our existing investors for their participation, and to our team, customers, and community for getting us to where we are today!
oxide.computer/blog/our-100...
loading . . .
Our $100M Series B / Oxide
Raising our Series B round of financing
https://oxide.computer/blog/our-100m-series-b
6
225
35
reposted by
David Tolnay
Steve Klabnik
2 months ago
once again,
#rustlang
is the most admired programming language on the stack overflow survey:
survey.stackoverflow.co/2025/technol...
loading . . .
Technology | 2025 Stack Overflow Developer Survey
https://survey.stackoverflow.co/2025/technology/#admired-and-desired
6
95
14
reposted by
David Tolnay
Michael (compiler-errors) Goulet
3 months ago
Howdy all. I'm unfortunately not going to be with my employer for much longer due to team relocation. If anyone has any info on roles that would allow me to continue my Rust compiler work (in New York City), they'd be greatly appreciated.
2
92
46
reposted by
David Tolnay
Charlie Marsh
5 months ago
Today, we’re announcing the preview release of ty, an extremely fast type checker and language server for Python, written in Rust. In early testing, it's 10x, 50x, even 100x faster than existing type checkers. (We've seen >600x speed-ups over Mypy in some real-world projects.)
14
330
98
reposted by
David Tolnay
Steve Klabnik
5 months ago
github.com/dtolnay/buck...
Build
#rust
via buck2 instead of
x.py
, very cool project by
@dtolnay.bsky.social
loading . . .
GitHub - dtolnay/buck2-rustc-bootstrap: Compile Rust compiler using Buck2
Compile Rust compiler using Buck2. Contribute to dtolnay/buck2-rustc-bootstrap development by creating an account on GitHub.
https://github.com/dtolnay/buck2-rustc-bootstrap
0
42
4
reposted by
David Tolnay
Rust Language
6 months ago
🦀 Hello World! The Rust project now has an official presence on Bluesky! ✨ We'll be posting the same on our Mastodon and Bluesky accounts, so you won't miss anything on either platform.
32
1495
320
reposted by
David Tolnay
Raph Levien
7 months ago
New blog post up on the Rust font loader now shipping in Chrome. I only had a small part in this personally but am proud of the team's work.
developer.chrome.com/blog/memory-...
loading . . .
Memory safety for web fonts  | Blog  | Chrome for Developers
Learn how and why the Chrome team has replaced FreeType with Skrifa.
https://developer.chrome.com/blog/memory-safety-fonts
3
108
28
reposted by
David Tolnay
Filippo Valsorda
7 months ago
TypeScript team: rewrites compiler in Go. Go community: what do you mean your new compiler takes more than a minute to compile? Unacceptable. Dishonorable even. We are so sorry for this sub par experience. Not how we do things around here. Two days later: WIP 5x speedup. HN: why pick Go anyway?
loading . . .
cmd/compile: slow escape analysis in large package in the typescript compiler · Issue #72815 · golang/go
Go version go version go1.24.1 linux/amd64 Output of go env in your module/workspace: AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' ...
https://github.com/golang/go/issues/72815#issuecomment-2719445786
14
679
139
reposted by
David Tolnay
Steve Klabnik
7 months ago
Carefully but Purposefully Oxidising Ubuntu
#rustlang
discourse.ubuntu.com/t/carefully-...
loading . . .
Carefully But Purposefully Oxidising Ubuntu
Last month I published Engineering Ubuntu For The Next 20 Years, which outlines four key themes for how I intend to evolve Ubuntu in the coming years. In this post, I’ll focus on “Modernisation”. Ther...
https://discourse.ubuntu.com/t/carefully-but-purposefully-oxidising-ubuntu/56995/1
3
72
12
There are probably 4–6 people who, if they had dedicated their 10 years to a different language or hobby, you would not be hearing success stories about Rust.
add a skeleton here at some point
7 months ago
1
92
6
reposted by
David Tolnay
Steve Klabnik
7 months ago
but what I can say is, I personally sat down one evening and said "I think Rust can be the next great systems programming language" and then dedicated the next ~10 years of my life to making that happen
2
55
5
reposted by
David Tolnay
Steve Klabnik
8 months ago
very glad to see this
rust-for-linux.com/rust-kernel-...
loading . . .
Rust for Linux
Adding support for the Rust language to the Linux kernel
https://rust-for-linux.com/rust-kernel-policy
1
107
17
reposted by
David Tolnay
Steve Klabnik
8 months ago
Carbon is not a programming language (sort of)
#cpp
herecomesthemoon.net/2025/02/carb...
loading . . .
Carbon is not a programming language (sort of)
Within C++, there is a much smaller and cleaner language struggling to get out.
https://herecomesthemoon.net/2025/02/carbon-is-not-a-language/
4
54
7
reposted by
David Tolnay
Steve Klabnik
8 months ago
Yikes
#cpp
www.reddit.com/r/cpp/commen...
loading . . .
The two factions of C++
https://www.reddit.com/r/cpp/comments/1ikv1wr/the_two_factions_of_c/mbre2pa/
13
117
6
reposted by
David Tolnay
Adam Leventhal
8 months ago
I don’t know who needs to hear this, but &serde_json::Value implements serde::Deserializer
2
25
2
reposted by
David Tolnay
Charlie Marsh
8 months ago
We’re building a new static type checker for Python, from scratch, in Rust. From a technical perspective, it’s probably our most ambitious project yet. We’re about 800 PRs deep!
35
728
138
reposted by
David Tolnay
Adam Leventhal
9 months ago
Not a surprise that we love Rust at
@oxide.computer
! It's ecosystem of crates is a great strength. Last night
@bcantrill.bsky.social
and I spoke with our colleague
@sunshowers.io
,
@elizas.website
, and
@steveklabnik.com
about the crates we love. Lotta great stuff out there!
youtu.be/BTnrXDjxbBw
loading . . .
Oxide and Friends 1/13/2025 -- Crates We Love
YouTube video by Oxide Computer Company
https://youtu.be/BTnrXDjxbBw
2
44
13
reposted by
David Tolnay
Bryan Cantrill
9 months ago
The Rust ecosystem is amazing, but it can be hard to discover new crates. Today
@ahl.bsky.social
and I will be joined by our colleagues
@elizas.website
and
@sunshowers.io
, who will offer their wisdom and walk us through some crates you should know. Join us, 5p Pacific!
discord.gg/QrcKGTTPrF?e...
loading . . .
Join the Oxide Computer Discord Server!
The Oxide Computer Company and friends; home of the Oxide and Friends podcast. | 4019 members
https://discord.gg/QrcKGTTPrF?event=1328411346429018236
7
132
20
reposted by
David Tolnay
eliza🌻
9 months ago
why Rust is the greatest programming language of all time, in one screenshot
6
331
42
reposted by
David Tolnay
Chandler Carruth
10 months ago
A somewhat unusual / less formal talk from me at CppNorth about both
#CarbonLang
and
#CPlusPlus
is up!
youtu.be/8SGMy9ENGz8
I hope you all enjoy it, I enjoy these weird corners of language design.
loading . . .
How Designing Carbon C++ Interop Taught me About C++ Variadics & Bound Members - Chandler Carruth
YouTube video by CppNorth
https://youtu.be/8SGMy9ENGz8
0
16
5
reposted by
David Tolnay
Steve Klabnik
about 1 year ago
Fact check: Concepts of a plan were added in C++20
16
1061
100
reposted by
David Tolnay
Steve Klabnik
about 1 year ago
Microsoft has released an analysis of the CrowdStrike incident. They mention moving to
#rustlang
as an example of how they're improving Windows' security.
www.microsoft.com/en-us/securi...
loading . . .
Windows Security best practices for integrating and managing security tools | Microsoft Security Blog
We examine the recent CrowdStrike outage and provide a technical overview of the root cause.
https://www.microsoft.com/en-us/security/blog/2024/07/27/windows-security-best-practices-for-integrating-and-managing-security-tools/
1
39
13
reposted by
David Tolnay
srrrse
over 1 year ago
I really strongly feel that any design work I’ve ever done on Rust was just an *exegesis* of the design set in stone in 2015. I think this should be the mindset of everyone who works on a programming language committed to backwards compatibility.
2
36
4
reposted by
David Tolnay
Steve Klabnik
over 1 year ago
"PRESS RELEASE: Future Software Should Be Memory Safe"
www.whitehouse.gov/oncd/briefin...
via
@mattkeeter.com
loading . . .
PRESS RELEASE: Future Software Should Be Memory Safe | ONCD | The White House
Leaders in Industry Support White House Call to Address Root Cause of Many of the Worst Cyber Attacks Read the full report here WASHINGTON – Today, the White House Office of the National Cyber Directo...
https://www.whitehouse.gov/oncd/briefing-room/2024/02/26/press-release-technical-report/
4
46
15
reposted by
David Tolnay
srrrse
over 1 year ago
The only thing I don’t like about writing about programming is that so many other people write about programming in this cringy “le epic bacon” style. A refuge from that has been articles from the 1970s, when apparently programmers had more self-respect.
3
15
1
reposted by
David Tolnay
srrrse
over 1 year ago
I cant believe Chris Lattner raised ONE HUNDRED MILLION DOLLARS to make a programming language. AI hype is truly unreal.
2
10
1
reposted by
David Tolnay
Steve Klabnik
over 1 year ago
> Google has provided a grant of $1 million to the Rust Foundation to support efforts that will improve the ability of Rust code to interoperate with existing legacy C++ codebases.
security.googleblog.com/2024/02/impr...
0
22
4
reposted by
David Tolnay
Steve Klabnik
over 1 year ago
Torvalds Speaks: Rust's Impact on the Linux Kernel
www.youtube.com/watch?v=YyRV...
loading . . .
Torvalds Speaks: Rust's Impact on the Linux Kernel
🚀 **Linux Torvalds Reveals Insights on Rust Programming Language!**In this exclusive interview, dive deep into the world of open-source programming as Linux...
https://www.youtube.com/watch?v=YyRVOGxRKLg
0
13
3
reposted by
David Tolnay
Steve Klabnik
almost 2 years ago
A tremendously interesting episode: Rust & Safety at Adobe with Sean Parent
adspthepodcast.com/2023/12/15/E...
loading . . .
Episode 160: Rust & Safety at Adobe with Sean Parent
In this episode, Conor and Bryce chat with Sean Parent about the latest on the Hylo programming language, potential limitations to the C++ Senders and Receiv...
https://adspthepodcast.com/2023/12/15/Episode-160.html
0
6
2
you reached the end!!
feeds!
log in