Field Notes
Quick thoughts, links, and ideas.January 2026
Built a domain-checking skill for Claude Code using RDAP. String matching with whois kept failing. Structured protocols solve it.
Custom ccstatusline config with Unicode icons for tracking model, tokens, and costs in real-time. Seeing dollar figures changes how you plan.
Theme toggle and carousels stopped working after navigating. View Transitions swap the DOM, killing event listeners. Web Components' connectedCallback() fires on every DOM insertion, fixing it.