Live data from Hacker News

Viewing profile — ifore

ifore

HN member
Joined
Wed, Jan 03, 2018, 2:11 AM UTC
HN karma
24
Public activity
8 items

About ifore

No profile information was provided.

Recent public activity

  1. comment
    Comment #34428177

    Who are the “gatekeepers” stopping you from running a webserver with whatever “content” you want?

  2. comment
    Comment #33078375

    Sure you can front static assets with the free Cloudflare tier... [a] which is fine if you're happy with the inflexibility that free Cloudflare offers. And you live in a country wh…

  3. comment
    Comment #26788909

    Out of the box you get EU or US hosting. You can do others (eg West Coast US, Japan, Australia -- it's all just AWS regions under the hood) but to do that you have to be in a 'priv…

  4. comment
    Comment #26788867

    nginx buildpack + python buildpack == nginx to serve static content and gunicorn for the python backend. Of course you now have to know how to set up an nginx config file so it doe…

  5. comment
    Comment #26719873

    It seems that it was somewhat inevitable given the US vs Australian distinction on whether to protect Creativity vs Effort (years ago I investigated this rabbit hole when I had a c…

  6. comment
    Comment #25075765

    - until a few months ago no way to sync an environment with a lockfile (remove packages that shouldn't be there) - no way to check if the lock file is up to date with the toml file…

  7. comment
    Comment #25075625

    If it wasn't so opinionated it might have been more successful. Just one example: you want your virtualenvs to be created in ~/.virtualenvs so that pipenv is a drop-in replacement …

  8. comment
    Comment #16057730

    I would have thought that would have been a lot of context switching with graphics driver calls (Or maybe they already do as much as possible in userspace and then batch kernel cal…