Let the apologists have a field day in the comments.

  • Lka1988
    link
    fedilink
    English
    40
    edit-2
    3 months ago

    I don’t care if settings are done by GUI or terminal, I just want clear and concise descriptions for specific settings and not a condescending “go read the man pages you fucking noob”. I’ve been fucking with Linux for over a decade now; a lack of clear documentation is not my problem, and at this point is unacceptable.

    • Psychadelligoat
      link
      fedilink
      English
      203 months ago

      Especially when the settings are named the same/similar as other apps but do different things

      Just fucking comment line quickly what the fucking thing does you dickheads, or use your settings page for more than 3 things and stop hiding everything else in your fucking .YAML (also Stop using .YAML)

      • Lka1988
        link
        fedilink
        English
        13 months ago

        YAML is good for scripting services (like docker stacks), but otherwise I agree, stop using it for absolutely everything.

        • @[email protected]
          link
          fedilink
          0
          edit-2
          3 months ago

          I actually looked into it, although I didn’t like very much that the config file is actually a program and an odd language. They should have used something commonplace like JSON

      • @[email protected]
        link
        fedilink
        0
        edit-2
        3 months ago

        At this point, TOML is my favorite since it basically amounts to an attempt at standardizing the .ini/.conf style of config “language”/files. It’s still simple enough, but pretty powerful, and was seemingly good for the Rust and Python projects to be convinced to choose it as a default…