

Personally I agree. I’ve seen way more startups kicking off with these waves of layoffs. It’s a silver lining, not much more, but I’m happy to see people finally realizing they don’t want the big tech solutions anymore.
Little bit of everything!
Avid Swiftie (come join us at [email protected] )
Gaming (Mass Effect, Witcher, and too much Satisfactory)
Sci-fi
I live for 90s TV sitcoms
Personally I agree. I’ve seen way more startups kicking off with these waves of layoffs. It’s a silver lining, not much more, but I’m happy to see people finally realizing they don’t want the big tech solutions anymore.
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.
And holt reminded him that it’s still a narrative that needed to be corrected. What about the one where Terry was profiled? Or holt was denied his promotion?
It’s pretty clear that you wouldn’t approve of any cop show that tries to work through these issues, so I’m not going to bother arguing with you. I think they did a great job, a lot of those episodes were very hard to watch because they were confronted with choosing a career under one pretended and then saw the reality. To do that with a comedic tone is incredibly hard, and I think they did well.
I don’t know of any millennial or younger who assumes there will be a safety net for them at the end of the road. We just don’t trust those in charge to keep it. I’ll fight for it, I paid into it and I want others to have it, but I can’t bank on it either
Same as any theory, but it’s enough to make Christians freak out
Did you even see the last 2 seasons? They actually really confronted those issues and outright said that they weren’t really the good guys, the show tackled multiple times that the system is completely broken. I get if it was Law and Order being mad, but man you’re mad at the only cop show I’ve ever seen acknowledging and trying to tackle these issues. I mean, that’s literally why they made the captain gay and black, and that’s just one example.
Personally I couldn’t stand her, but I’m glad she brought you so much joy!
Remember kids, don’t buy into hype anymore. Hype is a marketing tool. They don’t have to make any promises that a game will be good or even come out just because they hyped you up for it. Don’t allow yourself to be excited for anything until it actually releases.
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.
Defederate doesn’t mean it’ll delete the local history. Every post and comment is federated at time of creation to your instance, and will stay there as long as your instance keeps them. Defederate simply means it won’t receive future updates.
They’ll automatically defederate after a few days. As for search, it only searches your local instance and what is already there, so it’s just historical searches. It won’t be anything new.
Researchers always make some of the worst coders unfortunately.
Scientists, pair up with an engineer to implement your code. You’ll thank yourself later.
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.