this post was submitted on 12 Jun 2023
523 points (100.0% liked)
Technology
42471 readers
445 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
lol
Imagine letting the circle jerk program you like that.
Hello future person, Kbin is dead now. You can go ahead and give me your pitch for why PHP is a great programming language, though - I've never used it.
You could also word that as "deferring to other people with more experience trying to use PHP".
It gets a lot of hate. But it also drives a whole bunch of large businesses, and a lot of products. Its not trendy, but it gets the work done. In the past there were many bad products made ontop of it, but those products made sales, so were they really all that bad?
Its popular to use it like a punching bag, but the reality is its sigificantly better than the time period where most of the "hate" comes from. A time before javascript.
Its funny, people struggle to hit c10k with modern application stacks, but we had been doing it since before the iPhone.
I quite like it, its quite clean, the tooling isn't painful, and its fairly easy to make applications go fast.
tl;dr its a conservative technical choice, and ergo, unfashionable, but also drives a good portion of the internet.
Disclosure: I write PHP unless I have a good reason not to, I also do some .Net and some Go.
Interesting to hear it's fast.
Saying "you can use it and it has been used a lot" feels a bit like faint praise, on the other hand. I appreciate the effort to write me up a reply, though.
Honestly, keeping the excitable children in TypeScript-land is for the best. I just wish they'd shut the fuck up about their AI workflows while I'm around.
It is quite performant, most of the performance issues are more bad architecture than anything else.
Also it scales horizontally rather well without requiring me to build the infrastructure out before the need is there.