

You shouldn’t have any user home for your services, you shouldn’t even allow them to login at all. They should only have group access to resources they need, and containers should restrict what directories they have access to.
Mama told me not to come.
She said, that ain’t the way to have fun.
You shouldn’t have any user home for your services, you shouldn’t even allow them to login at all. They should only have group access to resources they need, and containers should restrict what directories they have access to.
Companies don’t typically host multiple containers on the same host. So having a different user for them is less important than securing the connection between machines, since a given biat isn’t particularly interesting. Attackers will still try to break out, so they have a backup.
As a self-hoster, you typically do the opposite. You run multiple services on the same host, and the internal network isn’t particularly secure. So you should be focusing more on mitigating issues, and having each service run as an unprivileged user is one fairly easy way to do that.
The equivalent for other media would be that if I buy a digital copy of a film or something, I should always be able to access it in the same resolution and whatnot that I purchased it. That’s outside the scope of this campaign, but this campaign would certainly pave the way for it.
Yup, my first NAS was my first desktop PC, and I’ve upgraded it as I upgraded my desktop. My current NAS is still running my original Linux install, and currently has a Ryzen 1700 and Nvidia 750 Ti… Y desktop has a Ryzen 5600 and an AMD 6650XT, and I’ll upgrade my NAS to that when I upgrade my desktop.
If you have old parts, use those, it’ll probably overkill. Most server stuff isn’t very resource intensive, so a little goes a long way.
If you’re buying something new, I’d recommend something small, like a Mini PC or an N100 rig. 16GB RAM is probably enough, and anything with more than 4 cores is probably overkill. A dedicated GPU is unnecessary, something with a modern-ish iGPU will be plenty to transcode video.
Yup, look for “user agent switcher.” This isn’t something you should try to DIY in the settings, because user agents are complex and a small deviation can mean looking like Chrome or being unintelligible.
The user agent tells the page what the browser is, so the page can tell whether you’re runnit Chrome, Firefox, Safari, etc. The intent is for the page to change behavior depending on the browser since each have different capabilities (web standards change quickly). Unfortunately, pages rarely get updated in a timely fashion when browsers implement web standards so the engine check is frequently inaccurate.
Changing the user agent means changing what web pages think you’re running. If a page uses an optimized API on Chrome and a slower one on Firefox because Firefox was slower to implement it, then you can get a speedup by saying your Firefox is Chrome. Some pages refuse to run unless it’s a specific browser, so lying can make those pages work.
I hope that makes sense.
That’s not really a thing here, the closest is a state level ballot initiative, which is supposed to be legally binding, but legislatures ignore/heavily modify them all the time.
I wouldn’t put it past American gamers to make stuff up.
Even 60 is high. I’d buy a lot more games day 1 if they were around $40.
Nice!
I self host Minecraft on our LAN so my kids can play together, and it’s super nice.
I look at what services I use and see if I can replace any of them w/ a self-hosted solution. Rinse and repeat.
Looking for more stuff to host will just overcomplicate things. I instead try to look for ways to consolidate services down.
The 64-bit version is built directly from Debian for the arm64 platform, while the 32-bit version is derived from Raspbian, a customized Debian variant created in 2012 for the original Raspberry Pi.
The SOC also isn’t fully open, so you won’t get top tier performance with a purely FOSS stack. I push the limits on mine (Retropie mostly), so using their OS is the better bet (I use the one shipped by Retropie, which is super old).
I actually kinda hate the Raspberry Pi because of how closed it is. It’s gotten a bit better over the years, but the Pi 5 took a big step back. But unfortunately, its competitors aren’t much better, so I still use my RPis, but I probably won’t buy more.
I’m also not a fan of Debian in general, so if I switched, I would probably use openSUSE or Arch instead (I tried Arch, but it had issues syncing to disk after updates; they fixed that, but it shows that other distros will be a bit wonky). Raspbian works, so I stick with it.
My phone has a gesture for back and refresh, I’ve never used “share” (I just copy the URL from the bar), and I only very rarely use the forward option. To open a new tab, I hit the tabs and then the new tab button (at the bottom). I put the URL bar on the bottom so everything is pretty close.
I find it very economic.
Yup.
It’s a popular proposal, and gamers like to game the system.
Is that a simulator game? I thought “tycoon” was a different category.
If it fits, I’m on board with it as the GOAT.
He worked at Blizzard, but not as a developer, it’s been likened to someone who worked in the billing department at a hospital weighing in on medical care.
A QA would probably be more involved, since they would be testing the game or something related to the game. How relevant his experience was depends on what he worked on and who he had access to talk to. I learned a lot about electrical engineering while working as a software engineer at a company that built custom antennas because I talked to the EEs a lot. I wouldn’t be surprised if he had a similar experience at Blizzard.
preferring the ego boost of being a streamer
And probably the money. With a big enough audience, it pays reasonably well. I doubt his games are selling well enough to live off of.
He claims he was review bombed
He claims the other publisher was review bombed, I’m talking about his studio’s games, which do seem to be review bombed (overwhelmingly negative for recent reviews, positive all time).
I think a lot of people who are mad at him were following him
Perhaps. But a lot of people knee-jerk join the bandwagon as well. Look at everyone jumping on the Godot hate train. I refuse to form a negative opinion without being fully informed, because the cult of public opinion can be absolutely reactionary.
So I err on the side of giving people the benefit of the doubt.
And yeah, content creators jumping on the bandwagon isn’t my cup of tea, since they have a motivation to exaggerate to get views. I want a pretty unbiased, fair take, not a rage bait take, and that’s more likely to be found on a forum like this instead of on YouTube. Hence why I’m asking.
Sure, but those will usually be pieces of an app on the same host, not whole apps. Like for an inventory management app, you might have the auth server and its database on one host, the CRUD app and its database on another, and the report server, its database, and a replica of the CRUD db on another. And I use the term “host” broadly enough to include VMs on the same physical hardware. And these hosts will have restricted communication between each other.
At least, that’s how I’ve seen it done.
Self-hosters will generally run multiple full apps on one host. It’s a different setup.