Gay furry IT person.

  • 1 Post
  • 34 Comments
Joined 3 months ago
cake
Cake day: April 11th, 2024

help-circle






  • At its core it is a sandbox war economy simulator in space with some bad (optional) story tacked onto it. It offers some tutorials but most things will be learning-by-doing. The battles are quite fun and you can participate with whatever ship you like, from fighters, frigates or corvettes all the way up to destroyers and carriers. Building your own stations to fill the deliberate shortages of the NPC economies is very satisfying and the station designer is easy to use. The universe is somewhat dynamic with warring factions being able to take over territory of other factions and the Xenon faction posing a threat to everyone although these changes are slow so you won’t be rushed into defending yourself (except if you setup shop near enemy territory).








  • I really wish we’d have chosen a term that does not include “sex” because it leads to a distorted view such as yours that it must be sexual. It’s in the name after all, right?
    But heterosexuality has been promoted to kids for ages now! Children’s shows include married couples for example (husband + wife) or the main character goes into a relationship with a character of the opposite gender. So why does the same thing suddenly become “grooming” and “inappropriate” when it’s husband + husband or wife + wife?

    Also, covering homosexuality in school does not equate to having “kids choose their sexuality”. Not to mention that it’s not a choice anyway.



  • Don’t think it would be that easy. What Yast does is creating a middle layer between the actual config files and the user. You can look at it, most (if not all) of it is stored in /etc/sysconfig. Yast generates the actual config files out of what is stored there. This can be a headache because editing the config files directly will sometimes lead to them just being overwritten bei Yast again.
    This is probably the reason why other distros don’t even want to adopt Yast, it would have to fundamentally change how it interacts with the config files.
    And the cool new thing is Cockpit anyway, even though it can do only a fraction of what Yast can last time I checked…



  • No, the equivalent would be a kernel panic that the other user had linked. This is a situation where the RAM is fully used and a program’s request for memory cannot be fulfilled. This is still a very bad situation because pretty much everything will grind to a halt. The Linux kernel thus makes a decision to kill a process (or multiple) until enough RAM is available again. Usually it kills the process with the most used RAM, but there’s methods to influence the decision.