User

ABGEO

Profile checked
27 Jul 2026
Feed refreshed
6 Aug 2026

Recent

Posts from discovered feeds

30 Jul 2026 · ABGEO's Personal website

Siesta

A macOS menu bar app that pauses your Slack status and Google Calendar availability while you’re away, and restores them when you’re back.

18 Jun 2026 · ABGEO's Personal website

CLI Authentication, the Right Way

I SSH into a fresh dev VM and run claude to start a session in there. The CLI prints a login URL with http://localhost:54213/callback buried in the query string, tries to open a browser on the remote box, and starts waiting for a callback. There is no browser on this box. The CLI catches the failure, prints Paste code here if prompted , and hangs. I copy the URL into the browser on my laptop, log in, and the consent page hands me a one-time code instead of a redirect. I paste it back over SSH. I…