

Hm, probably sitting at home playing too many videos games
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
Hm, probably sitting at home playing too many videos games
Not at all. Proxmox does a great job at hosting VMs and giving a control plane for them - but it does not do containers well. LXCs are a thing, and it hosts those - but never try to do docker in an LXC. (I tried so many different ways and guides and there were just too many caveats, and you end up always essentially giving root access to your containers, so it’s not great anyway). I’d like to see proxmox offer some sort of docker-first approach will it will manage volumes at the proxmox level, but they don’t seem concerned with that, and honestly if you’re doing that then you’re nearing kubernetes anyway.
Which is what I ended up doing - k3s on proxmox VMs. Proxmox handles the instances themselves, spins up a VM on each host to run k3s, and then I run k3s from within there. Same paradigm as the major cloud providers. GKE, AKS, and EKS all run k8s within a VM on their existing compute stack, so this fits right in.
Just focus on one project at a time, break it out into small victories that you can celebrate. A project like this is going to be more than a single weekend. Just get proxmox up and running. Then a simple VM. Then a backup job. Don’t try to get everything including tailscale working all at once. The learning curve is a bit more than you’re probably used to, but if you take it slow and focus on those small steps you’ll be fine.
Pulse is probably the best live album of all time! Run like hell and comfortably numb are maybe even better than the originals, and the entirety of dark side is on it!
Final cut you can tell waters was just angry at society and the country that he felt betrayed him. It wasn’t the best album in terms of music or writing, but emotionally you could tell he was broken there.
I think at this point I agree with the other commenter. If you’re strapped for storage it’s time to leave Synology behind, but it sounds more like it’s time to separate your app server from your storage server.
I use proxmox, and it was my primary when I got started with the same thing. I recommend build out storage in proxmox directly, that will be for VM images and container volumes. Then utilize regular backups to your Synology box. That way you have hot storage for drives and running things, cold storage for backups.
Then, inside your vms and containers you can mount things like media and other items from your Synology.
For you, I would recommend proxmox, then on top of that a big VM for running docker containers. In that VM you have all of your mounts from Synology into that VM, like Jellyfin stuff, and you pass those mounts into docker.
If you ever find yourself needing to stretch beyond the one box, then you can think about kubernetes or something, but I think that would be a good jump for now.
Seconded. If they can’t optimize their code (which, I have never seen applications require 256 gigs of ram even in FAANG so I find that doubtful), then they need to rent a machine. The cloud is where you rent it. If not Google, then AWS, Azure, Digital Ocean, any number of places let you rent compute
Any YouTubes of their sets?
Priority mergers came out at 1.1, splitters were around Update 5 or early access
Honestly I look back and put them. How many of them had similar experiences to me? That was taught to them, they didn’t make it up themselves.
Researchers always make some of the worst coders unfortunately.
Scientists, pair up with an engineer to implement your code. You’ll thank yourself later.
absolutely true lol
Music was always the one for me. I couldn’t listen to that music or this music because “That’s gay bro”. It didn’t matter that I listened to a large variety, it was instilled in me that some music is okay, other stuff is not.
One of my earliest memories was being into Britney Spears. I was young, 10 or so. Dad was never home and I learned to like my own music on my own time without him, and I liked her music. My memory is that I was listening to it in the car, my CD of hers, and then I remember mom and dad arguing, and I don’t remember ever seeing that CD again. My mom confirmed when I was an adult that dad threw it out because he didn’t want me to listen to her. Did he share any of his music with me as an alternative? No of course not, I just couldn’t listen to that.
Now as an adult I’ve fully embraced it. I love me Led Zeppelin, Pink Floyd, Queen, and other “manly” bands (Yes I know, I chuckle too at Queen), but I’m also an avid Swifty (I even mod !taylorswift@poptalk.scrubbles.tech ) because sometimes you just want a song that feels a bit happier, and I even took my wife to the Eras tour. I love Olivia Rodrigo because damn if we don’t all have some teenage angst sometimes, and I’ve gone back a bit to Britney too - but not as much.
What a shame that people think that art should be subject to what they think the world is like. There is room to like many different things. Enjoying one thing doesn’t mean you dislike another thing. People can like many different things. I can enjoy A24 films while also laughing at Wil Farrell movies. None of that means that I’m this or that - humans are complex and like what we like. Thanks for reading this far :)
The game only officially released last year, everything before was Early Access, so yes it did release with the game.
I don’t think you’re wrong for disliking it, but you’re oddly hostile to it. Just say it’s not for you. Everyone else in this thread is mostly just saying how they disliked game A or game B. You don’t have to like every game. You don’t need to understand why others don’t enjoy it, you just don’t, and that’s okay.
I personally like it’s pacing, how it adds functionality, and how it takes over over time. I personally dislike Factorio - I find it tedious and repetitive. Tried it a few times, just can’t get into it. But hey, that’s okay, and so is not liking Satisfactory. We don’t need to shit on each other because we have different opinions.
It does actually have priority splitters and mergers
deleted by creator
Sounds like it, I think docker is exactly what you’re looking for
Glad he supported the guy who said he’d impose tariffs when he had no idea what tariffs were. 3 minutes of googling could have saved this guy 3000 bucks
There’s many ways to do this. Saving the disk state is one, I believe that’s what the other person suggested - essentially stores the disk as an image which then you use for future vms as your jumping off point. This is also essentially how workstations are deployed at companies. (Essentially being the key word). Cloud providers have different names for this too, in AWS this is called their AMI.
Another option is Ansible, which essentially handles deploying a VM by running your scripts for you. I haven’t played too much with this, and I doubt it works with VirtualBox, but it’s something you may want to look into, it would definitely uplevel your skills.
Thirdly is dependent on what you actually use your VM for, you haven’t given your use cases but this is one of the reasons containerization became such a thing - because when running an app we mostly don’t care about the underlying system. It may be worth it to learn about docker.
I really wanted it to work, for me it made the most sense I thought, as little virtualization as I could do. VM felt like such a heavy layer in between - but it just wasn’t meant to work that way. You have to essentially run your LXC as root, meaning that it’s essentially just the host anyway so it can run docker. Then when you get down to it, you’ve lost all the benefits of the LXC vs just running docker. Not to mention that anytime there was even am minor update to proxmox something usually broke.
I’m surprised Proxmox hasn’t added straight-up support for containers, either by docker, podman, or even just containerd directly. But, we aren’t it’s target audience either.
I’m glad you can take my years of struggling to find a way to get it to work well and learn from it.