Live data from Hacker News

Google now treats .io as a gccTLD

support.google.com

71–80 of 126 posts

Re: Google now treats .io as a gccTLD

#71

260 days ago I posted a webapp I made on HN, listing all of the available remaining .io domains in order of most common words -- with 2, 3, 4, and 5 letter columns. It was completely free, but it got one upvote I think? The site is currently down, but if there's interest I can put it back online.

It's tough to get traction on HN for certain things. Also, if you think about it people don't want other people to know what domain names are available "just in case".

There are currently 26 three letter words/common acronyms left. List available here for a small fee http://andio.herokuapp.com

Re: Google now treats .io as a gccTLD

#72

260 days ago I posted a webapp I made on HN, listing all of the available remaining .io domains in order of most common words -- with 2, 3, 4, and 5 letter columns. It was completely free, but it got one upvote I think? The site is currently down, but if there's interest I can put it back online.

Do it.

Re: Google now treats .io as a gccTLD

#73
post #22

Sort of surprised .ly is missing. Maybe related to the conflict over there, because it was/is pretty widely used by startups

I thought that as well. Also, I can't think of any .ms sites yet that is listed there. Even a google seasrch of site:.ms doesn't seem to show up anything that sticks out... maybe a few music related sites using it as the 'music' tld?

Yeah, it's not widely used. I use oh.ms as my personal/geeky tiny URL site.

Re: Google now treats .io as a gccTLD

#74
post #41

I don't know how to feel about this. I've commented many times before, warning others about the .io domain and the consequences they'll face with ranking on Google. Now that won't be a problem. But let's face it, .io will never be as 'accepted' as .com by Billy Customer, and now squatters have a reason to go buying them all up, so good luck grabbing one for a techie startup or niche.

[deleted]

Re: Google now treats .io as a gccTLD

#75
post #41

I don't know how to feel about this. I've commented many times before, warning others about the .io domain and the consequences they'll face with ranking on Google. Now that won't be a problem. But let's face it, .io will never be as 'accepted' as .com by Billy Customer, and now squatters have a reason to go buying them all up, so good luck grabbing one for a techie startup or niche.

You people and your TLD purity... Railing against re-use of small countries TLDs is the 2013 version of writing "Micro$oft".

Don't worry, soon enough the .fart vanity TLDs will be coming online and we can complain about people using those instead.

Re: Google now treats .io as a gccTLD

#76
Did you know their rules state: "No .IO domain may be used, directly or indirectly, for any purpose that is sexual or pornographic or that is against the statutory laws of any Nation."?

The laws of ANY nation?! I founded a UGC .io startup in 2007 (we were the biggest .io site for quite a while), and while we never had any trouble, I find that clause worrisome.

Re: Google now treats .io as a gccTLD

#78

nic.io must be tickled pink. Queue the land grab! In other words, I'm not sure this is a good thing or sets a good precedent. I understand the rationale as they're just reacting to what the industry is doing (I'm looking at you GH) but I imagine we'll see more of this in the future. I say all this as a (legitimate) .io domain holder. Somewhere there is a bailiwick just waiting for the crafting community to jump all o…

> Queue the land grab!

The use of the word 'cue' in this context is really dead, isn't it?

Re: Google now treats .io as a gccTLD

#79
post #39
post #32

Earlier quoted context omitted.

In addition to the "techiness" of io, a lot of the draw has been availability. They've been going at $50/yr for a while, which has kept the squatters away. Last time I looked, there were a plethora of three-letter English words available. I jumped in in 2009, and basically had my pick of 2-letter domains.

There are less than 40 three letter word domains names available now. http://andio.herokuapp.com

$20 for the results of bash one-liner? (by my count there are far more than 40 left)

    for i in `egrep '^[a-z]{3}$' /usr/share/dict/words`
    do
      whois $i.io | grep -q '\- Available' && echo $i.io
    done
Heck, there's still a few two-letter .io domains left

    for i in {a..z}{a..z}.io
    do
      whois $i | grep -q '\- Available' && echo $i
    done

    iz.io
    jy.io
    kf.io
    kq.io
    lq.io
    qf.io
    qg.io
    qj.io
    qo.io
    qs.io
    qy.io
    uj.io
    yd.io
    yl.io
    yz.io
But, yeah, I agree, .io choices are getting a little thinner than they used to be.

Re: Google now treats .io as a gccTLD

#80

260 days ago I posted a webapp I made on HN, listing all of the available remaining .io domains in order of most common words -- with 2, 3, 4, and 5 letter columns. It was completely free, but it got one upvote I think? The site is currently down, but if there's interest I can put it back online.

Please bring it back.

Some time ago I was trying to register an .io domain - but my bank would not allow the transaction because fraud :(

I still want one...

Post reply on HN