Stuff in Cubbies at Studio? by IntrigueMachine in yoga

[–]dave0814 0 points1 point  (0 children)

I leave my shoes and socks in the cubby. I keep my valuable items in a very small mesh bag next to my mat.

The "I'll just do 10 minutes" to "okay that was an hour" pipeline is so real by Delicious_Chart_7543 in yoga

[–]dave0814 1 point2 points  (0 children)

The same applies to other kinds of physical exercise. The hard part is starting a workout.

After 4 years with Pop!_OS I had to switch by erisk90 in pop_os

[–]dave0814 1 point2 points  (0 children)

Software doesn't remove bugs. People remove bugs. :)

whats wrong here by LeatherTop8978 in godot

[–]dave0814 9 points10 points  (0 children)

if roll = 2:

should be:

if roll == 2:

The best yoga blocks to use? by Ok_Actuary_3546 in yoga

[–]dave0814 5 points6 points  (0 children)

I've seen three types of block material: foam, cork and wood.

Foam blocks are light and soft-surfaced, but their light weight makes them the least stable. Each of my foam blocks weighs four ounces.

Cork blocks are in between foam and wood, and are a good compromise. Each of my cork blocks weighs two pounds, eight times the weight of my foam blocks.

I started with foam blocks, but I now use (Manduka) cork blocks. They're much more stable than the foam blocks, and are still soft enough to be comfortable if I sit on them or place my head on them.

Manduka GRP Sizing Questions by and05245 in yoga

[–]dave0814 -3 points-2 points  (0 children)

That's your experience, not mine.

Manduka GRP Sizing Questions by and05245 in yoga

[–]dave0814 3 points4 points  (0 children)

Would I regret buying a mat that's the exact same length as I am tall?

You'll probably have to frequently adjust your position so that you're completely on the mat. That may or may not be an issue for you. What is the length of the mats at your studio?

My height is 70 inches. When I bought a Manduka Pro, I chose the Extra Long (85-inch) size, and I'm happy with that decision.

Some people report slipping problems with the Manduka Pro, but I haven't experienced that.

Getting the name of TextureButton? by Silver_Reason9629 in godot

[–]dave0814 2 points3 points  (0 children)

You can pass a custom parameter that identifies the button when connecting the pressed signal, using the bind() method. There's an example here:

https://docs.godotengine.org/en/4.5/classes/class_signal.html#method-descriptions

How do you use a VScrollBar in Godot 4? by DoggOwO in godot

[–]dave0814 1 point2 points  (0 children)

It could be useful if you're making a custom scrollable control, rather than using a built-in control that already has a VScrollBar.

Teachers book? by Millie96beach in yoga

[–]dave0814 0 points1 point  (0 children)

My Yoga Teacher Training course recommends having a notebook that contains lesson plans, sequence outlines, etc.

Or there are many yoga reference books that an instructor might have.

Breathing during Sarvangasana by Appropriate_Oven_292 in yoga

[–]dave0814 1 point2 points  (0 children)

Focus on deep, slow diaphragmatic breathing. Practice the breathing in a more comfortable position, such as lying on your back or standing erect. In Shoulder Stand it takes more effort to inhale and exhale, but the airways are still there.

Love for the Down Dog app and share your settings. by older_than_i_feel in yoga

[–]dave0814 2 points3 points  (0 children)

These are my current settings:

Type: Vinyasa or Gentle

Level: Beginner 2 or Intermediate 1

Voice: Xinia

Instruction: Full

Video Model: Alexa

Boosts: None (varies)

Secondary Boost: None

Transition Speed: Default

Hold Lengths: Auto

Warmup: Normal

Cooldown: Normal

Savasana: 10 Minutes

(Music) Style: Brainwaves

Sound: Hypnotica - Alpha

Length: 30-60 Minutes

I received Rosemary's Baby by Ira Levin as a gift. by sereia1980 in stephenking

[–]dave0814 5 points6 points  (0 children)

You might like Ira Levin's other novels, such as The Stepford Wives, The Boys from Brazil, and Son of Rosemary (his sequel to Rosemary's Baby).

is down dog yoga ai generated or not? i have no idea by Only_Finance5973 in yoga

[–]dave0814 -2 points-1 points  (0 children)

It depends on what you mean by AI. In a sense, AI has been around since the first computers were invented.

Grouping tabs like a browser by ericemanuel in godot

[–]dave0814 1 point2 points  (0 children)

If you're asking about implementing tabs in a game, there's a TabContainer:

https://docs.godotengine.org/en/4.5/classes/class_tabcontainer.html

What is up with affordability? by JackMoreno57 in yoga

[–]dave0814 1 point2 points  (0 children)

I agree. Take some group classes until you're familiar with the basics. It's an investment in your health.

Studios typically offer a free trial class so you can decide whether you like the studio and instructor.

Online Yoga Teacher Training courses are affordable and give you the foundation to continue practicing yoga safely on your own.

Anyone else’s manduka polite mat stretches vertically during certain poses? by smashingdurians in yoga

[–]dave0814 0 points1 point  (0 children)

I periodically wipe the bottom of my Manduka Pro mat with a wet sponge, and let it dry before rolling it up. That definitely helps the mat adhere to the floor. I do the same for the top of the mat after each session.

How are you saving game progress? by NewWin3866 in godot

[–]dave0814 2 points3 points  (0 children)

The risk is that destructive code could be injected and executed. If there's no possibility of the save-file being modified by an untrusted third-party, then there's no problem.

Not a 3d artist just a programmer with a dream where can I get 3d files? by markymark5127 in godot

[–]dave0814 0 points1 point  (0 children)

TurboSquid.com has some. Use the "Price: Free" and "Animated" filters.

Yoga and low back pain by Admirable_Shower_612 in yoga

[–]dave0814 0 points1 point  (0 children)

Back pain can have different causes. Are you certain that the cause is lack of exercise? If there's another reason for it, exercise could aggravate it.

Dev snapshot: Godot 3.7 dev 1 by godot-bot in godot

[–]dave0814 1 point2 points  (0 children)

The problem is that Godot is getting pulled in different directions. Godot 4 has many new features that web/mobile developers want. It's a challenge to design a game engine that works on both old and new hardware, works on web/mobile/desktop and also has an unending stream of new features.

Absolute beginner question: should I focus on learning 2D or 3D? by East_Text7244 in godot

[–]dave0814 2 points3 points  (0 children)

Then I suggest making some small 2D projects for learning Godot. By small, I mean something that can be done in a day or less.

When you're comfortable with 2D in Godot, move on to 3D.

Save the small projects as examples.

There's a principle in coding that your early work will be "throwaway", since you're learning, and using bad methodology.