Earlier quoted context omitted.
Did you have to prove your system was logging real data?
You might be able to use https://opentimestamps.org/ to provide evidence over time (i.e. proving it wasn't fabricated all at once). Still, that doesn't prove that the individual points weren't fabricated at the time.
Ask HN: What non-work task have you automated?
271–280 of 722 posts
Re: Ask HN: What non-work task have you automated?
#272Laundry. 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!
It IS a useful exercise to rope that in as automation. Just because a human is playing the part of the levers and pullies or some black box doesn't mean the underlying control system isn't interesting or worth examining in the context of automation.
Re: Ask HN: What non-work task have you automated?
#273I 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.
What moisture sensor are you using? That's always been a sticking point for me, where soil moisture sensors just don't work, unlike air moisture sensors.
Due to the volume of the pot, it would be difficult to get a true moisture reading, so I place the sensor directly under the spout in order to have noticeable changes.
Re: Ask HN: What non-work task have you automated?
#274Dodging 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 c…
Turns out the low-tech solution of using an insanely fast car (Escudo), taping down the controller's gas button and just letting it do laps while grazing the wall worked. Some time later I looked back and had won.
Re: Ask HN: What non-work task have you automated?
#275I 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.
I'm truly amazed that this has been going for over a year now and the internet hasn't murdered it
Re: Ask HN: What non-work task have you automated?
#276Earlier quoted context omitted.
I've found that some bills (mostly rent -- I still rent) charge a percent fee for paying with credit cards.
My landlord charges a flat fee for just using their online portal and my checking account. There's another 3% fee for using a card.
Re: Ask HN: What non-work task have you automated?
#277I 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…
Re: Ask HN: What non-work task have you automated?
#278Re: Ask HN: What non-work task have you automated?
#279Seems silly, but it put my mind at ease. I knew that I'd get notified when an important email arrived, and it freed up my mind to focus on other things.
Re: Ask HN: What non-work task have you automated?
#2801. IFTTT turns off all of my Hue lights at sunrise (task: turn off forgotten lights) 2. At one point last year, I felt that my mornings were getting slower and slower (causing me to leave later), so I set up a Dash button where I hang my keys. When I left for work, I'd press the button, and the script would log the time to a Sparkfun data feed. After a month, I reviewed it to see just how bad it was (pretty bad). (ta…