Digital archiving of important physical mail is a nice way to go paperless and keep track of documents. Get a good scanner and shredder, then set up a system to track your scanned documents. No more misplacing files and having to stuff cabinets with papers. Proxy phone number via Twilio or Google Voice for the times when you'd rather not give your real number out. Audio translations for digital books using espeak + p…
I wish there was a good recipe website where you could press a button to import it and change it / save it. Could make sharing recpies and searching for them centralized and readable instead of the current system of blog posts and images or shudder gifs.
Ask HN: What are the things that you have automated in your personal life?
281–290 of 749 posts
Re: Ask HN: What are the things that you have automated in your personal life?
#282Re: Ask HN: What are the things that you have automated in your personal life?
#283Earlier quoted context omitted.
We have some battery-powered motion-detector LED lights about 1ft from the ground in our bathroom and hallway. Makes walking around late at night less painful. (Children's toys end up everywhere!)
Now that's clever. But I'd really love if someone would invent a kind of roomba that puts away toys
Re: Ask HN: What are the things that you have automated in your personal life?
#284We 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 switches attached to the induction hob and the slow cooker. A wooden spoon attached to a 360 degree servo motor hangs above the pot on the hob and can be activated by the Pi for stirring. Initially I tried to use one of those cheap three-legged novelty vibrating pot stirrers, but that didn't work out. Thermocouples feed back to the Pi to help control cooking.
The whole thing is controlled by a messy Python script and 'recipes' are JSON based text files. They just define how long each device should stay on, a max temp to turn them off and how often they should be stirred. I get an email when cooking is done.
I plan to add some functionality over the summer to tip in ingredients as needed. The biggest issue is that it doesn't handle chunky food, it works for soups, chili sauce, pasta sauce etc. I'd love to figure out a way to fry and separate mince as you would with a spatula..
Re: Ask HN: What are the things that you have automated in your personal life?
#285- Automatic cat food dispenser
- Smarthome with HomeKit for lights, fans and stuff. Using motion sensors and time based automations a lot
- Browser extension to automatically add Japanese words I look up to my Anki deck
- scripts to automatically ocr documents in my Dropbox, run it through classification for automatic renaming and information extraction, then add it to DEVONthink for archiving. Then using a document scanner app to throw things into Dropbox
- ifttt / zapier actions to add pull request reviews to my todo list, automatically translate Japanese messages to English with slack reactions, backup posts/pictures I am tagged in on Facebook, and and and
- AppleScripts to generate random usernames, one time emails (with date and website encoded) and logging generations in DEVONthink
- mini bots to normalize pull Request titles / descriptions, link them to JIRA tickets, assign them to the PR opener, transition to “in progress”
- sieve Filters to automatically bounce expired emails, organize based on website, automatically redirect tracking emails to Deliveries, add flight emails to flight tracking apps
- cli tools to clock me in, clock me out and warn me if I’m under my agreed hours at work
- a lot of workflow workflows on my phone to do things like: navigate me home, find a Starbucks, and heaps of other smaller things
...and probably many more. In general, if I have to do something manually more than 3-4 times and I notice a pattern, I try to automate it
Re: Ask HN: What are the things that you have automated in your personal life?
#286Earlier quoted context omitted.
Are you familiar with a Thermomix?
I've heard of them, sort of like a pressure cooker?
Thermomix is more like a blender with a built-in heating element, so you can throw your veggies in and then it blends and cooks them.
Re: Ask HN: What are the things that you have automated in your personal life?
#287When the dog used to wake me up in the middle of the night to drink water and take him out, I had to do to it manually. Now it’s all automated, my body just does it. 90% of brain is asleep. I look forward to automating diaper changes when the baby arrives. The subconscious brain is an incredible piece of technology.
Re: Ask HN: What are the things that you have automated in your personal life?
#288Earlier quoted context omitted.
The problem you have here is that in order to continue listening to songs more than just a couple of times you'd have to able to classify the song versus an ad. Otherwise once the system heard the song a few times it would start blocking it too.
Just filter by length.
Re: Ask HN: What are the things that you have automated in your personal life?
#289I 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…
I've found that a lot of meals done via the slow cooker tend to taste the same because of the consistently and the type of ingredients typically involved in them.
Re: Ask HN: What are the things that you have automated in your personal life?
#290I 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…