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.
Comment on Is It Worth The Time? XKCD 1205 updated for open source and shared tools.
stanka@lemmy.ml 9 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!
PlutoniumAcid@lemmy.world 9 months ago
Vendificate@lemmy.world 9 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
driving_crooner@lemmy.eco.br 9 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.
stanka@lemmy.ml 9 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.
autokludge@programming.dev 9 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.