Live data from Hacker News

Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

medicalxpress.com

81–90 of 394 posts

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#81
post #63
post #58

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)

I envy you. I tried three times and got bad side effects each time, so I've given up :(

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#82
post #63
post #58

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)

Same for me. Though I started weightlifting 3x a week to combat any potential muscle loss.

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

#83
post #50

Is 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.

I don't think that's the mechanism. A caloric deficit causes your system to metabolize whatever it can. It likes fat because that's energy dense, but muscle is also a good source of energy as well, and the more rapid the weight loss, the more body mass it has to burn.

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#85
post #40

Earlier 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.

If I'm feeling ill, should I trust Google when it says that I am probably having "internet connectivity problems", or should I go to a proper doctor instead?

"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

#86

Earlier 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?

Well Trump just pardoned Ross Ulbricht who sold unapproved injectable drugs, so you can at least get away with shipping them into the United States, as long as you're not Mexican or Canadian.

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#87
post #71
post #15

Earlier 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.

Remember to get a license for your code

https://regexlicensing.org/

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#88

Earlier 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.

It's clearly labeled as the output of Sonnet 3.7, not truth. We all need to apply our own critical analysis of anything we read, whether it's claimed to be from an LLM or from Wikipedia. The possibility of inaccuracy isn't a reason to withhold comment.

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#89
post #41

Earlier 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

Good question. The regex I tried is for extracting amounts in EUR and USD:

  /
  (?
    (?
      €|EUR|\$|USD
    )
    [ \t]?
  )?
  (?
    (?
      -?
      \d{1,3}
      (?:[\.,]\d{3}|\d*)
    )
    [\.,]
    (?
      \d{2,3}
    )
  )
  (?
    [ \t]?
    (?
      (?
        €|EUR|\$|USD
      )
    ) | (?
          [ \t]|$|\n
        )
  )/x

Re: Natural occurring molecule rivals Ozempic in weight loss, sidesteps side effects

#90

Earlier 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 :)

Have you checked out what qualifies for 'organic' according to laws. The laws aren't a good standard.
Post reply on HN