Tips for downwinding?

Tips for downwinding?

Yesterday was my first time trying to go downwind. I'm in Cumbuco - Brazil, and i'm still learning to kite.

For the past 7 days I've been mostly practicing and learning upwind so that I can try to stay in the same place. With teacher!

Going downwind is such a different way of doing it. I managed to go around 8km down but then got really tired. Also fell a lot, didn't have a good flow. Any tips for today? (going again in 4 hours).

This was my session, almost 1200kcals, went to bed at 10pm :D

https://preview.redd.it/cwil6e499ckh1.png?width=2246&format=png&auto=webp&s=e1a65693ae7a89c2acceaaeca8b6a46094157784

reddit.com
u/danskubr — 15 hours ago

Rice or Pasta for carbs

At the gym, I see many people eating only rice and chicken. Carbs and Protein.
What about pasta, is it worse? Why don't more people eat pasta and chicken for example?

reddit.com
u/danskubr — 8 days ago
▲ 0 r/expats

Americans around the world, how do you prove you’ve been away long enough?

Any Americans here who spend most of the year outside the US?

I’m curious how you keep track of where you’ve physically been throughout the year for tax purposes,especially if you’re moving between several countries.

Do you actually keep a spreadsheet/calendar of every entry and exit, or do you reconstruct everything from flights/passport stamps when tax time comes?

I’m particularly curious about people dealing with things like the 330-day physical presence test or potentially becoming tax resident somewhere because they stayed too long.

Has keeping accurate records ever actually been a problem for you? What have your CPA told you about this?

Thank you team 🤘

reddit.com
u/danskubr — 12 days ago
▲ 2 r/vitaltrends+3 crossposts

Vitaltrends: the Whoop companion app I didn’t know I needed (recovery trends, multi-device HR, training logs, AI/MCP)

Hello fellow Whoop users.

I wanted to take a minute to share an app I found here on this subreddit about a month ago that has seriously changed how I analyze my fitness and health data.

https://www.vitaltrends.net is a dashboard that pulls in your historical Whoop data along with Apple Health, Withings, Oura, and others, then presents it in a clean, insightful way. The Whoop app is limited when it comes to true longitudinal views and broader historical context — this fills that gap really well.

One of my favorite views is the recovery history. Being able to see recovery trends over long periods and quickly spot the dips and peaks has been huge for me.

https://preview.redd.it/zwjklk0amehh1.png?width=2400&format=png&auto=webp&s=7db51a066418ce24094145e97adf6077798a5155

https://vitaltrends.net/s/GAmwGvvYXfJvdJnsxq3V9U

The biggest reason I keep coming back, though, is the ability to combine datasets into a single visual. I’ve been paying a lot more attention to heart rate accuracy lately because it’s the foundation of almost every Whoop metric. I wear Whoop, an Apple Watch, and a chest strap (Polar) during workouts. All of that data lands in Apple Health, and Vitaltrends lets me overlay the different HR sources on the same workout page so I can actually see how they compare. Below is a Pickleball session lasting almost 4 hours where I tracked all three and was really confident that Whoop is tracking my heart rate accurately compared to the other two devices.

https://preview.redd.it/6e87sj82nehh1.png?width=2400&format=png&auto=webp&s=6368341eead80994ccc283a07d482dd4d00244a2

https://vitaltrends.net/s/VD8csdcPIi1o1IkhHVQGhu

The data categories doesn't stop there as recently the developer has incorporated a Training log section where you can see historical weight lifting activities including muscle groups worked and detailed pages on a session which can incorporate heart rate data into for a complete picture of your workout.

https://preview.redd.it/e197t6peblhh1.png?width=2400&format=png&auto=webp&s=eaccfdc84a5f6ec88e1423a5093eedbd20d20215

https://vitaltrends.net/s/1md0ZKeWNPz98Y3JACltQq

On top of that, the developer has added MCP support so you can connect Claude, Cursor, Grok, and others directly to the data. I keep a lot of other health info (bloodwork, nutrition, etc.) in Google Drive and can ask very specific questions that pull from both sources. It’s been useful for looking at training load, meal timing, and potential supplement adjustments.

u/danskubr is the developer and has been extremely responsive — fixing bugs quickly and adding features based on feedback. One recent addition I requested was blood pressure tracking from Apple Health (I use an Omron cuff a couple times a day). It now shows up cleanly in the dashboard alongside everything else.

As someone who prefers to review and analyze my data on a computer as opposed to being stuck on a small screen like an iPhone or Android phone I truly appreciate the capabilities and constant communication of Daniel and the Vitaltrends app.

reddit.com
u/VisibleNewGuy21 — 14 days ago

I built an iOS app that automatically tracks how many days you spend in each country

My girlfriend and I both travel a lot and we kept losing track of how many days we'd spent in each country. Tax residency rules (the 183-day threshold), visa limits, Schengen 90/180, it all adds up and spreadsheets were always out of date.

So I built DaysAbroad for iPhone. It runs in the background using GPS and logs which country you're in each day. Nothing to remember, it just counts.

The build:

https://preview.redd.it/fn80jqp2xrch1.png?width=1284&format=png&auto=webp&s=d69528976c09f89b0aef18fd1f2f806617545c8f

- SwiftUI, targeting iOS 16+

- RevenueCat for subscriptions, restores, entitlement status, and revenue analytics

- CloudKit for automatic iCloud backup, no server needed, data stays in the user's own iCloud account

- Cloudflare Workers + D1 for an optional debug logging backend

- XcodeGen to avoid .pbxproj merge conflicts

- Firebase Analytics (which I forgot to enable for the first release, so I had zero data for a week)

Hardest problems:

- GPS accuracy near borders. If you're standing 50 meters from the French-German border, your phone might flip between countries. I added a confidence scoring system based on GPS accuracy so low-quality readings don't overwrite good ones

- Background location tracking without killing battery. Using significant location monitoring (cell tower based) instead of continuous GPS. The phone only wakes the app when you move ~500m

- The Schengen calculator. Different countries, different join dates, bilateral agreements, and users want to customize which countries count. Ended up making the country list editable

- CloudKit schema not deploying to production automatically. Tested locally, everything worked. Pushed to App Store, sync was broken. Had to manually deploy the schema from the CloudKit Console. Cost me a few hours of confusion

What I'd do differently:

- Start with StoreKit 2 from day one instead of integrating RevenueCat and then removing it

- Add iCloud backup earlier, it was surprisingly easy and users expect it

- Enable Firebase Analytics before launch (rookie mistake)

Revenue model: Free for 2 countries, Pro unlocks unlimited countries, background GPS, multi-year history, CSV export. Monthly ($2.99), yearly ($23.99), or lifetime ($69.99).

Currently a few days post-launch. Downloads are small but growing. The people who need it really need it.

App Store: https://apps.apple.com/app/id6760920831

Happy to answer questions about the technical side or the App Store process.

reddit.com
u/danskubr — 1 month ago

API Access to the data?

Hey team, is there an API to access the workout data, or is it in the roadmap? I saw a post from 6 years ago. I want to integrate it on vitaltrends, and right now we only have hevy, would be awesome to also add strong! :)

reddit.com
u/danskubr — 3 months ago

Can you use the new email sending service to send newsletters?

I am looking for alternatives to send my newsletters.

I've done beehiiv (very expensive), instead of going on SES, I like CF services much more. Can I use it to send, let's say one email per month to 150k users?

Thanks

reddit.com
u/danskubr — 3 months ago

What do you personally do to increase recovery at night?

I've been struggling with getting my "recovery" data up, I usually sleep around 6 hours, but last night I managed to get almost 9 hours, and still bad recovery :(

I am trying, making the room cooler, maybe darker? Also I even built a small diy CO2 sensor to see if the levels are high, as I was reading its supposed to make your sleep quality worse.

Any tips and tricks you do?

Appreciate it!!!

https://preview.redd.it/1zccfz290l0h1.png?width=2332&format=png&auto=webp&s=db37df7789bad013cd0e4e4fa82d5aa38cd53fb8

https://preview.redd.it/vbs3mbrh0l0h1.png?width=1206&format=png&auto=webp&s=2584ad0149a9b8b2c300fa2539f142d0a9932558

reddit.com
u/danskubr — 3 months ago
▲ 3 r/whoop

What do you do to improve your recovery?

https://preview.redd.it/0c5ho7hezk0h1.png?width=2314&format=png&auto=webp&s=a34cd96ac89e30282f005539ba4c5b1702783f76

For me it's hard, I usually don't sleep much, last night I had almost 9 hours of sleep, and still tired! Ive event built a CO2 sensor for the bedroom. Maybe no screens one hour before bed? cooler room? darker room? What do you do?

This is the CO2 sensors I built, I can share it if you want :)

https://preview.redd.it/x8lfcvemzk0h1.png?width=1206&format=png&auto=webp&s=1acb88d79be25767b0bec1d2da4fac86801979a0

reddit.com
u/danskubr — 3 months ago

I have a lot of health datapoints and I'm trying to aggregate them into one beautiful and useful dataset, what would you do to improve it?

u/danskubr — 4 months ago

Hey everyone,

Quick one. Free trial is live. 7 days, full access to everything. You need a card to sign up but nothing gets charged until day 8. Cancel anytime.

That means full dashboard, all integrations (WHOOP, Apple Health, Withings), the REST API, and the new MCP server for AI assistants. No features locked during the trial.

I want as many people using this as possible right now. Not because of revenue. Because I need feedback. What's broken, what's confusing, what's missing, what you wish it did differently.

Every feature so far was built because someone asked for it. That's how I want to keep building this.

Sign up at vitaltrends.net

If something doesn't work or you have an idea, post it here or DM me. I read everything.

u/danskubr — 4 months ago

Many small tweaks and updates, one fun thing is our MCP server, if you have a claude code account!

u/danskubr — 4 months ago

Big update: VitalTrends now has a native iOS and watchOS companion app that syncs your Apple Health data in the background.

What this means technically:

The app uses HealthKit's background delivery observers. When new data lands in Apple Health (workout ends, sleep session closes, new heart rate reading), the app picks it up and pushes it to your VitalTrends account automatically. No need to open the app daily.

The watchOS companion mirrors the sync status on your wrist and handles its own HealthKit session for watch-specific data types.

First sync pulled 922K+ samples from my own Apple Health. After that it's incremental, only new data gets sent.

What gets synced:

Everything HealthKit exposes. Heart rate, HRV, resting heart rate, blood oxygen, steps, active energy, workouts, sleep analysis, body measurements, respiratory rate. The full list.

Current integrations:

  • Apple Health (new, via iOS/watchOS app)
  • WHOOP
  • Withings

Coming soon:

  • Oura
  • Garmin
  • Strava

REST API reminder:

All your synced data is available through your personal API key. Every data point from every integration, one unified endpoint. If you're running automations, AI agents (OpenClaw, Hermes, etc.), or custom dashboards, you can pull your health data programmatically right now.

Docs are at vitaltrends.net once you have an account.

How to test:

The app is live on TestFlight. Drop a comment or DM if you want access.

Lots more coming. Will keep posting updates here as things ship.

u/danskubr — 4 months ago

New changelog feature: shipping activity graph

Added a GitHub-style contribution graph to the changelog page so you can see exactly how active development is. all solo dev work.

Check it out: vitaltrends.net/changelog

Feedback welcome as always.

u/danskubr — 4 months ago