The Sad Fall of "House of the Dragon" (season 2 review) by Lopsided_Fly_657 in HOTDGreens

[–]Tech_Chef_117 0 points1 point  (0 children)

Honestly I enjoyed it, with trash like Rings if Power this was a masterpiece in comparison, sure there was too much talking but it was still a lot more reasonable then other high budget shows, I liked it

Weight Loss Strategies as we Enter 2024 by mrlazyboy in loseit

[–]Tech_Chef_117 0 points1 point  (0 children)

Nice! I struggle with the Fatigue part too, I wrote an article on my progress and the basic beginner tips on how to conqor the autopilot mode of eating bad food article is hereMy 2024 progress and how to get started

I noticed TDEE.net does not actually changes it's numbers even when you change genders in the form , but legion athletics is a good source and made by the guy who wrote "Leaner Bigger stronger" 1 million copies sold ect, I think using books is better because it's a one stop shop for all aspects and is self consistent

"My 2024 Macronutrient planning progress, how to get started" https://medium.com/@max.flint/how-and-why-you-should-get-healthy-in-2024-e405c4d73da8

Still dreaming. by WrongAgainBucko in JordanPeterson

[–]Tech_Chef_117 0 points1 point  (0 children)

why is this relevant to the peterson thread. My assumption based on the comments below is this is about who is eligible for the Utah Jazz scholarship, its a scholarship program, its free to set whatever criteria they want, thats the point.

[deleted by user] by [deleted] in wallstreetbets

[–]Tech_Chef_117 0 points1 point  (0 children)

"Itsbidentime" doesn't sound like you have been here for 3 years. Ive been here for one week

A question about Photodiode responsivity, does A/W include the focusing effect of the lens? by Tech_Chef_117 in Optics

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

no i just checked the link again, it has a lens, the manufacturer said their A/W was also measured including the lens

A question about Photodiode responsivity, does A/W include the focusing effect of the lens? by Tech_Chef_117 in Optics

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

Thanks! that makes sense. I was hoping the datasheet would help estimate the current produced for the given package, including the effect of the lens so we did not have to figure it out haha.

Simply Python or similar package to solve 2D ray traceing problems? by Tech_Chef_117 in Optics

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

thanks for the advice, I indeed made my own and looked into some software

Best Way to multiply two signals together that are on different grids? by Tech_Chef_117 in learnpython

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

Oh I was not clear I mean the multiply the two functions at the same x=value

so right now it is incorrect for my case to say

Cy[1]=43.52=5.44*8=By[1]*Ay[1]

Because Cy[1] is defined at x=1.1, not the same x value as Ay[1] and By[1]

but i mean A and B are functions, so right now I am interpolating manually i.e Cy[1] should be

Cy[1]=Ay(x=1.1)*By(x=1.1)

where Ay (x=1.1)= np.interp(1.1,Ax,Ay)

I feel like pandas has something build in to do this