Igor has been one of my programmer heroes for many years now, and I'm glad to learn more about his background through this article. The reading's a bit tough, as many verbs appear to be missing and a few Russian words remain untranslated. Some interesting takeaways:
* Igor wrote Nginx while working as a sysadmin for Rambler. Classic bottom-up innovation: he could see Apache's shortcomings in a very up-close and personal way. This also explains why Rambler does not hold the copyright on Nginx (see the end of the interview).
* He is quite modest when comparing Nginx to other web servers. This reflects well on his character, but perhaps has "slowed" the adoption of Nginx. It's clear from this article that Igor is an engineer, not a salesman. I find this to be refreshing in an era when many open-source projects seem to achieve adoption by being the loudest, rather than by being the best.
* Igor put off starting a company until there was just too much work for him to do alone. I liked this quote: "I rarely change my life direction: for example, [before] Rambler, I spent seven years working for a company, [and at] Rambler, I also worked for ten years. Change is hard for me. But, nevertheless, by the spring of this year, I did finally decide to found a company that would help the further development of the project."
* Despite having U.S. investors, Nginx's engineering team is based in Russia. One interpretation is that you don't need to be in the Valley to develop a first-rate product; you just need to be in the Valley when it's time to hustle it.
Anyway, an interesting read. Apparently this article is his first public interview. I know Igor doesn't like publicity, but it's inspiring to read his story.
I believe he meant the opposite of what seems to be understood - in stereotypes russians are highly respected for being extremely smart and resourceful, to the point of being completely badass for western standards.
For example, in Poland we sometimes joke about how russian/soviet technology came only in two kinds - if a device won't fall apart immediately after start, it will last forever. It's mostly meant to be whining about "planned obsolescence" and other business attitudes that came from west, that ultimately is about short term money gain for producers on the expense of consumers' money, happiness and natural resources.
No, I meant what I said and what I said speaks for itself. I understand very few understood what I said, but the only way I know how to make them grasp my concerns is a one-way ticket to Russia.
I am not disputing that it's a well-engineered piece of technology. It may even be superior.
That's irrelevant.
I expect a level of professionalism and ethical behavior from an open-source project, especially if I rely on it pretty heavily. Placing communist imagery in the logo isn't amusing. And no Russian would find it amusing. I certainly don't. I prefer that my software not make any political statements. Especially if the system it purports to support is responsible for the death of millions of people.
> Actually, the green logo was made by Igor Sysoev and it is the oldest and the only official logo.
Perform a simple whois on nginx.org and you will see that Igor Sysoev is the registrant.
That logo appears on his website over which he has complete control, even now.
I was always taught to assume the best about people.
I will assume that you are correct, that another gentleman who is either ignorant or has a poor sense of humor created and used the logo. I will assume that Mr. Sysoev is far too nice to tell Mr. Wells to take it down.
I retract what I previously said.
EDIT:
I have read the comment which you posted below, in Russian. Mr. Sysoev said that he didn't make it and doesn't like it, for the same reasons I gave earlier. It seems he is too nice to tell the gentleman to take it down.
Shouldn't we base technological choices on technology. Considering we're not living in the 1950's anymore I don't think the fear of "Russians" should play such a large role in web server choices.
Strongly off-topic, but xenopatriotism is very widespread among Russians, especially emigrants. I wouldn't like for discussion to delve into that direction, but such opinion is often justified (obviously not now, though).
Thanks for teaching me a new word today ("xenopatriotism")... it even sounds funny and makes me think of the Alien's xenomorphs :) On the serious side of things, it's also helpful but maybe a bit to intense to characterize my feelings regarding my native country, but I definitely wouldn't mix this with judging software quality...
Its interesting that nginx's ability to handle many connections was partially driven by the fact that it was developed to support sites that had dialup users. I thought it was built that way to support emerging web traffic patterns (high volume & persistent connections), but really it was to serve an existing (somewhat legacy) need.
This guy is like Linus T. with the ego surgically removed ...really doesn't try to "sell himself" ...he should start doing some corporate training classes to teach people this skill of his.
It's a shame that the author didn't take the oportunity to mak e the answers more readable. I read about one third of the article but found it to confusing and difficult to read :(
Thanks! I had seen the translated interview on this wiki page - http://en.wikipedia.org/wiki/Igor_Sysoev. I took the liberty of updating the wiki page with your translation as well.
Definitely!
As a matter of fact the first google translated russian article i've read was from Igor Sysoev!
I remember it so well because i was really surprised by the quality of the translation of such a highly technical text..
Kudos to Sysoev and Nginx. Whenever I write C code I find myself looking at nginx for inspiration, always keeping the source code open to see if and how they solved similar problems. It is simply one of the best pieces of software I have read.
A few years ago I was playing around with some examples from the infamous 1996 article, "Smashing the Stack for Fun and Profit".
I was somewhat dismayed to find all these new fangled protections like ASLR and Stack Protection that made executing simple buffer overflows much more difficult! I realize that these are good things but as a student of security it did raise the bar of difficulty for writing real-world exploits.
You need to compile your programs with the necessary flags to turn off these protections or if that isn't an option you need to try and use various counter measures like NOP slides, heap sprays, stack cookie replacement etc. I wish I had been around to enjoy what seems like must have been the golden era of the 90's when writing buffer overflows was relatively easy.
> I wish I had been around to enjoy what seems like must have been the golden era of the 90's when writing buffer overflows was relatively easy.
There are a lot of more primitive computing devices which don't have such protections. For example, ASLR was added to android as late as version 4.0 (2011).
Very good success story of a so-called nerd, or a natural engineer mentality, or, a mildly autistic character, if we prefer a language of a modern science.
It is from this mindset came out the marvels of engineering - first versions of Lisp, UNIX, C and Plan9, and Erlang and designs of hardware and processors, all the best quality engineering we could have.
It is picking and hiring this kind of people is what this site or whole Silicone Valley is all about.
* Igor wrote Nginx while working as a sysadmin for Rambler. Classic bottom-up innovation: he could see Apache's shortcomings in a very up-close and personal way. This also explains why Rambler does not hold the copyright on Nginx (see the end of the interview).
* He is quite modest when comparing Nginx to other web servers. This reflects well on his character, but perhaps has "slowed" the adoption of Nginx. It's clear from this article that Igor is an engineer, not a salesman. I find this to be refreshing in an era when many open-source projects seem to achieve adoption by being the loudest, rather than by being the best.
* Igor put off starting a company until there was just too much work for him to do alone. I liked this quote: "I rarely change my life direction: for example, [before] Rambler, I spent seven years working for a company, [and at] Rambler, I also worked for ten years. Change is hard for me. But, nevertheless, by the spring of this year, I did finally decide to found a company that would help the further development of the project."
* Despite having U.S. investors, Nginx's engineering team is based in Russia. One interpretation is that you don't need to be in the Valley to develop a first-rate product; you just need to be in the Valley when it's time to hustle it.
Anyway, an interesting read. Apparently this article is his first public interview. I know Igor doesn't like publicity, but it's inspiring to read his story.