Hacker Newsnew | past | comments | ask | show | jobs | submit | vorhalas's commentslogin

Do I understand correctly that your concern is about the logs? You can set up an Amazon S3 static website, and no logs will be collected, unless you enable it. The first year is free, and after that it's pennies a month. I use this, plus Route 53 DNS, and my total bill each month is ~ $0.54 (US), with $0.51 for Route 53.

If you need other options to cut cost, freedns.afraid.org offers free subdomains under ~68000 second level domains.


No, _arg's initializer would not work in C89 if any of the arguments was not a constant.

  void f()
  {
    // line below is bad C90, but good C99
    int array[2] = {g(), h()};
  }
from http://www.drdobbs.com/the-new-c-declarations-initialization...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: