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: How did you automate your day job?

96 pointsby amerf1almost 6 years ago
Curious to hear stories of people who automated their 9 to 5 jobs

18 comments

japhyralmost 6 years ago
I was a high school teacher in a school that worked primarily with underserved students, who often had transcripts with many academic gaps. So we had to spend more time than usual examining transcripts to make sure students were taking the right classes to graduate. It was a small school, with three teachers and a few support staff. We literally spent hundreds of hours each year poring over text-based transcripts with students, parents, and each other.<p>I spent one staff training day writing a script that parsed the transcripts and generated a visual transcript for each student. It had gray bars showing how much credit was required in each subject area and subdiscipline area, and green bars showing how much credit students had earned. For students close to graduation, it also generated a list of the classes they needed to take. What used to take 10-15 minutes for each student, and was error-prone, now took 30 seconds to 1 minute.<p>The really interesting and satisfying part wasn&#x27;t just noticing how much time was saved. We ended up spending just as much time with each student and parent&#x2F;guardian, but the conversations focused much more on how students could get through to graduation. What used to be a frustrating period of analyzing past failures became a focus on what students could do now that they were focused on graduation.
评论 #20574465 未加载
评论 #20591060 未加载
codingdavealmost 6 years ago
I once took a temp job to get some quick spare cash after a failed startup attempt that wiped out my savings, when I still wanted a bit more time before getting another coding job. I ended up helping with some general office work in a mortgage bank, in a department where some accountants would look at all the applications that fell in the grey areas where it wasn&#x27;t automatically accepted or rejected. They entered the data in a spreadsheet, then looked at other pages of the spreadsheet to see if it was OK to approve or not. Ultimately, there was no grey area... just humans in the middle when it was close.<p>So I wrote a button (VBA, in Excel) for them that would just do the lookups, and send the correct email response back to the original loan officer. It worked well. They sent my button to all the loan officers, and that department was no longer needed, at least not for anything other than some basic communications asking applicants for more info once in a while.<p>I had a fun conversation with their IT department, too, when they found out that a temp had automated a department.
评论 #20577054 未加载
ruairidhwmalmost 6 years ago
When I worked as a lawyer, one of my tasks as a junior was to check the court lists every day against the spreadsheet of clients we had who were involved in litigation. If their name appeared then I had to send an email to the relevant lawyer containing the information.<p>This took about 30 - 60 mins each day and was monotonous. Just copying and pasting the client name into the browser search tool.<p>I automated the process, making a small website which lawyers could add their client and would receive an email if the name appeared in the court lists. I ended up turning it into a small SaaS business for a while and sold a licence to my company.<p>Not a huge victory but it felt great at the time!
评论 #20675239 未加载
MaanuAiralmost 6 years ago
I deal quite a lot with JIRA at my job, as this is a corporate tool.<p>Often, I get questions about the content of these JIRA issues, by issue key: either orally (&quot;hey, what about PRJ-12345 ?&quot;), or in plain text format in email, i.e. &quot;PRJ-12345&quot; _without_ the hyperlink of course. That could result in going to a <a href="https:&#x2F;&#x2F;jira.domain.tld&#x2F;browse&#x2F;PRJ-12345" rel="nofollow">https:&#x2F;&#x2F;jira.domain.tld&#x2F;browse&#x2F;PRJ-12345</a>, or even <a href="https:&#x2F;&#x2F;anotherjira.domain.tld&#x2F;browse&#x2F;QSK-54321" rel="nofollow">https:&#x2F;&#x2F;anotherjira.domain.tld&#x2F;browse&#x2F;QSK-54321</a> (yes we have two, separated, instances running).<p>Like dozens of time a day.<p>As the JIRA UI does not make it fast enough for me to lookup for such issues so often (and having two different URLs do not help), I wrote a little Hammerspoon script that listen to a keyboard shortcut key.<p>When I press it:<p>- if a JIRA issue key is currently highlighted on screen: it just points my browser to it - if no, an interactive auto-suggester appears and I can type in the issue key, so that I can browse to it immediately as well.<p>Only a very small automation, but I literally save several precious minutes per day. Mentioning here since the idea might be helpful for others...
评论 #20579278 未加载
评论 #20580883 未加载
audiometryalmost 6 years ago
I am a trader. A million different factors drive commodity prices, and their significance ebbs and flows over time in unpredictable ways. So typically you&#x27;ll have a spreadsheet that monitors one of these occasional factors. You run it 98 days in a row and it&#x27;s irrelevant. This lulls you into complacency on the 99th day, where you don&#x27;t look at it, and on the 100th day suddenly it becomes relevant again and you didn&#x27;t notice it in time because you hadn&#x27;t checked the spreadsheet.<p>So my agenda has been to move the analysis corpus into Python, directly talking to Bloomberg and other data sources. Then these things run automatically and can flag me when they&#x27;re significant. Rather than trusting me to check scores of spreadsheets and wading through endless True Negative results.<p>When I started working, Excel was the powertool that allowed a junior to outperform dinosaurs using calculators, and make an outsize impact. My feeling now is that Python and similar tools are the equivalent of my Excel 20+ years ago, and Excel is the &#x27;desk calculator&#x27;.
评论 #20587165 未加载
评论 #20584655 未加载
评论 #20584691 未加载
FearNotDanielalmost 6 years ago
I actually got my first dev job by doing exactly that. While I was searching for a new career and vaguely interested in something to do with IT, I was doing short-term temp work as an office admin. One was in a startup - not tech-related - where I spent most of my day searching for customers&#x27; names and addresses in a spreadsheet, then copy-pasting them into a bunch of Word templates and printing them out. I already knew about mail merge, but in this job the particular set of docs to be generated would be different according to the specific circumstances of each individual case, along with one or two customer-specific paragraphs that came in an email and had to be pasted into the document.<p>Having been a hobby programmer as a teenager, I had a hunch this could be made more efficient. Once I discovered VBA (what? Excel has its very own programming language BUILT IN?!) I quickly threw together some macros and an Excel form that generated the whole personalised document set in a few clicks (what? you can write code in Excel to control Word? This is AWESOME!)<p>At the time I was sharing a house with a couple of CS students and one of them let me borrow a very academic textbook about this wacky thing called SQL. I fell in love with the idea of tables and joins and stored procs, skipped over all the difficult maths parts, and discovered back at work that the funny icon next to Word and Excel called &quot;Access&quot; was actually a SQL database. Feeling like I had all the power of the universe at my fingertips, I hacked together a custom CRM system which pretty soon the whole office was using, and pretty soon it started grinding to a halt.<p>Round about then the company hired its first IT Manager, he liked what I had done and said: maybe you should check out this new thing called SQL Server 2000, do you want to be our Database Developer? So I shifted the back end over to SQL then discovered .NET 1.1 and started writing better front ends and hired a small team to take it over.<p>So yeah, I kind of fell into business app development by accident just by automating my very repetitive office admin job. That was 15 years ago, and I&#x27;m still getting paid to automate other people&#x27;s 9 to 5 jobs.
评论 #20590671 未加载
alsysadminalmost 6 years ago
I was a VMware admin primarily for years in engineering shops and everywhere I worked constantly had issues with resource allocation, which team had the most resources deployed, who had the most idle vCPU and memory running...<p>At one company pretty much my sole job for 2 days a week was to look over utilization by team, shutdown idle VM&#x27;s and check for any that were provisioned with too many resources. I&#x27;d have to e-mail the team, power them down and resize the resources and boot it back up, etc.<p>I automated all that with scripts, from the team e-mails with a nice HTML table report of the pending changes to actually running the operations to resize and power off the machines. I was pretty proud of all that work.
s9876121almost 6 years ago
A major part of my job is to create reports. These are mind numbingly created in Powerpoint &#x2F; Word with graphs from Excel. I&#x27;ve been told that automating any of the reports I do is basically impossible. I&#x27;m expected to do overtime as needed to get reports done on time. This happens most weeks.<p>Unfortunately scripting and devops aren&#x27;t a thing where I am even if they could be applied. I&#x27;ll need to find another corp. The next position I&#x27;m going for in is DevOps. But I haven&#x27;t got enough of the silly certs &#x2F; experience yet.<p>If only I had time off to study and wasn&#x27;t creating reports all day. Then I&#x27;d be able to build my project portfolio and do the exam preparation. I&#x27;ve been here 18 months doing nothing but reports and a little system administration. My plan is to be here for no more than 36 months as this level of manually creating reports is too mind numbing.<p>Also me:<p>I generate a very important report for presentation each Monday afternoon and it takes around 4-6 hours of data gsthering and preparation. For the first four weeks I did it manually then realised I could automate some parts and then gradually up to all of it. Now it takes 30 minutes of script runtime with no manual intervention.<p>There&#x27;s a patchwork of many other 1-2 hour reports I do across other days. They are now all fully automated by me. They take around 5 minutes of script runtime but no interaction.<p>I have another big report about to be assigned for Fridays. Its expected to take around 5-7 hours of manual collation. My estimation is that I will be able to run this in around 20 minutes.<p>In all I generate multiple word documents and powerpoint documents using excel spreadsheets with most of the heavy lifting being done using python, powershell, R and an ecosystem of little elixir critters.<p>As soon as I reach 24 to 36 months I&#x27;ll have everything lined up and I&#x27;m out of here. I&#x27;ve done enough networking with various people to know that my portfolio of experience is relevant and useful. I&#x27;ve gotten my interview skills up. Plenty of my contacts agree.
darrenwestallalmost 6 years ago
I became a manager and delegated everything.
评论 #20578890 未加载
评论 #20578236 未加载
compliance_techalmost 6 years ago
I work in compliance for a major bank. Our process to investigate odd spending&#x2F;payment patterns could not have been more manual. Essentially, cases alert according to a variety of rules and you investigate accordingly. Everything starts in Excel and you know what to look for based on why the case alerts. I automated everything (analysis) required in Excel using VBA. Did not know any programming prior to this but I did know this was the point of using computers (&quot;bicycle for the mind&quot;). Learning VBA was a little painful but eventually I figured out how to control a web browser with it so I would pull the required documents from the web. From there, I got Excel and Word to talk and auto-generated our summary memos. So, pretty effectively automated myself out of my position. The lesson is, while I thought it was all pretty straight-forward, many of my colleagues found my new work flow challenging to use and were pretty concerned my path would put us out of work eventually, which was only kind of the goal. Have since rewritten everything in Python, which is a comparative joy, and I&#x27;m now working on using machine learning, NLP, NLG to replicate some of the same work to be more intelligently automated.
davchanaalmost 6 years ago
Not a day job, but while looking for a day job, I came across a process, where a state run department has multiple openings; you upload your resume things like name, details, previous jobs, address etc to a standardized form, &amp; then at job search page, just click the listing, review the text, click Apply, attach your standardized auto generated resume by click of a button, agree to their t&amp;c with a checkbox, &amp; click Apply, &amp; note down the information from thank you page about job number, city, position, department, type etc. All of these 6-7 pages had unique URL, &amp; all html was nicely generated with proper css id class names etc.<p>After spending about 5 Sundays doing this manually, I quickly wrote a JavaScript bookmarklet where it gets the current URL, &amp; switch case calls the required function. Each page had different function to look for element, focus, highlight for me, &amp; click it. The last page all required information was loaded &amp; sent to a Google script for spreadsheet.
TheGabeManalmost 6 years ago
Last year in school I also worked for a car dealership one day a week. One of their employees transfered a task to me. She showed me a spreadsheet in Lotus 1-2-3, in which they had a list of cars with the day the received the car and they day the sold the car. She was counting the number of days in between and entered that number into the next cell. Took here 2hrs each week. During the explanation by her I already showed here how to do this with a simple formule. She was ecstatic.<p>Second thing I automated was automating their invoices. There was AS400 system that generated a CSV file which they printed. Then they opened a template Word-document and manualy copied the data from the print into the document, printed that and continued with the next. With some simple marco&#x27;s I saved them about a days work every week.
geocrasheralmost 6 years ago
I don&#x27;t automate my job specifically (I&#x27;m a tech trainer, currently) but when I have optimized myself heavily using AutoHotKey. I spend most of my time these days between Slack and a bash prompt, and so I have created macros for myself. I lean on it pretty hard, and have cut down the amount of typing I do simply because I can now type &quot;yyy&quot; to get &quot;Yup.&quot; and other silly optimizations that save me time and effort, mostly cumulatively. There are few big optimizations to be gained this way, but they add up. I also have entire phrases and paragraphs macro&#x27;d for the same reasons, as well as common typos. It doesn&#x27;t sound like much but these things save me a lot of time.
hajimexalmost 6 years ago
I think, before automation, konmari method is more important. If the job doesn&#x27;t spark joy, we should get rid of it
jonny789almost 6 years ago
I have been assigned a work in which data is uploaded every month into a web portal for hundreds of items, manually doing so takes 1-1.5 hour. But after automating the uploading task using python beautifulsoup and requests module, it gets done in few minutes.
gaddersalmost 6 years ago
I had to compile reports from Jira of tickets in a release that weren&#x27;t &quot;in standard&quot;. I wrote some Excel VBA that got the details via the Jira rest interface, formatted a report, and sent it round to the &quot;offenders&quot;.
s09dfhksalmost 6 years ago
Haven&#x27;t totally automated my entire job but a small portion of what I do is configuring a fresh aws account some core services (SMTP, NTP, LDAP etc etc) and the associated VPC configurations before handing it off to the devs.<p>Wrote a pretty simple python script that takes some inputs, cidr range, account name, jira ticket etc, and sets up all the terraform, ansible groupvars, ssh key generation, secret storing and a few version control check-ins. Reduced the footprint from a few hours to literally less than one minute.
c22almost 6 years ago
My first job was doing restock for a small independent retailer. The only report we could print showing inventory was inclusive of all the items we had ever carried, regardless of current status. The software was very limited and there was not much in the way of filtering. The best you could do was break the report up into ranges by vendor.<p>So my job was to go through the alphabet printing reports (e.g. &quot;every item from a vendor that starts with &#x27;A&#x27;&quot;). I&#x27;d take this report, which for some letters was over a hundred pages long (about 20 items per page) then, using a highlighter and a ballpoint pen I&#x27;d go through the report highlighting the items that had stock available in the &quot;backstock&quot; column and had stock in the &quot;sales floor&quot; column that was lesser than the &quot;restock level&quot;. I also had to compute the restock amount by subtracting the items on the floor from the restock level and taking the max of that number or the available backstock. I&#x27;d write this number in the margin of the report, then I&#x27;d travel to the backstock area, pick the highlighted items, and restock them onto the sales floor. After this was done I&#x27;d move on to the next letter. The goal was to cycle through the alphabet at least once a week and during the off-peak season this worked fine, but during the busy season, even with extra help, this system was showing signs of stress.<p>The first thing I did was to write a small perl script which I placed at the path the POS software was expecting to find a line printer. My script took the print-formatted report as input and simply stripped out the lines with no available backstock before forwarding the remaining lines to the printer. This alone reduced the number of pages printed out by an order of magnitude in most cases (from ~100 pages to ~10). At first I would copy this script to the printer path, run the report, then re-link the printer, but later I modified the script to recognize that specific report and pass-through other print jobs unmolested.<p>Over the next three years or so I added onto the script a lot. First I made it compute the restock amount for me, then I had it start skipping lines where the restock was trivial (e.g. restock amount was 1 and there were still &gt;10 on the floor). Eventually the script was maintaining its own parallel inventory database, tracking rate of sale for each item and only suggesting restock for things that had very low inventory on the floor or were selling very quickly. I got to the point where I could restock the entire alphabet every morning and have time leftover in the afternoons to help with receiving. By the time I left I had a dedicated terminal set up in the back during the busy season that ran my scripts every 10 minutes and displayed in near real-time items that required critical restock throughout the day.<p>I heard a few years after I left they had switched back to the old methodology because they couldn&#x27;t get their POS vendor to support my setup.
评论 #20579712 未加载