Hacker News new | ask | show | jobs
by angelmass 2623 days ago
I try to script everything that I have to do on a regular basis, or that I have to do repeatedly and have to look up how to perform each time. For me, this is a random assortment that I can remember off the top of my head:

* creating a json for meeting notes from a template based on the type of meeting (1on1, mentorship, some project, etc), that includes action items and other relevant metadata from the last meeting of that type with that person/group * creating a todoist item for a particular project * killing any running processes that match a particular string * various git hooks for linting or mirroring changes between GitHub and bitbucket * scraping the AKC website to see if there are any new puppy litters listed for the particular kind of dog I’m looking for, and emailing the results to myself and my girlfriend * loading a particular subset of deidentified prod data into my local db for dev work * adding/enabling openssh to a docker container to be able to use a remote ssh interpreter

But in general, something I heard a while ago in reference to finding niche work when contracting as a dev in an industry that you might be unfamiliar with is “find what people are using excel for, and automate it”.