Live data from Hacker News

Don Valentine has died

sequoiacap.com

11–20 of 32 posts

Re: Don Valentine has died

#11
post #8

Don was a pretty amazing guy. He was the chairman at NetApp when I was there and told me I was crazy to be pushing NetApp to use an untested AMD processor (Opteron) for the high end filer of the time. What resulted was a solid discussion that ranged from how reliable AMD was to how important Intel was to Netapp, and how to measure the "betterness" of one technology over another. I really respected that he could be op…

Did he yield?

Re: Don Valentine has died

#13
Really a great, supportive guy, and very kind in a pitch meeting, even when you are completely losing it. In general I've found the sequoia folks to be a class act (with a couple of, to me, egregious exceptions)

Re: Don Valentine has died

#14
post #10
post #8

Don was a pretty amazing guy. He was the chairman at NetApp when I was there and told me I was crazy to be pushing NetApp to use an untested AMD processor (Opteron) for the high end filer of the time. What resulted was a solid discussion that ranged from how reliable AMD was to how important Intel was to Netapp, and how to measure the "betterness" of one technology over another. I really respected that he could be op…

Great share. I remember the inflection point that Opteron was. Essentially, it killed Sparc, PA-RISC, Alpha, Itanium, etc. That was a unique moment in time. Hearing a personal anectode between someone relatively junior at the time, and a legend, is very interesting to me. It was, really, the moment Linux/x86 "won". That 64 bit hurdle defined where we are today. At the time, it inspired me to make a pitch that "RISC w…

> At the time, it inspired me to make a pitch that "RISC was dead", despite it's technical superiority.

Is it? The microarchitectures of the big MPUs is essentially RISC -- as it always has been, but microcode isn't written 100% by scratch any more.

At the compiler level it's kind of true, and for what turned out to be generally good reasons such as compilers aren't as smart as Radin & co thought they'd be, or concomitant ideas like delay slots turned out to be incompatible with advances in memory architecture. So in that regard I'd say that it isn't technically superior at all, which was a surprise to me and many may people.

However CISC evolved too. The original CISC architectures that RISC was a reaction to had lots of features for programmers (think VAX string processing or function call instruction!). Nobody writes code like that (except for MPUs); those residual instructions are in fact much slower than compiled code because Intel et al won't pay anyone to optimize them. Instead the focus (apart from vector and some housekeeping) has been on writing instructions that communicate better to the CPU's instruction interpreter and scheduler what the programmer's overall intent was. And structured in a way that is easier for compilers than for humans.

So which won?

Re: Don Valentine has died

#15
post #9

One of his great talks at Stanford: “Target Big Markets” https://youtu.be/nKN-abRJMEw

I loved watching this talk — After watching this I gained a new level of appreciation for the VC model they pioneered.

If you then also listen to the episode on Acquired, it’s eye-opening on how he / sequoia decide on making investments.

Re: Don Valentine has died

#16
Welcome to illuminati brotherhood where you can become rich famous and popular and your life story we be change totally. I am here to share my testimony on how I join the great brotherhood Illuminati and my life story was change immediately . I was very poor no job and I have no money to even feed and take care of my family I was confuse in life I don’t know what to do I try all my possible best to get money but nothing works out for me each day I shared tears, I was just looking out for my family no money to take care of them until one day I decided to join the great Illuminati , I come across them in the internet I never believe I said let me try I email them. all what they said we happen in my life just started it was like a dream to me they really change my story totally . They give me the sum of $500,000,000 and many other things as benefits. through the Illuminati I was able to become rich, and have many investments on my own and become famous and popular in my country , today me and my family is living happily and I am the most happiest man here is the opportunity for you to join the Illuminati and become rich and famous in life and be like other people and your life will be changed totally. If you are interested in joining the great brotherhood of Illuminati Visit Illuminati World Now on their official website at http://www.illuminatiworldnow.com/

Re: Don Valentine has died

#17
I first recall reading about Don Valentine in the October 1982 issue of National Geographic on Silicon Valley.

An excellent snapshot of Silicon Valley and a glimpse of Don Valentine’s role in it.

http://blog.modernmechanix.com/high-tech-high-risk-and-high-...

Risk/Venture Capital, despite valid criticisms of it, has had an outsized effect on our world in the last 50+ years.

And Don Valentine played an outsized role in it.

Re: Don Valentine has died

#18
post #8

Don was a pretty amazing guy. He was the chairman at NetApp when I was there and told me I was crazy to be pushing NetApp to use an untested AMD processor (Opteron) for the high end filer of the time. What resulted was a solid discussion that ranged from how reliable AMD was to how important Intel was to Netapp, and how to measure the "betterness" of one technology over another. I really respected that he could be op…

Did he yield?

Effectively yes. He did let me know that if it didn't work out that I would bear the consequences :-). By that time in my career I knew that you're only as good as your previous decision, good or bad.

It became NetApp's best selling product at the time. I don't deserve any credit for that of course, the folks to did the work to get it out the door and sell it get the credit. My job was to do what the Army engineers do, land on the beach and clear the obstacles between the beach and the objective so that the main force can do what they came for.

When I interview managers I ask them why they want to be a manager. It is not uncommon for them to say, "Because I want to be able to make the right decisions." And I ask them, "And if they are the wrong decisions, are you prepared to be told to leave?" It is a good litmus test.

Re: Don Valentine has died

#19
post #10
post #8

Don was a pretty amazing guy. He was the chairman at NetApp when I was there and told me I was crazy to be pushing NetApp to use an untested AMD processor (Opteron) for the high end filer of the time. What resulted was a solid discussion that ranged from how reliable AMD was to how important Intel was to Netapp, and how to measure the "betterness" of one technology over another. I really respected that he could be op…

Great share. I remember the inflection point that Opteron was. Essentially, it killed Sparc, PA-RISC, Alpha, Itanium, etc. That was a unique moment in time. Hearing a personal anectode between someone relatively junior at the time, and a legend, is very interesting to me. It was, really, the moment Linux/x86 "won". That 64 bit hurdle defined where we are today. At the time, it inspired me to make a pitch that "RISC w…

Opteron never killed SPARC. The changing market dynamics of Cloud did.

Re: Don Valentine has died

#20
post #14
post #10

Earlier quoted context omitted.

Great share. I remember the inflection point that Opteron was. Essentially, it killed Sparc, PA-RISC, Alpha, Itanium, etc. That was a unique moment in time. Hearing a personal anectode between someone relatively junior at the time, and a legend, is very interesting to me. It was, really, the moment Linux/x86 "won". That 64 bit hurdle defined where we are today. At the time, it inspired me to make a pitch that "RISC w…

> At the time, it inspired me to make a pitch that "RISC was dead", despite it's technical superiority. Is it? The microarchitectures of the big MPUs is essentially RISC -- as it always has been, but microcode isn't written 100% by scratch any more. At the compiler level it's kind of true, and for what turned out to be generally good reasons such as compilers aren't as smart as Radin & co thought they'd be, or concom…

The CISC just became RISC on the inside thing is greatly overstated.

CISC always decoded to simple more or less single cycle ops internally, that's how microcode works. The RISC shtick was to get rid of that decoding into simple ops in the first place. Originally that didn't make sense because those ops' fetch bandwidth would be competing with data bandwidth. But notice how RISC popped up the same time as ubiquitous instruction caches? They solved the same problem in a more general way; the I$ means that your I fetch isn't competing with data on hot paths. You can also see this in how all of the early CISC archs would have single instruction versions of memset/memcpy/etc. The goal here is to get the cycle by cycle instructions out of the main bus data path by sticking them in microcode.

Post reply on HN