I 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…
Ask HN: What non-work task have you automated?
211–220 of 722 posts
Re: Ask HN: What non-work task have you automated?
#212I 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 chests and battling random encounters, all the while getting closer to the 100-contiguous-dodges prize!
Sure - a memory editor would have had the same effect in 5% of the time - but this was _way_ more rewarding.
Re: Ask HN: What non-work task have you automated?
#213In college everyone's class registration would open at once, and classes would fill up quickly. Some people would even register for more than they were gonna take, to hold it for friends or just to figure their schedule out. If I didn't get into a class I wanted, I had a HTTPS script set to attempt registering for it every 5 minutes. As soon as somebody dropped it - boom it was mine.
I did something super similar: In order to graduate on time I had to take an accelerated Spanish course (hard requirement despite years of Spanish in grade school and high school). Problem: The class had a pre-requisite that I hadn't taken yet. Solution: The Uni's registration system allowed for a 4 digit numeric code to be entered to bypass registration restrictions. I wrote a script to brute force that code, regist…
Re: Ask HN: What non-work task have you automated?
#214Re: Ask HN: What non-work task have you automated?
#215Re: Ask HN: What non-work task have you automated?
#216Earlier quoted context omitted.
If you're up for it, you can add your own bank/creditcard company/whatever as a plugin to it - I think the examples there are decent. I could also help if need be!
Haha thanks! The problem is in the US most banks would need screen-scraping; they don't have APIs, so it's a lot more work to do such a thing.
It does not use any public or private banking APIs.
Hope that helps!
Re: Ask HN: What non-work task have you automated?
#217I use the public bicycle system of Brussels (Villo) quite a lot to commute. I've written a script that fetches the current status of the stations (number of available bikes & free spots) from https://opendata.brussels.be In the morning, I get an Android notification about the stations around my home, and in the evening around my workplace.
Re: Ask HN: What non-work task have you automated?
#218I have a house plant that is watered automatically, but not based on any pre-determined schedule. I have the plant's livestream and its moisture level available publicly on pleasetakecareofmyplant.com and the decision to water is crowd sourced on reddit.com/r/takecareofmyplant by way of a daily vote.
Do you have limits to prevent over or under watering?
Re: Ask HN: What non-work task have you automated?
#219Re: Ask HN: What non-work task have you automated?
#220I 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…