Docker, Meteor, ElasticSearch, NPM there is plenty of start-ups doing infrastructure stuff.
Market don't need fast PHP compiler look how low is adoption of HHVM. PHP is legacy codebase used for simple CMS. If someone need performance it will use Java, Node.js etc
HHVM is not a compiler that it used to be with Facebook, it compiles PHP and Hack into JIT bytecode now. PHP has opcache, which speeds it up quite nicely, and PHP7 has great performance improvements.
"Do open source stuff" is very different from "being open source companies".
I actually do think that the 'sweet spot' is to use open source as infrastructure, and make money with something proprietary, but that's not something that makes purists happy.
Well, you wrote "doing open source stuff", not me :)
I agree that it doesn't make purists happy, but frankly, I don't find it particularly important. As long as proprietary software exists, whether companies are separated between open and closed or hybrid isn't particularly relevant, in my opinion.
The dichotomy is this in any event: it's easy enough to work on free infrastructure stuff if you make your money elsewhere, but it's difficult to work on free infrastructure stuff as your business.
Market don't need fast PHP compiler look how low is adoption of HHVM. PHP is legacy codebase used for simple CMS. If someone need performance it will use Java, Node.js etc