I beg you, if you are a developer of an open source app or program - add screenshots of your app to the README file. When looking for the perfect app, I had to install dozens of them just to see what the user interface looked like and whether it suits me. This will allow users to decide if the app they choose will suit them… Please, don’t think about it, just do it…

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    94
    arrow-down
    1
    ·
    1 year ago

    While we’re at it, I love that you let me customize the settings via a config, but for the love of god make the default config the best it can possibly be

    • The Hobbyist@lemmy.zip
      link
      fedilink
      arrow-up
      39
      arrow-down
      2
      ·
      1 year ago

      This. It should be the most sane configuration and fit most use cases and lead to an experience working out of the box.

      • charliespider@lemmy.ca
        link
        fedilink
        arrow-up
        19
        ·
        1 year ago

        I contribute to OS projects and work on one full time. EVERYBODY thinks that their obscure use case is the most common (not saying this is what you are doing).

        We get users that are completely flabbergasted that our software doesn’t offer some feature that is totally specific to their industry and has never been requested even once by anyone else previously. We’ll show them our feature request form on our site where you can also view and upvote other requests, and point out that the feature they want has never been requested. They will literally come up with some bs excuse why that is and then insist that we get on it and build out this custom functionality that they need or else they’re going to slander us on social media.

        Your app doesn’t integrate with “didLr”? OMG any decent app integrates with “didLr”!

        • The Hobbyist@lemmy.zip
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          I understand the developer POV too. It’s clear that getting the right config for most use cases is a UX problem, which may involve user studies, telemetry to be setup. Perhaps out of scope for most small scale individual projects.

          Additionally, I also fully understand that many, if not most of these projects are hobby projects and expectations from users should align with the scope of the project and the resources committed. It’s so easy to feel entitled and deserving of high quality projects but they are so time consuming.

          My comments were not for those projects but rather mature ones. And contributing to the projects is often the most appreciated way when proposing changes.

          In all cases, for any free project, it is always acceptable to answer that something is out of scope, that resources don’t allow for the feature to be implemented or that additional help on implementing it are welcome.

          People demanding something in exchange for nothing are obviously not the most welcome users :)

    • GenderNeutralBro@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 year ago

      There’s a real problem here with backwards compatibility. If you add an option for something, it makes sense to make the default match the functionality of old versions, even if it’s not the best for general use cases. That way any tools built on top of it can safely update.

      • charliespider@lemmy.ca
        link
        fedilink
        arrow-up
        12
        arrow-down
        1
        ·
        1 year ago

        Ding ding ding!

        That said, the solution is to set new defaults for new installations only and not change existing configs. Users lose their minds (rightfully so) if you modify their existing configs.

    • RickyRigatoni@lemmy.ml
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      I prefer the simple, sane defaults that work for everyone with a heavily commented config file giving detailed information on what each value for each option does, personally. Like MPV’s config file.

      • ccdfa@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        I haven’t even touched MPVs config file because I just assumed it would be empty like so much other software I use. Looks like I know what I’m doing tonight.

  • noodle@feddit.uk
    link
    fedilink
    arrow-up
    71
    ·
    1 year ago

    Sometimes I’d settled for a simple description of what the tool even is. Sometimes the readme is just straight into compilation steps and I feel like we’re rushing into something.

      • QuazarOmega@lemy.lol
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        1 year ago

        🛠️ Building

        To build the app install the gamete dependencies and run the following

        make child
        
    • Nioxic@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      A lot of documentation is like that.

      Its terrible when the software is called some random word that has nothing to do with the programs functionality

    • corytheboyd@kbin.social
      link
      fedilink
      arrow-up
      28
      arrow-down
      1
      ·
      1 year ago

      To be that dick, a headless component library is still meant to do something, show an example of it being used!

    • CoderKat@lemm.ee
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      1 year ago

      Even for a CLI tool, there should be a real world example showing how it works and what the output looks like. Eg, for jq:

      $ cat file.json
      {"field: "value"}
      $ jq '.field' file.json
      "value"
      

      And a few other examples.

  • CrabAndBroom@lemmy.ml
    link
    fedilink
    arrow-up
    55
    arrow-down
    1
    ·
    1 year ago

    Also please begin the Github page or whatever with a description of what the app is actually for or what it does. I know that sounds super obvious, but the number of times I’ve seen links that are like “I made this app from scratch for fun, let me know what you think!” and then you click through and the app is called Scrooblarr or something and it has no indication of what it actually does is… more than it should be.

  • xT1TANx@lemmy.world
    link
    fedilink
    arrow-up
    39
    arrow-down
    1
    ·
    1 year ago

    Wait what? I thought the read me file was to put as little info as possible to prove how awesome anyone was who can use the program.

    • Potatos_are_not_friends@lemmy.world
      link
      fedilink
      arrow-up
      17
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I wish there was a way to give more props to open-source repos that do this.

      I already star the project. But I’d love to say “Thanks for making a demo page it really helped!”

  • FrostySpectacles@lemmy.ml
    link
    fedilink
    arrow-up
    31
    ·
    1 year ago

    As a user, I completely agree. People often make decisions in a few seconds, and you’ve done all this work developing an app. That little extra step will allow you to make a difference to more people!

    As a developer of a Lemmy web UI, I’ve been thinking about adding screenshots to my README for weeks but still haven’t done so 🙈

    • StudioLE@programming.dev
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      1 year ago

      I imagine most single developer projects lack any design or UX so the screenshot would do little to encourage users to download.

      • RickyRigatoni@lemmy.ml
        link
        fedilink
        arrow-up
        18
        ·
        1 year ago

        I can only speak for myself and a handful of other people I know who are into FOSS, but for us we care more about it being functional than looking pretty. I just want to see what I’m getting into, a reference for what a successful install looks like, or just check to see if it’s got the buttons I want on it.

      • horrorslice@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        Is it better for someone to download it, see it, and uninstall it immediately? I’m not sure how they are tracking metrics or if they are at all.

  • Leraje@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    1 year ago

    Also, installation instructions that don’t assume you’re already an expert.

    • Dave@lemmy.nz
      link
      fedilink
      arrow-up
      10
      ·
      1 year ago

      On github you can even paste your screenshot right from the clipboard. Zero excuses for not having a screenshot.

  • 👁️👄👁️@lemm.ee
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    1 year ago

    Yup, if I don’t see screenshots for a desktop applications, I don’t bother since the developer clearly doesn’t understand what they’re doing. It’s especially baffling when it’s a WM/DE. It’s really trivial effort too. If the devs don’t get this basic point, it’s going to reflect in their poorly designed UX/UI as well.

  • Gianni R@lemmy.ml
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    1 year ago

    I think this ties in to the grander idea of: please provide information that is helpful on a nontechnical plane of thinking. It goes a very long way

  • emergencyfood@sh.itjust.works
    link
    fedilink
    arrow-up
    23
    arrow-down
    9
    ·
    1 year ago

    README is usually a text file. While some platforms can now use markdown, that is nowhere near universal. So it might be better to ask for screenshots to be put on the website / wiki.

  • crate_of_mice@lemm.ee
    link
    fedilink
    arrow-up
    19
    arrow-down
    10
    ·
    edit-2
    1 year ago

    There’s an awful lot of comments in this post from people complaining that developers aren’t making their projects attractive and user friendly enough, or the READMEs descriptive enough.

    Can I just say, as a developer with some open source projects on github, I don’t care; you’re not my intended audience.

    • mbw@feddit.de
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      1 year ago

      I find this unnecessarily derisive. There are good reasons for a UI or README not being user-friendly, the top-most one being (imo) that it is really, really hard to get right, takes a lot of time and doesn’t primarily solve the problem the project was started for.

      • crate_of_mice@lemm.ee
        link
        fedilink
        arrow-up
        5
        arrow-down
        5
        ·
        1 year ago

        You mean you think I’m being derisive? I think it’s important to remind people that not every open source dev shares their priorities.

        This whole post is filled with a really disappointing amount of entitlement and lack of self-awareness.

        • mbw@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I think you generally can’t know if someone shared their code with the intention that others may use it, but it’s a reasonable assumption.