TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Coder – Remote development environments provisioned with Terraform

15 点作者 kylecarbs将近 3 年前

2 条评论

skirby将近 3 年前
I&#x27;ve always struggled to understand how remote development can compete with a modern laptop in terms of price to performance.<p>On GCP, I&#x27;d have to pay $2400&#x2F;y for an 8-core machine as powerful as my M1 MacBook.<p>I get the portability and reproducibility arguments, but it&#x27;s hard to justify that expense.
评论 #32419636 未加载
kylecarbs将近 3 年前
co-founder of Coder (the company behind code-server) here…<p>We found that the biggest inhibitor to remote development was the lack of environmental flexibility. For example, Codespaces confines you to an ephemeral Linux container running on Azure, and our old product confined users to semi-stateful Kubernetes pods.<p>With coder&#x2F;coder, you can use any operating system on any kind of compute on any cloud and change every single configuration knob. You can also mix and match cloud resources. An early user has hundreds of cloud resources in each workspace, including IAM roles, secrets, and network rules.<p>Early users are running stateful VMs running on GCP, Docker containers on big servers, Kubernetes Pods, and Windows VMs on Azure. We’re stoked to watch people adopt remote development in their own ways.