Why does it take 4 minutes (after being optimized from 8 minutes!) to move a 30 GB (compressed) docker image ...? The read slowness of docker registries continues to surprise me ...
Our container platform is in production. It has GPUs. Here's an early look
61–70 of 76 posts
Re: Our container platform is in production. It has GPUs. Here's an early look
#62I like using Workers for smallish http services. The uptime, pricing, and latency are fantastic. I would never use them for anything complex as the vendor lock in is quite strong and the dev experience still needs to improve. Containers on the edge with low cold starts, scalability, the same reliability as Workers, etc would be super cool. In part to avoid the lock in but also to be able to use other languages like G…
Workers use the web worker API so theoretically there’s less lock in. I’ve also found wrangler pretty good, what problems have you run into?
I've hit a bunch of issues and limitations with Wrangler and Workers locally over the years.
Eg:
Re: Our container platform is in production. It has GPUs. Here's an early look
#63Re: Our container platform is in production. It has GPUs. Here's an early look
#64I like using Workers for smallish http services. The uptime, pricing, and latency are fantastic. I would never use them for anything complex as the vendor lock in is quite strong and the dev experience still needs to improve. Containers on the edge with low cold starts, scalability, the same reliability as Workers, etc would be super cool. In part to avoid the lock in but also to be able to use other languages like G…
Re: Our container platform is in production. It has GPUs. Here's an early look
#65This seems like a pretty big deal. I want to like CloudFlare over DO/AWS. I like their DevX focus too -- I could see issues if devs can't get into the abstractions though. Any red flags folks would stake regarding CF? I know they are widely used but not sure where the gotchas are.
Won't apply to everyone (most?), but some compliance assurances your customers may require can't be fulfilled by Cloudflare. And personally, I would hope their laissez faire attitude towards protecting hate speech should damage their business, but I suspect most people not targeted by such just don't give a damn.
Re: Our container platform is in production. It has GPUs. Here's an early look
#66Earlier quoted context omitted.
Is Cloudflare the one that goes from free to "call for pricing" ($100K+) at the drop of a hat?
https://blog.cloudflare.com/cloudflares-commitment-to-free/
Re: Our container platform is in production. It has GPUs. Here's an early look
#67Earlier quoted context omitted.
https://blog.cloudflare.com/cloudflares-commitment-to-free/
The https://developers.cloudflare.com/calls/turn/overview/ link in that article 404s. Looks like it should be https://developers.cloudflare.com/calls/turn/ ?
Re: Our container platform is in production. It has GPUs. Here's an early look
#68I love they built all this infra for running js to avoid building a container runtime and ended up building a container platform using all the hypervisors. On more serious note, I do not understand why they can't fix the 500mb upload limit. I hit that with r2 registry and ended switching away instead changing all the dockepush tooling. Not super excited re using more weird tools rather than fixing platform
Re: Our container platform is in production. It has GPUs. Here's an early look
#69Re: Our container platform is in production. It has GPUs. Here's an early look
#70I like using Workers for smallish http services. The uptime, pricing, and latency are fantastic. I would never use them for anything complex as the vendor lock in is quite strong and the dev experience still needs to improve. Containers on the edge with low cold starts, scalability, the same reliability as Workers, etc would be super cool. In part to avoid the lock in but also to be able to use other languages like G…
This is why I switched to deno deploy. Much of the same benefits and much more portable stack.
Personally I don't want to keep using JS in the server anymore. As more time passes I feel like TS is a hack compared to the elegance of something like Go.