Live data from Hacker News

Ask HN: What tasks do you automate?

news.ycombinator.com

321–330 of 349 posts

Re: Ask HN: What tasks do you automate?

#321
post #316

Wrote a program that tracks Australian movie release dates for movies I'm interested in. Sends a daily email if a release date moves, or there a new movies for me to flag my interest in. Interfaces with themoviedb.org for plot summary, cast and crew info and such. Interfaces with Google Calendar for writing entries for each movie I'm tracking.

Yes please share!

[deleted]

Re: Ask HN: What tasks do you automate?

#322
post #316

Wrote a program that tracks Australian movie release dates for movies I'm interested in. Sends a daily email if a release date moves, or there a new movies for me to flag my interest in. Interfaces with themoviedb.org for plot summary, cast and crew info and such. Interfaces with Google Calendar for writing entries for each movie I'm tracking.

Yes please share!

leksak: It is now available at https://github.com/evmcl/movieschedule

Re: Ask HN: What tasks do you automate?

#323
post #228

I get a weekly newsletter with a bunch of music recommendations in it, which I had been manually adding to a Spotify playlist. So I recently wrote a CLI in Node that takes a URL and a CSS-style query selector (ie, '.album-title'), then scrapes the page, searches for each found instance and adds them all to a spotify playlist. github.com/markreid/scrapify

That's awesome! I'm currently working on a similar thing using Pitchfork best new music, Gorilla vs Bear reviews and Needle Drop best tracks of the week + favorite albums of the month. Very clean code btw o/

Cheers dude. I use the pitchfork best albums as an example in the readme because it's quite a simple one.

Feel free to fork or borrow or contribute!

Re: Ask HN: What tasks do you automate?

#325
Sometimes I see a lengthy text article that I tell myself I'll bookmark and read later, but I know I'm never going to read it. I much prefer audiobooks and podcasts. So I automated scraping the text from the article, piping it through text-to-speech, turning it into an MP3, and moving it to my phone so it shows up in my audiobook library. Next step is to make it an RSS feed so I can treat it like a podcast.

Re: Ask HN: What tasks do you automate?

#326
I have small bash script which keeps checking for Internet, if my machine does not have live working internet, it sends a notification with alert (text + sound) "You are offline, you may read some books :)" and then it launches iBooks so I can do some reading when offline.

PS. Also when Internet is back, it alerts again so I can resume online Work if I have to.

Re: Ask HN: What tasks do you automate?

#327
post #219

I do contract work for a few clients. I always automate the boring tasks of vpn'ning, firing up remote desktop, connecting to database servers, their email system, etc. Automating that is fiddly and tedious, but it's worth it because I can just click a button and get a menu of clients. I choose one, and in about 10 seconds my machine is ready to go on their work.

I do this, more or less, with tmux & tmuxinator.

Re: Ask HN: What tasks do you automate?

#328
post #117

Earlier quoted context omitted.

> Paying all of my bills. All of them. What kind of bills? Like grocery bills? or recurring bills? Aren't you using direct debits/standing orders/credit cards for those?

Everything that's recurring: mortgage, electricity, insurance, internet, iphone payment plan, etc. My wife handles our groceries and such. We actually have two separate accounts: "mine" gets the paycheck, pays the bills, and transfers money to "hers" twice a month. We also have a third "giving" account that gets a bit of money set aside to give to or buy things for other people. This can be anything from a car repair…

> Direct debit is fine if you trust the other side not to ...leak your credentials

Woah - just for your information, there is no credential sharing required here.

Re: Ask HN: What tasks do you automate?

#329
post #328

Earlier quoted context omitted.

Everything that's recurring: mortgage, electricity, insurance, internet, iphone payment plan, etc. My wife handles our groceries and such. We actually have two separate accounts: "mine" gets the paycheck, pays the bills, and transfers money to "hers" twice a month. We also have a third "giving" account that gets a bit of money set aside to give to or buy things for other people. This can be anything from a car repair…

> Direct debit is fine if you trust the other side not to ...leak your credentials Woah - just for your information, there is no credential sharing required here.

FWIW, some services do in fact use your bank username and password to instantly verify your account rather than the usual "we made two small deposits, tell us the amount when they come through in a few days".

But, I was mainly referring to the account and routing number. Anyone with those two numbers and access to the ACH system can drain your account. I know one person who wrote a check to a bill collector, then the bill collector entered their numbers into the their ACH system and started taking regular withdrawals from the account without the owners permission. The owner had to close the account to make it stop.

That one was like 15 years ago - I think the laws around debt collections are better today, but the ACH system is still fundamentally the same system.

Re: Ask HN: What tasks do you automate?

#330
post #60
post #36

Tracking packages so I could batch my trips to post office. Simple web interface where I have a list of packages I've ordered with the last status update from post service web tracking for.

cool, what API are you using for getting the tracking information?

Haha, API :)

I'm glad my national post office provides that data at all via their website.

Post reply on HN