this post was submitted on 11 Aug 2023
581 points (96.5% liked)

Privacy

30013 readers
2137 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

An external image showing your user-agent and the total "hit count"

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago (2 children)

PHP is underappreciated, especially recent PHP. Null coalescing operators! Actually typed variables that produce an error if you pass the wrong type! It's superior to Python despite it's mid-2000s-spaghetti-college-kid-developer reputation.

Hell, I may get downvoted for this, but I honestly believe PHP's Doctrine is superior to Java/Kotlin's Hibernate. Symfony and Spring are almost equally good in terms of functionality, though PHP is quite a lot slower, sadly.

[–] [email protected] 1 points 11 months ago

Nice, sounds like it's getting modernized. I'll have to give it another round, thanks!

[–] [email protected] 0 points 11 months ago* (last edited 11 months ago) (1 children)

Genuinely curious, how is it superior to Python in your opinion?

Edit: Apart from the things you listed 😅

[–] [email protected] 4 points 11 months ago

It can run natively on an Apache server without any frameworks required to render user website markup and serve pages. That's a pretty awesome advantage.