Live data from Hacker News

Ask HN: What are the things that you have automated in your personal life?

news.ycombinator.com

361–370 of 749 posts

Re: Ask HN: What are the things that you have automated in your personal life?

#361

I have semi-automated cooking for the week ahead. We recently started cooking meals for the week ahead on Sundays and then freezing them. The aim was to give us more time with the kids and to cut down on housework. To save time on the Sunday cooking session I have cobbled together a very clunky, and I mean VERY clunky semi-automated cooking system. It comprises a Raspberry PI which controls a couple of WiFi mains swi…

A friend is getting such a system to production for Indian recipes with Mechnical Chef [1] The demo looks incredibly cool [2]

[1] http://www.mechanicalchef.com/

[2] https://www.youtube.com/watch?v=lBB0ZaN1paE

Re: Ask HN: What are the things that you have automated in your personal life?

#362

I have a robot lawn mower that is wire guided. Instead of the traditional lawn mowers that basically cut the grass in all directions (making a sloppy cut pattern) my mower knows how to cut in straight lines so you get a traditional cut pattern. It also has the ability to dump the grass cuttings into a composting bin. Basically, I put down wire guide cable into the lawn and into the cement as well. It is all powered b…

Has it ever chopped up a squirrel, or the neighbor's cat?

I'm no expert, but Cats and Squirrels would be pretty good at hearing and seeing danger, even feeling vibrations nearby. I doubt they'd get caught by a lawn mower at walking speed.

Re: Ask HN: What are the things that you have automated in your personal life?

#363
I try to wire my brain to do routine tasks without having to give many thoughts. Besides the usuals where electronics, gadgets, and computers are involved, I'm more interested in the ones that I cannot use machines but my own body and brain. My wife believes that I know almost everything where they are and will likely be -- I just define a pattern based system of keeping things -- think massive CSS with Classes/IDs all over and how I could quickly navigate without much effort (before Google Chrome Dev Tools and all the niceties we have these days).

Here is an example. Every morning, I have a routine where I prepare my daughter for school. I don't even have to prepare the night before.

I wake up at 6:00 AM by a soft alarm. I'm kinda beginning to wake up on my own more often these days. I go to my daughter and try to wake her up but I also know she would reply, "Give me few more minutes, please." "Ok, 5 minutes." I then line-up her school uniform by the edge of the bed -- shirt and skirt at the bottom, then the underwears on top.

I flip the light switches on from the hallway all the way down to the kitchen liting them up to make it full daylight when she wakes up. I quickly check her school bag, fill-up the water bottle, and line-up all the tiffin materials at the kitchen counter. Then pour out the milk/juice with egg/bread for her and keep it ready. When all that is done, I put the socks that I picked up while preparing her uniform, in her shoes and is kept ready by the door.

I start the tea going. To the Bathroom, brush my teeth, wash-up, dried up. Then, I go wake up my wife, "Tiffin ready to be prepared." I go to my daughter, "Times up, very late." I lift her up and show her to the bathroom door. She would have slept for about 15min instead of the 5 but that is what I intended.

Wife goes to the kitchen and cooks, prepares the tiffin, packed it and keep it in the kitchen counter. She then prepares the milk formula for our younger daughter, give it to her (she holds it in her sleep and drinks). Wife goes back to bed. I go in and finish the tea which the wife had adjusted for it not to spill over.

Daughter comes out of the bathroom, get dressed, comes out of the room and drinks/eats her breakfast. During this time, I'm in my study room, logged into the computers, get the emails flowing in for me to look later. I finish my first tea of the day.

Escort daughter to her school bus.

This is one routine that has worked really well for the family with little to no adjustment or breaks. That one hour from 6 to 7 AM in the morning all goes without much thought but more from my muscle memory, following patterns of where things are kept and where to keep them.

I hope I can call this automation.

Re: Ask HN: What are the things that you have automated in your personal life?

#364

Maybe not what anyone was expecting, but we've automated all the cleaning in the house. The clothes get washed, folded, and ironed. The trash gets taken out. All the plants get watered. How? The oldest form of automation. We pay someone to come and do it. We have a cleaning person come twice a week.

Where and how do you afford this?

I can only do this because I live abroad in Latin America. Sadly, wages are very low for this kind of work.

Though I did have a cleaning person come twice a month, when I lived in the Pacific Northwest, I could never afford all this much help living in the US.

Re: Ask HN: What are the things that you have automated in your personal life?

#366

1. When I plug my camera's SD card into the front of my Linux server it automatically copies off any new photos and sorts them into a YYYY/DD/MM folder structure. 2. I wrote a cryptocurrency trading bot because I'm too lazy/uninterested to actually learn anything about the market. It seemed to do pretty well when the market was flat or going up. Hard to tell if it's doing badly now or if it's just reflecting the stat…

for number 2 how do you handle tax season? Mine was very complicated last year and I didn't fully automate my trading.

tl;dr: I don't.

There are a couple of reasons why I don't bother:

The first is that I consider what I'm doing to be a hobby, and therefore tax-exempt. The point was more about the challenge of writing the bot than seriously imagining that my trivial algorithm could make money. Because it's currency trading, I expect the Australian Tax Office would disagree with my definition, but there is one thing in my favour -

The second reason is that, despite hitting almost A$2000 profit around January, as we head into tax time it's sitting at less than $500. Also, I've never realised any of these profits - I withdrew the original A$500 investment, but everything else just keeps getting reinvested. I don't think the ATO is going to be too troubled that I've got a little under A$500 worth of pretend-money floating around in the aether somewhere.

Bottom line, I'm not going to worry about tax until there's enough profit that I can pay an accountant to worry about it for me, and possibly pay some backdated taxes. The up-side to automated trading, even for small-time personal investors, is that the ATO regards it as "carrying on a business of share trading" rather than investing as an individual, and their rules appear to be a bit simpler in that situation.

Re: Ask HN: What are the things that you have automated in your personal life?

#367
post #261

I have a robot lawn mower that is wire guided. Instead of the traditional lawn mowers that basically cut the grass in all directions (making a sloppy cut pattern) my mower knows how to cut in straight lines so you get a traditional cut pattern. It also has the ability to dump the grass cuttings into a composting bin. Basically, I put down wire guide cable into the lawn and into the cement as well. It is all powered b…

Do you have any information that would allow some to build something similar? Would love to see the setup!

I'd love a tutorial!

Re: Ask HN: What are the things that you have automated in your personal life?

#368

I have semi-automated cooking for the week ahead. We recently started cooking meals for the week ahead on Sundays and then freezing them. The aim was to give us more time with the kids and to cut down on housework. To save time on the Sunday cooking session I have cobbled together a very clunky, and I mean VERY clunky semi-automated cooking system. It comprises a Raspberry PI which controls a couple of WiFi mains swi…

You don't have this pushed to a repo somewhere, do you? It would be great to be able to see how you do some of this.

Re: Ask HN: What are the things that you have automated in your personal life?

#369
post #297

Earlier quoted context omitted.

If you wanted to re-write that for Chrome or whatever (including headless) I would suggest Selenium or WebDriver suite, including PhantomJS. However, my knowledge (expert level at the time) is a bit outdated and there are probably new toolkits based on the Selenium/WebDriver protocol, it is a good direction to point you to. I have had my bank remove records from my online account, or not have the ledger balance add u…

Thanks for the reference to sekenium etc. I know nothing about other browsers' automation capabilities, so i'll takee a look at some stage.

I’ve automated a bunch of tasks thanks to selenium. It’s really pretty simple once you get the hang of it. I’d totally recommend.

Re: Ask HN: What are the things that you have automated in your personal life?

#370

Maybe not what anyone was expecting, but we've automated all the cleaning in the house. The clothes get washed, folded, and ironed. The trash gets taken out. All the plants get watered. How? The oldest form of automation. We pay someone to come and do it. We have a cleaning person come twice a week.

When I lived in India, it was cheaper to hire someone to wash clothes and dishes by hand than to buy a washing machine or dish washer (and the place we lived wouldn't have had anywhere to put them anyway). [Though half the time we did these things (by hand) ourselves.]
Post reply on HN