I'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…
For those interested in personal T1D data management, Tidepool[0] is a fantastic (and open source) nonprofit in this space. [0] https://tidepool.org
Ask HN: What are the things that you have automated in your personal life?
481–490 of 749 posts
Re: Ask HN: What are the things that you have automated in your personal life?
#482Maybe 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 understand it was meant to be a harmless joke but it's still not so nice to say.
Re: Ask HN: What are the things that you have automated in your personal life?
#483Earlier quoted context omitted.
I don't think that would make it much simpler (if that's what you're getting at). There's tons of grunt work that just has to be done - eg. calculating expected dividend payments (by automatically matching portfolio details to dividend schedules from corporate websites), and automatically matching those to bank account credits - all through code. Despite the laughs that the VB languages get on HN, VBScript is in fact…
> And I'd still be bound to the IE automation model. Why? You fetch data, calculate stuff and give out reports. Unless there is heavy javascript involved, you don't need a browser for any of this. But now you are dependent on the fragile setup you have created, hopping that VBScript, IE and your datasources will continue to work as long as you live. Becoming independant and gaining a future ground would be a valid re…
Re: Ask HN: What are the things that you have automated in your personal life?
#484Earlier quoted context omitted.
> And I'd still be bound to the IE automation model. Why? You fetch data, calculate stuff and give out reports. Unless there is heavy javascript involved, you don't need a browser for any of this. But now you are dependent on the fragile setup you have created, hopping that VBScript, IE and your datasources will continue to work as long as you live. Becoming independant and gaining a future ground would be a valid re…
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!
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.
Re: Ask HN: What are the things that you have automated in your personal life?
#485I'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…
Hey man, look into the keto diet.
Re: Ask HN: What are the things that you have automated in your personal life?
#486Earlier quoted context omitted.
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.
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.
Re: Ask HN: What are the things that you have automated in your personal life?
#487Here's a cool "launcher" project: https://www.youtube.com/watch?v=Jv2LAqkmd1c&feature=youtu.be
https://github.com/plul/Public-AutoHotKey-Scripts
With Pulover's Macro creator, you can literally record actions with mouse and keyboard, get the output in AHK script and tidy it up. You can trivially recognise pixels, meaning you can tell your mouse to click x,y coordinates or a certain button (for when there is no API for something, for example)
Some genius made a virtual workspace for windows using AHK: https://github.com/octalmage/mdesktop
Some random uses I have for AHK:
* trigger today's date in dd.mm.yy (or dd-mm-yy, or any combo you like) with a macro, useful for when you drafting documents and need to quickly insert the date
* lookup the train schedule from work to home with a keypress
* shortcut to German characters on an EN keyboard
* paste and translate to/from english with dict.cc and leo.org in separate tabs
* "sig" expands to my email signature
* shortcuts to colleagues' obscure foreign names, which I always misspell in emails (saves embarrassment!)
* macro to run common applications like notepad, chrome, powershell (obvious use case)
* macro to open an excel to do list
* Quickly switch between headphone types on a work PC (USB headphones and regular headphone jack needed some fiddly settings to be changed to switch between them) (https://autohotkey.com/docs/commands/SoundSet.htm)
* Tool for popup window, can be used to display almost anything, e.g. your list of shortcuts in case you forget them! - https://autohotkey.com/boards/viewtopic.php?p=100953#p100953
* Huge list of ideas here: https://github.com/ahkscript/awesome-AutoHotkey
AHK has a huge amount of cool projects on the forums, and it runs like lightning since it is very resource light.
Re: Ask HN: What are the things that you have automated in your personal life?
#488I drop pdfs in a dropbox folder from any device, and at the end of the month, my home computer combines the pdfs, attaches it to an email and sends it off to accounting. I could have it autodetect which invoices from my email match work expenses, but the hard-to-automate part is needing to upload paper receipts.
Re: Ask HN: What are the things that you have automated in your personal life?
#489Earlier quoted context omitted.
Your friend is a genius! Any idea, how much is it going to cost? And will they plan to sell it in India?
Building a clunky device that imitates human actions is hardly 'genius'. Resourceful maybe. An electrical coffee grinder isn't a normal coffee grinder with some rotating lever attached to it. An electrical coffee grinder has small motors attached to the grinder mechanism in order to make it move. This contraption is fun to build I am sure, but not 'genius'. Much closer to genius is the thermomix: https://thermomix.co…
A malfunctioning lid caused hot liquid to escape from the bowl, giving several consumers severe burns. The Court found that Thermomix knew of this risk but still continued to promote and supply the faulty product.
Beware of genius inventions, you may get burned.
Re: Ask HN: What are the things that you have automated in your personal life?
#490I'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…