Live data from Hacker News

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

news.ycombinator.com

191–200 of 722 posts

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

#191
I have toiletries delivered to me once per month (from Amazon).

These being:

* New Toothbrush

* New Floss (I recently had a friend stay over, and asked me where I got the floss, as it was the best he had ever used)

* Toilet roll

* Mouthwash

* Shampoo/Conditioner

* Facecloth's

* Deodorant

They all just show up on my doorstep once per month, I don't even have to think about it!

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

#192
post #87

Passive learning. Whenever I come across something cool or interesting, I put it into a chrome extension I made called "Harvest". It sends me email reminders of what I've added on a spaced repetition schedule (1, 7, 17, 35 days into the future) for optimal retention https://chrome.google.com/webstore/detail/harvest-grow-your-...

That's awesome!

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

#193

Not sure if this counts because I didn't actually code anything: but using gmail filters to automate my personal email flow has had a huge effect on my day.

I'd say it counts. My favorite filter is anything containing "unsubscribe" goes to a "Mailers" folder never to be seen. I don't understand how people can deal with having unread emails in their inbox all the time.

This has a very dangerous failure mode: legitimate emails, such as people's replies to Google Groups (and similar), which either themselves end with

To unsubscribe from this group and stop receiving emails from it, send an email to GROUP+unsubscribe@googlegroups.com.

or which quote other email that ends with the above.

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

#194

I automated downloading and reconciling my financials from all my bank accounts. https://disjoint.ca/projects/ledger-reconciler

Holy cow, I've been looking for this but for the US. Anybody know of any?

Transaction pull can be done in GNUCash with aqbanking. It's not fully automated, as it's a GUI and there's a manual review step. And also the aqbanking interface is terribad.

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

#195
I share garbage cans with too many other apartments which means that the cans are often full when I take out the trash. My solution to this was to enter the garbage schedule into a raspberry pi, together with an estimated garbage can capacity in days. Now, differently colored LEDs light up on the Pi on days when there's probably still capacity left in the cans (i.e. the LED lights up the day after the garbage disposal and stays on for X days). I briefly considered the ethical implications of this (tragedy of the commons etc.) but when I realized that I produce so little garbage that I don't even use the trash cans every disposal cycle I concluded that what I'm doing here is probably fine. The code for this is a trivial ruby script: https://github.com/RedNifre/pi_assistant_garbage/blob/master...

I also added blue LEDs for a simplified weather forecast: A 12h clock face cut in 4 quarters, 1 LED per quarter, indicating rain. So if I leave the house in the morning I bring an umbrella if any of the next 12h LEDs is blue, but if I go to buy groceries I only check the current 3h block LED. I'm using openweathermap for this but I wouldn't recommend it, the forecasts are a lot worse than what I get from a simple weather forecast app on Android.

I also wrote a scraper for web comics that turns them into ebooks so I can read them on my ereader.

I'm currently thinking about automating my banking. I had a look at HBCI, but it's so terrible that I then considered website scraping. Then I heard that banks will be required to provide a sane API next year or so so I'm waiting for that first.

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

#196

Earlier quoted context omitted.

I'd say it counts. My favorite filter is anything containing "unsubscribe" goes to a "Mailers" folder never to be seen. I don't understand how people can deal with having unread emails in their inbox all the time.

Am I the only one who clicks the unsubscribe link? I live by Inbox Zero and I've been giving out my email address for over a decade (500+ sites and services in 1Password), but I very rarely receive marketing emails because I always unsubscribe. In the US, it's a law that businesses must comply with opt-out requests. Do most people feel their inbox is too far gone to manage manually?

> but I very rarely receive marketing emails

How much of other kinds of spam do you receive? Any chance it's correlated with clicking Unsubscribe on some piece of email?

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

#197
post #87

Passive learning. Whenever I come across something cool or interesting, I put it into a chrome extension I made called "Harvest". It sends me email reminders of what I've added on a spaced repetition schedule (1, 7, 17, 35 days into the future) for optimal retention https://chrome.google.com/webstore/detail/harvest-grow-your-...

This is AMAZING. I am going to use this for its intended purpose because I love passive learning. I also intend on using it as a tool to keep me in check with nags with things that don't end up on my immediate schedule: "Have you written the unit tests for that open source project yet?". Having that show up a few times in random days or months would be great.

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

#198

I automated complaining once a month to the local water utility about a persistent puddle in the street in front of my home, caused by a leak.

Ohh someone should do this for the pot holes in the Bay Area.

IIRC, boston wrote a mobile app that people could install to auto report potholes. http://www.streetbump.org/

This was five years ago, donno if they've improved it.

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

#199
post #191

I have toiletries delivered to me once per month (from Amazon). These being: * New Toothbrush * New Floss (I recently had a friend stay over, and asked me where I got the floss, as it was the best he had ever used) * Toilet roll * Mouthwash * Shampoo/Conditioner * Facecloth's * Deodorant They all just show up on my doorstep once per month, I don't even have to think about it!

Don't you end up with a lot of unused product?
Post reply on HN