Live data from Hacker News

Here’s to the PHP Misfits

melvinmt.com

41–50 of 50 posts

Re: Here’s to the PHP Misfits

#41
post #22

"Everything in the box is kind of weird and quirky, but maybe not enough to make it completely worthless. And there’s no clear problem with the set as a whole; it still has all the tools. Now imagine you meet millions of carpenters using this toolbox who tell you “well hey what’s the problem with these tools? They’re all I’ve ever used and they work fine!” And the carpenters show you the houses they’ve built, where e…

> where every room is a pentagon and the roof is upside-down. And you knock on the front door and it just collapses inwards and they all yell at you for breaking their door. " That's a straw man. There are thousands of sites out there, running on PHP, that are incredibly well-engineered.

The problem is there are millions of PHP sites out there.

Re: Here’s to the PHP Misfits

#42

Another "Look I can build websites with PHP!" post. The biggest draw of PHP seems to be that there is a large quantity of (often bad) copy paste-able code out there on the internet.

Agree. PHP is the only language where one looks for "snippets" instead of libraries. It's gross.

PHP programmers are the hunter-gatherers of the technical world.

Re: Here’s to the PHP Misfits

#43
post #6
post #4

Earlier quoted context omitted.

The advantage is that this guy, who otherwise wouldn't have been able to accomplish his goals, did. He did because PHP was accessible. And till other languages are as dead-simple to accomplish small-to-medium tasks, PHP will continue to have fans such as the OP.

imho ruby is simpler than php.

Says the guy that only knows ruby.

Re: Here’s to the PHP Misfits

#44

Seems like the article vanished: This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing this after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page.

No it's still up, guess Cloudflare decided to stop serving pages at one point :/.

You should consider switching to a better host. There is no excuse for this:

wget -4 output: http://scrp.at/bAD

wget -6 output: http://scrp.at/bAE

As an IPv6 advocate on the side, I'm disappointed by this.

Re: Here’s to the PHP Misfits

#45

Earlier quoted context omitted.

No it's still up, guess Cloudflare decided to stop serving pages at one point :/.

You should consider switching to a better host. There is no excuse for this: wget -4 output: http://scrp.at/bAD wget -6 output: http://scrp.at/bAE As an IPv6 advocate on the side, I'm disappointed by this.

Ah thanks for letting me know, fixed it in the settings, let me know if it works now.

Re: Here’s to the PHP Misfits

#46

Earlier quoted context omitted.

You should consider switching to a better host. There is no excuse for this: wget -4 output: http://scrp.at/bAD wget -6 output: http://scrp.at/bAE As an IPv6 advocate on the side, I'm disappointed by this.

Ah thanks for letting me know, fixed it in the settings, let me know if it works now.

How long should it take?

Re: Here’s to the PHP Misfits

#49
post #39
post #27

Earlier quoted context omitted.

No, but you can just run `rails new` and `git push heroku`, which is about as easy as using shared hosting.

Shared hosting is all over the world, most of them provide PHP+20GB for 1/10 the cost of heroku+5MB.

Sure, but we aren't comparising pricing - we're looking at how easy it is to get started. You can go pretty far with Heroku free plans.

Re: Here’s to the PHP Misfits

#50

Earlier quoted context omitted.

The biggest draws for PHP: - a wide selection of well documented frameworks to choose from - a wide selection of robust CMS's to choose from - a variety of CRM's to choose from - runs on a bog-standard web server (apache, IIS) right out of the box

It doesn't run "out of the box" you still need to install mod_php (although ubuntu/debian makes this pretty easy). I'd be hesitant to call a CMS or CRM built on something that doesn't understand utf8 "robust". There's plenty of great , well documented framework available for Java & Python too.

#1: fair, but when was the last time you had to install mod_php outside of a local development environment? Ever come across commodity hosting that didn't have apache + mod_php?

#2: also fair, however Wordpress and Drupal are by far the most popular open source CMS's on the planet, despite this apparent handicap. If # of websites is your metric, what would be the closest competitor written in another language? Plone?

#3: also fair, no rebuttal.

Post reply on HN