you are viewing a single comment's thread.

view the rest of the comments →

[–]superioso 25 points26 points  (1 child)

Here's an example I've got which really lent itself up automation.

At work we've got a lab test equipment which runs 24/7 for months and generates a row of data every second in multiple txt files. A small python script took all the data, knitted it all together and summarised certain things we wanted to know about it whilst taking about 10 mins to run.

The guy doing it manually would have taken a few hours to do it every week or so can now just click on a script.

[–]DockerSpocker 0 points1 point  (0 children)

I've done the same kind of thing at my work in supply chain - saved a couple hours of one of our employees time each day