• fatalicus@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    3 days ago

    Instead you would have a different problem.

    And someone would definitely comment that you wouldn’t have that problem on their distro.

    • halcyoncmdr@piefed.social
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 days ago

      And even if you did… You can fix it yourself. And submit the fix for others.

      Ignoring that 99.999% of people have no idea how to even begin to write code and believe the terminal to be “hacker mode”.

      • vandsjov@feddit.dk
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        And then you have to figure out how to use git. I want to help OSS projects with translations and often run into having to submit translations through git or some other user hostile interface, using some obscure file format that I also break in the process…

        Some projects do use some nice web gui and I help there, but I have enough other things going on in my life that I skip the hard to help projects.

        • halcyoncmdr@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 hours ago

          From what I’ve seen in relation to translation stuff, good projects looking for community help like that will go two ways.

          1. They have translation files in a standard filetype that a translator can work from and just submit via an email to the devs. They will then convert that as necessary to whatever system or syntax their specific project uses.
          2. They will have a translation guide that explains the specific syntax their system uses, with examples, so they can just drop the file in when it is submitted. Also usually submissions via email or something simple anyone can do easily. The file format itself will usually be editable in a standard text editor so any computer can open it without needing any special software.

          Requiring a volunteer translator to submit something like that through git is ridiculous. It’s exactly the thing a software engineer would so no issue with. The same thought process that says a direct API is all the end users need, a GUI is a waste of time and dev effort. The entire reason front end UX teams are so important.