• 1 Post
  • 20 Comments
Joined 4 年前
cake
Cake day: 2022年1月8日

help-circle
  • Here’s my journey from arch to proxmox back to arch: https://bower.sh/homelab

    I was in your shoes and decided to simplify my system. It’s really hard to beat arch and I missed having full control over the system. Proxmox is awesome but it felt overkill for my use cases. If I want to experiment with new distros I would probably just run distrobox or qemu directly. Proxmox does a lot but it ended up just being a gui on top of qemu with some built in backup systems. But if you end up using zfs anyway … what’s the benefit?







  • This was a really great read. The numbers don’t lie: 7 companies each independently invested 100 bn in AI and have seen little revenue in return (relatively speaking). When overlaying that on top of its impact on the us stock market as a whole, once the veil has been lifted that this is not leading to super intelligence, a bubble will burst and the entire economy will feel it.

    That doesn’t mean “nothing to see here, move on.” It means that AI isn’t the bow-wave of “impending superintelligence.” Nor is it going to deliver “humanlike intelligence.”

    It’s a grab-bag of useful (sometimes very useful) tools that can sometimes make workers’ lives better, when workers get to decide how and when they’re used.

    This is the part that is overlooked when discussing anti-ai hype: these tools are very useful, but they appear only useful to the skilled laborer wielding them, instead of the investor claim that they will be replaced.




  • I went down a similar path as you. The entire proxmox community argues making it an appliance with nothing extra installed on the host. But the second you need to share data — like a nas — the tooling is a huge pain. I couldn’t reliably find a solution that felt right.

    So my solution was to make my nas a zfs pool on my host. Bind mounting works for CTs but not VMs which is an annoying feature asymmetry. So I decided to also install an nfs server that exposed my nas.

    I know that’s not what you want but just wanted to share what I did.

    The feature asymmetry between CTs and VMs basically made CTs not part of my orchestration.