Hacker News new | ask | show | jobs
by joshfinnie 4512 days ago
Not sure how I feel about this. I think we need to move away from the idea of "let's write this in PHP because it's easy." Best of luck to you though...
2 comments

I think the sentiment is more "let's write this in PHP because it runs on every $7 shared web host on the planet". Sadly, no other language can claim this except maybe Perl.
Well then it's catch 22 isn't it? Unless we boycott PHP it will never go away and hosting providers won't have any incentive to change.
I think you'd have better luck in making ways of supporting drag-and-drop deployment for your preferred languages. I can't find it now but there was such a tool for Python that allowed you to run Python scripts in the same way as PHP (no app server as such).
I would say more like $2
I don't understand why that is still something people care about in the days of $5 VPS hosting.
I think it's because there are lots of PHP programmers who don't have the first clue about setting up an actual server on the internet (and keeping it up).

On top of that there is the time investment in learning all that stuff and doing it on a regular basis.

To some that makes "here are your FTP credentials, have at it".

----

It's simply one end of a spectrum with DevOps towards the other end.

I agree. I do a lot of wordpress work, and many of the people doing that have no idea what the command line looks like. I don't fault them for it-- that's just what their jobs/business have so far demanded of them.

And while I have setup VPSs for my own projects and they seem to do okay, I've never had to be responsible for a machine that serves other people, and I don't know if I want to be the only guy who has access to a machine that other people rely on to do their business: there are a world of unknown unknowns there, and if I can offload that liability its probably the wiser move.

Bad generalization. There's plenty of developers in general that know nothing of devops and server setup and maintenance. I put it on par with frontend developers who don't know how to slice up a PSD.
>I think it's because there are lots of PHP programmers who don't have the first clue about setting up an actual server on the internet (and keeping it up).

Well PHP programmers are going to want to use PHP anyways. But as far as users not knowing how to setup a server, that's true. But it is also irrelevant. Tons of people provide tons of different VM images for all sorts of things, node included. At that point it is no harder than PHP, with the added benefit of not needing to upgrade PHP every 2 weeks for the latest round of security holes.

You are the only one who thinks writing stuff in PHP is 'magically' easy. Let's see your complex PHP projects.