The joke is that it’s happening to someone other than them.
The joke is that it’s happening to someone other than them.
On the one hand, you are right. On the other hand, will the consumers of robotaxis want to use small cars or will they push for full size ones?
Return to office.
A famous example of a deaf/blind person is https://en.wikipedia.org/wiki/Helen_Keller - this article contains some explanations about how she was able to learn to communicate with the world.
Even if you work in permissive langauges like Java, if you start from the position of “this code will need to be thread safe”, its still not hard to do. The problem I’ve seen with more permsissive languages is that external libraries have bad systems built in and even if the code you write is threadsafe the external library csn introduce all sorts of weirdness.
For example in Java, the SimpleDateFormat class which is a fairly standard way of parsing/outputting dates and is the go to example in all number of tutorials is not inherently threadsafe (and that’s part of the JDK!). Someone can write sensible stateless code and get tripped up by this.
One thing worth noting is it is easier to fire something out of the solar system than it is to fire it into the Sun. In fact firing something into the Sun might actually be impossible with our current technology!