Live data from Hacker News

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

news.ycombinator.com

471–480 of 749 posts

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

#471
post #108

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…

Hey man, look into the keto diet.

For type 1 diabetes? Really?

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

#473
post #108

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…

Hey man, look into the keto diet.

That is radically dangerous advice, do you have any qualifications in this matter or are you just trying to kill someone?

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

#475
post #239

I relocated to Germany but never studied German before and at work we all speak only English, so my German knowledge lacks a lot of words, though the grammar is OK. However here one has to deal with a huge number of letters, and there are always unknown words and phrases. So I have created a tool based on tesseract OCR, Qt and offline dictionaries of dict.cc to read letters and all kind of contracts. I also used www.…

Hi Sergz! I'm building something similar for Chinese, https://pingtype.github.io - there are a lot more letters to deal with over here. Do you have a link to your code?

I'm also interested in the code, if OP is willing to share.

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

#476
post #204

Earlier quoted context omitted.

I did a similar thing, via an esp8266 device and a vibration sensor! I also automated the display of tram-departures from the tram-stop next to my house with similar hardware. Otherwise I setup some "wireless buttons" to trigger alerts/actions on my Linux desktop system, and record local temperature/humidity into a time-series database for tracking purposes.

What kind of display did you use for the tram-stop times? I wanted to do something similar but worked out that the cost to update the display every minute was too much in terms of battery life even with an epaper display. Also, it was too inconvenient / ugly to use mains power.

Not OP but did a similar project, the display method I used was simply to use 9 led lined up, each representing a stop before mine, to show the current position of the tram.

My idea was based on the top part of this display https://pbs.twimg.com/media/DXGxPtlXkAA0inj.jpg

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

#477
With tasker - mqtt - openhab -LIFX bulbs I automated some things.

- Auto puause kodi/lights change color on incoming call.

- Entrance lights turn on when phones connects to wifi.

- Little flash when my wife's phone connects to wifi.

- Little color flash on whatapp notifications / incoming calls.

- Phone silences when sees my workplace wifi.

- Some speech recognition to change the lights.

Todo:

- Change light color in the morning if rain is expected.

- Plants dry alarm

- Preheat 3d printer with voice

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

#478
post #453

Dish washing. I bought a dish washer and that machine gives back at least half hour of my life every day. I don't know how I lived without it. (disclaimer: I cook at home)

How many dishes do you have that you spend 30 mins on them. I never spend more than 5

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

#480

Earlier quoted context omitted.

Hahaha, oh wow, that's a lot of work. I think you should learn Python and some Requests...

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 reason to change to a better environment. It doesn't need to be Python, but considering the requirements, Python is a very good choice for this it seems.

Post reply on HN