https://github.com/brandonyoungdev/tldx?tab=readme-ov-file#t...
and
https://github.com/brandonyoungdev/tldx?tab=readme-ov-file#t...
Fixed now :)
Though it's still a cope for the real problem of domain squatting.
#!/bin/sh
echo "Don't bother, all the good names have been taken"
$ thes -n5 lofty
airy gaudy high showy brand sound
big grand lurid steep clear valid
erect grave noble tall lucid logo
fancy great proud tony regal
Observant readers might notice 3 banks of alphabetic sorting for the 3 kinds of synonyms - reciprocal/reflected (airy..tony), defined but irreciprocal (brand..valid), and wilder made-up names/phrases someone got into Moby (just logo in this example). These can be configured to show up in 3 distinct terminal colors.Besides the prefix/suffix ideas of `tldx` in TFA, "synonymity" could also be incorporated, but you might need a higher quality source of such than Moby which has kind of a "big tent" aspect to its synonym lists.
DNS check -> RDAP seems to be the right way to take this.
λ brew tap brandonyoungdev/tldx λ brew install tldx
==> Fetching brandonyoungdev/tldx/tldx ==> Downloading https://github.com/brandonyoungdev/tldx/releases/download/ curl: (56) The requested URL returned error: 404
Error: tldx: Failed to download resource "tldx" Download failed: https://github.com/brandonyoungdev/tldx/releases/download/v1...
curl -s https://data.iana.org/TLD/tlds-alpha-by-domain.txt |
raink -f /dev/stdin -p 'which of these TLDs is most related to the concept of "hacking"?' |
jq -r 'map(.value)[:10]'
[
"BLACK",
"COMSEC",
"TOOLS",
"SECURITY",
"ZERO",
"EXPOSED",
"FORUM",
"SHELL",
"BOT",
"SOFTWARE"
]
Those are all in the IANA list but not all can be registered—just showing as PoC. See https://bishopfox.com/blog/raink-llms-document-ranking for more background.
Brandutchmen•1d ago
Just published tldx, a CLI tool I use to quickly check if a domain name is available across a bunch of TLDs and variations.
Hopefully, some of you CLI enthusiasts can find it useful!
cranberryturkey•1d ago
Brandutchmen•1d ago
Besides length, what would you think would be a good way to sort suggestions here?
cranberryturkey•1d ago
Brandutchmen•1d ago
Currently, it just streams out whichever whois servers respond first. Sorting is a good improvement!
cranberryturkey•1d ago
Brandutchmen•1d ago
dayjah•1d ago
I’d be fine with a live summary status updating showing # available and # taken. Hitting ctrl+c resulting in printing the lists as above.
Also perhaps a —timeout flag, or similar as I may only want to wait 5 minutes / length of time it takes to steep tea for answers.
cranberryturkey•18h ago