On December 21, 2025 at 07:48

Trying to find an alternative to Screen Time for kids on macOS since it’s completely unreliable and the UX is terrible.

AdGuard/PiHole with a macos user profile that enforces DNS seems like one option. Need to be local and selfhosted.

Suggestions?

On December 8, 2025 at 14:48

Add logging to my kitchen-sink WordPress plugin with handlers for error_log() and Query Monitor.

Nice to have info/debug level data while developing and warnings+ on PROD.

How are you handling this in your plugins?

On December 7, 2025 at 19:18

After sunsetting a VPS that was used for backup of other VPSes, I decided to have send everything to a restic-rest instance (as docker container) on my NAS over .

Amazing how restic can backup to so many destinations (s3, sftp, http) over so many transports.

On December 4, 2025 at 14:48

Did you know that HTTP3 is already supported by 92% of browsers and can offer 10-20% performance improvements (mostly to LCP) especially for mobile users?

Nginx added support for HTTP/3 two years ago in version 1.25.0 so it is available in most recent Linux distributions.

Just make sure to allow UDP connections on port 443 in your server firewall to avoid hours of debugging like I did πŸ˜‚

On November 28, 2025 at 18:09

Has anyone had luck registering for AliExpress API access?

Getting auto-rejected and not sure what to try next.

On November 21, 2025 at 20:51

Turns out HTTP Host headers can have a trailing dot (totally valid too) and nginx will happily forward it to php-fpm making $_SERVER['HTTP_HOST'] have a trailing dot which then fails all WP multisite domain lookups…

First time seeing this on a fresh nginx + php 8.4 setup.

On November 21, 2025 at 11:08

How do you profile PHPStan runs for performance issues?

It appears to be spawning a child process even if maximumNumberOfProcesses is set 1 which makes the core logic invisible to XDebug profiler.

On November 21, 2025 at 07:45

Trying out the new VS Code fork from Google.

Requires Google login to actually use it… not sure I like this direction.

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.