On August 29, 2025 at 13:48

Sharing my recent numbers not to brag but to get feedback.

I find it hard to make technical content engaging. What are the one or two things that have helped you get consistent replies and shares?

On August 28, 2025 at 19:39

So many of the AI crawlers don't use JS-enabled browsers so you need to access raw HTTP access logs to see the actual requests.

The problem is that most of this data is terminated at your CDN level and you might never know the true amount of referrals and crawlers.

For example, attached you can see both OpenAI crawler and referrals.

On August 27, 2025 at 13:48

This is the amount of auth credentials Google expects you to pass for a simple API fetch from Google Analytics, for example. There is no way to do it with a simple API key string.

Wow!

On August 26, 2025 at 08:35

Most WordPress plugins get abandoned not because nobody uses them but because the dev burns out.

Paying for plugins isn't about features, it's about sustainability of reliable solutions.

On August 25, 2025 at 19:39

Which user capability should have access to this post meta inspector modal in WordPress? Possibly with an option to edit fields directly.

On August 24, 2025 at 10:34

While researching the FAIR protocol implementation, played around with some ideas for the project logo.

On August 15, 2025 at 13:48

Ever wanted to track and find blocks, images or links across your WordPress content? With Asset Pilot you can do it all!

On August 14, 2025 at 13:48

What’s your preferred tool for creating sample snapshots of large WordPress sites (with DB at 1GB+) for local and QA purposes?

On August 7, 2025 at 13:48

What is your solution for getting AI to work on simple GitHub issues like removing files or handling some dependency updates?

I would like to assign an issue to a tool like that and get a pull request out which I can then choose to merge or code review.

On August 4, 2025 at 13:48

When creating WP themes, what styles do you prefer to place in theme.json and which go into regular CSS files?

What do you think of putting user adjustable things into theme.json while keeping everything else in the CSS files.