Mama told me not to come.

She said, that ain’t the way to have fun.

  • 4 Posts
  • 4.66K Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • 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.



  • 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.




  • 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.



  • 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.








  • 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.






  • 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.