I was using Codex with DeepInfra-hosted models for my benchmarking test and ran into a small compatibility problem. Codex sends requests using OpenAI’s Responses API. DeepInfra provides an OpenAI-compatible API,…
I thought it would be fun to test a variety of open source LLMs on actual client work using Codex cli. I created a benchmark test based on real client…
I run Hermes on a separate computer instead of my daily machine. The remote machine can stay online all the time, keep scheduled jobs running, receive messages from Telegram or…
A hybrid WordPress theme uses theme.json to define styles and customize the block editor while also using traditional PHP template files. Hybrid themes leverage the block editor for content but…
ACF 6.0 includes a major improvement to the way blocks are built. It now supports using block.json, which aligns with WordPress core’s preferred method for block registration. Why is this…
While I try to support all the core blocks in the themes I build, sometimes it makes sense to remove a few. Typically it’s because I built a custom block…
A custom honeypot is a simple and effective way to eliminate spam. If a hidden field in your form is filled in, you can be fairly confident the submission is…
The new NexRep website is built completely with the Gutenberg block editor. We’ve built dozens of WordPress sites just like NexRep that rely on the block editor for rich, engaging…