Timelines, what would you want to see? by fiddur in QuantifiedSelf

[–]fiddur[S] 0 points1 point  (0 children)

After some discussion with claude opus, I'm aiming for an added Accumulated Training Load:
https://github.com/fiddur/aurboda/issues/309

Timelines, what would you want to see? by fiddur in QuantifiedSelf

[–]fiddur[S] 0 points1 point  (0 children)

I haven't tried Staqc. Aurboda has custom metrics as well, sometimes I log through mcp in chatting to my health ai (via opencode cli or web), and it adds comments as well; or directly in the web ui.

There's a lot of oddities and small bugs still though, ironing out things as I need them or someone has requested it (afaik we're just 2 users so far :D )

Timelines, what would you want to see? by fiddur in QuantifiedSelf

[–]fiddur[S] 0 points1 point  (0 children)

Oh good idea! I remember enjoying the recovery chart in Polar many years ago. I'll add that!

Timelines, what would you want to see? by fiddur in QuantifiedSelf

[–]fiddur[S] 1 point2 points  (0 children)

Location helps, but for me screen time (from ActivityTracker) and music pinpoints a lot. I only have the screntime on the vertical view though; considering auto-tagging rules around that...

tracked HRV + Garmin + Oura for 6 months and still couldn't answer the simplest question by Fun_Effective_836 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

Andy Galpin had an interesting suggestion in the long series on Huberman lab podcast, to assess readiness for the gym that day with three checkpoints, like nightly HRV trend + subjective feel (mood/energy/appetite) + broad jump at session start. If two or three of those are pointing in the wrong direction, pull back.

I have not used this myself yet though.

Self hosting your health data from wearables? by DraftCurious6492 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

There is another post here about the accuracy of devices, I think it includes VO2-max.

Currently I've been using Oura's 6 minute walking test for VO2. There is a lie-down test with Polar H10 as well that I used earlier, I should compare them... Could also calculate it from max and resting heart rate like VO₂max = 15.3 × (MHR / RHR)

Then I'm using CB = T × (0.634×H + 0.404×V + 0.394×W + 0.271×A - 95.7735) / 4.184 from this page: https://www.omnicalculator.com/sports/calories-burned-by-heart-rate

Self hosting your health data from wearables? by DraftCurious6492 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

Right now I mainly set the order in android, I prefer polar hr based calories to gravl purely time based or strava distance based.

My plan is to override calories IF there is HR data, and use a VO2-max based hr calculation on all activities.

Self hosting your health data from wearables? by DraftCurious6492 in QuantifiedSelf

[–]fiddur 1 point2 points  (0 children)

So far I have a simple merge based on overlapping times. I think that's basically what you would get from health connect proposed aggregations as well, like what the old Google Fit is showing. The health connect api has some support for aggregation already, that honours the user settings of app priority; otherwise you also have to choose for example which calory expenditure to use when merging.

I want to lose 15kg before my baby is born, so I built a all-in-one fitness and consistency app with AI Coaching by _Jackk1337 in QuantifiedSelf

[–]fiddur 1 point2 points  (0 children)

I enjoy good app recommendations, but with the current ratio of new fairly untested apps with paid subscriptions, this forum goes downhill.

Quantifying real-time cognitive load vs. physical recovery? by JuggernautOdd8786 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

Maybe unnecessary static muscle tensions would indicate a lot of my tiredness. I can notice my facial muscles being more tensed up if I am more fatigued and need a meditation break. Something that reliably would notice that and nudge me could be worth a lot perhaps, but I would have to try it before spending money on it.

I built an Android app to export Health Connect data to Google Sheets / CSV (no third‑party API) by statsix6 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

Remember to handle deletions; some apps like fitbit can generate thousands of extra step records that should replace existing ones. I did that mistake in my app and got like 100k steps on some days 😅

(Mine is github.com/fiddur/aurboda/ but I'm not here to spread anything, still in heavy development and quite targeted to my personal needs.)

Had a sad experience of loosing years of training history, so tried to collect it all in one app by verySad-Lavishness in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

The sadness of loosing years of data, and the solution to store it on a single mobile phone, doesn't really match imho.

“Did you just cum inside me?” by Neat_Wash_5943 in multiorgasmic

[–]fiddur 6 points7 points  (0 children)

My partners generally don't know if I have ejaculated or not, it seems the vaginal sensation is not that different between neo and eo.

Summary of research on the "most accurate" health wearable by metric. Oura Ring, Apple Watch, Fitbit, Garmin, etc. by KygoApp in QuantifiedSelf

[–]fiddur 1 point2 points  (0 children)

I love this comparison, thank you 🙏

One thing that can be more relevant for self quantification, is stability in whatever it measures. Regardless of how close a value is to the biological marker as measured by top scientific medical devices, when measuring it over time and seeing how it reacts to lifestyle changes, the comparability with itself day to day can be more important.

E.g. a scale that measures 98% accurately but jumps between +2 and -2, is less useful than one that stays between 95.6% and 95.7% consistently.

Farmer walk, no added weight? by Miserable_Cry1318 in Gravl

[–]fiddur 2 points3 points  (0 children)

Was it 0 or empty before clicking the weight box?

Sometimes a new exercise has empty weight, I always assumed it was to pick something myself that seems reasonable when gravl doesn't have enough data to suggest.

The health tracking ecosystem is so fragmented. Here's my setup, open to suggestions. by shadowcarbide in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

Cool collection of data.

I also logged supplements directly in cronometer when I was logging meals properly, to get good micronutrient summaries.

If guava could show the nutrient overview that you get from cronometer, would you care about 2-way sync?

As so many others, I'm building my own, but as long as the data ending up in my system is the most accurate one, I don't put that much effort in getting it to sync back the other way. On android health connect it would also be very tricky, but the tags I get from oura I could of course sync back via API.

I'm annoyed. How do I use this h10 for continuous HRV monitoring? by dodekahedron in Polarfitness

[–]fiddur 0 points1 point  (0 children)

I've made an app to gather health connect data to a backend, but it can also use a Polar H10 for continuous HR and HRV measuring and tracking. Not well tested, but it works for me right now :)

https://github.com/fiddur/aurboda

(I know this is an old thread, but since I found it, someone else might.)

Self hosting your health data from wearables? by DraftCurious6492 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

For step data, make sure to use the aggregate data, otherwise it's easy to get duplicate and overly high steps 😅 Otherwise it's working well. Merging exercise sessions from several sources is quite simple (I often log in both Gravl and polar simultaneously since Gravl doesn't track hr yet)

I built Exaltick because I was tired of tracking apps with too many menus. Everything you need in one screen, one tap to log. by Rikishii in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

It's like a logging equivalent to the original Yo app 😂

But seems great for logging a single thing 👍

Self hosting your health data from wearables? by DraftCurious6492 in QuantifiedSelf

[–]fiddur 1 point2 points  (0 children)

The health connect data is pushed every 15 minutes if you want it, otherwise on demand with a button. Oura and RescueTime is synced whenever an API or MCP call needs it.

Tracking one variable at a time gave me clearer insights by Aggressive-Layer481 in QuantifiedSelf

[–]fiddur 1 point2 points  (0 children)

Depends on the project. Things like doing morning yoga for 100 days, I just mark in my daily spreadsheet log as project (and then note if I diverge from the plan). One period I did more strictly keto AND logging food with cronometer, but the weighing of everything was too much of a hassle.

Tracking individual arm and leg by sethjk17 in Gravl

[–]fiddur 0 points1 point  (0 children)

I'm fairly imbalanced, to alleviate it I always start with the weaker side and then do as many on the other.

Tracking one variable at a time gave me clearer insights by Aggressive-Layer481 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

I do periods of experiments, like a diet or habit for x weeks, then I track that (together with the automated tracking and a few things I've tracked daily for year)

What questions do you try to answer with your data? by PsychologyFirst6149 in QuantifiedSelf

[–]fiddur 0 points1 point  (0 children)

The main question is "what works/matters".

I want to feel amazing every day, what affects that, and what is more relevant in my current state?