Hacker News new | ask | show | jobs
by agnoster 5599 days ago
Semi-hidden feature:

"red/black trees" -> "redtrees.com", "blacktrees.com", "red-trees.com", "red-tre.es", ...

Also, http://domainzomg.com/somedomainname should work if you just want to fire off a quick query.

Caveat:

Domainzomg is really a brainstorming tool, so it just uses DNS lookups and a fairly permissive list of TLDs. Red definitely means "taken", but green doesn't necessarily mean "available", it just means "this domain doesn't seem to have a DNS entry". Check with a real registrar for availability, use domainzomg for brainstorming.

1 comments

> but green doesn't necessarily mean "available", it just means "this domain doesn't seem to have a DNS entry"

You really have to make that clear. That's worlds different. Are you looking for an SOA record for the zone or are you just running gethostbyname on the domain itself (both very different as well)?

I own several domains that I'm not actively using, but they are in the DNS with an SOA record and no A/AAAA.

Another item of feedback: Can it be done without inserting every incremental search into my history? I played with it enough that my Chrome history was hosed and Back was fairly useless.

I don't really have to make that clear, because I'm the target market ;-)

No, but seriously: it's a tool I wrote for myself (and other people can use it if they like) - I've optimized for the only case I actually know well, which is What I Want. If you want Something Different, man, there's like 430 billion domain search tools out there, most of which are more focused on pleasing other people than mine.

That's not to say you should shut up or anything - your feedback is great, and I may even act upon it, but I don't want to give anyone the illusion that this is a product intended for mass consumption. It's like I made some brownies, and other people should feel free to take one if they want, and you're even free to say "You know what? These brownies would be better without the almonds," but I'm not necessarily gonna take the almonds out. I like almonds, and you don't have to eat them, and people make brownies without 'em all the time, and I think that's swell. Or maybe it's just that it would be better if I used "real" chocolate instead of Hershey's - but meh, it was there and cheap, so I used it.

(On that subject: it's using NodeJS's built-in `dns.resolveNS`, whatever that means. Didn't see anything referencing SOA, but maybe that's the thing to check? In practice I'm not really bothered with the rate of false +/- at the moment, it seems to work ok for my purposes. If it's a matter of changing one function call, I'd do it, but I'm not going to hack my own DNS wrapper just to get a specialized query. At least, not while I'm in the middle of exams.)