Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 12 Posts
  • 324 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle









  • I found out that that’s why EVs are even more efficient with a full-on coal power plan than it is to drive around an ICE vehicle - and it kind of makes sense. With a power plant they’re going to monitor how much power is being used and try to generate the correct amount with as little waste as possible, which then of course is the electricity that goes directly to you. ICE vehicles though you’re literally hauling around a generator with your car at all times, constantly wasting energy that could be used elsewhere, never getting any true efficiency. When you start thinking that way it makes a lot of sense





  • Scrubbles@poptalk.scrubbles.techtoSelfhosted@lemmy.worldProxmox or Docker?
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    16 days ago

    I found proxmox and docker to be fairly incompatible, and went through many iterations of different things to make it work well. Docker in VMs, Docker in LXC, Docker on the host (which felt redundant as hell). Proxmox is an amazing hypervisor, but then I realized I didn’t really need a hypervisor since I was mostly running containers.

    My recommendations:

    • No need for VMs Just run debian and run containers on it

    • Some VMs, Mostly containers, 1 host Run proxmox, and create a VM in proxmox for your contianer workloads

    • Some VMs, Mostly containers, >1 host, easy mode Same as above, but make one host debian and the other one proxmox

    • Some VMs, Mostly Containers, >1 host, hard mode but worth it after 2 years Use kubernetes, I use k3s. Some nodes are just debian with k3s on them, others are running in VMs on proxmox using the extra compute available. This has a massive learning curve though, it took me well into a year to finally having it at a state I like it - but I’ll never go back.