Quote
"Our goal is actually to have about 75% utilization if we had one hundred CPU we would hope that our program will go 75% faster without tweaking it."
J
Joe Armstrong (programmer)"Object oriented programming asked you to put things into categories, into classes. Concurrency oriented programming asks you to identify the concurrency and the problem. The concurrence in the problem is a property of the real world. If you are doing real world modeling you can see it, you can smell it, you can eat it"
Joseph Leslie Armstrong was a computer scientist working in the area of fault-tolerant distributed systems. He is one of the co-designers of the Erlang programming language.
"Our goal is actually to have about 75% utilization if we had one hundred CPU we would hope that our program will go 75% faster without tweaking it."
"So whats wrong with the shell? and whats wrong with Erlang? Its not LISP!"
"The number of states of three variables in javascript could have is greater of the total number of the atoms of the planet."
"We are computer scientists, we are slaves who works for these big companies [Google, Facebook]."
"I will never ever make any statement about performance that is not based on measurement and I will never ever advise anybody on how to write their code without saying write it and measure. I just will not speculate. I think people who do speculate about this should not speculate about it and they should write it, run it and measure it."
"The cornerstones of fault tolerant programming are to isolate errors to make sure if one thing crash it does not crash anything else. Thats what the processes in operating system do."