←back to thread

195 points tosh | 1 comments | | HN request time: 0.211s | source
Show context
PreInternet01 ◴[] No.42208043[source]
"If only they used DC from the wall socket, all those H100s would be green" is, not, I think, the hill you want to die on.

But, yeah, my three 18MW/y racks agree that more power efficiency would be nice, it's just that Rewrite It In (Safe) Rust is unlikely to help with that...

replies(2): >>42208143 #>>42213552 #
yjftsjthsd-h ◴[] No.42208143[source]
> it's just that Rewrite It In (Safe) Rust is unlikely to help with that...

I didn't see any mention of Rust in the article?

replies(1): >>42208241 #
PreInternet01[dead post] ◴[] No.42208241[source]
[flagged]
bigfatkitten ◴[] No.42208413[source]
They wrote their own BMC and various other bits and pieces in Rust. That's an extremely tiny part of the whole picture.
replies(1): >>42209972 #
1. steveklabnik ◴[] No.42209972[source]
It’s significantly more than that, but it’s also true that we include stuff in other languages where appropriate. CockroachDB is in Go, and illumos is in C, as two examples. But almost all new code we write is in Rust. That is the stuff you’re talking about, but also like, our control plane.

Oh and we write a lot of Typescript too.