I created an API for the waste collection (cardboard, organic, paper etc.) of my city based on some CSV that they publish. I always forget when to put what on the street, now thanks to my API and IFTTT and get a notification on my phone to remind me. If anyone is interested, the API is here: openerz.herokuapp.com and the city is Zurich, Switzerland.
Ask HN: What are the things that you have automated in your personal life?
191–200 of 749 posts
Re: Ask HN: What are the things that you have automated in your personal life?
#192Reading ebooks. https://Auditus.cc
Ahh! The centraaal station! :) I'd love to have a service like this with wavenet-quality TTS. These are a bit jarring. Although, like low quality audio files, I guess you get used to it pretty quick?
If you have any ideas etc. drop me an email! (See profile)
Re: Ask HN: What are the things that you have automated in your personal life?
#193I've automated almost all of my diabetes management into a level I basically can look into graphs and decide the level I want my glucose to go. For glucose monitoring I use Dexcom G5 sensors[0] and xDrip[1] open source monitoring application for Android. Insulin delivery is handled by a Accu-Chek Spirit Combo[2] pump, that is one of the rare pumps with a Bluetooth connection. The entity deciding the basal rates and c…
Wow this is incredibly impressive. This is so impressive. I love seeing someone take responsibility for their healthcare and being empowered to control it. This is great.
P.S. Today I built a new widget to my i3 setup, displaying the current glucose and the trend. https://i.imgur.com/VnZ23vO.png
Re: Ask HN: What are the things that you have automated in your personal life?
#194Earlier quoted context omitted.
Indeed. I see two options here. First is to analyze the other signal features of the commercials (eg. increased volume), although it may be tricky. The other option is a crowd-sourced solution - pretty much as for the browser adblock - where users can mark samples recognized as ads. Since the publishers often buy campaigns for many stations in the same country or state, it may be a shared database. On the other hand,…
How about a third option, ads are by definition short and repeat a lot. No fancy ML needed, after a couple of times the filter gets one of these repeating fragments it should be able to block it. Fairness bonus: you get to hear each new ad a couple of times.
Re: Ask HN: What are the things that you have automated in your personal life?
#195I 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…
I wonder if that's easy to adapt to Linux? I get around the same issue by emailing files to the reMarkable [0] but that's a solution that relies on having your own email server and is therefore less user-friendly than what you do, though it works great for my use case. [0] http://umanovskis.se/blog/post/remarkable-email/
I believe using CUPS could be a simple way to implement it in Linux.
Re: Ask HN: What are the things that you have automated in your personal life?
#196I 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…
Off-topic: do you like your reMarkable? In particular, how's writing on it?
I do not write that often on it though. I usually solve math problems on it and also comment on PDF docs.
All in all, I'd buy it again :)
Re: Ask HN: What are the things that you have automated in your personal life?
#197Ok, I'll bite! About 20 years ago I inherited enough money to retire on for the rest of my life. But the only evidence of those assets was, a dot matrix printout that anyone could have done in five minutes. So over the next few weeks, I created accounts in the various share registries and online banking websites, and manually cross-checked the printed list against those accounts. All was good, but I wanted to do that…
Re: Ask HN: What are the things that you have automated in your personal life?
#198I use https://www.home-assistant.io/ to do a coupple of automations like switching everything which uses power off when I leave home to preserve energy and switching a CCTV cam on at the same time for safety reasons. But one of the more usefull automations is a text2speach script which fires in the morning between 6 and 11, during workdays, when I'm not asleep but still at home, always 7 minutes before the next train…
I was able to set up something I had wanted for a long time which was to turn off my TV/Stereo/Kodi after idling. I built the conditions which caused the the whole thing to shut off via Harmony hub after 10 minutes of idle after being played.
The one downside is the project moves really fast so you have to keep up with breaking changes sometimes.