Live data from Hacker News

Ask HN: What non-work task have you automated?

news.ycombinator.com

211–220 of 722 posts

Re: Ask HN: What non-work task have you automated?

#211
post #143

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…

Why don't you convert this into a paid service? Sounds amazing!

Re: Ask HN: What non-work task have you automated?

#212
Dodging 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 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?

#213

In 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…

For classes that I needed/wanted to take which had prereqs I tried to show up on the first day of class and get an override signed by the teacher at the end of class. It usually worked. For example in a low-level music theory class I showed up and answered questions during the class (I think I correctly wrote out a d-flat major scale on the board). That was enough to prove to the teacher that I'd be okay in the class.

Re: Ask HN: What non-work task have you automated?

#216

Earlier 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.

ledger-reconciler uses headless chrome underneath to screen-scrape all its information from banking/creditcard websites. That's how all the plugins hook into it.

It does not use any public or private banking APIs.

Hope that helps!

Re: Ask HN: What non-work task have you automated?

#217

I 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.

I did something similar in Montreal (Bixi) a couple of years ago, in order to determine when I had to leave the house so that there was still a bike left at my station to go to uni.

Re: Ask HN: What non-work task have you automated?

#218

I 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?

Sounds like that would defeat the entire purpose, as well as prevent anyone from caring whether they participated.

Re: Ask HN: What non-work task have you automated?

#220

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?
Post reply on HN