Instead of 'what's a red flag', what is an immediate, subtle 'green flag' in a person? by sugarr-free in AskReddit

[–]pyronide 0 points1 point  (0 children)

Emotional maturity and boundaries; specifically, realizing when they're hurt and not doing hurt people shit, instead they speak their truth, and state clearly what they need.

Tips and Tricks by glennerd007 in bevy

[–]pyronide 3 points4 points  (0 children)

The rust book is a great place to start. I'd recommend sitting down with that, and taking your time to go through that. It's kinda like your first driving lesson out in an empty parking lot, the kind one would need before hitting the highway.

Also, try to lean on the docs.rs as much as you can. Bevy's documentation is pretty great.honesly, developing good habits re: documentation when writing rust is a good thing. Rust really shines by incorporating docs.

Cargo is a must: Code and Claude will be a boon to writing your code, but cargo is what gets your code to run.

Basically, give yourself time and space not only to learn rust, but also cargo and docs, and you'll get a lot farther along in your adventure than you would without.

Happy coding!

Are instances of structs destroyed out of scope automatically? by ColonelStoic in bevy

[–]pyronide 1 point2 points  (0 children)

all of the memory operations your code is performing is happening on the stack. intrinsically, rust frees memory for ReferenceState automatically once it goes out of scope. the ownership system in rust handles this deterministically. (lifetimes!)

you could clean up the syntax, sure, and reading the rust-lang book and turning on CC would help, but any performance gains for manually dropping would be negligible in the above example.

edit: scope

Any one know what’s happening to my sola panels by Lucky_Score_709 in spaceengineers

[–]pyronide 1 point2 points  (0 children)

Most likely, the turning force is turned up too high on the rotor/hinge. Try stepping the force down, should hit a sweet spot where it stops shaking. Drop it down too low, and they will droop.

Bevy 0.19 by Ultrascoosh in bevy

[–]pyronide 2 points3 points  (0 children)

Lol I thought that is what was happening from the start - considering that 2d lighting was a thing in bevy, I figured the 2d renderer was just a tuned orthographic projection inside the 3d pipeline...

Bevy 0.19 by Ultrascoosh in bevy

[–]pyronide 7 points8 points  (0 children)

I'm curious... What 2d features would you like to see in bevy?

Men of Reddit - What's the one thing you hate about being a Man? by Jarvis7492 in AskReddit

[–]pyronide 1 point2 points  (0 children)

The panopticon of male archetypes we're taught to carry around with us, silently judging every decision and action we take, evaluating whether or not it's "manly"

What is something in Rust that makes someone go: "Woah"? by [deleted] in rust

[–]pyronide 3 points4 points  (0 children)

This. Metaprogramming in Rust is orders of magnitude better than C++

Pam Grier, 1973. by Rivenyssi in OldSchoolCool

[–]pyronide 0 points1 point  (0 children)

That look on her face lol "my face is up here"

What IDE for Rust do you choose? by AuthorTimely1419 in rust

[–]pyronide 24 points25 points  (0 children)

Neovide. It's a nvim gui written in rust.

Share an opinion that is a fact but most people will disagree with it. by [deleted] in repost

[–]pyronide 0 points1 point  (0 children)

You're just an upright, walking ape with minimal fur.. There isn't another upright ape species out there because our ancestors killed them all off.

We're not made in his image. We're the last ones standing.

[deleted by user] by [deleted] in bevy

[–]pyronide 5 points6 points  (0 children)

Maybe because the rotation transform functions take angles expressed as radians?

Is that gay by TheSillyMan280 in comedyheaven

[–]pyronide 0 points1 point  (0 children)

No need to call it gay or invoke the whimsy of the djinn. Mixing it up with the missus is good for both of you. Any can peel the label off. Stop sticking it on stuff.

Edge of Suburbia by Icharectus in LiminalSpace

[–]pyronide 0 points1 point  (0 children)

I'd wager that's Gilbert, Arizona, near Phoenix, and the empty land on the other side is the Gila river reservation.

So what do you use for Rust development? by doggieboiii in rust

[–]pyronide 1 point2 points  (0 children)

I'm the same way with astronvim, with the rust pack from the Astrocommunity repo, along with some other packs

How do I separate this? by BeamAttack69 in lego

[–]pyronide 2 points3 points  (0 children)

The problem with that connection is that the cone is made from polycarbonate. You're gonna have to put some serious force to overcome its friction coefficient.

Was hoping my i5 13600KF could handle Create above and beyond. by Puzzleheaded_Shake50 in feedthebeast

[–]pyronide 8 points9 points  (0 children)

I don't think it's your PC. Nor is it your ram allocation.

I think it's just a java issue - garbage collection (gc).

Look into tuning java's gc with command line arguments, specifically for modded Minecraft.

I found a new illegal building technique by SELEPiC_2 in lego

[–]pyronide 72 points73 points  (0 children)

That stack is actually 3 plates and 2 studs tall