• @heeplr@feddit.de
    link
    fedilink
    English
    71 year ago

    This is the problem with the Linux crowd. You guys write software to write software and not because you are a user of that software.

    It’s a problem you have since your OS pretends that Software (or a Computer in general) isn’t complex.

    Linux crowds use *NIX principles that are >50 years old and didn’t change a lot, because they work. Not because some software devs circlejerk or want to annoy you.

    • @Hazdaz@lemmy.world
      link
      fedilink
      English
      8
      edit-2
      1 year ago

      This is the most Linux-ist answer ever.

      I’m talking from a users perspective. I don’t give a flying fuck about whatever development technologies you are taking about because ultimately I don’t care. The vast majority of people don’t know - or care - how their car works. They just know it has to start. That’s how you folks lose the battle. You wrote code because you want to practice your skills or learn some new techniques or just because your bored. That’s great. That’s fine. But you’re not asking people that USE that software HOW it’s used. Next to zero effort is put into workflow. Your code might be fast. It might be bug free. Congrats, but if it takes 10 clicks to accomplish something that other software can do in 2, then that’s a problem. If the workflow is totally disjointed and not how a graphic designer actually works, then what good is that 2.735% more efficient code going to do for them?

      The fact that my post was about UI and workflow and youre talking about Unix principlea speaks volumes to why open source software tends to be so bad from a users perspective.

      • @heeplr@feddit.de
        link
        fedilink
        English
        6
        edit-2
        1 year ago

        I’m talking from a users perspective.

        no, you’re talking from a patreon perspective. You have no clue of the subject and you simply demand people serving stuff the way you think is best. Also you don’t care why things are the way they are.

        Basically a Karen User.

        The vast majority of people don’t know - or care - how their car works. They just know it has to start.

        Exactly. The vast majority buys a $50.000 car and only use 2% of it’s features. And if the manufacturer starts to charge for a feature you like or decides to spy on you, there’s nothing you can do about it.

    • Melllvar
      link
      fedilink
      English
      41 year ago

      The Unix principles generally don’t translate well to interactive graphical interfaces.

      • @heeplr@feddit.de
        link
        fedilink
        English
        41 year ago

        Which principle exactly? Early motif UIs still are in use in a lot of nieche applications.

        Not saying UI design is easy or FOSS apps shine with excellent GUIs, but they work for their users and complaining doesn’t help.

        My point is: Either improve the UI or pay someone to improve it. Or at least make a suggestion to the devs but don’t blame linux people for not providing a free product perfectly adapted to your personal habits.

          • @heeplr@feddit.de
            link
            fedilink
            English
            1
            edit-2
            1 year ago

            I was talking about all *nix-typical principles. e.g. that everything should integrate into batched jobs. Modularity. Human readable error messages. Transparent logging. Integrated software repositories & version control, man pages. file permissions & user groups. etc.

            Stuff that seems strange and unnecessary complex for new users, who don’t know how to use stuff.