
Mark Nottingham
282 posts

Mark Nottingham
@mnot
Nope - not here. See @[email protected] or https://t.co/PjUHR0N16A on Bluesky.



Cloudflare CTO made a good callout on something I should add to my blog and I managed to get it added, along with a new feature, while driving to Apple Hill, CA 2.5hrs out of SF
here's how 👇
1. my phone and office desktop pc are on the same tailscale, so i started by ssh'ing into that box
2. `tmux a - t personalsite` to bring up my dev session for it, then open pane 0 with Claude code
3. tell Claude to curl the wiki for public suffix and add a h3 section under the security h2 recommending users do it
but then, here's where it gets interesting!! i wanted to share the new section with Dane and therefore it was finally time to ship headings being clickable anchor links
i had Claude do it, but was worried they would look weird due to anchir tag styles applying and therefore wanted to see the changes locally.
now remember the code is running on my desktop in the office 2hrs away and I'm currently interacting with it via my phone
with vite Dev server, which Astro uses, you can add a "--host flag" to access it on the box externally, so I did that and started "yarn dev --host"
then grabbed the desktop's IP in tailscale, navigated to "




















