Live data from Hacker News

Show HN: I made a site for hosting/selling indie games

itch.io

71–80 of 80 posts

Re: Show HN: I made a site for hosting/selling indie games

#72
post #65

Why no directory? I uploaded a game to this when it was advertised on gamedev.net Only subsequently did I realised this site does no marketing, or even a directory on the front page. So you take 10% just to filehost and not even put up a link? 10% for 1 type of payment processing is not all that competitive without some game discovery. I could just put my game on my own random webpage for much the same effect. ( http…

How does the underscore in the hostname work? I thought that they weren't allowed[1]. Just a non-compliant DNS server + a protocol that is flexible enough to allow it? Is it not disallowed in CNAMEs? [1] http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_...

I encountered the same problem on a site I run where I provide custom subdomains. The RFCs technically prohibit underscores but they appeared to work fine in the major browsers, with the exception of cookies in older versions of IE (ie: http://stackoverflow.com/questions/794243/internet-explorer-...). I ended up munging underscores to dashes to make everyone happy.

Re: Show HN: I made a site for hosting/selling indie games

#73
post #22

Why confine this to games? I think the layout and format of the site is great, but I dont see anything about it that necessitates that particular vertical. Why can't I use this to sell my OSX app?

There's nothing stopping you from uploading an app. From the readme: > Can I upload/sell other stuff besides a game? > Sure. Got a game soundtrack or art book you also want to sell/distribute? Feel free to upload it as well.

Those examples they listed are strictly things that would accompany a game...

Re: Show HN: I made a site for hosting/selling indie games

#75
post #70
post #67

Earlier quoted context omitted.

I am guessing that *.itch.io points to some IP and that subdomains are resolved on the app level. Many services do that (my god forgotten app does, Tumblr does, I am sure others must, too)

It's a CNAME for itch.io, but the application doesn't resolve DNS. DNS does. If the DNS spec says that underscore isn't valid, then presumably we would never even get to the application level because the hostname wouldn't resolve to itch.io.

I guess it depends on how the DNS server deals with the wildcard domain. I can tell you that djbdns doesn't care about the part covered by the wildcard, it will happily resolve _!test.domain (although it is an invalid name according to the RFC).

Re: Show HN: I made a site for hosting/selling indie games

#76
post #65

Why no directory? I uploaded a game to this when it was advertised on gamedev.net Only subsequently did I realised this site does no marketing, or even a directory on the front page. So you take 10% just to filehost and not even put up a link? 10% for 1 type of payment processing is not all that competitive without some game discovery. I could just put my game on my own random webpage for much the same effect. ( http…

How does the underscore in the hostname work? I thought that they weren't allowed[1]. Just a non-compliant DNS server + a protocol that is flexible enough to allow it? Is it not disallowed in CNAMEs? [1] http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_...

the username being the subdomain was a surprise to me too. I would rather the gamename be the subdomain.

Re: Show HN: I made a site for hosting/selling indie games

#77
post #69

Why no directory? I uploaded a game to this when it was advertised on gamedev.net Only subsequently did I realised this site does no marketing, or even a directory on the front page. So you take 10% just to filehost and not even put up a link? 10% for 1 type of payment processing is not all that competitive without some game discovery. I could just put my game on my own random webpage for much the same effect. ( http…

A directory is coming soon. I'm looking to get a collection of games before I build a showcase for them. The point of the service is to make it very simple to build a page/storefront for a game along with providing niceties like file hosting, image hosting, and analytics.

Maybe for desktop ppl that's hard. That's not a problem for me though. I need eyeballs. Any thoughts on free to play?

Re: Show HN: I made a site for hosting/selling indie games

#78
post #65

Why no directory? I uploaded a game to this when it was advertised on gamedev.net Only subsequently did I realised this site does no marketing, or even a directory on the front page. So you take 10% just to filehost and not even put up a link? 10% for 1 type of payment processing is not all that competitive without some game discovery. I could just put my game on my own random webpage for much the same effect. ( http…

How does the underscore in the hostname work? I thought that they weren't allowed[1]. Just a non-compliant DNS server + a protocol that is flexible enough to allow it? Is it not disallowed in CNAMEs? [1] http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_...

I had to deal with this a while ago and I found out (sorry, but I don't have a reference handy) that underscores are prohibited in the second level domain (example.com), but are ok in any further levels (šķaudiens.example.com). Basically subdomain names can be anything that your DNS server allows them to be, just as email addresses can be whatever your SMTP server will handle.

Re: Show HN: I made a site for hosting/selling indie games

#79
post #75
post #70

Earlier quoted context omitted.

It's a CNAME for itch.io, but the application doesn't resolve DNS. DNS does. If the DNS spec says that underscore isn't valid, then presumably we would never even get to the application level because the hostname wouldn't resolve to itch.io.

I guess it depends on how the DNS server deals with the wildcard domain. I can tell you that djbdns doesn't care about the part covered by the wildcard, it will happily resolve _!test.domain (although it is an invalid name according to the RFC).

Read a little further, and it looks like A and MX records are required to be compliant, but other records are not, which apparently includes CNAMEs.

Re: Show HN: I made a site for hosting/selling indie games

#80
post #65

Earlier quoted context omitted.

How does the underscore in the hostname work? I thought that they weren't allowed[1]. Just a non-compliant DNS server + a protocol that is flexible enough to allow it? Is it not disallowed in CNAMEs? [1] http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_...

I had to deal with this a while ago and I found out (sorry, but I don't have a reference handy) that underscores are prohibited in the second level domain (example.com), but are ok in any further levels (šķaudiens.example.com). Basically subdomain names can be anything that your DNS server allows them to be, just as email addresses can be whatever your SMTP server will handle.

In my reading, it looks like 'hostnames' are required to be compliant. The best I can get for the definition of 'hostnames' is A records, and MX records. So CNAMEs are fair game.
Post reply on HN