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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Reproducible development environments using starlark, without Nix

4 点作者 gaocegege超过 2 年前
Hi all, I&#x27;m the maintainer of <a href="https:&#x2F;&#x2F;github.com&#x2F;kubeflow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubeflow</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;tensorchord&#x2F;envd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tensorchord&#x2F;envd</a>.<p>I&#x27;ve been part of the kubeflow community for ~5 years. One of the hardest issues I have faced is keeping our development environments in sync. We are often eager to do something speedily on the cloud or debug independently on the MacBooks.<p>This is where envd comes in. It&#x27;s a command-line utility that helps you create and manage development environments locally, or in the cloud.<p>I can&#x27;t wait to see what you create with envd. Looking forward to your feedback and contributions to our project.<p>Happy coding!

1 comment

neeh0超过 2 年前
But why to reinvent the wheel if Nix already exists? I guess one reason is cloud feature, but why not extending nix in that case?