Tag
#howto
13 posts
← All postsHow 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.
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.
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.
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.
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.
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.
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.
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....
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.
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.
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...
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...
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.