• Phoenicianpirate@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 hours ago

    This reminds me of soda/beer can designs. You know the hole in the ring tab? I used to believe it was there only for it to provide better grip for your finger when opening it. Turned out it was also there so you can fit a straw and have a way of stabilizing it.

    Most people had no idea about that.

    • Lightfire228@pawb.social
      link
      fedilink
      arrow-up
      10
      ·
      8 hours ago

      I’m not sure that’s their intended design. Old pull-tab cans actually had a ring for you to pull them off (similar to “easy open” soup cans of today)

      I’d imagine that as the tab shrunk and changed from pull to a lever action, the “ring” was left as a vestigial design (as a form of skeuomorphism)

      • Phoenicianpirate@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        Yeah I remember those. Where I grew up that style of ring pull was the dominant style.

        One reason why that style was retired in many places was to reduce waste. When you had a ring pull tab that peeled off, most people threw that away separately. I remember seeing those tabs being thrown all over the place.

  • Aceticon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    16
    ·
    12 hours ago

    Look, computers are like idiot savants - incredibly fast and capable of doing all sorts of things with mindless determination, but without a shred of common sense - so when you’re programming you have to literally explain everything including what for you is obvious and there is a whole class of bugs (around corner cases and boundary conditions) related to the programmers not explaining absolutelly everything and forgetting some really rare or unusual situations.

    For documentation purposes one should assume that at least some users are like computers, without the savant part.

    • Alaknár@lemm.ee
      link
      fedilink
      arrow-up
      11
      ·
      12 hours ago

      I write mine with a simple mindset: “imagine we go outside with a net, catch a random person off the street, sit them at the PC and tell them to do X. Will they manage, following this documentation?”

      I also number every step (even if they’re stupidly simple and could technically be jumbled into a single sentence), so that when a user calls me asking for help with something documented, all I need to do is ask them “at which step of the instructions are you encountering the problem”, and then they hang up because they never read the instructions in the first place. Saves a lot of hassle!

      • noughtnaut@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 hours ago

        I have never put it into words like that, more like “make zero assumptions”.

        I suppose that being overly thorough can make documentation prone to becoming tedious (unless cares is taken to not talk down to the reader) or too tightly coupled (incurring the need to be updated more often as details of the process change).

        How do you usually deal with that aspect? What I do is to make the documentation easily skimmable (for advanced readers) and just accept the need for rework.

        • Alaknár@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          9 hours ago

          How do you usually deal with that aspect? What I do is to make the documentation easily skimmable (for advanced readers) and just accept the need for rework.

          Confluence’s “Expand” element. Make everything into an easy to read task-list, but if more details are necessary, just expand a step and get an “idiot proof” description. Bookstack allows that as well, even better, because you can nest them (Confluence had that up until they “updated” the editor and killed half the features).

          EDIT: “Include Page” in Confluence also works wonders here. For example, I have an article describing how to RDP to our AD server. In all articles that describe a process that needs to be done on the AD server, I just include that page. If any connection details change, I just edit the original article and the changes immediately propagate to all the other instances.

  • slappypantsgo@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    9 hours ago

    The worst is making it about intelligence. Most of the time, the stuff that is “obvious” is not so obvious to most people. Being an arrogant fool about it only makes things worse.

  • ulterno@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    ·
    16 hours ago

    It is a common sense feature.

    You got to keep the tea bag higher than the water so that the string is up straight for the capillary action to take place, so that the water goes up to the teabag and fetches the tea back into the mug.

  • IrateAnteater@sh.itjust.works
    link
    fedilink
    arrow-up
    102
    arrow-down
    2
    ·
    1 day ago

    Every application kind of needs two modes: a default mode where the user is railroaded into making the right decision, and an “I’m not an idiot and will actually read the documentation before/after trying to make things work” mode. If you stick the toggle for the two modes somewhere that you’d only find by reading the documentation, people will automatically categorize themselves into the mode the ought to be in.

    • entwine413@lemm.ee
      link
      fedilink
      arrow-up
      75
      ·
      1 day ago

      You actually need proper documentation, though. I’ve had to read source code to discover or figure out how to use cli flags way too many damn times. (I’m not a real programmer, I just work on infrastructure).

        • entwine413@lemm.ee
          link
          fedilink
          arrow-up
          3
          ·
          15 hours ago

          I guess I shouldn’t have switched from CS to IT when we got to recursion (I can read it, but I can’t write it to save my life)

          • NovaOG@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            8 hours ago

            Thats totally fine for someone learning. Some really good coders i know still cannot explain complicated data structs or complicated topics. Nobody can “measure” you as a “real programmer” anymore, try as they might to replace us with LLM AI. You wrote code? You’ve been thru it? You’ve learned a good amount? You’re a programmer.

    • shneancy@lemmy.world
      link
      fedilink
      arrow-up
      33
      ·
      1 day ago

      android does it well, if you want “developer” mode that let’s you have better control over your system you have to do some funny IT rituals you can only access by 1. knowing they exist 2. googling how to do it

      • 0ops@lemm.ee
        link
        fedilink
        arrow-up
        26
        ·
        1 day ago

        Steam OS has kind of the same philosophy too. Normal users can treat it like a switch, only ever downloading from steam, and have a perfectly intuitive experience. But power users still have the options to run other software, customize the os, and even outright replace the os.

        • Aviandelight @mander.xyz
          link
          fedilink
          arrow-up
          6
          ·
          24 hours ago

          I love my Steam deck for this reason. I started out using it to replace my switch and now I’m easing my way into learning Linux.

      • communism@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        1 day ago

        Although it’s pretty easy to stumble upon some guide that you don’t understand that gets you to enable dev mode. Not saying it happens a lot, but there’s not a very high bar for the test for enabling dev mode.

  • UnfortunateShort@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    ·
    23 hours ago

    There is no such thing as a feature that doesn’t need documentation. Anyone who thinks so is asking everyone else not to use it

    • MonkderVierte@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      13 hours ago

      polylactide, a bioplastic

      So it does exist, and is cheap enough to use in teabags. Why not use it more, to pack vegetables snd stuff?

      • AnyOldName3@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        7 hours ago

        That kind of bioplastic tends not to biodegrade naturally, instead requiring a heated industrial composter with specially engineered enzymes added. If it’s disposed of properly, it’s great, otherwise it’s no better than traditional plastic but costs more. Also, not all bioplastics biodegrade at all as all the word means is that the source material is biomass rather than oil.

        • MonkderVierte@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          6 hours ago

          So even if you burn it with the trash, the C goes back to the natural cycle, instead of additional C we pump out of deposits of warmer times, we make plastic off. Still sounds better to me.

  • Taleya@aussie.zone
    link
    fedilink
    English
    arrow-up
    11
    ·
    23 hours ago

    I write two forms of documentation:

    One is an in-depth description of function, form and reason to understand and advance on the principles, stepping through processes and offering the opportunity to build on it if they choose

    The other is designed for a hungover tech with a screaming customer on the line who just wants to know what to do to make it all go away.

  • egrets@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    1 day ago

    The sort of end user that gets common sense stuff wrong is not the sort of end user that would ever have read the documentation anyway 🤷

  • Blackout@fedia.io
    link
    fedilink
    arrow-up
    10
    ·
    1 day ago

    Making apple pies is much harder cause you have to build a universe first. I just skip right past those recipes.