>However, the board’s plan did not go smoothly. Seemingly declining to depart, Mullenweg booted other admins out of the company Slack and told employees everything had been worked out and that he was back in control of Automattic
What the article is actually reporting is that no one at Automatic is giving a straight answer not that the board caved and reversed their decision.
> When TechCrunch asked Mullenweg if his comments about being back as CEO were legitimate, he promised a blog post was coming. When it arrived, however, it was about him buying a houseboat. When we asked if his comments about being back were also him trolling, he replied, “I’m not a troll I’m a pirate, obviously.” Mullenweg never provided any official comment about his return, but noted on X that this was likely the fifth time he’s faced a “coup.”
And like all well-run companies, it's not clear who the ceo is.
Maybe a little distasteful since I suppose since these WordPress sites are not owned by WordPress, but I wouldn't really say it's unique or necessarily poaching
About a third of all non-big-box/amazon online shopping runs through Woocommerce installations. Much more than Shopify, which is the next biggest.
Because it’s a plugin for WP you might not ever notice a store is Woocommerce until you get the store emails that people often don’t customise much and have an identifiable look to them.
It’s fully possible to run a simple Woocommerce store without giving anyone a cut beyond your payment provider’s normal cut.
It’s not too difficult to extend; custom payment gateways and order processing hooks, inbound APIs, GraphQL etc.
If you are judicious about your install — just run Woocommerce, WP, customise one of the core themes or a well-known good theme like WP-Start or an Anders Noren theme, use the Stripe or Paypal payment gateway —- it’s pretty solidly secure, too; you’ll get automatic updates.
It’s not the most fun thing to administer, but it’s not Magento at least.
Automattic’s acquisition of Woocommerce was a blessing at the time; some of the more complex extensions to woocommerce are still paid addons, which is where they make their money (as well as payment gateway referral fees, which was a little-noticed part of the squabble with WP Engine, who modified woocommerce to change the referrer to point to them). Woothemes (the previous owner) were unpredictable and a little rapacious; they changed their pricing in ways that caused concern.
I would like to stop using wordpress over time, but I don’t think there are many better small e-commerce offerings that offer that level of open-source control for people who need to run a modestly large store on a true shoestring.
> When TechCrunch asked Mullenweg if his comments about being back as CEO were legitimate, he promised a blog post was coming. When it arrived, however, it was about him buying a houseboat. When we asked if his comments about being back were also him trolling, he replied, “I’m not a troll I’m a pirate, obviously.”
And if he's trolling, then I would argue that's also evidence towards having lost his grip on reality.
I think it said that Mullenweg always came back from burning man with lots of ideas.
The implication to me was the ideas were terrible and the board was afraid of having to deal with it yet again. But that’s a total guess.
Maybe Mullenweg killed the interim CEO in combat?
There is a Thunderdome at Burning Man.
https://journal.burningman.org/wp-content/uploads/2019/09/Th...
Not beyond the realms of possibility then
> “oh, since I’m a pirate now, I fucking curse. after 42 years of never uttering a curse word, it’s kinda fucking fun. if this is a HR problem @caron please wrangle me in since my normal wranglers are with @Mark Davies.” […] Mullenweg also posted that the Automattic Slack “smells funny, like turncoats” and said he was going to hang out in the WordPress.org Slack instead.
Good luck to everyone in the blast radius.
[0] https://www.therepository.email/matt-mullenweg-swears-for-th...
Matt Mullenweg tells Automattic staff in Slack he's back in control after ouster - https://news.ycombinator.com/item?id=49660104 - Sept 2026 (144 comments)
Automattic's board forces CEO Matt Mullenweg into leave of absence - https://news.ycombinator.com/item?id=49636283 - Sept 2026 (372 comments)
(I know there have been many other threads in this long saga but I don't have the time (or the stomach) to try to list them)
p.s. We merged an earlier thread (https://news.ycombinator.com/item?id=49683265) into this one, which is why the timestamps of some of the comments are older.
ETA: Or better yet a clearer statement that nothing about this is clear.
I’m not sure how and why controlling it today is seen as an important thing. It’s not irreplaceable, you could reimplement all its basic features easily in a weekend with AI, as well as the plugins and theme you’re using with it. And you could pick a language other than PHP while you’re at it. You might have your own security vulnerabilities, but anything’s better in that department than running WP.
Why do people care about wrestling over control of this particular ship?
This isn't a joke, this is now part of my pre-launch SOP. I even have it tracking everything so I can log stuff to fix vs. known shippables vs intentional design/false positives vs. upstream stuff which doesn't have a fix available yet, and keep track of which builds have the fixes. Almost entirely automated, I mostly review the findings and do some categorization/enrichment during the pentest review stage, and do a human code review pass as patches are submitted.
Stuff that used to take me multiple hours to write a fix for and then weeks to get code reviewed and deployed now get done in minutes.
It's pretty simple, you could probably set up something like that by:
Configure some kind of CLI tool to talk to your ticketing system and git repo so you can programmatically interact with them. If you don't have a ticketing system, instruct the agent to use local text or markdown files to track issues and progress.
Ideally, make your code runnable in a way the agent can use. For my webapps I build a test harness so that I can run all the endpoints and workflows via reproducible tests against an embedded database. This is easier than it sounds, e.g. there are libraries out there to embed PostgreSQL or SQLite into source code, you can set up a test harness so you can run unit tests, integration tests and workflow tests that use your real frontend, server and database.
Paste this comment thread into the agent prompt and tell it to run a similar loop on your code base: a session that searches for vulns and writes up a report, some way for a human to do a review pass on the report, a session that indexes the reviewed findings into tickets, and sessions that fix the fixable issues and submit patches to your repo. The next search session should first read all the open issues so it doesn't duplicate work of earlier sessions.
LESS IS MORE - avoid fancy agent tooling and skills, don't cargo cult from others, build your own tools as you find your own needs. If something can be automated, use the agent to write tools and tests for it, don't just keep prodding the agent to do it.
It is very empowering for people with limited skills.
I used to eat there occasionally because it was cheapish many, many years ago.
Chicago-based Sears was the largest US retailer at the time, and Chicago-based Montgomery Ward was the 5th largest.
A1 Plumbing, Acme Brick, AAA Home Servicing all the companies named over the years to try and be the first in the phone book.
But phone books have been dead for a long time. And search results aren’t alphabetical. It would be interesting for someone to graph or somehow otherwise show how names have changed in response.
I have seen those occasional pictures of businesses named “(thing) near me” in an attempt to win at Google searches.
Which would be terrible if true.
* American Indian or Alaska Native
* Asian
* Black or African American
* Hispanic or Latino
* Middle Eastern or North African
* Native Hawaiian or Pacific Islander
* White
I learned Duck-typing from Ruby: if it talks like a duck, walks like a duck and swims like a duck -- it's a duck.
Applying this to Sam: he's white.
It's funny how helping your XYZ-neighbour because he's XYZ like yourself is totally okay, unless XYZ=white. Because when XYZ=white you are a nazi/fascist/white-supremacist/extreme-rightwing/hatespeecher/etc; all based off that single comment.
Did anyone else think "what the fuck did I just read" after this sentence? Did Matt write it himself while posing as a "spokesperson"? This reads like that time Trump wrote in pseudonymously to a newspaper about how amazing and perfect Trump was.
Oh, I hadn't finished reading. The whole article is a WTF did I just read.
If section 230 only protected from undermoderating and not from overmoderating, then providers would be incentivized to keep every comment up, from scam links to hate speech, because they'd only get in trouble for removing comments and not for allowing them.
If HN: it isn't a public service that has to allow free speech. One of the reasons it has persisted and maintained a certain level of quality is because of it's community rules, and their enforcement.
Flag is for inappropriate content / behaviour.
Funny that we picked democracy for our government but we just left corporations as little feudal kingdoms. It seems like quite the oversight.
In the world of AI I imagine that Automattic’s core business model is in turmoil.
By contrast its relatively easy to quit and start a new company if you feel like it. That is the control for a company.
Ianal but I don't think the laws care about governing structure of corps. You can start a new corp and run it democratically all you want. There are co-ops and other interesting structures out there
Co-ops can have more democratic voting arrangements, and usually have "one shareholder one vote" principles, though other options are available, and you can mess around with how many votes each shareholder gets.
Except there's also a bunch of companies with special dual class share structures, where the founder gets way more voting power than everyone else and you can't even buy your way in. A lot of tech companies do this. This is, functionally speaking, an autocracy.
If you want an actual corporate democracy you would need to assign voting rights to everyone working at the company, aka build a co-op. Co-ops are a great corporate structure in a lot of cases but you can't really raise capital that way because VCs all want on your cap table, so all the big companies wind up being plutocracies.
I employed a painter a few months ago, and I decided what colour the kitchen now is.
This is just wrong. As kmeisthax mentioned, shares can have different voting weights - if any at all. Many shareholders have no voting power.
> I employed a painter a few months ago, and I decided what colour the kitchen now is.
Did you actually employ them, or did you buy a specific service?
The same phenomenon is happening with "Opt-In by Default". This is newspeak.
Keep in mind that the US is a democratic republic (thus a democracy) yet spent the first part of its history restricting who could vote based on (approximately) both gender and race.
Voting is a democratic instrument, but a blunt one and not the most important.
"...those who spend five minutes voting every three years and call it democracy..."
Majoritarianism is undemocratic in that any desire less than 50% + 1 is deprecated.
If you care IMO the most important feature of a democracy is rule of law and access to the courts.
I often have to think of Bane putting his hand on the shoulder of that Ben Mendelsohn character in The Dark Knight Rises while asking if he feels in charge. Reminds me of living in a western democracy.
Doesn't this just boil down to planned vs free market economy? I think we've seen over an over again which one works and which one doesn't.
Not at all. Market vs planned economy is about how the economy is set up. Are there businesses that offer products that you can choose between? That's a market economy. You can have that with democratic governance of corporations. The workers can own the means of production and you can have a market economy.
You don't need ownership by idiot dictators with money to have a market.
How? Will you also advocate to killing a bunch of people to get from now to the state where workers own the means of production like Trotsky and friends?
None of this is settled, because it's a living system that changes over time. What may have been perfectly true in 1850 might not be remotely accurate in 2050.
The word you're looking for is "collapse". It's when something is stable at one point in time, but then later breaks down. That's what "changed". It wasn't random like weather or something. The economic systems collapsed.
> None of this is settled
The fact that it has happened numerous times in different parts of the world makes it pretty settled in my mind.
There’s a whole bureaucracy just to coordinate the implementation at the sector, provincial, and corporate level driven by the State Council, NDRC, and NPC. Governments at all levels are involved with coming up with their own implementation plans to execute on the Five Year Plan.
You can trace decades of Chinese industrial development to those plans but the Chinese system is very different from the Soviet central planning mechanism, which is why I think you’re misinterpreting Alibaba’s price competition. The CCP explicitly allows non-state owned enterprises like Alibaba and the manufacturers on it to compete; that’s their whole point within the system, and they operate within the regulatory environment setup to promote the five year plan instead of quotas like the Soviet system. The resolution of the planning is different, but it’s very much there.
Now go look at the 5 year plan from Beijing. Green technology, robotics, mature node chips, and AI are the focuses.
In other words, it isn’t a mistake that China dominates in the industries that it does.
Have you asked people in China about this?
https://en.wikipedia.org/wiki/Worker_cooperative
There have been some govts that mandated this type of organization for part of their economy; we usually refer to that as communism.
(no value judgement here, there are day's when I'm quite a commie myself)
Congratulations you have reinvented communism from first principles! And you are completely correct in your analysis.
That's a hilarious leap.
Look into https://en.wikipedia.org/wiki/Worker_cooperative
And in Russian I believe such a company is called a "Soviet". They idea that the main part of the economy is run by this kind of organizations is one of the best parts of the USSR's attempt at communism.
There is a vast range of ways you can regulate a corporation and only some of them qualify as communism.
Germany has worker councils, it's still not communist.
Several European countries have much stricter regulations on how companies behave that moves them from the absolute power fiefdom internal model, guess what, still not communism.