Hacker News new | ask | show | jobs
by bnastic 3361 days ago
Software/web devs are such hypocrites, optimising software for production and not for the platform or the user.
1 comments

That's the entire rationale behind e.g. using python or php on the backend. Oh, the requests are IO-bound, we don't need to use a cumbersome language like C++ or Java to develop our backend, we'll just throw more cores at it if it gets too slow. Developer time will always be the first thing to be optimised, not least because the first to ship win and the first to ship is the one with the fastest development stack.