More power babies! (as requested by turp)

Oh sorry the Bookmarklet is this (apologies to those of you who don’t care)

function getGCRecoveryHR() {
// get sleep data from garmin connect
let loc = window.location.href

let connectURL = "https://connect.garmin.com/modern/activity/";
if (loc.indexOf(connectURL) != 0 || typeof jQuery === "undefined") {
    alert(

`You must be logged into Garmin Connect to run this script.

Your current tab must also be a Garmin Connect activity page with
URL starting with: ${connectURL}`);
return;
}

// Garmin Connect uses jQuery, so it's available for this script
const activityId = loc.replace(connectURL, "");

jQuery.getJSON(
    `https://connect.garmin.com/modern/proxy/activity-service/activity/${activityId}`,
    function(response) {
        if (response.summaryDTO.recoveryHeartRate === undefined) {
            alert("No recovery HR saved for this activity")
        } else {
            alert(`❤ Recovery HR: ${response.summaryDTO.recoveryHeartRate} bpm`);
        }
    }
).fail(function() {
    alert("Failed to get activity data 😔");
})

}

getGCRecoveryHR()

Sup

14 Likes

Now we just need to see the other 2/3rds of the bike :eyes:

3 Likes

4 Likes

Did a ftp test and raised from 252 to 257 and I feel like that’s bullshit.

4 Likes

+7W on today’s ftp outdoor torture loop session! So tge previous training thing did something.

I think I got better at pacing them or maybe I’m dissociating harder but it didn’t seem to take as long this time.

2 Likes

No! Better pacing. This shape is my prettiest plateau ever

5 Likes

i have been zwifting. still confused by these races that i can’t hang on even though they claim to be my level based on w/kg

1 Like

this might be the thread for this…

i’m “training” for a 600 mile +hella climbing bikepacking race in july. at this point not doing much other than hitting the trainer once or twice a week for shorter interval sessions and trying to get outside for longer, slower rides + climbing once or twice a week. also been trying to do yoga 5x a week to improve mobility + hip flexors

i’ve never trained for anything for real though and truly don’t know where to start. everyone has recommended hiring a coach but it’s a little outside the budget at the moment. do any of yall smart people have any suggestions?

Watch Dylan Johnson on YouTube. Basically do 2 very hard rides (includes zone 4+ intervals) and 3 easy rides (zone 2) a week. The hard rides are more important if you need to miss some days. Make every 4th week a rest week where you replace the hard days with very easy rides (zone 1). Week 1 should be easier than week 3 (most people do this by adding a little time — eg week1 10 hours total training, week2 12, week3 14). If you have a way to measure power, test your power after every rest week and reset your zones.

4 Likes

everyone sand bags. just race a cat down.

1 Like

signing up for a platform like training peaks, today’s plan, etc might give you enough data to track your training without a coach. as petr said, you’ll want to slowly add volume. it’s easiest to track volume in TSS - so if you can at the very least train with HR, you can use that to track volume (assuming training peaks does HR TSS, I know today’s plan will).

i would suggest an off the shelf training plan, but most aren’t going to cater to your type of event. likely what’s going to help most is just to add some volume week by week - train in blocks so you schedule in rest weeks. then when you can, take some 3-day weekends to do back to back big miles to get your body adjusted to multi-day big miles. time in the saddle can be done on the weekends, but you need back to back ride days to figure out your fueling and pacing over that type of endurance event. pacing in a race is different than just a weekend bike pack with friends, so the increase intensity means you need to eat a lot more and i suspect that simulating that on training rides will be pretty crucial.

how many days do you expect to be riding for the 600 miles?

1 Like

The fastest rando I know uses trainerroad

2 Likes

super helpful advice, thanks amy and petr!

I’m hoping to do it in (just) under 4 days. the route is here: North South CO 2022 - A bike ride in Fort Collins, CO. I may wreck myself, but the training is hopefully to reduce that chance.

will hopefully get out for some tougher faster race pace bikepacking trips before hand, either 2-3 days depending on how much time off i can finagle

but the races are category limited?

me, personally? i only weigh about 125 soaking wet. i’m 5’8” and i don’t exercise enough and eat a lot of junk but i am definitely 125 lbs. says it right there

600 miles?

You shoulda started training last year. Build volume as much as possible. Start doing a long ride once a week and stretch it out as much as you can. Do you have a power meter?

that just doesn’t seem fun at all though

what, don’t you like winning?

I don’t have much training advice to offer, but when I started piling on the miles, I noticed all sorts of aches and pains related fit problems.

If you haven’t had a professional fit done, I would highly recommend it.

1 Like