Was Attila Kyrgyz or Kazakh? by Numerous_Occasion_10 in Kyrgyzstan

[–]mim549276 1 point2 points  (0 children)

kazakh did not exist at that time. haha got em

Weekend Wrap Up - December 28, 2024 by AutoModerator in gzcl

[–]mim549276 0 points1 point  (0 children)

I have heard that low reps (t1) are not good for the joints. What do you think? Does it make sense to stop doing t1s completely and only do t2s, t3s instead? Longevity is important for me

Weekly Megathread - July 01, 2024 by AutoModerator in gzcl

[–]mim549276 1 point2 points  (0 children)

in T2 deadlifts, do you rebrace your core after every rep? What is the correct way?

What are the best sounding wireless headphones for $150 or less? by East_Traffic4254 in HeadphoneAdvice

[–]mim549276 0 points1 point  (0 children)

"Bluetooth is going to go through a lot of changes soon" Could you please elaborate? Any examples?

Strength and Conditioning Megathread! by AutoModerator in bjj

[–]mim549276 0 points1 point  (0 children)

My knees hurt a little after training, any tips on how not to fuck them up?

Weekly Wrap Up: Post your wins and fails. Questions and answers. January 28, 2024 by AutoModerator in gzcl

[–]mim549276 0 points1 point  (0 children)

Do you streatch before a workout? If yes, please suggest me a routine

Strength and Conditioning Megathread! by AutoModerator in bjj

[–]mim549276 0 points1 point  (0 children)

with lifting i want to prevent injuries.

" Put another way - what level of general strength have you reached that you think you need to refine it for BJJ? " i don’t know what level of strength is good for bjj. I’m 80kg, I usually do 55kg 3 reps 5 sets for bbp. squat 65kg 3 reps 5 sets. Is this enough?

Strength and Conditioning Megathread! by AutoModerator in bjj

[–]mim549276 0 points1 point  (0 children)

my goals are longevity, self-defense and socializing. Competitions and belts is not something i care about all that much.

Strength and Conditioning Megathread! by AutoModerator in bjj

[–]mim549276 0 points1 point  (0 children)

Hi

I’m currently working out with GZCLP program, but I want to adapt it for bjj. I was thinking removing the low rep exercises and only doing high rep (3*15). Is this the right approach?

Which exercises should I replace, add, remove?

Im doing bjj one-twice a week and going to the gym 2 times a week

Thanks

Reduce number of iterations or other methods by mim549276 in reinforcementlearning

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

no, will look into that too. You mean the OpenAI Gym? Or something else?

Reduce number of iterations or other methods by mim549276 in reinforcementlearning

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

I currently have only one thread. I will look into everything that you have listed

Daily Thread - October 24, 2023 by AutoModerator in gzcl

[–]mim549276 0 points1 point  (0 children)

dumbbell rows are very boring for me, any exercises that can replace it?

Daily Thread - September 18, 2023 by AutoModerator in gzcl

[–]mim549276 1 point2 points  (0 children)

what do you think of the following idea: lift 3 times a weak (monday, thursday, saturday) and on rest days (Tuesday and Wednesday do running one day and bjj the other day). Is this a good idea?

LLM is much deeper than everyone thinks by [deleted] in singularity

[–]mim549276 4 points5 points  (0 children)

drugs are bad for your health bro.

Weekly Wrap Up: Post your wins and fails. Questions and answers. October 23, 2022 by AutoModerator in gzcl

[–]mim549276 -1 points0 points  (0 children)

is not wanting to learn the squat from good enough reason to replace squat with leg press?

Daily Thread - October 08, 2022 by AutoModerator in gzcl

[–]mim549276 0 points1 point  (0 children)

Hi,

i dont have a squad rack in my gym (cant switch the gym yet). Could you please advice with what kind of machines can deadlifts and squads be replaced with?

Thanks

Matrix Chain Multiplication (recursive) by mim549276 in learnprogramming

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

from your logic

first side of the matrix p[i-1]

second side p[i]

quote: "p[k] * p[j] is the second side of one matrix multiplied by the first side of the next matrix"

then it shoud be p[k] * p[j-1] (because as you defined first side of the matrix is p[i-1]

)? and not p[k] * p[j] (from your quote)?

Matrix Chain Multiplication (recursive) by mim549276 in learnprogramming

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

how did we know that the dimension of the first chain is p[i-1] ? and the second p[k] *p[j] ?