On June 30, 2025 at 19:39

Over the weekend I vibe-coded a fix for the PHP profiler extension which was SEGFAULTING due to a memory issue on shutdown.

You can now safely exclude function names from profiling! I hope this gets merged and released with the PHP 8.4 support fixes that have landed already.

On June 30, 2025 at 13:48

Responded to @kasparsd:

Publishers need to create a system where all crawlers must pay for access instead of making deals with just a select few. Share the updside in a sustainable long-term way. Cloudflare is working on a system to enable this launching next month. They are not looking to make money with it.

Cloudflare business is built on the web. If we don't protect the business model of the web, there will be no incentives for the web platform to exist in the current form.

On June 30, 2025 at 13:48

Responded to @kasparsd:

This won't change until there is scarcity of content. The current free-for-all crawler access doesn't give any incentive for AI companies to engage with publishers and compensate them for original content. AI models can't exist without original content.

Making money with ads and consumer subscriptions will no longer work.

On June 30, 2025 at 13:48

Cloudflare CEO Matthew Prince is saying that publishers have to start creating scarcity for their original content and get AI bots to pay for access.

Users are no longer reading the original content. Instead, they're relying on AI summaries and chat tools. He didn't think it is actually serious until they did the numbers:

– 10 years ago Google crawled 2 pages per visitor
– 6 months ago Google 6:1, OpenAI 250:1, Anthropic 6000:1
– Now: Google 18:1, OpenAI 1500:1, Anthropic 60000:1

On June 27, 2025 at 15:15

The new Containerization framework that Apple announced during WWDC is huge!

TLDR: No more port conflicts!

1. All containers run in isolated VM networks so you don't need to map any ports. Just connect to the assigned IP and you're good.

2. It has a built-in DNS service so you can publish human readable domains for any of the containers.

Here is a great video overview: youtube.com/watch?v=JvQtvbhtXmo and you can install it today from Homebrew formulae.brew.sh/cask/container

On June 21, 2025 at 11:32

I can't believe I missed the ActivityPub plugin documentation in the Help tab of the plugin settings. I wonder if these help tabs should be open by default when users visit the settings for the first time.

Interestingly, none of this information is available in the plugin README… I feel like it should be there.

On June 18, 2025 at 11:30

Windows devs — do you use a package manager like Chocolatey or Scoop to install your tools and software?

Many students of the Modern WordPress Fast Track course are on Windows and I want to make sure my recommendations work across all OSes.

On June 6, 2025 at 07:28

Is there a WordPress plugin that shows a confirmation prompt when updating a published post?

Attached is what I had in mind based on the dialog used by the full side editor when making site-wide changes.

On June 3, 2025 at 13:48

The first module of the Modern WordPress Fast Track course is now live!

It covers the web fundamentals from the perspective of a full-stack WordPress developer — everything from IP packets and TCP to DNS and HTTP!

On May 16, 2025 at 13:24

New video: Pealing the four layers 🧅 of WordPress caching:

🌍 Runtime object cache stores data just for the current request.

🪨 Persistent object cache shares cached results across requests.

🗂️ Advanced cache serves full HTML via PHP.

🚀 Full-page cache skips WordPress entirely.

On May 13, 2025 at 13:48

Most WordPress sites are failing silently at email delivery.

Emails sent by wp_mail() get flagged, dropped, or bounced, and most devs never notice until it breaks something critical.

❌ Password reset links that go to the wrong site
❌ SPF and DMARC misalignment
❌ Invalid Return-Path headers