I love a good rant.
Comment on Simple but modern website
TCB13@lemmy.world 1 year agoThat’s was some fanboy of those overly complex but allegedly simple new-age bullshit website compilers (Hugo) where you place a bunch of markdown files in a folder, install 200MB of dependencies to compile the thing into HTML that you can then deploy via a closed solution such as GitHub actions to a closed ecosystem like Cloudflare. The same guy who’ll discover in a few years they won’t be able to “compile” their blogs anymore because some dependency is broken, their SEO is trash, Cloudflare is no longer free, GitHub actions require a subscription etc… you know, our run-of-the-mill piece of shit developer from 2023 so up their asses who don’t understand shit about what their doing and that can’t even be bothered with a simple drag-and-drop to a FTP.
ikidd@lemmy.world 1 year ago
TCB13@lemmy.world 1 year ago
You’re welcome :P
iHUNTcriminals@lemm.ee 1 year ago
It’s necessary for the human body and mind.
AnonymousLemming@feddit.de 1 year ago
If Hugo stops working down the line, you can compile your markdown with something else. Simple is king!
astraeus@programming.dev 1 year ago
Wordpress is hot garbage. Full stop.
TCB13@lemmy.world 1 year ago
Says the guy who never used it.
astraeus@programming.dev 1 year ago
I wish this were the case. I have to manage multiple Wordpress sites and it’s backend is a sticky mess of outdated PHP conventions and plugins with no oversight whatsoever. If you’ve ever had to migrate sites or move new content from one site to another, if you’ve ever had to shift domains or deal with multi-site configurations, you will realize that Wordpress makes things easy for the end-user but there’s a reason there are so many managed Wordpress offerings out there.
TCB13@lemmy.world 1 year ago
I’m sorry, still I’ve and I do that from time to time. Last month or so I was upgrading old WP sites from PHP 7 to work on PHP 8.2 and yes I had to manually fix stuff here and there. As you yourself said the problem isn’t WP alone, its the amounts of shit people do with it - plugins and themes very poorly coded etc.
I’ve had two very different experiences, websites that were properly coded back then and updates go very smoothly without intervention (or little) and then the run of the mill theme coded in India with 400 plugins that will all break.