Live data from Hacker News

How I keep myself alive using Golang

bytesizego.com

41–50 of 136 posts

Re: How I keep myself alive using Golang

#41

Sorry 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

I wrote the article- I’m very aware of Dexcom and it doesn’t have all this out the box

Re: How I keep myself alive using Golang

#43
post #4

This is interesting, but is there a reason that you didn't explore the open source software in this space (Nightscout, xDrip, etc.)? These aren't new problems, and lots of people have solved them already with much more feature-full solutions that just work.

I did explore them; for what I wanted to do I could build it faster from scratch and it was a fun learning experience

Re: How I keep myself alive using Golang

#44
post #3

I 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…

Hey Chewy! Good to see you here :)

Re: How I keep myself alive using Golang

#45
post #13

I just wanted to add that your writing style is wonderful and that this was a pleasure to read. Incidentally, I work in pentesting, and one of my colleagues has Type 1 Diabetes; your overview of it and its resultant complexities really made me empathize with what challenges he has to surmount daily while still being one of the nicest, most approachable people in our team.

Thanks so much for the kind words :)

Re: How I keep myself alive using Golang

#47
post #16

I suspect that type 1 has an environmental cause/trigger in many cases. As an anecdote, I knew many kids from military families or live in close proximity to specific bases where some chemical contamination may exist who have endocrine system issues without any family history of them. I knew very few from other areas and backgrounds with similar issues. Edit: I'm curious if the people disagreeing with my musings have…

Wow, ok, disagree with me even more without contributing to the conversation. I'll leave additional reading for you to disagree with this comment as well.

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8518604/

Re: How I keep myself alive using Golang

#48
post #25

I could be mistaken but I believe both types of diabetes has no cure; however type 2 is MUCH MORE manageable with a proper diet?

Type 2 is called Insulin Resistance - basically your pancreas works fine but the cells in your body stops responding to the hormone that tells it to remove glucose from your blood leading to a dangerous build up.

I use a drug called Metformin daily which slows down my digestive tract (you feel fuller after a meal longer like Ozempic), lowers the uptake of glucose in your gut and lowers glucose production in your liver.

That and a low carb diet is essential.

Re: How I keep myself alive using Golang

#49
Great article! While I haven't done anything as involved I have found using technology to track health issues to be empowering myself.

I'm curious about your thoughts on insulin pumps. I'm not very familiar but I know a few people with T1 that use them and seem happy with them. My understanding is that the idea is that they both monitor glucose levels and supply insulin to keep things stable. Have you considered them? Is there a limitation/downside to them that isn't obvious to a non diabetic? Thanks!

Re: How I keep myself alive using Golang

#50
post #37

Earlier quoted context omitted.

Not sure exactly what you mean by "getting data" but recent versions of both Libre and Dexcom have apps where you can view graphs of data on your phone with no tapping step.

It seems like you and the GP didn't read even the first 20% of the article. The author shows their CGM in the first 2 page lengths. They mentioned they did all of this because the official Libre app was constantly losing connection with their CGM. He bought a "hat" device called a "Miao Miao" and then siphoned off the data to his own CGM service that won't cut out if it receives, as the author puts it, "anomalous rea…

Actually I did read the whole thing before posting... There are different CGM models where some require scanning and some report continuously. My reading was that the author's model seemed to only support scanning thus the need for the hat, rather than periodic updates to an app that newer models provide, but it doesn't seem 100% definitive from the article as I don't know if on newer models data export might require scanning? The point of my comment was that rather than all this work, getting a different device could more-or-less enable the desired functionality without so many workarounds and the bulky hat device by eliminating the whole scanning/inconsistency aspect. Though if you want to pull the raw datapoints etc. and export them elsewhere, then there are still more complications. The non-scanning ones might still be a bit unreliable as well, not sure where that aspect is coming from.
Post reply on HN