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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How many people use virtual computers to manage their lives?

2 点作者 highwayman47超过 2 年前
For example, say you (1) work remotely, (2) have a side hustle and then (3) everything else. You could have 1 default computer and 2 virtual instances to keep things organized.<p>Curious if anyone does this and if so, and best practices.

3 条评论

kjs3超过 2 年前
Not exactly what you&#x27;re asking, but I have a dedicated VM for handling financial stuff and financial stuff only. Banking, bill pay, investments, accounting. Keeps things separate from my work&#x2F;play environments; less risk of picking up something nasty that harvests those creds. And it&#x27;s easy to take a snapshot and back it up for a quick restore. For $REASONS I&#x27;ve used the free VMWare ESXi license for this for years. I briefly tried to have a separate VM for on-line shopping, but that ended up being too much friction, particularly for the rest of the family.<p>Being able to spool up a VM quickly from a template is also nice to constrain the blast radius of those &quot;this is probably a bad idea, but...&quot; experiments.<p>When I was doing more consulting, I would usually have a per-client VM, at least to handle client communications, client access and document&#x2F;deliverable prep. Heavy lifting was usually done on shared infrastructure, but it made life a lot easier to have that separation.<p>If you have a side-hustle going, I&#x27;d definitely want to avoid co-mingling that with anything else (esp real-work stuff).
评论 #34601365 未加载
disadvantage超过 2 年前
Yeah I use Virtualbox to bucket different activities and help keep things organized. My main OS is Linux, so if I need to use Windows for things like Word, or iTunes, then I use a specialized VM for that. Another VM is a toy machine for trying out different Windows software, and it&#x27;s configured not to talk to The Internet since I test a lot of software that could have malware &#x2F; phone home etc<p>Also: Windows software that isn&#x27;t digitally signed and could be doing anything it likes. I have a few other VMs mostly for coding and dev stuff. Github Desktop has no Linux version, so I have a dedicated Windows 10 VM for that. And a few Fedora VMs for casual surfing of the web &amp; social media like Hackernews, Reddit etc
评论 #34601407 未加载
pabs3超过 2 年前
Check out Qubes for an extreme example of this:<p><a href="https:&#x2F;&#x2F;www.qubes-os.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.qubes-os.org&#x2F;</a>