Live data from Hacker News

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

news.ycombinator.com

631–640 of 749 posts

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

#631

I automated my Investment Portfolio. My investment thesis is to buy high-growth tech company stocks with an upcoming earnings call in the next 90 days. I have a script that scrapes Yahoo finance and tells me which stocks to buy. Surprisingly it's worked well, and I've gotten a return of 44% last year

Awesome!

would love to see the code here

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

#632

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.

I was paying a cleaner to come by and do my floors about once a week, but eventually realized that for 2.5 months worth of cleaning I could replace her with a "Braava" floor cleaning robot.

(I do feel a little sad about it, she's sweet and I see her all the time when she cleans other units in the building…)

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

#633
post #454

Earlier quoted context omitted.

This is really fascinating :) I'd love to use the same system. Is it open source?

+1 Would also like to know the inner workings, a general hint to the approach taken would already be awesome

+1 Please open source it, even if it is not ready for production

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

#634

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

A bit off-topic: Not only is this incredibly impressive, it's a great white noise video, IMHO. Can listen to the robot cook do it's thing for a loong time. The Capsicum Sabzi video has a good amount of unintended ASMR, too:

https://www.youtube.com/watch?v=Z0kf17jxeSY

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

#635
post #444

I bought an e-reader called reMarkable [0] that I use every day to read technical stuff on it. At some point, I got tired of the process to sync files: download the document from the browser, open the reMarkable app and drag the file into it. I automated this workflow, and now I can just "print" directly to the device [1] the article/document I'm reading. [0] https://remarkable.com/ [1] https://github.com/juruen/rmap…

Remarkable is a Markdown viewer right? So basically you open a HTML webpage in remarkable? Is that so you can modify the source?

There may be a markdown tool by that name, but in this case it's a specific brand of e-ink tablet that includes a stylus for drawing on the documents/note-taking/etc.

IIRC it supports PDF and presumably other ebook formats, but I wouldn't expect it to have any special tool for viewing markdown.

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

#636
Not too impressive, but I'm glad I have it - a cronjob runs each night and makes sure I shut my garage door. It is an open source python project to talk to the alarm system and a relay between the pins of a raspberry pi and and a wire I soldered to my garage door opener.

I also threw together an Alexa skill that I can tell goodnight - it closes the garage door, turns off some lights, turns off my hot water heater and arms the alarm.

Nothing large or fancy, but they get used and save me at least seconds a day!

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

#637
post #519

Earlier quoted context omitted.

I got all fancy and hacked together a tinydb backend for transmission-daemon to automate pulling from an rss feed. Was using a simple text file at first (to avoid duplicates) but without proper internet service I needed a way to cache the shows until I could eventually download them. Now I just need to figure out an efficient way to download from them from my Hungarian vps since the cellphone internets are slowwww...

> I got all fancy and hacked together a tinydb backend for transmission-daemon to automate pulling from an rss feed. Suggest looking into Flexget. It unfortunately has loads of dependencies, but on the upside it's super smart. E.g. prevent duplicate downloads, etc.

Mostly I wanted to learn about databases and I was bored one day so...

I kind of like transmission, had it doing its thing on my low-power NAS for a couple years with zero problems. The thing with duplicates was the rss feed sending ~7 days of shows and needing a way for my python script to tell if it had already seen an item or not so I was just dumping them into a log file and searching through it on the next run -- crazy inefficient but it did the job.

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

#638
post #623

Earlier quoted context omitted.

Good point. Perhaps use only parts of the material (not the entire clips). This should be covered by "fair use". And perhaps using the clips for other purposes than "viewing" may in fact be fair use. Especially since you are trying to find a method for not viewing them. (IANAL)

Just apply a transform to them like FFT then it's not the original work anymore and it should be fine.

You know MP3 is kinda like a FFT right?

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

#639

Earlier quoted context omitted.

All of the websites concerned have strict authorization requirements and none have public APIs afaics. At the start, it just seemed easiest to automatically scrape them. I guess I could have reverse engineer their private APIs and used those - but as the doctors say, the retrospectoscope is a rare and expensive piece of equipment!

Is authorization done with some activeX-applet? Otherwise I don't really see what IE is offering that Chrome offers too, but scrapping-libs can't. BTW There are libs to use chrome programatically for those things. It's called headless-mode or chromeDriver. Similar things exist for other Browsers. So you could probably rewrite your app to become more indipendant without lossing the existing functionality.

I just don't see enough cost benefit from rewriting hundreds of thousands of lines of working code at this time. I can't see IE going away, any time soon, due to corporate tie-in. Hopefully VBScript ditto. If it all falls over down the track, I'll review my options then :-)

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

#640
post #603

I'm 25, and single. I'm very social, and I work out regularly. But I find it hard to approach women in the street, and I've always detested loud pubs (My hearing is slightly impaired, which makes it hard for me to communicate in such a place). So I've decided to sign in to OKCupid. I've always heard the dating scene in this site is toxic, but I've had no idea. I've too many toxic and horrible things written plainly i…

This sounds like a giant red flag to me.

I hope you at least disclose your methods to people you contact.

Post reply on HN