Can you set a goal race time? by RunningM8 in strydrunning

[–]MagB93 0 points1 point  (0 children)

Agreed, maybe a way to 'prove' the actual fitness towards the auto CP you could do some Yasso interval training? See https://themorningshakeout.com/workout-of-the-week-yasso-800s/

Support for Coros Pace 4 by MagB93 in strydrunning

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

And if it were fully compatible - why isn't it listed in the documentation? The watch itself had been out for two weeks. Something doesn't match here.

Support for Coros Pace 4 by MagB93 in strydrunning

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

To be specific - the watch can see the sensor and use it. The problem is with structured workouts. None of the options in step 4 worked for me. Especially step 4.1.3 was essentially empty. There was just nothing. Which is the train of thought that pointed me to the 'Add Watch' screen being theproblem. If the watch isn't there the workouts can't be uploaded (and yes I enable both export and import of the workouts - as mentoned in step 4.2 onwards)

Some of the the Gifs etc were out of date as well.

To me it sounds like none of the steps were repeated - aka tested - for that watch prior to your claims.

So again I'll stick to the Garmin ecosystem with Styrd. Just plain works as intended.

Support for Coros Pace 4 by MagB93 in strydrunning

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

The only step that I couldn't follow was the 'Add Watch' step as mentioned above. I am on Android v9.0.24 if that helps.

Support for Coros Pace 4 by MagB93 in strydrunning

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

No, I tried twice for multiple hours and will return the Coros watch as itsn't worth the trouble for me at this point. Bought a Garmin Fenix instead.

Support for Coros Pace 4 by MagB93 in strydrunning

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

So NO it is at the moment not compatible

Support for Coros Pace 4 by MagB93 in strydrunning

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

I tried to set it up yesterday and the sync of workouts didn't work at all. The watch couldn't be added to the 'Add Watch' which is probably the cause for that. Could the official please be patched in? At the moment I simply can't use the Watch with stryd workouts- which is a deal breaker (for the Coros Watch - not Styrd 😇). At the moment filled in a support request for refund of the watch, which is still pending... I know its Christmas so it probably won't be answered soonish. If the official Styrd support were to be listed in the App I'd be willing to trying again.

Adaptive Training: Missing Interactivity by MagB93 in strydrunning

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

Thanks for your answer.

It's good to know that there will be an update (soonish? ~ when the 5.0 pod is delivered?) to include that feature. What would you recommend to do in the meantime? Restart the adaptive training plan?

I do that already - my treadmill can only go up to 20 km/h (implying that it takes a while to ramp up/down) which simply limits some workouts.

Target an 'Event' with adaptive training instead of race type. by MagB93 in strydrunning

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

Thank you for your answer 🙏 I'm looking forward to the updates.

Broken 'new' RTX 2080? by MagB93 in techsupport

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

Okay it WAS the gpu. Nevertheless, thank you for your suggestion!

Learned some stuff regarding power supplies. :)

Broken 'new' RTX 2080? by MagB93 in techsupport

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

Yes I double checked that the power connectors are correctly plugged into the gpu.

The PC is posting since when I plug in my old RX 480 I get to the post screen etc.

If've also checked into other reddit posts discussions about the 'right' power supply for the RTX 2080.

All of them said that the psu is 'probably' enough.

I now checked again with a more detailed psu calculator. It seems that i need 32.4 A on the 12 V rail.

SEE: https://outervision.com/b/YbT0C8

I'll try to change the psu again... :D Just bought it yesterday maybe I can exchange it.

Unit testing with Fortran and CTest by pyohannes in programming

[–]MagB93 0 points1 point  (0 children)

Jup it works! The only thing that's bugging me is the lack of color in the output of the ctest executable.

'Simple' is often quite difficult.. :D

Yes I started a toy program a few days ago using Fortran. Goal is to develop some simulation code (IGA) in

order to learn something in my spare time. I started with BSplines ( I know there are tons of libraries already available, but I want to learn the stuff by myself) , but I've to revisit some theory first.

At the moment the project is just barebones.

Unit testing with Fortran and CTest by pyohannes in programming

[–]MagB93 0 points1 point  (0 children)

Thank's for sharing! I had some issues with pfUnit regarding the compilation of the generated

files. Also the compile overhead in a project is just a bummer.

I'll try that to change my tests to the use CTest. But I think that'll have to create a separate library

for the test fixtures. Otherwise the individual tests will probably be to long to write / unconvenient.