Urban Škudnik

Results 28 comments of Urban Škudnik

`--force` is OK. But as @wvmarle said calculating everything correctly could be a bit tricky (http://aws.amazon.com/glacier/faqs/#How_much_does_Amazon_Glacier_cost). If we can't make it very reliable I'm not even comfortable doing it unless...

Thats... awkward :/ Static file to S3? But queries will be killing us :/

I'm not a fan of local - anything local is based on presumption that your local drives/backup will exist to the degree of having a cache there. Since Glacier is...

Well, I was in contacting with them and they were interested but nothing has been done in this direction yet. I was planing on more detailed talk when I migrate...

> automatic download of archives and inventory retrieval using SNS notifications. I doubt this will end in boto glacier API - they have SNS API anyway so anyone programming with...

Yeah, I was thinking about option two already but had a feeling that various firewalls and NATs could complicate things for users? Though our users are supposed to be technically...

Hey, hehe, you only need to check out three.js if you want to do development or see the examples :) Minified version (http://threejs.org/build/three.min.js) comes at 420K, which should be good...

We found a workaround for the issue, but haven't pinpointed the exact culprit yet. If one removes `platform="linux/amd64",`, so: ```python job.deploy( work_pool_name=work_pool_name, image=DockerImage( name=docker_image_name, #platform="linux/amd64", dockerfile="Dockerfile", target=target, ), ) ```...