There's got to be more to this story. You don't spend years developing a language (Swift) as culmination of previous work (LLVM) and then abandon it for a job in a relatively new and different discipline. It doesn't make much sense to me.
Welcome Chris Lattner
61–70 of 291 posts
Re: Welcome Chris Lattner
#62Earlier quoted context omitted.
I see Musk as more of a Bushnell/Woz hybrid. He knows his shit technically, which is why good people want to work with him. Jobs knew how to delegate knowing his technical shit to others though.
Jobs wrote the Atari game brick breaker. So like Gates, Zuckerberg, and Musk he does have a technical background.
https://en.wikipedia.org/wiki/Breakout_(video_game)#History_...
Re: Welcome Chris Lattner
#63I've met Chris and he is one of the nicest and humblest guy you can imagine. I'm not betting on him lasting in Tesla for more than 12 months. I think there will be a cultural conflict.
Re: Welcome Chris Lattner
#64Earlier quoted context omitted.
I see Musk as more of a Bushnell/Woz hybrid. He knows his shit technically, which is why good people want to work with him. Jobs knew how to delegate knowing his technical shit to others though.
Jobs wrote the Atari game brick breaker. So like Gates, Zuckerberg, and Musk he does have a technical background.
[1] https://en.wikipedia.org/wiki/Breakout_(video_game)#History_...
Re: Welcome Chris Lattner
#65Earlier quoted context omitted.
I see Musk as more of a Bushnell/Woz hybrid. He knows his shit technically, which is why good people want to work with him. Jobs knew how to delegate knowing his technical shit to others though.
Jobs wrote the Atari game brick breaker. So like Gates, Zuckerberg, and Musk he does have a technical background.
Re: Welcome Chris Lattner
#66Elon Musk is the new Steve Jobs. He is an inspirational leader and talented people want to work with him. It appears it will be harder and harder to attract and keep talent at Apple with out a leader like Steve Jobs.
I see Musk as more of a Bushnell/Woz hybrid. He knows his shit technically, which is why good people want to work with him. Jobs knew how to delegate knowing his technical shit to others though.
Re: Welcome Chris Lattner
#67Elon Musk is the new Steve Jobs. He is an inspirational leader and talented people want to work with him. It appears it will be harder and harder to attract and keep talent at Apple with out a leader like Steve Jobs.
Re: Welcome Chris Lattner
#68Elon Musk is the new Steve Jobs. He is an inspirational leader and talented people want to work with him. It appears it will be harder and harder to attract and keep talent at Apple with out a leader like Steve Jobs.
I think Elon Musk is what Steve Jobs wanted to be. Steve Jobs thought he was changing the world with the iPhone, and while it was new it wasn't world changing. What Elon Musk does is world changing.
Re: Welcome Chris Lattner
#69Well, mystery solved. Now, the new mystery: What does this mean for Apple's car project? Yes, I realize he probably didn't have much (or anything) to do with it (whatever it really even is). There are going to be some batshit crazy theories though, and I can't wait to see how this affects Apple's stock price.
From Chris website: "My overall objective is to improve large software systems through the development of novel techniques as well as the application of known engineering principles. Of particular interest to me are programming languages, compilers, debuggers, operating systems, graphics, and other system software." So his new work will have a lot to do with his inters ;)
All of those ("programming languages, compilers, debuggers, operating systems, graphics, and other system software") imply interest in tools for software development, where here they'd mostly be developing software (self driving engines etc), period.
Re: Welcome Chris Lattner
#70His work has been distinguished by the melding of language safety, reliability and clarity, that is, not merely having sophisticated constructs that help the guarantee correctness, but also making code simple, beautiful and easy to read. Ultimately writing safe code depends on the ability of the programmer to comprehend it, so creating a programming environment that's successful on all fronts is a foundational achievement.
A notable example: LLVM enabled ARC, a beautifully simple approach to memory management that removed much (not all) of the need for the developer to implement details in code, while providing high efficiency and, perhaps even more importantly, predictable performance (no garbage collection pauses). These are all essential for safety-critical realtime software.