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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use a cloud dev environment?

8 点作者 jzelinskie将近 2 年前
In the 2010s, I knew lots of start-ups that tried to create web IDEs and never got traction because developers are fanatics about their tools, but more recent efforts have been done by large companies (GitHub, Google, etc...).<p>- Do you think success in the space is due to the ubiquity of Monaco (Visual Studio Code)? - Do you think these environments are best kept for fly-by contributions (e.g. loading up GitHub Codespaces on a repo and firing off a PR to a project you&#x27;ll never contribute to again)? - Do your projects have these environments to encourage first-time contributors? - Do you personally use these environments for long term development?<p>This post is coming off sounding market researchy, but I promise you that I have no association with any of these products&#x2F;projects. I&#x27;ve used a terminal-based editor (vim&#x2F;neovim&#x2F;helix) my entire career, so I feel detached from what others think about these technologies.

7 条评论

mrobins将近 2 年前
Our team switched about a year ago to huge benefit. We’re using VSCode locally to connect and edit repos hosted remotely. VSCode’s remote extensions are really good and from a code editing perspective the difference is almost imperceptible.<p>One of the drivers for us is we use remote dev databases and services so overall latency is dramatically reduced. It also allows us to much more easily deploy dev environments that are almost identical to production.<p>The downside is folks can no longer use their favorite editor but for now everyone’s happy with VSCode.
swah将近 2 年前
I personally don&#x27;t use them more due to latency ie servers are never in Brazil.
Daeraxa将近 2 年前
As somebody involved with the team developing a GUI desktop editor... no not really. Outside of the very, very occasional use of the VSCode integrated into GitHub (like you mention - even then most of the time I just use the standard GH editor). I just don&#x27;t really have a need for it.<p>Saying that I do quite like the Phoenix project (<a href="https:&#x2F;&#x2F;phcode.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phcode.dev&#x2F;</a>) and I know some people like using GitPod but personally I don&#x27;t really &quot;get it&quot; over just having everything local where I can use any tool I want that I have at my disposal on my system.
jstx1将近 2 年前
Yes, developing on a VM with VSCode&#x27;s remote extensions is pretty similar to using VSCode locally.
hello_computer将近 2 年前
There are all kinds of operational constraints out there. Many corporate&#x2F;government environments lock-down the computers and prohibit unauthorized installations. Cloud IDE has a nice ring to it when the only other option is Notepad.
sneed_chucker将近 2 年前
At work we use VSCode to develop on remote servers. It&#x27;s a good setup, pretty much identical in terms of DevX to working locally.
baremetal将近 2 年前
I do everything on my own boxes running Linux. For the last 20 years.