On November 17, 2025 at 20:39

Cloudflare and other MITM proxies with TLS termination have access to your WP usernames and passwords, and every WooCommerce transaction (including customer billing and address data).

On November 13, 2025 at 16:03

Has anyone seen WP add ?_t=… to image URLs? Couldn't find anything in the codebase where this is happening.

This is causing WP to fail at generating the srcsets.

On November 12, 2025 at 19:49

Everyone on Twitter now…

The whole re-auth flow is completely broken. I'm using the correct key and it still goes into this infinite loop.

On November 12, 2025 at 13:09

Has anyone created a /metrics REST API endpoint for WordPress that reports data about the WP instance — object cache reads/writes/memory (from memcache/redis/apcu), php-fpm stats, system load, disk space, etc.

Ideally, with Prometheus and OpenTelemetry output formats.

On November 7, 2025 at 14:48

Here is a tip — you don't need the defined( 'ABSPATH' ) checks in class files that don't run any code. PHP will simply do nothing when a class definition is loaded.

I've noticed that AI is prone to adding it because of how WP core uses outside of class files.

On November 4, 2025 at 20:39

Cmd+Z for restoring recently closed tab is really nice. That key combo is muscle memory for global undo.

TIL: Zen browser and others use Cmd+Shift+T to do that.

On October 31, 2025 at 14:51

What’s your preferred service for hosting 1000TB of S3-like data (videos, images) with ~300TB/month egress?

Backblaze B2 seems really nice but I’m looking for recommendations.

On October 27, 2025 at 17:57

Did you know that *.wpenv.net (all subdomains) point to 127.0.0.1?

Use it for local development and avoid editing hosts file or setting up custom NS resolver.

On October 23, 2025 at 13:48

Finally moved away from 1Password 7 (which still had the iCloud sync) to Strongbox which uses KeePass behind the scenes.

All started with trying out the Zen browser which doesn't work with the old 1Password extension 😅 Really love their sidebar UX and the extra vertical space. Their Glance feature is really nice on Twitter for quickly previewing linked URLs.

What is your browser and password manager of choice these days?

On October 14, 2025 at 13:48

Facebook Ad Manager feels like a time capsule of bad UX decisions. It's slow, confusing and somehow gets worse every year.

A perfect case study in legacy product debt buried under layers of React.

On October 13, 2025 at 19:39

Did you know that Google Tag Manager now supports server-side implementation which runs all the tag logic on your server?

Since they only publish a Docker image of the server, I extracted and published the source in case you're interested.