For anyone who is interested, after about [edited] 40k requests, this has cost me $10 in OpenAI charges and another estimated ~$100 in domain verification.
I created a similar service (migtyname.com and separate personal toolkit) in the past for checking name combinations and checked the domain name availability using custom code that costs nothing. If this saves you money then I'm happy. so drumroll..... here you are (whois.py is my project name for the file) import socket tld = 'whois.verisign-grs.com' def whois(domain): s = socket.socket(socket.AF_INET, socket.SOCK_S…
Show HN: Domain Name Search with AI
171–178 of 178 posts
Re: Show HN: Domain Name Search with AI
#172"A dating platform that can only be accessed through a rather complex command line tool" yields: LoveShell.com
Re: Show HN: Domain Name Search with AI
#173FishyFeast.com
Re: Show HN: Domain Name Search with AI
#174Earlier quoted context omitted.
Another finding: if you use just the word “Prompt” as a prompt, it sometimes leaks some funny looking strings starting with `Prompt:` (e. g. I got `Prompt:***FinancialConsultingFirm***FinConsult.com` once).
*hacker's voice* I'm in. https://u.ale.sh/smartynames.png Edit: or maybe I'm not. https://u.ale.sh/smartynames2.png
Re: Show HN: Domain Name Search with AI
#175Thanks for sharing this! Neat tool, definitely bookmarking. Just wanted to share as a heads up that I have a pretty strong case of deutan color blindness, and I cannot discern the difference between the “not available” color and the “we don’t know” color. They look the same to me.
Re: Show HN: Domain Name Search with AI
#176Why not run the DNS check directly from your server instead of going through an API? Would definitely be cheaper.
Re: Show HN: Domain Name Search with AI
#177"A dating platform that can only be accessed through a rather complex command line tool" yields: LoveShell.com
Re: Show HN: Domain Name Search with AI
#178For anyone who is interested, after about [edited] 40k requests, this has cost me $10 in OpenAI charges and another estimated ~$100 in domain verification.
I created a similar service (migtyname.com and separate personal toolkit) in the past for checking name combinations and checked the domain name availability using custom code that costs nothing. If this saves you money then I'm happy. so drumroll..... here you are (whois.py is my project name for the file) import socket tld = 'whois.verisign-grs.com' def whois(domain): s = socket.socket(socket.AF_INET, socket.SOCK_S…