I had tons of startup ideas that I'd always wanted to give it a try. After a point, it became frustrating to test them out one by one, either by writing custom applications in Rails or use Wordpress. But, both costed me a significant amount of time. For example, I had this idea for a travel startup for a very, very long time and I decided to build it on Wordpress. The monetization model was selling some E-Commerce it…
Kind of what I was referring to here .... https://news.ycombinator.com/item?id=14779517
Ask HN: What tasks do you automate?
311–320 of 349 posts
Re: Ask HN: What tasks do you automate?
#312I'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?
#313Since I have a toddler in longing for a house with a garden which starts ar 800k EUR in pleasant neighborhoods in Amsterdam now, which is above my paygrade. So i wrote a script that compares surrounding towns on a number of metrics (4+ rated restaurants per citizen for instance) and let's me know when there are houses for sale with a garden facing south (or north but only if it's sufficently long that we are likely t…
Re: Ask HN: What tasks do you automate?
#314Earlier quoted context omitted.
This reminds me of a quote from Surely You're Joking, Mr. Feynmann! . When you're young, you have all these things to worry about - should you go there, what about your mother. And you worry, and try to decide, but then something else comes up. It's much easier to just plain decide. Never mind - nothing is going to change your mind. I did that once when I was a student at MIT. I got sick and tired of having to decide…
What about trying new things, experimenting with life?
Re: Ask HN: What tasks do you automate?
#315Re: Ask HN: What tasks do you automate?
#316Wrote a program that tracks Australian movie release dates for movies I'm interested in. Sends a daily email if a release date moves, or there a new movies for me to flag my interest in. Interfaces with themoviedb.org for plot summary, cast and crew info and such. Interfaces with Google Calendar for writing entries for each movie I'm tracking.
Re: Ask HN: What tasks do you automate?
#317My most proud "automation" was writing a bot that would play Farmville for me. I was at university, and Farmville was all the rage on Facebook. My girlfriend wanted me to play because it'd mean she'd be able to trade stuff with me or something (I forget why exactly), and I eventually caved in. After ten minutes of playing it, I was bored. I couldn't really judge people that would click plants hundreds of times, sever…
Fun story: with an extremely slow internet connection (satellite) you could send valid requests to plow fields that allowed the otherwise impossible vertical farming
Re: Ask HN: What tasks do you automate?
#318I have a script that downloads bank and credit card transaction data, then applies rules to create a journal in GNU Ledger format.
Re: Ask HN: What tasks do you automate?
#319Re: Ask HN: What tasks do you automate?
#320Wrote a program that tracks Australian movie release dates for movies I'm interested in. Sends a daily email if a release date moves, or there a new movies for me to flag my interest in. Interfaces with themoviedb.org for plot summary, cast and crew info and such. Interfaces with Google Calendar for writing entries for each movie I'm tracking.
https://github.com/evmcl/movieschedule
Let me know (or put in a pull request) if any of the instructions in the readme file are unclear.
Hope you find it useful.