• 3 Posts
  • 276 Comments
Joined 3 年前
cake
Cake day: 2023年9月1日

help-circle



  • Haha, me too. I watch a streamer, Vulrhund, fight ten thousand zombies and end up in a powered bachelor pad that he built, plastered, painted and furnished over the course of an in game year…

    Meanwhile I have like 500 hours and my last death was eating lethal mushrooms I foraged on day three. My best run ever was maybe 2.5 months. I’m not sure I’ve ever actually lived long enough to harvest any crops I planted.












  • I’m not quite sure what the advantage of doing it that way is

    If I had to guess, it just kept the programmers from being super lazy about it. If the individual enemy AI doesn’t have exact coordinates of the player, it actually has to move around, search a space, potentially manipulate the environment, and possibly fail to find the player, versus doing what is effectively an idle animation while waiting for the player to step out of cover.





  • So, the answer to the question “Can Linux directly host another Unix-like operating system’s binary interface?” at the moment is “partly, experimentally, and impressively.”

    As if there was any question on that? You can have Linux “handle” Windows PE binaries by telling it to invoke wine, dealing with a Unix-like scenario is a much lower bar.

    The question is who is this useful for? FreeBSD has the Linux compatibility layer because it’s playing catch up to Linux, but the Venn diagram of stuff FreeBSD can do but Linux can’t is tiny, especially if extra special kernel feature stuff is stubbed.

    Can anyone name a project that is BSD first, doesn’t rely on BSD kernel features, doesn’t have a native Linux port, and isn’t a distro tool?