• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle







  • Minecraft is a procedurally generated open world video game.

    For multiplayer, the computer hosting the game has to be able to load the portion of the world for each player. Having a dedicated computer hosting the server allows for much smoother gameplay experience then trying to have a single PC both run the server and client.

    The machine we used for the server was literally one of my wife’s old work PCs and we just use it to host these types of games. We previously ran an ARC: Survival Evolved server on it.




  • You need to figure out:

    • What you like
    • What you’re good at (or can become good at with training/a degree)
    • What people will pay you to do

    If you like something, you’re good at it, and people will pay you to do it, that’s a career. Stick with it your entire life.

    If you’re good at something and people will pay you to do it but you don’t like it, that’s a job. Work it to pay the bills, but don’t be afraid to jump ship as soon as something better comes along.

    If you like something and are good at it but no one will pay you to do it, that’s a hobby. You’ll need to supplement that with a job to get by.

    If you like something and people will pay you for it but you’re not good at it, fake it ‘till you make it and hope no one notices.

    If you only like something, you can git gud or find something else. If you are good at something but don’t like it and it doesn’t pay, stop doing it. If you can get paid but you don’t like it and can’t do it, don’t waste your time pursuing it.

    Obviously, if something is no to all 3 then it’s not for you.




  • You’ve gotten a lot of good replies, so I’ll give you an example:

    My wife and I set up a Minecraft server on an old work computer of hers. We would SSH in, start the server, and play. However, if the host lost the SSH session, the entire server would crash because the session would close.

    With tmux, we could attach, start the server, and unattach. I could start the server and later my wife could attach to close it. I could SSH on my phone via iSH, attach, start the server, unattach, and close the app. We could troubleshoot mods together, since we could both see everything that happened in the session on our screens.

    It offered a level of flexibility a traditional SSH session doesn’t give.