On November 18, 2024 at 14:48

Looks like Jetpack Boost is now adding Photonized image URLs to post content. I believe it was never the intention and it started happening with the block editor REST calls not being is_admin().

On November 15, 2024 at 20:39

Who thought I would be using Euclidean math to calculate the human-readable aspect ratio of image dimensions. That one pixel drift check is mine, though 😅

On November 15, 2024 at 14:48

For some reason the image block doesn't persist the width and height in the post content so WP attempts to resolve them by the image filename. These same dimensions are used to calculate the matching srcset. With Photon-like capabilities this leads to a lot of custom parsing since those filenames are always the same.

On November 14, 2024 at 20:39

Here is the Jetpack Boost onboarding experience. You can't use the plugin without sending all the site data to WP-com. And the declaimer about the site sync is below the fold.

On November 14, 2024 at 14:48

I can't believe that Caddy doesn't support any kind of caching controls out of the box. Even for a local development environment this isn't acceptable. Please correct me if I'm wrong.

On November 12, 2024 at 20:39

I really wish we could swap out the WordPress image size setting for just the aspect ratio selector and have all the responsive sizes be generated dynamically. How do you approach these settings on your sites?

On November 8, 2024 at 14:48

How come ‘docker image save’ doesn’t support a reliable platform flag for export? And that’s a well known issue.

On November 5, 2024 at 20:39

Autumn’s been awesome this year! It’s getting dark early, but I’m kinda loving the excuse to switch on the headlamps for the evening kid shuttle.

On November 5, 2024 at 15:05

With the Update Pilot Server you now automatically get a private Composer repository for all your plugins and themes. All protected with the same product keys used for regular WP updates.

I'll be testing this with my own products before making it public. Is this something you would be interested in?

On October 30, 2024 at 13:48

In order to support distributed WP ecosystem we need to implement vendor isolation for plugin and theme folders to avoid namespace conflicts. How about plugin-name@example.com for folder names? What would you suggest?