Tag

#howto

17 posts

← All posts
wasm · JUL 15 · 2026

5 Reasons Your Next Deploy Should Be 145 KB of Wasm, Not Docker

I replaced this blog's web server with a single 145 KB WebAssembly binary on Cloudflare Workers — smaller than most images on this page, $0 a month, and tested locally with the exact artifact that ships. Here's why that combination beats a container for a whole class of services.

#wasm #howto Read essay →
claude-code · JUL 14 · 2026

Can a Claude Skill Out-Design You? I Handed It My Blog to Find Out

I installed the Hallmark design skill in Claude Code and told it to redesign my blog. Forty minutes later it had beaten a design I'd sweated over with Google Stitch and Claude Design.

#claude-code #agent-skills #design #ai #howto Read essay →
ai · JUN 30 · 2026

Fast GLM 5.2 Plans, Cheap Models Code: One LiteLLM File for Claude Code

Claude Code already splits work across model tiers — a heavy thinker and cheaper background models. So point the thinking tier at a fast GLM 5.2 and the rest at pennies-per-token providers. One LiteLLM config file does it, and Claude Code never knows the difference.

#ai #claude-code #howto Read essay →
ai · JUN 29 · 2026

Run Claude Code on a $10/Month OpenCode Go Subscription

OpenCode Go gives you a catalog of cheap coding models for about ten bucks a month. You don't have to switch clients — here are two ways to point Claude Code at it instead of paying Anthropic.

#ai #claude-code #opencode #howto Read essay →
hermes-agent · JUN 04 · 2026

How to Open the Hermes Dashboard Locally Against a Remote Server

Your Hermes Agent runs on a remote box, but the dashboard binds to localhost only. Here's the one-SSH-flag trick to open it in your local browser without exposing it to the internet.

#hermes-agent #howto Read essay →
ai · MAY 21 · 2026

Why I Switched From OpenClaw to Hermes Agent

OpenClaw got me into agentic coding. Hermes Agent kept me there. Easier setup, fewer surprise breakages, and memory plus skills that actually help work accumulate instead of evaporate.

#ai #agents #howto #hermes-agent Read essay →
ai · MAY 21 · 2026

Can You Actually See What Your AI Coding Agents Are Doing?

Running multiple Claude Code and Codex sessions in parallel? abtop is the system-level view that finally tells you which one is about to hit a context wall — and where the orphan dev server is hiding.

#ai #claude-code #agents #developer #howto Read essay →
ai · MAY 19 · 2026

Conductor: How I Run a Whole Team of Claude Agents From One Mac

How Conductor turns Claude Code into a parallel workforce — many agents, many projects, one overview, and a clean plan→PR→merge→archive loop per task.

#ai #agents #claude-code #developer #howto Read essay →
claude-code · MAY 17 · 2026

How To Double Your Claude Code Sessions Without Restarting

Claude Code's context window fills up faster than you'd like. RTK is the small tool I lean on to keep sessions lean — and it's one of the highest-leverage things in my workflow.

#claude-code #ai #developer #howto Read essay →
ai · MAY 15 · 2026

Why I'm Using the Caveman Plugin in Claude Code

A Reddit post about teaching Claude to talk like a caveman to save tokens turned into a real, well-built plugin — and it stayed in my Claude Code setup. Here's what it does, what's overhyped, and why I still keep it installed.

#ai #developer #howto #claude-code Read essay →
youtube · MAR 27 · 2023

How to Create Custom YouTube URLs with Start Time and End Time

Embedding YouTube videos on your website or sharing them with others is a common practice. However, there may be times when you want to share a specific portion of a video or make it play automatically. In this blog post, we will discuss how to create custom YouTube URLs with a specific start time and end time, giving you more control over the video experience.

#youtube #howto Read essay →
atemmini · AUG 13 · 2020

How to "program" and edit ATEM Mini Macros

If you have started streaming or producing videos of live events recently, then you are probably familiar with the ATEM Mini. It is a compact, simple video production switcher which can easily handle 4 video inputs....

#atemmini #howto Read essay →
howto · JAN 04 · 2014

How to configure an SSL Certificate with Play Framework for https

I spent hours trying to get this to work, and in the end, then problem was that I did not generate the CSR (Certificate Request) myself with the keytool.

#howto #ssl Read essay →
howto · JUL 25 · 2013

How to set the Java Version for Compiling a Play Framework Module

@jaliss and I were recently wondering how to make sure that a module was compiled with JSDK 1.6 after we had upgraded the Java Version on our Macbooks.

#howto Read essay →
bdd · JUL 05 · 2013

How to integrate Concordion in Play Framework and write acceptance tests in natural language

After starting to read “Specification by Example”, I wanted to have a go a writing acceptance tests for my Play Framework projects.  I stumbled onto Concordion (http://www.concordion.org/), because it is similar to Cucumber but written in and...

#bdd #Concordion #howto #PlayFramework #tdd #Testing #Unit Testing Read essay →
howto · JUN 19 · 2013

How to compile and use a Play Framework 2 module with the source from github

Have you ever wanted to download the source of a Play Framework 2.0 module off of github and modify the source and test it?  Or have you expected it to be in some repository but for...

#howto #module Read essay →
howto · MAR 05 · 2013

How to switch back and forth between Play! Framework Versions

When I first read about the Play Version Manager I first thought it was some sort of tool for versioning.

#howto Read essay →