Blog

Tutorials, experiments, and ideas for getting the most out of HLE.

Tutorial

AI Game Night Part 2: Competitive Pac-Man in One Prompt

Build a competitive 2-player Pac-Man game with one AI prompt. Ghosts, power-ups, dot racing — all running on your laptop, shared with a PIN-locked link.

Guide

Show, Don't Tell: How to Demo Your AI Agent Without Deploying Anywhere

Stop spinning up cloud servers for a 15-minute client demo. Share a secure, time-limited link to your locally running AI agent and let the client interact with it live.

Build in Public

The Frustration That Became HLE

After a decade of port forwarding, proxy configs, and basic auth passwords I couldn't type on my phone, I built the remote access tool I always wanted.

Release

Firepuncher: reach any TCP port through an agent

Firepuncher forwards a TCP port from a remote agent to a local port on your machine — SSH, Postgres, Redis — with no public port on either side. Shipped in hle-client 2607.5.

Guide

Run HLE on pfSense Without Opening a Port

Two commands to reach your pfSense web UI over HTTPS with SSO in front — no port forward, no VPN, no dynamic DNS. Plus why it needed a dependency removed first.

Guide

SSH into your home lab from anywhere

Reach SSH on your Raspberry Pi or home server from any laptop, without opening port 22 to the internet. Then make it a one-word ssh command with ~/.ssh/config.

Opinion

Why I stopped forwarding port 22

Port forwarding, VPN, mesh, bastion, reverse tunnel, private bridge — five reasonable ways to reach your home lab remotely, and how to pick the right one.