Earlier quoted context omitted.
Go is probably your choice, it was stupid fast to pick up. It’s a fun language too
Is there a good batteries-included framework for Go, like Ruby on Rails or Django?
How I keep myself alive using Golang
21–30 of 136 posts
Re: How I keep myself alive using Golang
#22Re: How I keep myself alive using Golang
#23Re: How I keep myself alive using Golang
#24Incidentally, I created something related to this yesterday. A tmux plugin to display your glucose data as a status icon in your terminal. As a T1 myself, I use a Dexcom as my CGM and have it working around that specifically, but I'd love to open it up to other devices too, and offer more. Feel free to check it out! https://github.com/Cian911/tmux-xdrip
Re: How I keep myself alive using Golang
#25Re: How I keep myself alive using Golang
#26Sorry 1/2 into the article all that kept popping into my head is someone tell this man about a cgm like a dexcom . It all of this out of the box . My wife has been a t1d for 30 years the dexcom cgm makes all of this a lot better
While the Dexcom is "better" (than Freestyle Libre) in my opinion because the recent revision can talk directly to your phone continuously (the Libre only sends alerts, getting data requires you tapping phone to arm)... your insurance may cover only one or other. Either is way way better than nothing, but both are still a long way from automation.
Re: How I keep myself alive using Golang
#27Neat idea.
Re: How I keep myself alive using Golang
#28I could be mistaken but I believe both types of diabetes has no cure; however type 2 is MUCH MORE manageable with a proper diet?
Re: How I keep myself alive using Golang
#29Sorry 1/2 into the article all that kept popping into my head is someone tell this man about a cgm like a dexcom . It all of this out of the box . My wife has been a t1d for 30 years the dexcom cgm makes all of this a lot better
He has that. The problem is not the CGM, it's everything around that (and the fact that both Freestyle Libre, and Dexcom, don't readily expose the data for the DIY types to do anything with). While the Dexcom is "better" (than Freestyle Libre) in my opinion because the recent revision can talk directly to your phone continuously (the Libre only sends alerts, getting data requires you tapping phone to arm)... your ins…
Re: How I keep myself alive using Golang
#30I talked to Matt about not owning our own data after GopherConSG where he gave this talk. It was enlightening how complicated the issue is - there's a lot of legal liabilities on the end of the data provider (the company that monitors the glucose) so I can understand why larger corps are a bit hesitant to open up. On the other hand, it seems quite heinous that users don't have access to data that is rightfully theirs…