this post was submitted on 16 Jun 2023
-29 points (30.7% liked)
Lemmy.World Announcements
29035 readers
3 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news π
Outages π₯
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations π
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probably a good idea to fork Lemmy at some point.
Or just use KBin.
I have an account there too. Two problems for me there at the moment and they're both technical. I can't find a native mobile client for it (mobile web is ok but not ideal) and iirc it's written in PHP which is problematic. I think a reasonable answer is both.
Why is PHP problematic? Itβs not a fantastic language, but itβs perfectly functional.
Source: 80% of my code base at work is in PHP
I guess just from my experience with system administration over a long time. I've seen many problems (security, maintainability) in implementations in PHP - maybe it's not the language but the projects which choose it? Anyway, that's the association it has for me.