Open dacort opened 2 years ago
https://twitter.com/bernhardsson/status/1543074570512617475?s=20&t=HGrXozJ33qSFQX1pg-JMgA
Resources from that thread:
Got the DNS -> EC2 start working with a simple Lambda. It's sometimes slow, though (e.g. 1 minute) which is unfortunate. Even when the instance is hibernated.
I proactively don't use remote environments because access is so annoying. Wonder how fast Firecracker can resume. Could use Tailscale as a backend so we don't have to expose services.
More news: https://twitter.com/Pragmatic_Eng/status/1673726552364777476 and some examples (https://render.com, https://superdev.cloud, or https://vercel.com)
Would be cool if this also had functionality similar to direnv where you could just cd
into a directory and magically be teleported to a magical mystery dev box. 😜
He says as he sits waiting for
go test
to blow out his cpus and fan.
I often would benefit from having a remote Docker host with faster network and CPU access. Alternatively, for a more complete environment, it would sometimes be nice to be able to SSH in to a full dev box or use it as a remote VS Code environment. Unfortunately, doing so requires running an instance somewhere 24/7.
It would be nice to have a serverless Docker/DevBox that can spin up and down on demand and maintain state between sessions.
I've done something similar before with terraform and cdk, but they don't scale to zero.