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.

Automate the boring parts of your job

39 pointsby tybulewiczalmost 3 years ago

5 comments

Bnichsalmost 3 years ago
In my experience in larger software companies, the hardest part of automation is convincing management that it&#x27;s worth it to stop other development for long enough to automate a problem away. A lot of managers are fine throwing people at a problem if it means meeting a date and making the team look good while under the hood all the knobs are being turned by hands by an ever struggling staff.<p>And then the worst case I&#x27;ve found myself in is where the people you hire specifically to automate are told to do things manually at first &quot;until we get the automation out.&quot; Then you end up in a constant cycle of promising automation that will never exist because all of the workload is falling to the automators who have no time to fix anything.
yargalmost 3 years ago
It actually amazes me the degree to which people just don&#x27;t realise that what they are doing can be automated - even in software companies.<p>I caught my manager one day, manually traversing application screens taking screenshots and then clipping them down to size.<p>At least an hour&#x27;s work, with each and every release (or at least those with configuration changes).<p>&quot;Raise a ticket, I can do that automatically.&quot;<p>An hour later I sent her back the task for testing - now taking mere seconds, and with pixel perfect clipping.<p>It never even occurred to her to ask if that was something I could do.
评论 #32232579 未加载
评论 #32233654 未加载
tayo42almost 3 years ago
How do i automate going to status update meetings?
评论 #32233334 未加载
jnashalmost 3 years ago
Having great end-to-end tests are awesome for this exact reason. I spend 99% of my time adding new cool features instead of fixing bugs. While people I work with spend all their time complaining and moaning about all the bugs that keeps popping up in their production code.
tybulewiczalmost 3 years ago
Obligatory XKCDs:<p>- Is It Worth The Time? <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1205&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1205&#x2F;</a><p>- Automation <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1319&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1319&#x2F;</a>
评论 #32230796 未加载
评论 #32231818 未加载
评论 #32233533 未加载