Blog

Using DeepInfra models with Codex

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,…

Benchmarking LLMs on Real Client Work

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…

Use Hermes Desktop with your remote Hermes agent

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…

Migrating from WordPress to Astro

A practical look at when Astro can replace WordPress, using a client migration to explain content inventory, SEO, forms, performance, and tradeoffs.

A starter theme for building Hybrid WordPress Themes

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…

Building ACF blocks with block.json

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…

InnerBlocks with ACF blocks

Use InnerBlocks to insert any block (core or custom) inside your custom ACF block. Set the default content, limit which blocks can be used, and more.

How to remove core WordPress blocks

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…

Eliminate spam with a custom honeypot

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…

Using SpinupWP as a development server

SpinupWP gives you the features of a managed WordPress host on your own low-cost and scalable servers. It makes a great development environment.

Gutenberg Theme Development – Tips for Success

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…