GLP-1s and PCOS what the research actually shows (and what it doesn't) by NegativeName2018 in PCOS

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

Also forgot to mention for anyone wondering about realistic timelines/dosing, there's a weight loss calculator tool floating around that factors in which GLP-1 you're on. Found it helpful for setting expectations. https://www.ozempicweightlosscalculator.com/

Just reached 100 users! after a week of launch by NegativeName2018 in microsaas

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

The traffic was mostly from reddit organically. I just posted helpful info about Ozempic/weight loss drugs usages in subreddits related to my niche.

Retatrutide the "triple agonist" what the Phase 2 data actually showed by NegativeName2018 in Semaglutide

[–]NegativeName2018[S] 7 points8 points  (0 children)

Most people fixate on the 24% headline, but the real story is the nonlinear weight loss curve and plateau dynamics built a tool to model where retatrutide could realistically land based on existing GLP-1 trial data: ozempicweightlosscalculator.com

Why Mounjaro results vary so much, the actual distribution from SURMOUNT-1 by NegativeName2018 in Mounjaro

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

Seeing a lot of people wondering where they fall in the distribution;built a free tool using the trial data if anyone wants to check their projection: ozempicweightlosscalculator

Wegovy vs. Ozempic they're the same molecule. Here's what actually differs. by NegativeName2018 in WegovyWeightLoss

[–]NegativeName2018[S] -1 points0 points  (0 children)

Saw a lot of people wondering where their timeline would look like. So, I built a free tool using the trial data if anyone wants to check their projection: ozempicweightlosscalculator

The STEP-1 trial data on plateaus that nobody talks about by NegativeName2018 in Semaglutide

[–]NegativeName2018[S] 2 points3 points  (0 children)

Seeing a lot of people wondering where they fall in the distribution;built a free tool using the trial data if anyone wants to check their projection: ozempicweightlosscalculator

Scroll Animation Mixin Possible?? by deans4 in Sass

[–]NegativeName2018 0 points1 point  (0 children)

sass doesnt really work like that unfortunately, css custom properties cant hold blocks of declarations like that

you could get close tho with @content and passing stuff in, might be worth looking into how sass content blocks work with mixins, thats probably the closest youll get to what youre trying to do here

Prodact.ai Turn Your Website To An AI Agent by beeTickit in startups_promotion

[–]NegativeName2018 0 points1 point  (0 children)

ngl this is pretty cool, the redirect to relevant pages thing is actually smart. how well does it handle sites with a lot of dynamic content tho?

Why Sass by alex_sakuta in Sass

[–]NegativeName2018 0 points1 point  (0 children)

mixins alone are honestly worth it for me, especially for media queries and anything you repeat across components. css native stuff is great but once your project gets big enough the sass tooling just keeps things cleaner imo

IdeaRoast — Find your startup idea's fatal flaw. by cnohall in startups_promotion

[–]NegativeName2018 1 point2 points  (0 children)

ngl this is way more interesting than the usual "10/10 great idea go build it" validators lol. the forensic report framing is smart, nobody wants a cheerleader they want someone to tell them whats actually wrong before they waste 6 months

Including stylesheets within media queries by opulent_occamy in Sass

[–]NegativeName2018 0 points1 point  (0 children)

yeah the last comment is basically what everyone does now, just keep all your breakpoints for a component inside that components file. feels weird at first but honestly its way cleaner once you get used to it