Sabitlenmiş Tweet
Patrick Posner
1.8K posts

Patrick Posner
@patrickposner_
World Traveller & Photographer & Developer Building @SimplyStaticWP & @BuildWithOllie
Berlin, Deutschland Katılım Mart 2016
320 Takip Edilen1.2K Takipçiler
Patrick Posner retweetledi

A lot of people are talking about the @KadenceWP and @LiquidWeb reorganization that was unveiled recently. Here's a mini pod with some quick thoughts.
English

Anyone else planning to see Limp Bizkit while in Kraków for #WCEU? I just booked my tickets 😁
GIF
English

@jjack_arturo @learnwithmattc @theandreboso @itsolelehmann Sure, I'm game and no worries, happens to the best of us!
I just came back from a year of travelling and slowly starting to adjust to German reality again, haha 😅
English

@patrickposner_ @learnwithmattc @theandreboso @itsolelehmann @patrickposner_ we should get together too! I totally meant to message and then had a bunch of life crises and forgot 🤦♂️
English

@jjack_arturo @learnwithmattc @theandreboso @itsolelehmann Haha, I was about to offer the same, but Jack already beat me to it!
English

@learnwithmattc @theandreboso @itsolelehmann Berlin is about as cool as it gets. Drop me a line if you’re ever in the area, happy to show you around 🙂
English
Patrick Posner retweetledi

Most WordPress builders don’t need more noise.
They need sharper judgment, better workflows, and a deeper understanding of how WordPress actually works.
That’s why I’m building The Guild: a practical membership for serious WordPress developers, agencies, and builders.
Coming soon: remkusdevries.com/announcing-the…
English

@jason_coleman @pmproplugin 100%
We are doing the same with Static Studio - it's just so nice to be able to ship those things right away and send a notification rather than having people stuck with some bug or outdated code.
English

Here's one reason we're trying to get all of our paying @pmproplugin customers onto our own managed hosting.
We find a bug in the custom code handling downgrades on our own site. Flint is the name of our AI agent.
(paraphrased)
Me: Flint, we have this bug. What is causing it? Fix it.
Flint: Found it. Fixed.
Me: Check if any of our published snippets make similar mistakes.
Flint: Found 3. One is critical. Want me to create PRs for them?
Me: Yes. Then find customers on our hosting using those snippets.
Flint: PRs made. Looking... Verified clean. None of our hosted customers are running code with that bug. I did find this one customer running an outdated version of an EMS integration. Want me to contact them about that?
English

@learnwithmattc @roandevries I'm on the photo team at WCEU, and I'll get you a new profile photo, haha😄
English

I've taken some photos at #CheckoutSummit but the all suck. Instead, thanks a ton to @roandevries for taking these amazing shots that show you how unique and inspiring this conference really is.
@N03/albums/72177720333269993/with/55225476274" target="_blank" rel="nofollow noopener">flickr.com/photos/1985207…
English

Solid week on @setaryapp this week opening the flood gates for @wordpress data sources!
Manage all your sites data from ONE login!
Come at me MCP.
English


I'm declaring today, world non AI day.
If you are working on anything non AI related drop it here.
#nonaiday
English

@VitoPeleg @joyofwp Hey @VitoPeleg, would you be open to sharing some ballpark numbers for partners in a DM?
We would love to participate (@SimplyStaticWP), but I have the feeling that it is not in our budget, haha😅
English

Thanks for sharing @joyofwp 🙂
We’re putting the finishing touches on the agenda. Totally agree. Speaker lineup is stellar! 🤘
Bud Kraus - Media Partner @WC EU 2026. Seriously?@joyofwp
Hey all, Web Agency Summit is in 2 weeks! Was wow’d at the speaker list. Eugene from Semrush, @4thhubbard from WordPress? It’s looking good I’ll be there, listening and trying not to interrupt. Don’t forget to register. atarim.io/summit/
English

@uglyrobot Much better approach, honestly.
We just shipped native support for that in @SimplyStaticWP today, and people are busy generating all those md files alongside their HTML pages now 😅
Our infrastructure wasn't that happy, but our customers are 100%.
English

@patrickposner_ @Press__Conf So you're handling Checkout Summit then, right?
Kingston, Ontario 🇨🇦 English

best one of these kinds of events I've ever been to. even if you didn't come to @Press__Conf this year, you should be planning for next already
Guadalupe, AZ 🇺🇸 English

@DerekAshauer @ianmisner @Press__Conf True, but I just came back from the US!
They could have run this event in November/December, and I would have happily joined!😛
English

@patrickposner_ @ianmisner @Press__Conf Excuses! Plenty of people from even further away were there 😝
English

@parvezvai Might want to look into @SimplyStaticWP instead - same benefits as Astro, zero need to rebuild the entire site.
English

#WPDiary 07: Saturday morning, woke up finding WPSubsription website got hacked!
Now replacing WP site with AstroJS.
lets see how fast i can replace and deploy with Claude code...
English

@PeakZebra @JustinFerriman @_ashleypeacock Not exactly.
We intercept the request on the edge level before it even reaches WP (or the server) - similar to a firewall and check it (comparing expected params with send requests, strip anything else, compare CORS, etc.), and only if nothing gets flagged, we forward it to WP.
English

@patrickposner_ @JustinFerriman @_ashleypeacock ...plugins that may have exploitable bugs and that also have access to every aspect of the WordPress server. No? Again, I think people are too quick to say plugins = gaping security holes in WordPress, but a static front end doesn't change the nature of interactive plugins in wp.
English

Let's take a closer look into EmDash, the new framework from Cloudflare that's inspired by WordPress
Here's a breakdown of what EmDash is and does:
🚧 A New Framework for the Agentic Era
- Built from scratch on Astro 6 and TypeScript (no WordPress code)
- Uses Cloudflare Workers, D1, R2 and more to scale to zero, a truly serverless CMS
- Alternatively, it can run on any Node.js platform (there are some constraints around sandboxing)
- Ships with a WordPress importer, high-complexity layouts may require more work
🛡️ Solving the Plugin Problem
- Aims to solve the fact 96% of WP vulnerabilities come from plugins
- Each plugin is sandboxed in a Dynamic Worker
- They have no direct DB access and must use Workers RPC to request specific data
- Capability-based security, plugins only get what they ask for upfront
- Auth is pluggable, with Passkeys being the default
🤖 Built for the Agentic Future
- Designed as a truly AI-native CMS
- Supports the x402 protocol, allowing you to charge AI bots for access to your content
- Comes with a built-in MCP server, CLI and Agent Skills for agents to easily manage your site
Fancy taking EmDash for a spin? Create your own by running npm create emdash@latest
English

@JustinFerriman @PeakZebra @_ashleypeacock The "magic" here is the proxy.
Justin's site runs on Simply Static Studio, which can do a lot that Simply Static, as a plugin, can't.
One of those things is our proxy, which handles spam removal, security, and forwarding AJAX requests, and more on a fully static site.
English

@theandreboso We are making WordPress static (no security issues, better performance, zero maintenance): simplystatic.com
English

@patrickposner_ What’s the product? Keep experimenting with social too!
English






