Earlier quoted context omitted.
We don't know yet whether the muscle loss is caused by the drug itself or due to the weight loss, there are some studies but I haven't seen any conclusion yet one way or the other. Anecdotally, a friend of mine was on a diet and exercise regime, then at some point he switched to Mounjaro to reduce cravings, while keeping the same diet and exercise regime (he's a data geek so he documented things pretty well), and his…
Also sample size of one, but with the weight loss from semaglutide, I've gotten back in the gym and I can now lift more weight than I ever have. It feels fantastic (both the weight loss and being strong)
Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
81–90 of 394 posts
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#82Earlier quoted context omitted.
We don't know yet whether the muscle loss is caused by the drug itself or due to the weight loss, there are some studies but I haven't seen any conclusion yet one way or the other. Anecdotally, a friend of mine was on a diet and exercise regime, then at some point he switched to Mounjaro to reduce cravings, while keeping the same diet and exercise regime (he's a data geek so he documented things pretty well), and his…
Also sample size of one, but with the weight loss from semaglutide, I've gotten back in the gym and I can now lift more weight than I ever have. It feels fantastic (both the weight loss and being strong)
I cycle frequently and the impact of the weight loss and added strength has made me feel much faster this year (and it's still rainy/cold season).
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#83Is the muscle loss a side effect of the drug or of the weight loss?
The drug does not directly affect muscle mass (unless you are already very lean), but heavy people are doing resistance training against their own body weight all the time, so they are strong in the absolute, even if not relatively. Weigh less and your muscles have it easier, so weaken, unless you keep them strong with exercise.
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#84Delighted to discover this kind of breakthrough is based on a gnarly regular expression: https://github.com/Svensson-Lab/pro-hormone-predictor/blob/m...
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#85Earlier quoted context omitted.
I’m not sure what this brings to the conversation. Are you able to attest to the correctness of what Sonnet claims?
I think we can be chill about it. For someone on the sidelines, mildly interested in the topic, an AI summary of the regex might be useful — and the person getting downvotes is saving some of us the time.
"LLM says X" is the new "I Googled it and here's a copy/paste of the top result". It adds literally nothing of value to the discussion.
Unless of course the discussion is specifically about the quality of LLMs - in which case you should be vetting the answer yourself so you can actually say something meaningful about it.
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#86Earlier quoted context omitted.
I wonder what the distinction here is between supplement and pharmaceutical. Could they have chosen to bring it to market as a supplement?
I expect it has to be injected. Can you sell injectable supplements?
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#87Earlier quoted context omitted.
Beautiful yet terrifying. I'm glad that regex isn't something I'll ever have to touch.
Regex is one of my favorite things to work with. It's surgery. I love having a very specific problem and a very sharp knife. What I hate is chasing down language or library bugs, or undocumented limitations. Of course I would hate it if I had never used it extensively. Its terseness is harder if you only have to pick it up occasionally.
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#88Earlier quoted context omitted.
I think we can be chill about it. For someone on the sidelines, mildly interested in the topic, an AI summary of the regex might be useful — and the person getting downvotes is saving some of us the time.
Yes, it might be misinformation, but it's convenient misinformation, is that the idea? And yes, it's true that a source like wikipedia could be too, but that has to withstand scrutiny to remain on the site, no such checks or balances in AI.
Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#89Earlier quoted context omitted.
Heh, I just fed autoregex a regex from one of my projects, and it simply times out. It comforts me to know that billion dollar LLMs have to chew on those just as much as I do.
A proper litmus test, what's causing the hang in your case? Regex to me, is pattern finding and abstraction taken to the extreme. I like the challenge
/
(?
(?
€|EUR|\$|USD
)
[ \t]?
)?
(?
(?
-?
\d{1,3}
(?:[\.,]\d{3}|\d*)
)
[\.,]
(?
\d{2,3}
)
)
(?
[ \t]?
(?
(?
€|EUR|\$|USD
)
) | (?
[ \t]|$|\n
)
)/xRe: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects
#90Earlier quoted context omitted.
Most people think "natural" means they can just go into backyard, dig up some root, and get this for free. But its " Gila Monster’s venom". So natural, but you aren't going to just go out and eat it like resveratrol from wine. At this point, 'natural', just means made from atoms, yes atoms are naturally occurring.
See food packaging laws. Natural versus artificial flavorings :)