▲ | doublerabbit 7 days ago | |||||||||||||
PHP typically required a web-server, system administration which is old fashioned. No one wants to do that which is fine as it keeps me employed. When Ruby made western presence it was clunky. No one knew what it was and it got stuck with that personality. It had an ecosystem too but never hooked in to the western world. Java is tainted by Oracle and seen as "business". And it's also weird how Postgres has made an uprising appearance. It was sitting duck back in the 00's. I knew it existed because as an script kiddie I could install a php forum and select it as a database backend but I never did. Want to make a LCD display? You can simply by slapping a python library in to your code. Ecosystems pull coders in. Thinking about it, it's probably why Perl was popular before with CPAN. The old net was special but skills had to be learnt. Remember the days when you had one server for one service? The new net is terrible but everything is handed to you on a golden plate. | ||||||||||||||
▲ | citrin_ru 6 days ago | parent | next [-] | |||||||||||||
> PHP typically required a web-server, system administration which is old fashioned IMHO deploying PHP to production is easier than Ruby/Python. You need a web-server but once it's configured (not a rocket science) you just copy all .php files. For ruby you also want to have a web-server (e. g. nginx) unless the load is negligible. If you want to deploy a project with all dependencies you probably need something like rvm but some gems would be easier to install form OS packages (like pg or other wrappers around C/C++ libraries installed from OS packages too). And then for ruby you need an additional daemon (HTTP) which will be restarted on updates (and auto-restarted if it will crash). | ||||||||||||||
▲ | voidfunc 5 days ago | parent | prev | next [-] | |||||||||||||
Postgres didn't really become the darling of SQL databases until rather recently.. i'd say the last 5-10 years. It was a clunky DB back in the day compared to MySQL. | ||||||||||||||
| ||||||||||||||
▲ | sunrunner 5 days ago | parent | prev | next [-] | |||||||||||||
> When Ruby made western presence it was clunky. At least when I first encountered Ruby it felt somewhat cool and exotic, I think because of a combination of its friendly website (compared to say Java), Japanese origin, and the fact that some of the first Ruby I ever learned was from why's (poignant) Guide to Ruby. | ||||||||||||||
▲ | AlienRobot 5 days ago | parent | prev | next [-] | |||||||||||||
How is it possible that we have this many programming languages and every single one is worse than the other? | ||||||||||||||
| ||||||||||||||
▲ | mrits 5 days ago | parent | prev [-] | |||||||||||||
By western world do you mean California? Because in Austin rails was huge and I was a lonely Django fan |