TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Domain name search with regular expressions and curated sets

68 pointsby ssarahalmost 11 years ago

12 comments

mikejaremaalmost 11 years ago
Who&#x27;s behind this anyways?<p>I&#x27;m genuinely curious because (1) it doesn&#x27;t seem to be presented in their FAQ nor on-site and (2) the WHOIS info for namegrep.com is private.<p>While this isn&#x27;t a huge red flag, it is a little suspicious that I could be handing over my branding strategies (if one could call regexps &quot;strategies) to some unknown 3rd party.<p>(FWIW, I built a similar tool, but I don&#x27;t go to any lengths to hide my involvement)<p>EDIT: removed link to my similar tool, wasn&#x27;t intending to hijack any clicks, but rather get the discussion going on whether its important to you as a user of this tool to know who you&#x27;re dealing with
评论 #7889631 未加载
评论 #7889667 未加载
评论 #7892606 未加载
gametheoreticalmost 11 years ago
Really, really great. Very ambitious. I see no viable solution to the issues people are griping about without forking over buttloads of money every month. Maybe someone on HN does, though - we can only hope you&#x27;ll detect that helpful comment in this storm of pedestrian shittiness.<p>Are you on postgres? One thing you could do-- and I only suggest this cumbersome idea because you might just be crazy enough to try it-- would be to use the pg_trgm (trigram) extension with the following in mind: a) Theory being, when someone greps &#x2F;[a-z]{4,8}&#x2F;, they&#x27;re either interested in {anthem, aardvark, ambition, ...} or {nltk, xkcd, json, zzxx, xxzz, ...}, likely not both. b) Neither (nor any third set you might come up with) is so inherently superior that it deserves default status over the other. c) Even with limiting results, half are bound to be totally uninteresting to the user. So what does that even accomplish?<p>So my pg_trgm suggestion is to take that same &#x2F;[a-z]{4,8}&#x2F; result set and offer the user a relative sliding-scale by which they can push their visible 1,000 closer to&#x2F;further away from a predefined set of dictionary words.<p><a href="http://www.postgresql.org/docs/9.3/static/pgtrgm.html" rel="nofollow">http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;9.3&#x2F;static&#x2F;pgtrgm.html</a><p>You may also consider tech acronyms - maybe steal those from StackOverflow tags. Human names would be too big a hassle, IMO.<p>Again, I love the ambition of the damn thing. Kicks ass.
评论 #7892663 未加载
ericbalmost 11 years ago
This is great, but the &quot;please keep it under..&quot; issue made it unusable.<p>Limited to .com, I couldn&#x27;t use this pattern: [a-z]{4,8}coin<p>If that&#x27;s not workable, I&#x27;m not sure I can come up with a pattern that works. Why not just cap the results returned?
评论 #7889568 未加载
nkozyraalmost 11 years ago
This is actually pretty spectacular, but it would be really nice if it searched at least the geographic TLDs.
评论 #7889724 未加载
mnxalmost 11 years ago
Somethings broken, it show zip.com as available, and it was registered in 1997, is valid until 2015.
评论 #7889732 未加载
评论 #7889407 未加载
maj0rhnalmost 11 years ago
Looks very useful, but would it be possible to choose different colors for the available&#x2F;not available tiles? It&#x27;s very difficult for those with subnormal color vision to distinguish the red and the green. Thanks.
评论 #7889753 未加载
harvestmoonalmost 11 years ago
Looks very nice, cool. As a new programmer&#x2F;web app maker, I&#x27;m quite curious how this tool might work. It&#x27;s so fast - and it must be performing a lot of calculations. Anyway, thanks again for sharing!
评论 #7890337 未加载
lcnmrnalmost 11 years ago
It would have been useful if it had &quot;English words starting with&quot; and &quot;English words ending with&quot;. Or a simple way of filtering sets and using them as subsets.
评论 #7889714 未加载
randunelalmost 11 years ago
Does not work properly, many domains listed as available, when they&#x27;re actually not. Would have been useful if it worked properly.
评论 #7889686 未加载
MasterScratalmost 11 years ago
The concept is good but there are too many false positives.<p>otan.com&#x2F;otan.net is available? Yeah right...
评论 #7889317 未加载
troelsalmost 11 years ago
Is &quot;curated sets&quot; something I shuold know what is?
评论 #7892287 未加载
secondhandvapealmost 11 years ago
The question mark in the example regex isn&#x27;t necessary, in case anyone was wondering.
评论 #7889273 未加载
评论 #7889265 未加载