• 2 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
rss

  • I don’t know about the framework laptop, but about the Minecraft question:

    Yes, you can absolutely run Minecraft on Linux. It runs on top of Java, so it doesn’t really see the difference between the 2 OS. In fact, I’ve found that Minecraft runs faster for me on Linux than on Windows. The only thing that might not work is the official launcher, but that can be easily replaced (with the added benefit of improved functionality). I can recommend Prism Launcher, but really anything works.

    About Bedrock, that’s a different story. Microsoft revamped the PC port of Bedrock, and now calls it “Minecraft for Windows”. It’s fully compiled, and it won’t run natively on Linux. However, I still believe it can be made to work with some Wine trickery.




  • Master/slave indicates a relationship between two things. You can have masters and slaves in mechanics, for example. We’ve also had masters and slaves for decades in the tech field. Drives and floppy readers used to be configured in a master/slave setting. And of course, you have masters and slaves in programming.

    None of these examples have anything to do with race or human slavery. They’re just a way to describe how two things interact with each other. Human slavery is called that way because the relationship between the slaves and the masters can be described by that word, not the other way around.

    It’s clear that we should stop using racist words with racist intentions. No-one argues that human slavery should be allowed. However, in this case, there’s no intention of racism in the words, and we shouldn’t stop using words just because they can be used in a racist setting. Same thing goes with black paint. It’s clear that the word black is describing a color, and it is needed to correctly describe it.











  • Java code is run inside a client (JRE) that provides it a non system-dependent runtime environment. If there’s a JRE for your OS, all java programs should work fine regardless of the OS.

    This is the case with Minecraft, for example. When the launcher was still based on Java, you could run the Windows executables on Linux and it worked.

    However, some programs might still not work on another OS despite it having a JRE. That could be caused by intentional limitations or the use of a system-specific library.