Data from Google Trends noted search requests around the website builder boomed in October 2024, especially on October 8, where it reached a peak score of 100.
The spike in interest signals a shift in user behavior, indicating an active search for options which align more closely with user expectations around performance, control, and transparency.
Man baby and WordPress.com CEO apparently forced this on the open-source community.
I looked at that, and thought “ha, that is a funny and obviously fake screenshot of a headline, created to ridicule photomatt for being petty in his fight with his company’s biggest competitor”.
Then, after closing this tab I did a double take and thought: maybe it’s actually real?
And, it turns out, yeah, he really actually did that (after a court injunction required them to remove the checkbox which required users to pledge that they were “not affiliated with WP Engine in any way, financially or otherwise”):
😂
he's not wrong, though
Billionaire power is corrosive to maturity; you can make everyone do what you want, so why find common ground or compromise when you can just throw a shitfit and demand that people agree that pineapple is tasty?
Just think, they could’ve spent this energy making WordPress not suck for Kubernetes deployments instead, but that’s fine, we can settle for being told what to think and feel instead.
🤡
Can’t wait for Google to add a required login checkbox that says “I accept that Jesus Christ is the one true Lord and Savior”…
And I’m being downvoted. Cute.
Keep em coming, kids. Nothing I’ve said is wrong.
Afraid you have to look elsewhere, this is a sweet-salty treat. Use some mild cheese, like Sprintz.
Yes! Finally the world can maybe move on from PHP!
PHP 8 is actually really good. Think last time I was angry at PHP was pre 7.4 PHP
Have they stopped using every naming convention there is (including some from other planets) in their function names?
I don’t see why I should care. In 2001, your choices for backend webdev were basically PHP, Perl, Python, or Java. Now we have a dozen languages competing for the top spot. Elixir is becoming a personal favorite, but I don’t see why I should bother with PHP if I don’t already have a legacy platform in it.
I’ve been giving static site generators a go, specifically Hugo. Webdevs have always treated static sites as unserious, but there’s plenty of sites out there where it’d be ideal. An awful lot of those sites are currently on WordPress.
Does your local mechanics shop need a dynamic site? No. Local restaurant that points you to an external site for online ordering? No. Little gift shop selling locally produced goods? If they don’t intend to sell online, then no. A manufacturer with product pages that have a “where to buy” button that sends you to their sales partner in your country? Nope.
How many CPU cycles are wasted on these sites that could be nothing more than reading a file and streaming it back to the client?
It’s open source. The alternative, if project governance actually starts making problems for end users is that someone will fork it. Cloning the plugin/theme repository makes that a bit more hassle, but it’s entirely doable.
That’s not to say there’s no room for more CMS projects. Wordpress is a little clunky, and variety is good.
Is there a better alternative though?
I was pretty disappointed at the options for a FOSS CMS when I last looked a year or so ago. Ghost looked good but is held back by the lack of a genuine plugin system.
WordPress itself isn’t a problem. Leach away my FOSS fans. Heck, customization up the wazoo. For a developer, it’s really really easy to make it your own. A competent developer can be taught WordPress CMS and understand what’s under the hood within a few weeks.
Contributing back to WordPress? Getting harder and harder with Matt being the biggest barrier.
It’s becoming one of those scenarios like Apple, Microsoft, Google, and Amazon. Fuck those companies. But I’ll build apps on your platform and play by your stupid ass rules to earn a living while also giving you the finger.
There’s a fork of Wordpress which still has the old editor, which looks fine to me. I don’t know anything about the people behind it though, and haven’t yet tried it myself.
https://www.classicpress.net/
It’s pretty solid.
If I were building a larger site, I’d probably use Drupal.
It’s a bit of a departure from the “blogware” mindset though. You’re not managing “posts” and “static pages”. You’re managing stuff. …Which can manifest itself as pages or posts. Different kinds of content, different kinds of fields. Blogware gets hacky if you are posting anything but pages and posts, but in Drupal, every type of content is equally tweakable.