Live data from Hacker News

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

news.ycombinator.com

11–20 of 722 posts

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

#11
A few years ago I wrote something which went out and grabbed the top articles from the BBC, Guardian, Economist, Telegraph, and front page of HN and sent them to my Instapaper so I'd have stuff for my commute.

I'd love an app with a bunch of my feeds / socials plugged in which would then load up with content for my commute (which is offline/underground for large portions).

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

#14
I go to a crossfit gym where you have to "check in" for a spot in your desired class using their app. Sometimes these spots fill up fairly quickly so I automated that. I'm also in the process of making a web interface for my script so all my friends can use it and we are able to attend the same classes.

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

#15

I had a cron job that sends automatically a text to my wife each morning along with a joke, she's in another country so is something I did to keep the communication open

You automated a part of your relationship. This is awesome!

Reminds me of this reddit user that automated 'liking' his girlfriend's Instagram posts: https://www.reddit.com/r/Python/comments/70udwq/what_routine...

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

#16

A few years ago I wrote something which went out and grabbed the top articles from the BBC, Guardian, Economist, Telegraph, and front page of HN and sent them to my Instapaper so I'd have stuff for my commute. I'd love an app with a bunch of my feeds / socials plugged in which would then load up with content for my commute (which is offline/underground for large portions).

I've used ifttt monitoring rss feeds and pushing articles to Pocket for offline reading

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

#17
Laundry. Just put your dirty clothes into a plastic bag and take them to dry cleaners. Pick up washed and ironed the next day. A huge time savings well worth the cost of service. Also no need to own washing machine, dryer, ironing board etc.

EDIT: Now that I think about it, this was a bad example of automation. Please don’t downvote me!

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

#18

Laundry. Just put your dirty clothes into a plastic bag and take them to dry cleaners. Pick up washed and ironed the next day. A huge time savings well worth the cost of service. Also no need to own washing machine, dryer, ironing board etc. EDIT: Now that I think about it, this was a bad example of automation. Please don’t downvote me!

This is the norm in NYC if you have a job and no washing machine. However, our wash and fold did screw up my clothes more often than I find acceptable.

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

#19

Laundry. Just put your dirty clothes into a plastic bag and take them to dry cleaners. Pick up washed and ironed the next day. A huge time savings well worth the cost of service. Also no need to own washing machine, dryer, ironing board etc. EDIT: Now that I think about it, this was a bad example of automation. Please don’t downvote me!

thats outsourcing, not automating

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

#20
I have a cron job which scrapes a bunch of pages and sends me the results to a telegram chat. That includes checking fb messages (because I'm never gonna install the fb app or messenger on my phone), checking for upcoming public holidays, checking when bitcoin goes above/below preset thresholds.
Post reply on HN