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.

  • driving_crooner
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 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.