HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Dr_Emann

no profile record

comments

Dr_Emann
·14 ngày trước·discuss
I don't think so, "while vacant" is an infinite amount of time, if you look infinitely far into the future.
Dr_Emann
·2 tháng trước·discuss
"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 tháng trước·discuss
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 tháng trước·discuss
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 tháng trước·discuss
Rust has access control. Fields are private by default.
Dr_Emann
·năm ngoái·discuss
"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