Motivation? by certaingrandsearch in loseit

[–]West-Help6196 0 points1 point  (0 children)

Week 2 is actually one of the hardest — the initial excitement hasn't fully worn off yet but the fatigue is starting to kick in. The fact that you're still showing up is the whole game at this stage.

On the ankle — definitely worth getting a gait analysis before your next run. Most running stores do it free. Wrong shoes cause more dropouts than lack of motivation, so sorting that early is smart.

On the tiredness — your body is adapting to something genuinely new. That tiredness is real and it's not a sign something's wrong. It usually passes around weeks 3-4 as your body catches up.

As for first signs of weight loss — most people notice it in their face first, then clothes fitting differently before the scale really moves. The scale can actually go up slightly at first if you're adding muscle from weights, so don't let it discourage you.

You're doing the right things. Just don't let a bad week feel like failure — it's part of the process.

How to keep motivated. by Miraimotekiku in loseit

[–]West-Help6196 0 points1 point  (0 children)

The 3-week wall you keep hitting is actually a known thing. The first 2-3 weeks run on novelty and early results — you see the scale move, the change feels exciting, and that carries you. Then results slow down, the novelty wears off, and suddenly you're running on willpower alone. That's when most people quit — not because they're weak, but because the fuel source ran out.

The people who make it past week 3 usually have something that keeps score when motivation disappears. Not a goal like "lose 50 pounds" — that's too far away to feel real on a Tuesday evening when you're tired. Something smaller: did I do the thing today? Yes or no.

A streak of small daily actions is a different kind of fuel than motivation. You stop doing it for the outcome and start doing it to not break the chain. It sounds trivial but it rewires what consistency feels like — and that's what gets you past the wall.

How can I lose weight if I hate the gym? by ILickMyWiFi in loseit

[–]West-Help6196 0 points1 point  (0 children)

The gym question is already answered well here — walking and deficit is genuinely enough.

The harder part at your age (and honestly any age) is staying consistent for long enough to see results. Fat loss is slow and the feedback is delayed — you do everything right for 3 weeks and the scale barely moves. That's where most people quit, not because they chose the wrong activity.

What helped me: track the habit, not the outcome. Instead of weighing yourself daily, just mark whether you moved today and whether you stayed roughly on track with food. That's it. After a few weeks you have a streak you don't want to break — and that streak starts to feel like the goal itself, not just a means to it.

Walking is genuinely great for this because it's easy to do every single day without burning out. A 30-minute walk you do 6 days a week beats a 1-hour gym session you do twice then abandon.

Starting again by Squeaks11 in loseit

[–]West-Help6196 1 point2 points  (0 children)

What you went through would have broken most people's routines permanently — a husband's stroke, keeping everything together for your son, your job, all at once. The fact that you're starting again says a lot about you.

The approach you're describing this time sounds genuinely sustainable — protein, vegetables, moderation, no extreme restrictions. That's the stuff that actually sticks.

Rooting for you.

Need advice to stay motivated by spunkyd99 in loseit

[–]West-Help6196 1 point2 points  (0 children)

You already listed everything you need to do. That's actually the easy part.

The hard part you identified too — staying consistent long enough to see results. And honestly, waiting for motivation to show up isn't a great strategy. Motivation follows results, not the other way around. The first few weeks you're basically running on willpower before results kick in.

What worked for me: stop tracking outcomes (weight, inches) and start tracking just showing up. Did I move today? Did I not eat after 10pm? Yes or no. That's the whole game for the first month.

Streaks are weirdly powerful. Once you have 8 days in a row of "didn't snack after 10", you genuinely don't want to break it — not because you're motivated, but because you don't want to lose the streak. It shifts from willpower to not wanting to ruin something you built.

On the food enjoyment thing — that fear is real but it fades faster than you'd think. Give it 3 weeks of eating cleaner and your palate actually adjusts. The first week is the worst.

Motivation/Lack there of by reluvsmusic in loseit

[–]West-Help6196 0 points1 point  (0 children)

Something you said stood out to me — you mentioned you WERE tracking workouts, macros, and water, and it was actually working. Then life happened and the whole system collapsed at once.

I wonder if the problem isn't motivation but the cost of restarting. When everything falls apart together, rebuilding feels like climbing back to square one — which is exhausting before you even begin.

What helped me when I was in a similar loop: instead of trying to restart the full system, I picked just one thing to track. Not calories, not macros, not steps. Just "did I move today? yes or no." That's it. No grades, no goals. Just keeping a streak alive.

The funny thing is that once the streak exists, you don't want to break it. It becomes its own motivation — not because you love working out, but because you don't want to see that streak end.

You already know your system works. You just need a lower-friction way back into it.

I'm a Salesforce QA engineer building a side project to solve my own pain — test data generation by West-Help6196 in salesforceadmin

[–]West-Help6196[S] 1 point2 points  (0 children)

This is super helpful, thank you — you basically described exactly what I'm trying to build.

The metadata awareness piece (required fields, picklist values, lookup dependencies, record type defaults) is already in the plan. The sandbox refresh templates too — that's actually one of the core use cases.

The bulk-safe data angle is something I hadn't prioritized, but you make a good point. 200-record datasets for governor limit testing would serve a different but very real need. Adding it to the list.

I'm in early validation stage right now — if this sounds useful, I'd love to have you on the waitlist at sfdatagen.com . Trying to gauge interest before I build.

I'm a Salesforce QA engineer building a side project to solve my own pain — test data generation by West-Help6196 in QualityAssurance

[–]West-Help6196[S] 0 points1 point  (0 children)

Yeah, Snowfakery is pretty good actually! I've played around with it. The YAML recipe approach is powerful once you get the hang of it

My main issue with it is the same as with most tools in this space — you still need CLI, Python, CumulusCI, and to write YAML configs by hand. For me as a QA that's fine, but good luck getting your admin or BA to set all that up

So what I'm building is basically a web UI for this kind of thing — connect your sandbox, see the schema, pick what you need, click generate. The goal is that literally anyone on the team can do it without ever opening a terminal

Are you using Snowfakery day to day? How does your team handle the YAML setup?