IIRC, Samsung recently announced they’re moving to A/B partitioning as well.
IIRC, Samsung recently announced they’re moving to A/B partitioning as well.
Oh nice! I just use Lutris, but options are always good.
I could go in-depth, but really, the best way I can describe my docker usage is as a simple and agnostic service manager. Let me explain.
Docker is a container system. A container is essentially an operating system installation in a box. It’s not really a full installation, but it’s close enough that understanding it like that is fine.
So what the service devs do is build a container (operating system image) with their service and all the required dependencies - and essentially nothing else (in order to keep the image as small as possible). A user can then use Docker to run this image on their system and have a running service in just a few terminal commands. It works the same across all distributions. So I can install whatever distro I need on the server for whatever purpose and not have to worry that it won’t run my Docker services. This also means I can test services locally on my desktop without messing with my server environment. If it works on my local Docker, it will work on my server Docker.
There are a lot of other uses for it, like isolated development environments and testing applications using other Linux distro libraries, to name a couple, but again, I personally mostly just use it as a simple service manager.
tldr + eli5 - App devs said “works on my machine”, so Docker lets them ship their machine.
I like Ruby most of the time, but honestly, I’m not surprised at “sometimes” behavior from the language created by someone who, when asked for the formal definition of something in the language, said he’s “not really a formal kind of guy.”
I’ve been using gsudo for that for a while, but it’s nice to have native options.
My ISP says my IP is technically dynamic, but it hasn’t changed once in the 6 years I’ve had their service. But that’s for the best, since they’re the only choice for symmetrical gigabit and their only option for static IPs is for business accounts.
So I continue to trust that they won’t change it. Fingers crossed.
The point I’m making is that you don’t have to read 50+ guides anymore. Install a distro with a good gaming track record (Nobara, Garuda, Pop_OS, Bazzite) and play games. Linux gaming has come a long way.
That said, I understand where you’re coming from. I’m just trying to say it’s easier now than it’s ever been before.
The difference between paranoia and fear is the difference between not wanting to buy a Google Home because it listens to you and not wanting to buy a Google Home because you’re afraid you’ll break it.
Only if you play CoD, Fortnite, or Destiny 2. If you’re technically inclined and don’t mind working around some issues, gaming on Linux has come a long way and can be used for pretty much anything else. I used to dual-boot Windows for games, then I went to booting Windows in a VM and gaming with a spare, passed-through GPU. But I haven’t booted my VM in months, and I play lots of games.
Moral and ethical implications aside, I really want Discord to die specifically for this reason. Discord servers are increasingly becoming home to things that belong on forums and/or wikis, and it’s ridiculously frustrating. Literally 90% of the servers I’m in are designed for support for some piece of software or hardware. Just make a forum, I beg.
Distrobox says hi! I used the AUR occasionally when I was on Silverblue and there weren’t any alternatives short of compiling the software myself. Or rarely if I needed a newer version of something.
Yes, I’ve got community icons and avatars working. Which are actually the only things I see in my pictrs volume.
Huh, do I have that misconfigured by some happy accident? My pictrs volume is only around 50Mb after running my instance for over a month. I have both LCS and Lemmony federating popular content, too…
Also, are the images even federated? I know the current line of thinking is that they are, but I could not find them in my local pictrs volume. Not that I wanted to, mind you. But I looked and only saw one picture in there from the problematic time period, and it happened to be one of my user’s avatars. And one of the CSAM posts federated with me, I know for a fact, because I saw the comments even though I couldn’t see the picture (and I feel horrible for those users who saw it, some of them were obviously traumatized).
I’m keeping a close eye on my pictrs volume and really scrutinizing who I allow on my instance after this whole thing, but on the whole, I’m not overly concerned, even as a US-based self-hoster. I registered with the DMCA and will fully comply with any and all takedown requests, even silly ones like copyright. I don’t have the finances or time for prolonged legal battles.
Edit: Figured it out. My pictrs container didn’t have an external network definition, so it was timing out while retrieving external images.
I’ve done Windows software development professionally for over 15 years, I promise you, Windows is a tech nightmare by default. Literally the only thing I do with my own copy of Windows is play games, and I still have to reformat the piece of shit every 8-12 months.
Are you saying Windows is more flexible than Linux? Or vice versa?
The only real difference between Windows and Linux is that the first starts out as a tech nightmare and the second ends up that way. I use both regularly for both work and play, I’ve seen the good, bad, and ugly of both.
I’m currently running my Lemmy instance, an Ark server, and a Teamspeak server on a Dell Precision 3260 running Proxmox. I’ve been really happy with it, and honestly a little surprised at just how well it’s been going.
You can see in this image that the meme I’m currently looking at is hosted on lemmy.world even though I’m on my own Lemmy instance.
Thus, Docker was born.
“Works on my machine, ship the machine.”