On March 16, 2025 at 16:05
Responded to @kasparsd:

@mikrotik Using `nc -k -v -l -p 9514` I was able to verify that even in TCP mode it fails with multiple topics selected.
Responded to @kasparsd:
@mikrotik Using `nc -k -v -l -p 9514` I was able to verify that even in TCP mode it fails with multiple topics selected.
Responded to @kasparsd:
@mikrotik Am I missing anything?
Responded to @kasparsd:
Here is a working prototype. Do you think <PluginPostStatusInfo /> is the best placement for it?
Would it be useful to have a post-meta inspector that worked without the legacy metaboxes? Like Post Meta Inspector or Metadata Viewer plugins but with Gutenberg UX?
How should I price a WordPress plugin with 10k active installs on WP-org? The PRO version hasn’t launched yet, but the domain ranks well for relevant keywords. Any insights on valuation and pricing strategy?
Responded to @kasparsd:
Here is a good example of such an API in the AI Services plugin by Felix Arntz https://github.com/felixarntz/ai-services/blob/main/includes/Services/Options/Option_Encrypter.php
One major challange is how to store the secrets without asking users to modify files on the server to add the private keys as constants.
WordPress core needs a standard API for encrypting values in the database (such as options and post/term/user meta). This would allow storing API secrets without the risk of exposing them to anyone with DB read access.
Responded to @kasparsd:
Visit https://wpelevator.com to subscribe!
And here is the newsletter covered in the video: https://newsletter.wpelevator.com/posts/ai-embeddings-in-wordpress-and-query-loop-block-post-ordering
Here is a video overview of my latest email newsletter covering AI vector embeddings for WordPress in MySQL, Query Block ordering by custom menu order, focal point selector for all attachments, and native system fonts for block themes.
Responded to @kasparsd:
Here is the guide: https://wpelevator.com/guides/ai-embedding-search
Curious about AI embeddings 💘 and how they apply to WordPress? I’ve put together a guide that explains their role in powering regular search and retrieval-augmented generation (RAG) systems for even better search results or chat systems.
Experimenting with storing embedding vectors as packed 32-bit floats in a MySQL VARBINARY column and handling distance calculations in PHP.
As expected, the real bottleneck is the math — especially with larger vectors. Also array_map() and array_sum() are super slow and unusable for this.
Responded to @kasparsd:
Learn more about Image Pilot: https://wpelevator.com/plugins/image-pilot
Block editor has this helpful focal point selector. Wouldn't it be great if you could set a default focus point for all images and then use it during resizing the intermediate sizes? I'm thinking of adding this to the Image Pilot plugin.
Is anyone else getting these Facebook confirmation codes for fake accounts created with random @yourdomain.com email addresses?
Responded to @kasparsd:
Here is the changeset: https://github.com/WordPress/gutenberg/pull/68781
My fix for adding the custom page order sorting option to Query Loop block has been merged and should land in the WP core with the next Gutenberg sync. 🚀
Responded to @kasparsd:
The biggest opportunities in the LLM space are in these tailored integrations and interfaces for specific use-cases where the LLM becomes almost invisible.
Exciting times!