Yeah. I did it. I bought the longest domain I could.

Well, most of it anyway - I wanted to buy ahugeevergrowingpulsatingbrainthatrulesfromthecentreoftheultraworld.com, but had to settle for ahugeevergrowingpulsatingbrain.thatrulesfromthecentreoftheultraworld.com.

I learned something in the process: there is an upper limit to the number of characters in a domain name. And not just the domain, but each ‘label’ as they are called, being either subdomain, domain, or top level domain (TLD).

63 characters.

I think I broke half of the domain registrars when trying to buy it.

So I had to split at a logical point.

And then I just added the rest as a subdomain, with room to spare.

And thanks to my friend Chris Derby’s brilliant thinking, I bought the matching link shortener too (though it’s not actually set up just yet): ahegpbtrftcotu.com.

Next up - Let’s Encrypt breaks on the long domain: https://community.letsencrypt.org/t/a-certificate-for-a-63-character-domain/78870?fbclid=IwAR30zkT2tAFAvxPaKmV4xTNTce8kTIplRve4ywZgffPMewCaMKLF5RX3DYk

Next up - I tried setting up my ahegpbtrftcotu.com link shortener on bit.ly and voila:

bit.ly requires custom domains to be 15 characters long max including the dot.

And now the why for this particular domain - the name of one of my favorite songs on my favorite album:

====== fin ======

Related Posts

ChatGPT as source control

In my normal use of Chat GPT, I’ve started behaving as if it’s source control when I have code generated. It’s a place I can go back to a point in time if something broke.

It’s not robust, doesn’t have a GUI/CLI specifically for that purpose, is lightyears behind git, but regardless, I find myself using it that way.

Of course I still use and depend on git for anything serious, but it’s fun to noodle new world scenarios.

Talking to myself - there's an app for that

So while walking the other day, I noticied the audio in my headphones got quiet all of a sudden. No incoming calls or butt-pressing any buttons. I was talking out loud to myself. My AirPods thought I was talking to someone else, so they turned down the volume, which is a handy feature. It just never dawned on me that it would also clock how frequently I talk out loud to myself. Turns out that it’s quite a bit. Haha.

Blogging from the terminal with doom emacs & hugo on a mac

I’ve been looking to make blogging from org-mode on my mac happen ever since I started using org-mode. Reason being is that while I love learning about all the new frameworks, what I really want is a stupid easy way to write then type a few commands and my writing appear on my site. Now that I’ve repeated the process a few times - installing, configuring, breaking, fixing, breaking again, uninstalling, reinstalling - the way I learn best - I’m happy to share the exact steps I took to get here. These are should be repeatable and simple steps using mostly defaults so there’s less stuff to worry about backing up in case you have to nuke the site from orbit.