Earlier quoted context omitted.
Maybe containers like Docker are useful for your use case?
Docker can distribute the software needed to run the job well, which is definitely part of the issue and something I should use more. However, I also have in mind a pipeline of scripts where one script may be a prerequisite to the other. Condor has some nice abstractions for this by organizing the scripts/jobs as a directed acyclic graph according to their dependencies. I was thinking other batch systems might suppor…
Ask HN: What tasks do you automate?
291–300 of 349 posts
Re: Ask HN: What tasks do you automate?
#292Wishing my friends Happy Birthday on Facebook, with Birthday Buddy : https://chrome.google.com/webstore/detail/birthday-buddy/cil...
Re: Ask HN: What tasks do you automate?
#293I automated pretty much all groceries & goods I use through a combination of Shipt and Amazon Subscribe and Save. Took a few hours one Saturday to compile list of everything I use and estimates on needing more but I genuinely enjoy not having to think about if I need toothpaste or if I have food for dinner
Re: Ask HN: What tasks do you automate?
#294Earlier quoted context omitted.
I was wondering who he thinks a programmer is?
She. A programmer is someone who can program a computer, and chooses to call themselves a programmer. If absolutely nobody is willing to pay them to do so then maybe they're lying when they call themselves one. If you ask me what I do, I'm not gonna say "I program computers", I'm gonna say "I draw comics and stuff". Because that's what I spend my work life doing. And occasionally I need to do some tedious task, and f…
Like, you can be a swimmer, or you can be a professional swimmer. You have to be a painter a long time before you sell your stuff.
Money is as much a corrupting influence as it is a validator of talent and a correlate to time spent.
Re: Ask HN: What tasks do you automate?
#295Designing and developing UIs. I want to develop web UIs like you develop UIs with Visual Studio or Xcode. I cannot believe how much efforts we need to build and modify web experiences.
Re: Ask HN: What tasks do you automate?
#296In my city, there are many stadiums which cause traffic congestion during rush hours. I made a scraping bot which tells me if there's going to be traffic on my designated routes the next day. Going to try making it an app and see if it's any useful to others.
Relevant for people working/living in SF: http://www.isthereagiantsgametoday.com/
Re: Ask HN: What tasks do you automate?
#297Download media. I have Sonarr+Radarr+Plex. I don't spend much time looking for media. Code reviews. Using something like CodeClimate to automatically check code quality before anyone actually reads the code.
Re: Ask HN: What tasks do you automate?
#298I'm the kind of nerd who greatly prefers writing automation code to doing anything remotely repetitive. (I'm afraid to work out the actual timings because I'm pretty sure that I often spend more time coming up with the automation than just doing the task would take). I've got a script that automatically rips, converts and stitches together audiobooks from the library so that I can play them on my phone. It just beeps…
Re: Ask HN: What tasks do you automate?
#299MY team and I run a reddit/HN-like community platform called Snapzu and we automate most (90%) of our social media channels. We have 15 main categories, each with their own Twitter, Medium, WP, Blogger, etc. Here's an example of our science Twitter account: http://twitter.com/@Snapzu_Science
Re: Ask HN: What tasks do you automate?
#300I'm the kind of nerd who greatly prefers writing automation code to doing anything remotely repetitive. (I'm afraid to work out the actual timings because I'm pretty sure that I often spend more time coming up with the automation than just doing the task would take). I've got a script that automatically rips, converts and stitches together audiobooks from the library so that I can play them on my phone. It just beeps…