Ask HN: What non-work task have you automated?
541–550 of 722 posts
Re: Ask HN: What non-work task have you automated?
#542Earlier quoted context omitted.
That's awesome, what was the sms api/platform that you used and how much?
Nothing fancy, I used "Tasker" on my own android phone. Ugliest thing ever, but I managed to hack it during a bus trip, and it worked.
I just assume you have to rent a number/sms service or put a usb cable into your phone to use your existing phone.
Would be cool to interface with it without usb.
Re: Ask HN: What non-work task have you automated?
#543Wrote a simple app that emails people automatically asking them if they want to hangout. It reads my calendar and randomly decides whether or not we should hang out. The probability that it'll decide to ask gets higher and higher the longer we don't hangout, which it determines by reading my calendar.
Re: Ask HN: What non-work task have you automated?
#544I suppose they purposefully avoid forecasting the dividends, since dividends aren't guaranteed... But some companies have payed dividends for decades like clockwork.
Anyway I wanted to do a better job keeping track of it as rough, monthly income, so I wrote a script which scraped the information off the website, ran some basic number crunching and printed the results. (Of course they didn't make this easy... It's not like they have an API for this information, I had to craft the http post, cookie and parse html, etc)
Re: Ask HN: What non-work task have you automated?
#545Passive learning. Whenever I come across something cool or interesting, I put it into a chrome extension I made called "Harvest". It sends me email reminders of what I've added on a spaced repetition schedule (1, 7, 17, 35 days into the future) for optimal retention https://chrome.google.com/webstore/detail/harvest-grow-your-...
Re: Ask HN: What non-work task have you automated?
#546Re: Ask HN: What non-work task have you automated?
#547Earlier quoted context omitted.
How do you deal with the legality of scraping? I was hired to scrape some economic related pages and build an excel file and email it, I got that done but not sure if I should try to host this and turn it into a service or just set it up for the client and let them deal with it. It's just personal use on their part.
I would not equate scraping with periodic searching for a keyword. The problematic part is when you scrape data off of websites, and the owners don't want you to do it; as in, they would not even be happy if you manually copied that stuff into an excel file for fun or profit.
So for me I'll set it up for them and them run it.
Re: Ask HN: What non-work task have you automated?
#548Earlier quoted context omitted.
Nothing fancy, I used "Tasker" on my own android phone. Ugliest thing ever, but I managed to hack it during a bus trip, and it worked.
Have not heard of that thanks. I just assume you have to rent a number/sms service or put a usb cable into your phone to use your existing phone. Would be cool to interface with it without usb.
Re: Ask HN: What non-work task have you automated?
#549Re: Ask HN: What non-work task have you automated?
#550Passive learning. Whenever I come across something cool or interesting, I put it into a chrome extension I made called "Harvest". It sends me email reminders of what I've added on a spaced repetition schedule (1, 7, 17, 35 days into the future) for optimal retention https://chrome.google.com/webstore/detail/harvest-grow-your-...