1. IFTTT turns off all of my Hue lights at sunrise (task: turn off forgotten lights) 2. At one point last year, I felt that my mornings were getting slower and slower (causing me to leave later), so I set up a Dash button where I hang my keys. When I left for work, I'd press the button, and the script would log the time to a Sparkfun data feed. After a month, I reviewed it to see just how bad it was (pretty bad). (ta…
Ask HN: What non-work task have you automated?
351–360 of 722 posts
Re: Ask HN: What non-work task have you automated?
#352I was in the US and want to immigrate to Canada because of US broken H1B immigration system ( for me it will take 9 years to get a greencard). Here is what I did - The immigration website of Saskatchewan province opens up randomly to apply for immigration. I missed it many times because there is no indication other than the "Apply" button being enabled and a small text in their homepage which says "Applications are n…
Re: Ask HN: What non-work task have you automated?
#353When a call comes in:
* Automatically pauses the music player on my PC.
* Looks up the number in my address book, and displays the information on my screen. Also sends to the two Kodi/OSMC servers, for people watching TV.
This assumes it is not on my block-list. If it is on my block-list of known scammer and telemarketer numbers then it as automatically answered with a recording of the "This number has been disconnected..." message to try and trick them.
Re: Ask HN: What non-work task have you automated?
#354Dodging the f *ing lightning in the desert area of FFX. I spent hours in that section as a kid, never managing to dodge more than 20 bolts in a row... When it came out for PC, it was time for revenge! I captured video input with a simple python+QT script and emitted a button-press whenever the screen flashed. The best part was that the script didn't interfere with my controller - I could run around the area opening c…
On the video game kick, I remember needing to do a massive number of laps in Gran Turismo 3 to unlock something. Turns out the low-tech solution of using an insanely fast car (Escudo), taping down the controller's gas button and just letting it do laps while grazing the wall worked. Some time later I looked back and had won.
Re: Ask HN: What non-work task have you automated?
#355I also wanted to make a script to automate the posting of my items but Facebook has gone through extreme lengths to prevent this from happening. I eventually gave up and posted manually.
Re: Ask HN: What non-work task have you automated?
#356Re: Ask HN: What non-work task have you automated?
#357I also made it so I could turn on a single zone for 1 minute from my phone to make troubleshooting leaks in the spring easier.
Re: Ask HN: What non-work task have you automated?
#358I used Python to automate generating a chronological email/sms/phone contact archive when a home renovation project went wrong. My builder made a bunch of mistakes, tried to fob me off with excuses, and then pretended everything was ok. This integrated log was invaluable in showing discrepancies between what he said at the time and what he subsequently claimed. My Python script reads my Google Contacts csv extract to…
If you could integrate that into an application (Google Contacts integrated message history with Email/SMS/Phone/GV message history) that I could run on my own device, I would pay money for that. I would only be interested if I could run it on my own though, eg specifically not as a third party service; privacy issues.
Re: Ask HN: What non-work task have you automated?
#359Checking the radar. In the midwest, weather comes at you from a long ways away, so I wrote a script to set my desktop background to be the current national radar mosaic every 15 minutes. Explicitly setting the background programmatically was very unreliable in practice. The beauty of my script is that it simply wgets the image, checks if it is valid, resamples the image using a high quality algorithm (slow but worth…
Re: Ask HN: What non-work task have you automated?
#360Working on a script to automatically compile the best threads from HN each day and email. Might also send to pocket so I can read on my commute. Will go by thread count and screen out keywords in header to avoid topics I'm not interested in. I find the most valuable thing in HN are the conversations in comments (sometimes also the least valuable thing, too).