Comment Re:Not sure why they don't do what Google does (Score 1) 53
And that's because autonomous cars with their "extensively trained algorithms" demonstrate repeatedly that they can fail in very stupid and systemic ways. e.g. if the software in an autonomous car does not stop for a school bus then it is a problem affecting all vehicles.
Waymo, which can be considered the best of self driving platforms, has suffered many such issues by its own disclosure. And other platforms are likely to be far worse, since they are not forthcoming with issues.
Comment Great job America (Score 1) 93
Comment Exercise and diet could reduce heart risk (Score 1) 179
Comment Re:Rust is a tech debt killer (Score 1) 121
It's still very easy to write application level bugs in Rust but having the door closed on so many by design means less overall. Other niceties like not having to write headers and sources, integrated unit testing, package management, cross compilation also make it a far more pleasant experience.