HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Dr_Emann

no profile record

コメント

Dr_Emann
·14 日前·議論
I don't think so, "while vacant" is an infinite amount of time, if you look infinitely far into the future.
Dr_Emann
·2 か月前·議論
"Participants got behind the wheel of a driving simulator equipped with everything you’d find in a real car – from the steering wheel to the pedals and dashboard. A large touchscreen, similar to those found in newer vehicles, allows for music to play and text messages to come through. Three oversized monitors provide 180 degrees of visual coverage to create a realistic, immersive driving environment."

Seems pretty clearly a simulator, they use that word several times.
Dr_Emann
·3 か月前·議論
To be even fair-er, it wasn't actually memory unsafety, it was "just" unsoundness, there was a type, that IF you gave it an io reader implementation that was weird, that implementation could see uninit data, or expose uninit data elsewhere, but the only readers actually used were well behaved readers.
Dr_Emann
·9 か月前·議論
Thats kinda the problem, there are concepts in rust that don't have equivalents in other common languages. In this case, rust's type system models data-race-safety: it prevents data races at compile time in a way unlike what you can do in c or c++. It will prevent getting mutable access (with a compile time error) to a value across threads unless that access is syncronized (atomics, locks, etc)
Dr_Emann
·10 か月前·議論
Rust has access control. Fields are private by default.
Dr_Emann
·昨年·議論
"The common ground is that I have absolutely no interest in helping to spread a multi-language code base. I absolutely support using Rust in new codebase, but I do not at all in Linux." https://lwn.net/ml/all/[email protected]/

That doesn't sound like he's only talking about in his area to me