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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Dev (cloud) environments or local machines?

6 点作者 ATechGuy6 个月前
What has been your experience with dev environments? We understand the pros, but are there pitfalls we should know before making the transition?

7 条评论

uaas6 个月前
It baffles me when engineers are using VMs and clusters provisioned on cloud providers for tasks where their powerhouse laptops (mostly the latest Apple Silicon ones with 64G+ memory) would be just as fine, but faster, and much cheaper. Instead of this they are using their laptops as thin clients to ssh into much less reliable/performant machines.
评论 #42069141 未加载
评论 #42064592 未加载
yen2236 个月前
Local machines, but only because of years of muscle memory. Not because dev environments are worse or anything.<p>I have used github.dev before, and they seemed decent.<p>(Tip if you didn&#x27;t know, pressing &#x27;.&#x27; when in any github repository will spin up an in-browser VSCode editor for the repo)
vdvsvwvwvwvwv6 个月前
The latency annoys me. The editor zed.dev might make this better (fast editor can connect to cloud ssh). Pick a backend in your region and it might be OK.<p>Depends on other things. Using Windows for example might make cloud more attractive as most dev work is done on linux. WSL is a bit sucky to use. And uses a lot of disk space and you need a decent amount of RAM for two operating systems.<p>On a fast mac you might prefer local unless the dependencies dont support M chips.<p>But the main pitfall will be latency and maybe cost and possibly not being able to work without internet.
honkeymagoo6 个月前
I don&#x27;t know if I would do it for web dev, but it&#x27;s great for ML stuff to work on a massive machine.<p>Pitfalls maybe are leaving the VM on racking up $, I just made a crontab to shut it down at midnight. Some storage options are way more expensive for 100gb of storage (the extreme ssds) that aren&#x27;t worth it. And I think the other is basic linux admin. Also making sure it&#x27;s firewalled properly
评论 #42056663 未加载
onoke6 个月前
I think it depend on the fruit. I mean a cloud has an advantage if the dev env were too complicated to use on each locals. On a local machine has enough spec to dev present. I had some &#x27;pitfalles&#x27; on a clound, then I prefer a local than it.
stephenr6 个月前
You&#x27;d need to have a very specialised workload to convince me that a local virtualised environment isn&#x27;t the best solution for development.
评论 #42062527 未加载
speedgoose6 个月前
They are often underpowered compared to a recent laptop.