• 3 Posts
  • 286 Comments
Joined 3 years ago
cake
Cake day: September 1st, 2023

help-circle








  • 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 much defeatism! You can still get a house like that for cheap. Just cut out the avocado toast, ask Mom for a six figure loan, then find a gem property in the local airport flight path, next to a slaughterhouse, an AI data center, built on reclaimed landfill, and across the state highway from a pet sematary. You can get it for under a million easy!

    That’s what I did, and I’m living the dream. My reanimated dog gets sick every time he drinks from the oily puddles of blood and liquid fat that bubble from the ground constantly, but I did it, I own a home!




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