• 271 Posts
  • 1.73K Comments
Joined 1 year ago
cake
Cake day: February 10th, 2024

help-circle
  • mox@lemmy.sdf.orgtoTechnology@lemmy.worldServo vs Ladybird.
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    8
    ·
    8 hours ago

    “Personal politics” is a vague phrase that generally just means someone’s views and priorities. There is nothing pejorative about it, nor in the way he used it.

    In other words, Andreas insists the OS developer be referred to as “he/him” instead of not assuming gender.

    The build instructions in question follow English language conventions that have existed for hundreds of years (and are shared by more than few other languages). All he did was decline someone’s proposed change that would have applied a very new convention regarding pronouns for a hypothetical person. This is not the same as insisting that anyone refer to anyone else in a particular way.

    It’s also not unreasonable. We can ask people to adopt new conventions, but we don’t get to expect or demand it.

    Change to a language takes time.

    It’s textbook misogyny.

    No, it is not.









  • It reduces the drive’s lifespan.

    Let’s remember that swapping frequency and volume are system-dependent; practically zero on many systems. On a well-provisioned system that doesn’t swap much, having swap space on an SSD can be easier on the environment and wallet than buying and powering a separate device for it.

    Nevertheless, I agree that minimizing SSD writes is worthwhile, and reject the notion that an SSD’s useful lifetime ends when I’m done with it. (See my other comment.)


  • I try to keep in mind that replacement shouldn’t mean landfill. When my needs have outgrown an SSD, it gets repurposed, donated, or sold. Old ones still work great in computers used in education, special-purpose systems, test environments, refurbished laptops, appliance-like machines, etc.

    In the long run, conserving SSD life while I own it translates into less waste and pollution in the world.












  • I can’t tell from that error message whether the inner quotes are being discarded when the command is run, or just hidden when the error message is displayed.

    Too bad it doesn’t tell you what part of the command is causing the syntax error. Have you checked for more info in the output of journalctl --boot _UID=1000? (Assuming your user id is 1000 and you use systemd.)

    Re-reading the spec page that I linked above, I see reference to both a general escape rule and a quoting rule. That could be complicating things with the quotes and backslashes, and maybe even the dollar signs and semicolons, which apparently are reserved. In case it helps, I don’t think those semicolons are needed at all.

    Before diving deeper into escaping rules, though, I would consider whether it’s time to move the whole command line into a script, and simply pass %f to the script in your Exec= line. That would avoid the need for nested escaping/quoting, and allow you to write debug information to a temporary file when the script runs.





  • Good point. I forgot about that possibility because I don’t spend much time playing in Open mode.

    The same thing tends to happen on stronghold carriers in Solo mode, I suspect because Frontier programmed the game to spawn a bunch of NPC ships eager to dock with those carriers when a mini-instance is created. You can be the only player within light years, and still have to wait several minutes for all those NPCs to leave before you can dock.

    *facepalm*