“My sense is that many enterprise WordPress administrators will think twice about continuing to use the software under these circumstances,” said IDC Research Manager Michele Rosen. “It’s such a shame to watch a leader in the open source community repeatedly sabotage his own project.”

“At this point, I have real concerns about the impact of Matt Mullenweg’s words and actions on the overall image of open source software,” she added. “Even if he feels that WP Engine’s actions are unethical and the court is wrong, his actions are clearly having an impact on the WordPress ecosystem, including his own business. It seems self-destructive.”

top 50 comments

sorted by: hot top controversial new old
[–] 122 points 2 years ago* (1 child)

The internet is fragmenting and healing. It was never supposed to be so centralized.

  • source
  • hideshow 2 child comments
  • [–] 51 points 2 years ago (2 children)

    it's still frustrating how much is being lost though from our collective knowledge, especially with the dismantling of the internet archive. web 2.0 was definitively a mistake, and it's one that almost everyone fell for

  • source
  • parent
  • hideshow 4 child comments
  • [–] 29 points 2 years ago (3 children)

    The old internet was the peak.

    Mostly static Web pages and thousands of BBS forums was the greatest.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 2 years ago (1 child)

    Why was Web 2.0 a mistake and what does that have to do with centralization?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    web 2.0 was the generation of web technologies defined by a lower barrier to entry for web posting thanks to centralized platforms provided by for profit corporations. think facebook, reddit, twitter, youtube

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago (1 child)

    Lowering the barrier to entry was not the problem.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago

    right. it was the corporate centralization and profit motives. that was the main focus of my ire. but how the corpos captured the net was by investing in lowering the bar of interactive participation. it's great that more people got to participate, it's not great that it came at the cost of participation benefitting corporations, not participants

  • source
  • parent
  • [–] 113 points 2 years ago (3 children)

    I always find it funny how WordPress somehow believes they aren't just lucky that their EXTREMELY shitty software was useful at the time. It shows how power makes people think they have value.

  • source
  • hideshow 5 child comments
  • [–] 27 points 2 years ago (13 children)

    I have tried it out like once every decade and it's always the same hot mess and I end up making my own homegrown html mess.

    Is there no other FOSS alternative?

  • source
  • parent
  • hideshow 18 child comments
  • [–] 31 points 2 years ago (2 children)

    WordPress started out as a terrible hack PHP app and somehow while PHP the language has been improving to allow people to build sane apps, WordPress has somehow gone the other direction to make themselves EVEN MORE INSANE.

    It used to be you could make a custom styled theme by taking the default theme and editing the HTML/CSS to customize the pages.

    The current default themes use the most insane methods known to webdev. They replaced CSS with JSON files. And then use CSS embedded in JSON embedded in HTML comments inside of PHP files. It's completely incomprehensible.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 26 points 2 years ago*

    I remember trying to edit the default theme once and simply couldn't work out why everything had a 5px margin around it. Even setting * {margin: 0 !important} didn't fix it

    In the end it turned out to be an inline style, injected into the page by JS, after the rest of the page had loaded. It was apparently a fix for an IE6 bug, in 2019, why?

  • source
  • parent
  • [–] 2 points 2 years ago

    The best is trying to change the styling of page-builder plugins that shove their css god-knows-where in the Frankenstein's monster that is the WordPress database schema.

    I'm so glad that I'm a million miles from WordPress now. I'm convinced it's propped up entirely by contractors and ad agencies with minimal to no understanding of how to actually build software and just build on a mountain of hacks to do anything at all.

  • source
  • parent
  • [–] 11 points 2 years ago (2 children)

    TYPO3, Drupal, Joomla and others come to mind, but these are fully fledged CMS and not as end-user friendly as WordPress.

  • source
  • parent
  • hideshow 4 child comments
  • load more comments (8 replies)
  • [–] 11 points 2 years ago (1 child)

    Wordpress is overpowered for most blogs, it is underpowered for most web apps.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
    [–] 91 points 2 years ago* (last edited 2 years ago) (4 children)

    Just a friendly reminder to anyone looking for free website hosting that dozens of Public Access Unix Systems exist and would love to have you as new members.

    Almost all of them offer free membership that comes with web hosting, email, and other useful services. Some like SDF and midnight pub come with web browser interfaces allowing easy access to non-geeky users. Some pubnixes do have a small barrier to entry in which you may need to learn how to navigate a conputer through command line terminal.

    https://sdf.org/?signup

    https://tildeverse.org/members/

    https://midnight.pub/

    https://envs.net/

    https://portal.mozz.us/gemini/cdg.thegonz.net/infrastructure/hosting/ (this last one is a really large repository for all known pubnixes that also allow for gemini capsule hosting, most of them also have regular https/webpage hosting options as well.

  • source
  • hideshow 7 child comments
  • [–] 10 points 2 years ago (5 children)

    Ooo I'm gonna use that to make a bio page. I was really considering spending $40+ a yr on a website host

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 2 years ago*

    Yeah you don't need to spend $40 a year just for a bio page anyway, that's nearly as much as the lowest end shared tier of a Hetzner VPS, which should be enough to host your website and instances of some of your favourite self-hostable services.

    For a simple static website, there are several free options, most of them being free tiers of paid services. Some even let you set up automation pipelines to rebuild the site when the source gets changed (if you set up something like a git repo with markdown files, to be ingested by a static site generator that turns your markdown into a website, for an example).

    On the topic of this post in general, not your issue in particular: The average blog never needed to be dynamic anyway. Static site is always going to load faster than a bunch of PHP being run in the server and there's soooo much less attack surface!

  • source
  • parent
  • load more comments (4 replies)
  • [–] 8 points 2 years ago* (last edited 2 years ago)

    I've looked at SDF before, and one thing has never changed: I have no idea what I'm looking at or how it works, and the more I look the more esoteric it seems.

    Edit: Ah, that's right, I dropped looking at SDF before because of how condescending their FAQs are.

  • source
  • parent
  • load more comments (1 reply)
    [–] 56 points 2 years ago (3 children)

    This could also spark the creation of an alternative hub to wordpress.org, one that would be truly operated in the interest of the [open source] community.

    I really hope so.

    The current one bans most plugin forks, it's a bit of farce to prop up freemium plugins.

  • source
  • hideshow 5 child comments
  • load more comments (1 reply)
    [–] 43 points 2 years ago

    Wow this might be an end of an era. Crazy. The wp community has been around for a large part of my stay on the Internet. Wild.

  • source
  • [–] 34 points 2 years ago

    Matt never ceases to amaze with his smoothbrain decisions.

    The amount of effort this moron puts into his weird personal vendetta against WP engine, even after the court told him that he has nothing, which was actually his last chance to end this kinda gracefully, could've been used for so much better things.

    And he's not only successfully kicking himself in the balls, he's willing to throw so many years of community and project time and effort under the bus for it.

    Go on Matt, keep telling how much you're only doing this for WordPress.

  • source
  • [–] 33 points 2 years ago* (last edited 2 years ago)

    It's like I heard the voices of thousands of cheap businesses owners who refuse to pay for a website domain cry out .... ....and then were silenced

  • source
  • [–] 29 points 2 years ago (3 children)

    How long until some organization forks the project and everybody switches to it?

    With all the plugins etc. it might take a while, but once a critical mass is reached it would put an end to this idiocy.

  • source
  • hideshow 4 child comments
  • load more comments (2 replies)
    [–] 27 points 2 years ago (1 child)

    Very misleading article. They're not shutting down wordpress.org, just the registration of new accounts, plugin, etc

    https://wordpress.org/news/2024/12/holiday-break/

  • source
  • hideshow 2 child comments
  • [–] 21 points 2 years ago

    Mullenweg shat the bed again?

  • source
  • Well, I fully expect him to step on his dick, but I did not expect him to also kick himself in the balls while doing so.

    Congrats Matt, rarely are my expectations of dumb behavior exceeded so spectacularly!

  • source
  • [+] 8 points 2 years ago* (last edited 10 months ago) (2 children)
  • [–] 4 points 2 years ago

    Summary: he can't take his ball but he's going home.

    Prediction: WP Engine will open hosting of plugin source projects.

    And discuss.

  • source
  • [–] 4 points 2 years ago*

    The American Dream - a tax-optimized portfolio of high-yield stocks, bonds and mutual funds.

  • source
  • load more comments
    view more: next ›