I had three fun ones. I wanted to learn powershell, and I was interested in the history of worms on the internet, so I made a script to check https://isc.sans.edu/ and send me an email if the status was not green. Turns out, powershell has an all-in-one function to send an SMTP email, which I thought was hilarious. I used windows task scheduler to run it every hour. Second, I was struggling with my Cable internet con…
Look at scraping Google and Bing maps?
Ask HN: What non-work task have you automated?
641–650 of 722 posts
Re: Ask HN: What non-work task have you automated?
#642Passive 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-...
Sucks extensions don't work on phones (Chrome) I was doing a similar thing just grabbing topics when you go down a rabbit hole to remember random stuff you learn.
Re: Ask HN: What non-work task have you automated?
#643Passive 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-...
https://www.memomize.com/ is a similar extension.
Re: Ask HN: What non-work task have you automated?
#644Wrote 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.
I'm also wondering if you could post that script, that sounds very interesting
Re: Ask HN: What non-work task have you automated?
#645Passive 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-...
Cool idea. I will probably highlight way too many unimportant-but-seemed-neat-at-the-time facts from Wikipedia, but I'm going to try it out.
Re: Ask HN: What non-work task have you automated?
#646Re: Ask HN: What non-work task have you automated?
#647Passive 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-...
Thanks for sharing. I tried it out and it looks great. I had a couple issues. Firstly it has me sign into my Google account on a browser window with no address bar. The only way I could actually verify that it wasn't a fishing site was to use the dev tools. After that it signed me out after a few hours. Hope this helps.
getting signed out happens for a variety of reasons, probably unrelated to the extension itself. ill keep an eye out though to see if there is a systematic reason
thks for the feedback mate!
Re: Ask HN: What non-work task have you automated?
#648I have set up a battery of scripts on google app engine and Im pretty happy with it. 1. I have a script to automatically buy small amount of BTC every day 2. For the more knowledge-dense books I read, I write summaries of them ( https://piszek.com/books/ ). I have a script that puts a random book review to my pocket for reviewing every week 3. I have an instagram account of lego minifig ( https://www.instagram.com/le…
I'm looking to implement a GTD-like system myself, and any automation is helpful.
Re: Ask HN: What non-work task have you automated?
#649I "automated" (trained?) my kid to make her own breakfast at the weekends so I can sleep longer. Started when she was around 4, it's easier now she's 7. Lots of parallels with hacking code: * Specific rules (if there are more than 2 stars showing on your clock, it's too early to get up) * Trial and error (put cereal in a jar and loosen the lid slightly, put milk in a tiny jug at the bottom of the fridge) * Optimisati…
Re: Ask HN: What non-work task have you automated?
#650I "automated" (trained?) my kid to make her own breakfast at the weekends so I can sleep longer. Started when she was around 4, it's easier now she's 7. Lots of parallels with hacking code: * Specific rules (if there are more than 2 stars showing on your clock, it's too early to get up) * Trial and error (put cereal in a jar and loosen the lid slightly, put milk in a tiny jug at the bottom of the fridge) * Optimisati…