Live data from Hacker News

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

news.ycombinator.com

531–540 of 722 posts

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

#531
post #102

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

Why do you buy BTC every day? Is it cheaper than just buying once?

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

#532

In college I wrote a script to register for classes. I'd input the potentially-full classes I'd like to register for, and it would just hammer the registration site repeatedly until someone removed themselves from the class at which point I'd be registered. I'm still amazed IT didn't pull the network connection to my dorm room or have any kind of rate limiting. No 8am sessions for me!

I occasionally hear about students in US colleges having to compete for places in classes like this. How does it happen? Why does the college admit more people than it has class space for? In the UK they don’t enroll more people than they can teach so everyone has a place.

In England, Chris :-) Scotland is different.

We have a module system, and depending on their topic people have some freedom to pick courses outside their main degree during their first 2 years. (We do 4 years, not 3). I did a module on Philosophy of Science during my Computer Science degree, for instance - pretty interesting.

That said, I haven't heard people complain about classes being full in the same way that they seem to in the USA. I don't know why. Maybe it was because I was in science not arts and there were very few overly popular science classes :-) But across the whole uni, I only heard of a few classes that were so popular they were turning people away. I think one of them prioritised by who was doing that course as their main degree. But I generally heard of very few conflicts, so I don't know what was different. Maybe arts students have a different story?

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

#533
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…

Is that for Saskatchewan Immigrant Nominee Program?

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

#534
post #381

Earlier quoted context omitted.

https://visualping.io/ can do this, although it sends email alerts rather than SMS messages. I used it to notify me of new Hololens events, listed on this page https://www.microsoftevents.com/profile/web/index.cfm?PKwebI...

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.

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

#535
Just a minor thing: when I was looking for jobs and apartments, I would set very specific search options (like posted in the last 3 days, location in nearby cities etc.) and then copy the URL with all the parameters from Firebug. I think all the sites have since implemented their own 'agent' to keep users posted about their saved searches.

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

#537
post #485

My girlfriend needed to be texted everyday otherwise she would turn sour. So I made an sms generator that randomly composed sentences combining words from three tables and sent to her at random times. It took her many months to notice. When she found out, she was angry for 10 seconds, but that anger faded to curiosity about how the random sentence composer thing worked. After I showed it to her, she got mad at me aga…

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.

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

#538

I've mentioned this before on HN. - I've automated taking screenshots of my laptop screen + webcam and fuse them and organise by year/month/day/hour. This gives me a nice lookback at what I was doing on a particular day (assuming I was at my laptop, which I mostly am). - I also send my GPS location each 30 minutes, again from my laptop, into a database for a nice visualisation where I was at some time. - Automaticall…

Pretty neat, but that could be dangerous if someone got ahold of that information.

I guess, in reality the information is quite boring.

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

#539
post #504

I've mentioned this before on HN. - I've automated taking screenshots of my laptop screen + webcam and fuse them and organise by year/month/day/hour. This gives me a nice lookback at what I was doing on a particular day (assuming I was at my laptop, which I mostly am). - I also send my GPS location each 30 minutes, again from my laptop, into a database for a nice visualisation where I was at some time. - Automaticall…

I like 1 and 3. Is it open sourced?

Kind of, here is code and info about the webcam+screenshots http://jontelang.com/blog/2015/08/15/automating-screenshots..... Here's my latest used code (which includes folder separation because I had thousands of images taking ages to load https://gist.github.com/jontelang/f0634a98590fe56f4d7a7c9059...)

And here is some information about the file order-keeping. A bit wall of texty. I didn't program this myself, I use Hazel (super recommended app) http://jontelang.com/blog/2015/08/17/hazel-is-great.html

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

#540
post #481

Earlier quoted context omitted.

Did you make it to SK? There's a few of us here, but not that many...

Yes, made it to SK, but moved to Montreal for better job prospects. Probably will have to move to Toronto because my spouse's can't find a good job due to the strict French language requirements for non IT jobs in Quebec.

I've heard that you need to stay in that province (min 2 yrs) if you go through pnp program. then how come you moved to Quebec?
Post reply on HN