Show HN: I made a site for hosting/selling indie games
71–80 of 80 posts
Re: Show HN: I made a site for hosting/selling indie games
#72Why 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_...
Re: Show HN: I made a site for hosting/selling indie games
#73Why 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.
Re: Show HN: I made a site for hosting/selling indie games
#74Re: Show HN: I made a site for hosting/selling indie games
#75Earlier 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.
Re: Show HN: I made a site for hosting/selling indie games
#76Why 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_...
Re: Show HN: I made a site for hosting/selling indie games
#77Why 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.
Re: Show HN: I made a site for hosting/selling indie games
#78Why 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_...
Re: Show HN: I made a site for hosting/selling indie games
#79Earlier 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).
Re: Show HN: I made a site for hosting/selling indie games
#80Earlier 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.