How I keep myself alive using Golang
bytesizego.com
How I keep myself alive using Golang
1–10 of 136 posts
Re: How I keep myself alive using Golang
#2CGM devices seems like the gold standard in terms of what they're natively capable of (and you don't need something separate on top of a flash sensor) and I think they're free on the NHS. Lots of them have companion smartphone apps, so you'd assume that it's possible to reverse engineer whatever API that these apps are using in order to get at the raw data. Dexcom seemingly does have an API, but it only works if you're located in the US.
Re: How I keep myself alive using Golang
#3On the other hand, it seems quite heinous that users don't have access to data that is rightfully theirs that they can action on it.
Re: How I keep myself alive using Golang
#4Re: How I keep myself alive using Golang
#5I went to Open Data Camp in the UK in 2023 and there was an interesting talk from two attendees with Type 1 diabetes about how locked down a lot of these devices are from a data perspective, which seems like a real shame - particularly when it's your own health data they're collecting! CGM devices seems like the gold standard in terms of what they're natively capable of (and you don't need something separate on top o…
Re: How I keep myself alive using Golang
#6Now I am debating between Rust and Go for backend development (for a web service). Which one between these two would be recommended for my needs? My priorities are to be able to learn quickly and develop/iterate as fast as possible.
Re: How I keep myself alive using Golang
#7After messing around with Elixir, I decided on my own that the Elixir ship wasn't worth it for me and I moved on to typescript. Now I am debating between Rust and Go for backend development (for a web service). Which one between these two would be recommended for my needs? My priorities are to be able to learn quickly and develop/iterate as fast as possible.
Re: How I keep myself alive using Golang
#8After messing around with Elixir, I decided on my own that the Elixir ship wasn't worth it for me and I moved on to typescript. Now I am debating between Rust and Go for backend development (for a web service). Which one between these two would be recommended for my needs? My priorities are to be able to learn quickly and develop/iterate as fast as possible.
Go is probably your choice, it was stupid fast to pick up. It’s a fun language too
Re: How I keep myself alive using Golang
#9Re: How I keep myself alive using Golang
#10After messing around with Elixir, I decided on my own that the Elixir ship wasn't worth it for me and I moved on to typescript. Now I am debating between Rust and Go for backend development (for a web service). Which one between these two would be recommended for my needs? My priorities are to be able to learn quickly and develop/iterate as fast as possible.