Earlier quoted context omitted.
With the glaring exception of the butterfly keyboard debacle (typing on, what, my fourth right now? and already showing some signs of wonkiness), I agree hardware quality is amazing & best its ever been. The software though... Fit and finish has fallen off a cliff. So many weird glitchy anims and dumb usability issues.
The wireless mouse that can't be used while being charged is the one that gets me. I don't know that Jobs would've approved that
Untitled topic
141–150 of 259 posts
Re: undefined
#142Earlier quoted context omitted.
Mac development started stagnating under Jobs though, once the iPod and then iPhone really took off. It's well known that Jobs was basically bored with the Mac and spent all of his time focusing on the iPhone. This is where having a single visionary in charge of everything (including small decisions) breaks down. There are so many days in the week and you can't be everywhere at once. Cook is the better CEO, and Jobs…
I disagree about Cook being the better CEO. He's the better chief operating officer, which is the ideal combination with Jobs as CEO. A product person should always lead a company like Apple, if you can find one good enough to do the job. If you don't have that eventually you'll miss a critical inflection and the company will tip over. Cook will extract maximum profit from the product and ecosystem foundation that Jo…
Without that centralized leadership Apple will still have components that excel, like processors, but the fundamental user experience will keep degrading.
Re: undefined
#143What I remember the most about Jobs' death are 2 things: 1) Most of the media did an heavy coverage of his death and legacy. 2) Exactly 1 week after his death one of my personal heroes died too: Dennis MacLister Ritchie. Almost no one paid attention. From computers to micro-controllers, from satellites to abs breaks, Ritchie's legacy goes far deeper and wider than Jobs'. Almost every programmer today touches some of…
Re: undefined
#144This thread reminds me of the last Steve Jobs related thread. So many people bashing Jobs based on stories they’ve read having never met him and knowing little about him. People seem to think they even know his private medical history based on only public reports. So much judgement and criticism and it feels completely unnecessary. It’s the kind of pointless outrage type comments we tend not to find very often on HN,…
Re: undefined
#145Earlier quoted context omitted.
Dennis Ritchie's book on C is pretty well required reading for anyone going through a computer science program no?
I suspect there are CS programs that don’t even teach C at this point.
Re: undefined
#146Nice to see some acknowledgment of NeXT in the video. Often Apple stuff pretends that era never happened.
Re: undefined
#147I think that Apple suffers from not having that person at the top with taste who was willing to say “this is shit”. The overall software quality has dropped markedly at Apple and the hardware more uneven since he left. There were misses under Steve like the Cube where there wasn’t a market. But the product was great. Now there is a market but the product is middling like the Watch. Yes the watch was started when he w…
Re: undefined
#148I think that Apple suffers from not having that person at the top with taste who was willing to say “this is shit”. The overall software quality has dropped markedly at Apple and the hardware more uneven since he left. There were misses under Steve like the Cube where there wasn’t a market. But the product was great. Now there is a market but the product is middling like the Watch. Yes the watch was started when he w…
If Jobs had been there, I can't help but believe there wouldn't have been a notch on the iPhone and the watch would have a longer lasting battery. My Samsung watch can go 2 days in between charges, so it should be possible.
Re: undefined
#149Earlier quoted context omitted.
You're talking about the idea of some one who hurts and abuses other people no longer being allowed to be a part of polite society, and the people that want that to be the case, like its a bad thing. It is just mind boggling. Do you read your own comments?
> You're talking about the idea of some one who hurts and abuses other people no longer being allowed to be a part of polite society, and the people that want that to be the case, like its a bad thing. No , the bad thing is that when somebody is dragged out in the court of public opinion all the positive contributions of that particular individual are not taken into consideration. I am now a wide eyed utopian, I am a…
Finally, I'd like to ask for an explanation as to how Feynman's actions starting in 1949 could have had a causal effect on a war that ended in 1945.
Re: undefined
#150Earlier quoted context omitted.
I suspect there are CS programs that don’t even teach C at this point.
That seems really weird to me. We even did a machine language course even though we will never do any machine language programming. It's good to understand what the hell is going on. C is amazing in explaining how memory management works, since you have to do it all yourself.
For my master's I took a course on static analysis, for which we had to perform usage analysis, type error diagnosis, implement a type checker etc. All in... Haskell.