Hacker News new | ask | show | jobs
by dutchbrit 817 days ago
Cool - not sure I'd want my prompt to be seen by others (which you can achieve by changing the incremental id in the url). Maybe use a uuid instead if you want to make it shareable?
2 comments

Sure, Thanks for the feedback. I will implement uuid also. You can consider signup if you want the url to be private. For now I have made guest searches public (As there is no identity involved)
You could also add a checkbox to make the URL private, like what Qualys SSL Server Test does. I’m not sure people want to sign up on yet another website (what will you do with my data? Where is your privacy policy?) just to generate domain names.
Found this aswell, I would make it more clear that guest searches are public.
Upvoted as I think it needs to be front and centre that the searches are public.
Ended up finding a Mermaid Diagram(?) generator on the same site (with the same incrementing id vulnerability). I typed in "A LLM" as prompt and got a great response: https://huehive.co/tools/diagrams/5633
Some interesting design decisions going on here! If I type in "cats with hats" at https://huehive.co/tools/domain_search and get redirected to https://huehive.co/tools/domain_search/5643 I can then go to https://huehive.co/tools/diagrams/5643 and it tries to make a Mermaid Diagram for the prompt "cats with hats".