Earlier quoted context omitted.
> My secondhand understanding was that Intel was losing top talent due to pressure to pay closer to median industry compensation. Top engineers recognized they were underpaid and left the company. This is what happens when you're run by bean counters who don't understand your core business or industry.
In the same/similar vein it never ceases to amaze me how employers don't provide their employees with the best tools possible (within reason) to do their jobs. A company will give a developer a low/mid-range laptop/desktop pinching every penny they can then turn around any pay them a huge salary... Like do they not understand that running into RAM/CPU limits makes the developer less effective? I've had jobs where I'v…
New Intel CEO rehiring retired CPU architects
61–70 of 547 posts
Re: New Intel CEO rehiring retired CPU architects
#62They've probably lost[1] few months ago their most talented chips engineer, Jim Keller[2]. Ironically, Jim suggested to outsource the manufacturing of their chips, what the new CEO just did [3]. [1] https://www.anandtech.com/show/15846/jim-keller-resigns-from... [2] https://en.wikipedia.org/wiki/Jim_Keller_(engineer) [3] https://www.extremetech.com/computing/319301-report-intel-wi...
“Losing” Keller is a net win. Hinton, OTOH, is the real deal. I had the privilege of spending some time with him and the gang back in the Nehalem days. Hinton and Keller don’t belong in the same conversation.
Re: New Intel CEO rehiring retired CPU architects
#63This is an encouraging move. My secondhand understanding was that Intel was losing top talent due to pressure to pay closer to median industry compensation. Top engineers recognized they were underpaid and left the company. I've been part of a similar downhill slide at a smaller company in the billion dollar revenue range. To be blunt, once the [mediocre] MBAs start realizing that the engineers are getting paid more…
Re: New Intel CEO rehiring retired CPU architects
#64Wikipedia tell that Gelsinger is the cofounder of "Transforming the Bay with Christ" group. So the right person because Intel need a miracle to keepup with competitors
Re: New Intel CEO rehiring retired CPU architects
#65This is an encouraging move. My secondhand understanding was that Intel was losing top talent due to pressure to pay closer to median industry compensation. Top engineers recognized they were underpaid and left the company. I've been part of a similar downhill slide at a smaller company in the billion dollar revenue range. To be blunt, once the [mediocre] MBAs start realizing that the engineers are getting paid more…
Unfortunately, this feels all too true. I believe this kind of mental bias trap is true and widespread.
Re: New Intel CEO rehiring retired CPU architects
#66Earlier quoted context omitted.
In the same/similar vein it never ceases to amaze me how employers don't provide their employees with the best tools possible (within reason) to do their jobs. A company will give a developer a low/mid-range laptop/desktop pinching every penny they can then turn around any pay them a huge salary... Like do they not understand that running into RAM/CPU limits makes the developer less effective? I've had jobs where I'v…
my 'git status' command takes 6 seconds around 2pm-4pm when internal network traffic is high... go figure. (i use this cmd a lot!)
Have you tried running git gc (maybe --aggressive) and similar commands?
Re: New Intel CEO rehiring retired CPU architects
#67Earlier quoted context omitted.
In the same/similar vein it never ceases to amaze me how employers don't provide their employees with the best tools possible (within reason) to do their jobs. A company will give a developer a low/mid-range laptop/desktop pinching every penny they can then turn around any pay them a huge salary... Like do they not understand that running into RAM/CPU limits makes the developer less effective? I've had jobs where I'v…
Oh man, this. I remember I worked at a major defence contractor, and we absolutely bombed, like failed through the floor an employee satisfaction survey. And when the VP finally sat down with people they expressed how shitty the computers had gotten. And he's like wait a second. No one ever told me this. I can solve 90% of my morale problems by writing a cheque for like $200k?!? It was astounding how large the discon…
My dad ran a software consulting company eons ago and he had a new programmer start but he didn't have a laptop so my dad took him to Best Buy (that's where you bought computers back then) and told him to pick out a laptop. They guy picked one and my dad was like "How about this one, isn't it better?" and the guy said "Yeah, but it's more expensive". My dad bought the better laptop and gave it to the guy and told him it was his now (as in not the companies). That guy was over the moon and my dad told me that it was the best money he ever spent. Not only did he effectively "buy" a ton of loyalty with that move but he would make up the cost of the laptop in a week or so off that programmer alone (difference between what he paid the employee and what he billed them out at).
I also remember going to Sam's Club with my dad to buy snacks for the office. He kept snacks, candy, drinks, etc well stocked at all times and told his employees they could have as much as they wanted, no limits. Happy employees are productive employees, why more people don't get that I'll never know...
Re: New Intel CEO rehiring retired CPU architects
#68Earlier quoted context omitted.
In the same/similar vein it never ceases to amaze me how employers don't provide their employees with the best tools possible (within reason) to do their jobs. A company will give a developer a low/mid-range laptop/desktop pinching every penny they can then turn around any pay them a huge salary... Like do they not understand that running into RAM/CPU limits makes the developer less effective? I've had jobs where I'v…
my 'git status' command takes 6 seconds around 2pm-4pm when internal network traffic is high... go figure. (i use this cmd a lot!)
Re: New Intel CEO rehiring retired CPU architects
#69This is an encouraging move. My secondhand understanding was that Intel was losing top talent due to pressure to pay closer to median industry compensation. Top engineers recognized they were underpaid and left the company. I've been part of a similar downhill slide at a smaller company in the billion dollar revenue range. To be blunt, once the [mediocre] MBAs start realizing that the engineers are getting paid more…
Reading all comments grilling MBAs in HN is one of my guilty pleasures. I think I need to collect them all and put them in one place.
Re: New Intel CEO rehiring retired CPU architects
#70If he's going to focus on maximizing threads instead of performance per thread, they'll come out on top. The race to make a single instruction thread move ever faster has obviously hit its limits as the main driver of overall compute performance. If they keep pushing the old model of ever more GHz, they'll fail.
That depends on if developers can be convinced to actually use multiple threads...
Concurrent programming, like it or not, is the future.