Four years later it's now available in six cities and indexes hundreds of local independent stores.
Ask HN: What are the things that you have automated in your personal life?
81–90 of 749 posts
Re: Ask HN: What are the things that you have automated in your personal life?
#82I can spin up a virtual Windows, Mac, or Linux machine, and access it via virtual desktop, from any linux host running LXD 3.0+ (currently Ubuntu 18.04 server). I can go from a freshly installed server to a fully functional, deterministic dev environment in one git clone and build script run.
I also keep a virtual desktop or two around for any long running tasks that require a GUI environment, or for browser tabs I want to keep open long term.
Re: Ask HN: What are the things that you have automated in your personal life?
#83Re: Ask HN: What are the things that you have automated in your personal life?
#84Earlier quoted context omitted.
I don't hear often about banks providing API access. Only big companies on special contracts may get something like that, but it is usually very limited - talking from my personal experience, but what I learnt from the internet - it's the same everywhere. But... In Europe thanks to just another EU laws we should have every bank offering an API access for everyone starting from September 2018 IIRC. That would help a l…
I'm going to be so amazed if the API (PSD2 if you want to Google it) turns out to be what we want. I'm fully expecting banks to throw extreme security hurdles and probably registration fees in the way if they can. Hopefully I will be wrong.
Re: Ask HN: What are the things that you have automated in your personal life?
#85Re: Ask HN: What are the things that you have automated in your personal life?
#86My AWS rep gave me one of their IoT buttons when those were first a thing. I wrote a couple of lambdas for it. One click would send an email to my boss telling him I was taking a sick day, double click would send him an email telling him I was running late.
Re: Ask HN: What are the things that you have automated in your personal life?
#87Most automation doesn't work for me. I don't keep to a set 9-5 schedule, so anything that assumes a routine fails me. Here's what I do use. Tado - a smart thermostat, sets the temperature while we're in the house. Heats up water only if we're in. Uses an app to geolocate us. Lifx - lightbulbs which automatically dimm at 2300 (good reminder to go to bed) and auto switch off a couple of hours after sunrise. Everything…
This has been a pet bug of mine for a while. My shifts are never the same 2 weeks in a row, and I feed it all into my calendar. But homekit etc won't consume this.
I've botched together a few scripts to set my heating based on the events in my 'work' calendar, so it sets before I get home, not after, and it does seem to work much better than any geofencing or 'learning'.
Re: Ask HN: What are the things that you have automated in your personal life?
#88Virtual development environments in LXC and KVM https://github.com/kstenerud/virtual-builders I can spin up a virtual Windows, Mac, or Linux machine, and access it via virtual desktop, from any linux host running LXD 3.0+ (currently Ubuntu 18.04 server). I can go from a freshly installed server to a fully functional, deterministic dev environment in one git clone and build script run. I also keep a virtual desktop or…
Re: Ask HN: What are the things that you have automated in your personal life?
#89I trained a mobile neural network to feed the dog every morning, and his brother to feed it every night.
Also, though I derive great happiness from this automation effort, I’ve noticed that the processing units are quite expensive and the maintenance cost is also large. After 5 years, I’m certain I’ve spent more time training them than if I fed the dog myself and more money that if I hired a 3rd party DwaaS (dog walker as a service).