TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What Do You Automate?

7 pointsby MichaelAzaabout 11 years ago
At my office, we try to automate as much as possible. We automate builds and deployment but also less &quot;techie&quot; stuff like downloading the office Youtube playlist to a local computer.<p>So, HN, what do you automate? What tools do you use for that?

4 comments

nattaylorabout 11 years ago
My threshold for considering automation is doing it once :) but if the work to automate is non-trivial, then I usually don&#x27;t get around to it until the 3rd cycle.<p>I usually evaluate a few things, in this order: 1. How much time will it take to do manually vs automated? 2. What are the chances I&#x27;m going to have to do this again? 3. Is it useful to just me, or other people too? 4. Do I get any value by doing this without automation? (e.g. will I gain insight by taking time to go through this process, that I would miss if I built a tool to just do it)<p>...but I suppose that&#x27;s mostly for &quot;tasks&quot; whereas you mean &quot;processes&quot; in the sense that a process is more difficult to automate because it has more steps and dependencies. In that case, I think there are more evaluation criteria like:<p>-What is the risk of doing this manually and screwing it up?
LoneWolfabout 11 years ago
As what I automate mostly anything that is repetitive, if I have to do it more than five times I automate it (not a hard rule).<p>About the tools I just search if there is anything that can do it, otherwise I will try to code it.<p>There is not much more to say about it.
gee_totesabout 11 years ago
My job search<p><a href="http://nolatechjobs.leesome.com/" rel="nofollow">http:&#x2F;&#x2F;nolatechjobs.leesome.com&#x2F;</a><p>Built with a chron job tied to jeckyll
Spoomabout 11 years ago
kiriappeee, your account is shadowbanned.<p>In answer to the original question, we&#x27;re similar to the poster; if it&#x27;s a non-trivial task that will need to be done more than a few times, we&#x27;ll set up a script.