Taking my diabetes treatment into my own hands
21–30 of 372 posts
Re: Taking my diabetes treatment into my own hands
#22Re: Taking my diabetes treatment into my own hands
#23A friend of mine had to take insulin dose daily. Talking around with people, he found out that diet with carbon hydrates (bread, potato, rice…) increased blood sugar. For the past few years, he is now on keto diet and eats 2-3 eggs per day, due to some missing aminoacyd (not entirely sure why). His blood sugar is normal and he doesn’t have to take insulin anymore. If anyone needs some more info, contact and I can ask…
Re: Taking my diabetes treatment into my own hands
#24My dad had a strange case of Type-1 diabetes that manifested later in life, at the same time he also got hit with rheumatoid arthritis. > injecting insulin ~15min before you start eating would do wonders for neutralizing the BG spike, the issue is, nobody does it, My dad did. Yeah, it did cause a couple scares. He had very well-controlled numbers but it was all-consuming and I can’t imagine the average person being a…
The two T1D people I know both started as fairly small children, so perhaps having parents managing them made it easier for them to always do the injection 15 minutes ahead. I wonder if the author has looked at an insulin port: makes the injection aspect much simpler. https://www.diabetes.shop/i-port-advance/iport_6mm/i-port-ad...
Re: Taking my diabetes treatment into my own hands
#25Re: Taking my diabetes treatment into my own hands
#26One thing you would really benefit from that you don't need a doctor for is getting your BG displayed on a smartwatch. Assuming you have an Android phone and a compatible smartwatch (Galaxy Watch4 in my case): 1. You need to install G-Watch Wear App on your phone and watch 2. You need to replace the official Libre app with a 3rd party app supported by G-Watch like xDrip or Juggluco. There are a few of those, mostly n…
I've tried 6 of these on my mom, at every price point, and compared with a prescription monitor (back of the tricep, needle thing). I couldn't find anything even remotely accurate.
Re: Taking my diabetes treatment into my own hands
#27A friend of mine had to take insulin dose daily. Talking around with people, he found out that diet with carbon hydrates (bread, potato, rice…) increased blood sugar. For the past few years, he is now on keto diet and eats 2-3 eggs per day, due to some missing aminoacyd (not entirely sure why). His blood sugar is normal and he doesn’t have to take insulin anymore. If anyone needs some more info, contact and I can ask…
I'm confused. Is your a friend a diabetic whose doctor never told them that carbs increase their blood sugar level? Because this isn't exactly hidden knowledge for diabetics.
Re: Taking my diabetes treatment into my own hands
#28The fat thing mentioned in the post: fat seems to slow down absorption in my experience, though not to the extreme that some self-described “body hackers” (who don’t have DM) seem to think. I basically consider my malfunctioning pancreas to have been replaced/augmented by my brain, assisted by a cgm. My diet is rather boring but keeps me alive and keeps the BG in a pretty tight range. My biggest problems are hypo (us…
Re: Taking my diabetes treatment into my own hands
#29Winforms lol, it just works and I don't have to spend most of my time trying to work out xaml stuff. Just add the components to the window, set up some event handlers, done
Re: Taking my diabetes treatment into my own hands
#30>Aside: what do you .NET folks use nowadays? Winforms lol, it just works and I don't have to spend most of my time trying to work out xaml stuff. Just add the components to the window, set up some event handlers, done
It is interesting that the author chose to use Elm to describe C# code. If it is their preference, they could have gotten all that with writing the "core" of the project with F#, without having to change examples neither in the actual implementation nor in the blog post (the author does mention F# but not whether they looked into using it).