People often ask why I contribute to open source projects or otherwise work on building automated tooling. They see me spending hours to automate a task or fix a bug that take seconds to do or avoid manually, in a way that the original XKCD comic says won’t pay off. The disconnect seems to be that the comic and those people only consider time it saves me, not time it saves the tens to thousands to millions of other people who will use the script or patch or whatever when I publish it. So, here’s a version of xkcd.com/1205 updated for making decisions that benefit a thousand people instead of just one.

  • @TropicalDingdong
    link
    English
    815 months ago

    I’m just trying to think of anything that I do 50x a day that takes five minutes.

    • @Makeitstop
      link
      English
      1475 months ago

      Not since I was a teenager.

    • @xantoxis
      link
      English
      215 months ago

      How many things does anyone do 50x a day, period? Apart from autonomic body functions I can’t think of anything. I probably don’t even stand up 50 times a day.

      • @ptrknvk
        link
        English
        255 months ago

        Sending emails, opening files, checking the database. Those are quite mundane everyday tasks of every office clerk.

      • @[email protected]
        link
        fedilink
        English
        175 months ago

        Copy, cut, paste, undo. Use those keyboard shortcuts and if you work with documents for a notable part of the day you will save a half day a year or so.

        • @[email protected]
          link
          fedilink
          English
          35 months ago

          I know some people who still do that with the right click menu. Then again, they don’t really copy-paste stuff very often. Maybe only once a week or so.

      • @sparrOP
        link
        English
        155 months ago

        I’m going to click the [-] thread collapse button on Lemmy 50 times in the next ten minutes.

      • @[email protected]
        link
        fedilink
        English
        55 months ago

        I click the left mouse button more often each day, also when you work in a production facility you have a bunch of repetitive tasks, automating them is pretty much was humanity did in the last century.

        • @TropicalDingdong
          link
          English
          35 months ago

          I click the left mouse button more often each day, also when you work in a production facility you have a bunch of repetitive tasks, automating them is pretty much was humanity did in the last century.

          How can we shave a second of the time it takes for you to click the left mouse button?

          • @ABCDE
            link
            English
            65 months ago

            Automate it.

            • @[email protected]
              link
              fedilink
              English
              85 months ago

              When you press a button on this revolutionary machine, it will automatically left click for you!

              • @kurwa
                link
                English
                45 months ago

                Something we talk about at my job is being able to do stuff in our UI with less clicks, less is better.

        • @psud
          link
          English
          15 months ago

          My mouse seems to believe there is no use case for more than ten right clicks in a row, so it corrects them to left clicks. Sucks for minesweeper.

    • @sparrOP
      link
      English
      105 months ago

      That area of the chart is for people with really repetitive jobs/hobbies. There are MANY jobs where you do the same 5-10 minute thing 50x a day.

      • autokludge
        cake
        link
        fedilink
        English
        25 months ago

        I have a lot of repetition in my job (CAD modeller). Even just knowing keyboard shortcuts & setting up shortcuts for frequently used operations can easily net me 5 seconds per operation. I want to spend my energy on solving the task at hand, not on how to use the tool in the moment. I don’t want to move the mouse away from the work area if I can help it.

        Maybe not as frequent 5 per day - but scripts for really bottom of the barrel stuff:

        • Cycle thru all currently open drawing documents, zoom to full page and force save.
          • zoom out ensures drawing can be identified from document thumbnail.
          • the software is known to crash, especially editing drawings.
          • easy 10mins duplicated work saved.
        • Printing all open drawings out to the office printer in order with a delay between them, so i don’t spend the next 20 minutes manually sorting the drawing prints.
          • printers don’t always print in incoming order, some documents take longer to process.
        • find/replace for text notes
          • the software doesn’t have that feature.
      • @psud
        link
        English
        25 months ago

        Space space space space

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        Consider using an auto formatter. I just barf my code into the editor, press a magic key combo and it’s all formatted better than I could do by hand.

        • @[email protected]
          link
          fedilink
          English
          15 months ago

          That’s the point. I automate it so I don’t have to do it manually multiple times a day. I don’t even press keys, it autoformats on periodic save.

    • Neato
      link
      fedilink
      English
      55 months ago

      Write emails? At 250min, or 4 hours it’s either a major repetitive work task or a hobby.

      Or if you’re into wargaming or model making, assembly tasks or painting.

      • @TropicalDingdong
        link
        English
        25 months ago

        Write emails? At 250min, or 4 hours it’s either a major repetitive work task or a hobby.

        Remember though, this is the amount of time savings something has to represent.

        So you still have to accomplish the task.

        • Neato
          link
          fedilink
          English
          15 months ago

          So doubling it: your entire repetitive job. Would have efficiency increased to halve the time. Pretty rare.

          • @TropicalDingdong
            link
            English
            85 months ago

            I mean, there are some lower hanging fruit.

            For example, if it takes 10 minutes to poop, but you can get that down to say, 5, with a decent centerfuge, across an entire company (1000 people, assuming every one is pooping five times a day).

      • @muntedcrocodile
        link
        English
        15 months ago

        I nolonger write emails chatgpt does that for me

  • Semi-Hemi-Demigod
    link
    fedilink
    265 months ago

    This graph needs to be put on a poster with the caption “This is what you pay IT for”

  • @[email protected]
    link
    fedilink
    English
    245 months ago

    I feel it, fellow automation-human.

    To me the automation calls harder than the gains, but when I do fix stuff for my org of 500 or so people, it is so good.

    Thanks for this!

    • autokludge
      cake
      link
      fedilink
      English
      9
      edit-2
      5 months ago

      I’ll do it for things that don’t seem like it will save much, but because it was such an infrequent task I would forget how all the cogs worked when it needed to be done again, and what pitfalls to avoid. So it’s not just direct time saved, but also increasing reliability.

    • @PlutoniumAcid
      link
      English
      75 months ago

      Also, automation is not merely a time saver but very importantly also an error preventer! That is a major reason for much of my automation.

    • @Vendificate
      link
      English
      15 months ago

      Question, can anyone please tell me what job titles cover this skill set? I’ve seen and performed a tremendous amount of this automation work by data analysts and data scientists, but it doesn’t seem to fit the titles. I’ve seen ‘process automation X’ as an example but more often than not that title seems to be used for an actual engineer in some assembly line manufacturing job rather than what is essentially a programmer/GUI automator

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        I work on business intelligence, and part of my job is automatize processes, like comercial team updates excel files and those updates needs to be updated on the database so the dashboards show the latest version. I could do the update manually, but I don’t like do that and wrote a python script that do that for me.

      • @[email protected]
        link
        fedilink
        English
        15 months ago

        DevOps for me in hardware (chip design/verification)

        You would thing a bunch of engineers would know how to use conputers, but no, they are good at chip deign. Automating stuff for them gives insane benefits and scale.

  • @Potatos_are_not_friends
    link
    English
    195 months ago

    I contribute to open source because i use the tool and the problem exists for me as well, and I know how to solve it. I don’t care if others use it or not.

    • @sparrOP
      link
      English
      15 months ago

      Would you spend an hour fixing a problem that will only save you ten minutes total in the rest of your lifetime using the software?

  • @jas0n
    link
    English
    155 months ago

    I used to write tons of automation in my previous data role. While time saved matters, the other important takeaway is reproducibility. Other people on the team were writing giant SQL scripts and highlight running each one and then manual checking to see if it worked… I’m talking about tables anywhere from 1-100 millions records. You aren’t checking shit by skimming a top 1000. And what a ridiculously error prone process that is. Take the human out of that equation!

    If the data came out wrong, it would be because the data came in different/corrupted, not because I missed a query. Speaking of different causing problems… one time a company sent us data that was fixed width by character instead of fixed width by byte. Smh…

    • @diffusive
      link
      English
      65 months ago

      This! The point of automation is rarely saving time. The point of automation is increasing quality.

      It can be a data quality, it can be mitigating a production risk, can be avoiding regression.

      Heck even unit tests are automation (you may just manually test your code once and call the day).

      I am not saying that automation is always good, but the evaluation should be

      1. what is the cost of production/data quality/regression gone wild? (Possibly in€/$/¥)
      2. what is the cost of the person/team performing the task over 1 Year (Again, £€$¥)
      3. what is the expected cost of the person/team implementing automation?

      Then you do (3)*3 - (1) *3 - (2). Is it positive? You do, is it negative you? You don’t. The more it’s positive the higher the priority of doing.

      Why the *3? The first because the expected cost of automation is always massively underestimated The second because it takes multiple times something goes wrong till the decision is reconsidered 🙂

      Why 1 year? Because generally the task to automatize changes or disappear

  • @[email protected]
    link
    fedilink
    English
    115 months ago

    I hadn’t ever seen this XKCD, but as someone who’s constantly worrying about spending too long solving silly problems, this is really encouraging. Even more so when you solve someone else’s problems and save them time. Thanks for the share!

  • @[email protected]
    link
    fedilink
    English
    -69
    edit-2
    5 months ago

    Did you seriously see an xkcd from 3 or so years ago and get so angry that you felt the need to run and post in a forum about how they are wrong and you are actually the savior of humanity?

    Heh, I can’t wait until the person who insists that detecting a desired action based upon CPU temperature is actually a very important workflow and an example of why developers need to be wary of fixing bugs

    • @CarbonatedPastaSauce
      link
      English
      435 months ago

      You appear to have completely misunderstood OP. There is no anger or correction of the original comic here.

    • @[email protected]
      link
      fedilink
      English
      195 months ago

      Ummm … are you ok?

      It’s a good point to make and interesting to see how the numbers shake out … both of which come together to make the broader point that many people probably have bad intuitions for what these numbers look like.

    • @sparrOP
      link
      English
      65 months ago

      Most of my motivation here was recurring conversations with friends and colleagues and strangers about how much time I put into making small contributions to open source projects.

      • @[email protected]
        link
        fedilink
        English
        -55 months ago

        If you are having recurring conversations with everyone you know (… and apparently many you don’t?) about spending too much time “making small contributions”… you probably need better time management skills.

        And yeah. That is pretty much what I assume happened. You made a comment about how you spent twelve hours optimizing the way you read your email. Someone jokingly pasted an xkcd comic. You went “well ackshually” and decided you would argue that you are saving the world by saving everyone else time and blah blah blah.

        Which is how most of these go. Because people either seem to realize they are supposed to laugh along with xkcd in a “Well… uhm… Okay, you aren’t wrong but… I got nothing” kind of way or they laugh until they feel “called out” and get set off.

        • @sparrOP
          link
          English
          15 months ago

          How did you get from “People often ask” to “having recurring conversations with everyone you know”?

    • @Luvs2Spuj
      link
      English
      35 months ago

      Did you seriously see an edit of an xkcd from 3 or so years ago and get so angry that you felt the need to run and post in a forum about how they are wrong and you are actually a massive douche?