209
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Jun 2024
209 points (96.9% liked)
Open Source
31161 readers
163 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
It would be a huge undertaking, but a Fitness and Health tracker / aggregator that could replace Google Fit and the likes.
I really can't bear how Google, Apple, Samsung, and all these big companies are the primary holders of our most intimate information. I've put some measures in place to limit who gets what, but it would be a huge boon to be the sole maintainer of my own info.
The problem is that the various apps and devices which report data won't immediately support syncing with a FOSS upstart...
The app I use for grabbing my weight and BMI can only sync with a few other apps. The app I use for calorie and diet tracking can likewise only sync with a few apps. They happen to have Google fit in common, so I use that as an intermediary to transfer weight to the calorie/diet app. All my steps, exercise, and sleep stay in Zepp, separate from them all.
It sure would be nice to have one service/application to rule them all and a secure method of storing one's own personal information without having to give it to the tech companies. Sure, use one of the many cloud services but encrypt all the data so that they can't steal it. Yadda yadda.
One can dream.
I develop a self-hosted service designed to do exactly this! It's not quite finished yet, but it's at the point where enough functionality works that it can be used for testing.
https://github.com/connervieira/HealthBox
The docs/USAGE.md file gives an overview of how HealthBox works. Feel free to poke around in the other docs/ files as well.
More than once I've wondered if I can make something look like google fit to other apps, obviously would have to be on a degoogled rom, which limits its utility for a wider audience.
the devices would have to be degoogled so that the app can gather the necessary information? I never used google fit, so I don't know how it works nor how it gathers the user information.
My thinking runs: is it possible to implement the APIs that are called to use google fit, assuming they run through google play services or something
would probably never happen considering how hippa compliance and privacy
Fitness data is typically provided by services like Google Fit as non-diagnostic non-medical information. Therefore HIPPA compliance is not required.
https://developers.google.com/fit/terms#hipaa_use_limitations
oh sorry i thought the op was talking about an open source version of google fit itself.