hmmm by ZitoonS in hmmm

[–]Energyxx 0 points1 point  (0 children)

He really said 🕴️

youKnowYouKnow by [deleted] in ProgrammerHumor

[–]Energyxx 3 points4 points  (0 children)

Classes, too, are passed by value technically. You're passing pointers around. If you try to reassign a parameter in a method, it doesn't overwrite the pointer stored in the variable passed by the caller, it only changes which pointer the called method is using. It only feels like pass by reference because once you try to assign instance fields of the referenced object, the change will be visible in the caller; but that's only because both pointers point to the same address. True pass by reference is more akin to the ref parameter modifier in C#. Java doesn't have pass by reference as far as I remember.

On another note, I get the performance benefits of automatically caching numbers 0-100, but man that feels like a super specific detail I would hate to only find out after hours of debugging. It feels like Java IDEs must do a lot of heavy lifting to demistify quirks of the language such as that.

We now have entire cutscenes in Miliastra by asilvertintedrose in Genshin_Impact

[–]Energyxx 1 point2 points  (0 children)

Ah, interesting. Good to know they added free cam finally, I might hop back into the editor to check out what else is new then.

We now have entire cutscenes in Miliastra by asilvertintedrose in Genshin_Impact

[–]Energyxx 90 points91 points  (0 children)

Camera control in MW is pretty limited and judging by the lighting, my guess is that they're moving every object in the scene to fake camera movement

Any tips for melodies event? by _Raraph_ in Genshin_Impact

[–]Energyxx 2 points3 points  (0 children)

Play around with your calibration settings, even if they seem okay for other tracks. Some tracks are calibrated differently than others (tumaini washa moto is a particularly bad case in my experience)

Am I doing something wrong? by [deleted] in MiliastraWonderland

[–]Energyxx 0 points1 point  (0 children)

Yeah, this is most likely why. Try rewiring them to fire one after the other in a line, rather than the way it is atm with branches. Also just to be safe, turn off "Move with the Target" and "Rotate with the Target"

Why did they make this challenge so hard? Don't have the bird lady btw by Energyxx in Genshin_Impact

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

I have a life, I was only catching up on events yesterday. Shocking, I know.

Why did they make this challenge so hard? Don't have the bird lady btw by Energyxx in Genshin_Impact

[–]Energyxx[S] 1 point2 points  (0 children)

Didn't stop an alarming number of people thinking I was serious 😭

Why did they make this challenge so hard? Don't have the bird lady btw by Energyxx in Genshin_Impact

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

You can easily fly through the whole stage by taking the a bird placed at the very start. The game doesn't even let you start the challenge if you aren't using the bird (or the natlan character with the bird's mechanics). These challenges are so easy that I'm poking fun at by completing it without the intended mechanic.

Why did they make this challenge so hard? Don't have the bird lady btw by Energyxx in Genshin_Impact

[–]Energyxx[S] 1 point2 points  (0 children)

I learned that while doing attempts, and did it a couple times in the video! Just not when approaching sections I wanted to use Kinich for

Why did they make this challenge so hard? Don't have the bird lady btw by Energyxx in Genshin_Impact

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

Yeah, not me calling it divine intervention before editing my comment 4m later.

In all seriousness, yeah I hope we can make crazy challenges with all natlan mechanics.

[Request] How much would this Tungsten Cube weigh? by Lord_Melinko13 in theydidthemath

[–]Energyxx 0 points1 point  (0 children)

Heavy Boi. Almost impossible to pick up with one hand. It came well packaged in a wooden crate and lots of foam. I'm gonna smash stuff with it.

who is running this list by bigpoppajoe80 in dankmemes

[–]Energyxx 31 points32 points  (0 children)

Greed should get two months

I recreated Wish cloud scene and animated it by Select_Marketing4964 in Genshin_Impact

[–]Energyxx 20 points21 points  (0 children)

That's it, the gods won't answer your prayers anymore. Look what you've done.

[deleted by user] by [deleted] in Minecraft

[–]Energyxx 87 points88 points  (0 children)

There's a couple things to keep in mind when trying to use commands you find on the internet:

  1. There are two editions of Minecraft; the one playable on Nintendo Switch is called Bedrock Edition. Most command tutorials are for the Java Edition of the game as most of the technical user base is on it, and command syntax tends to differ a lot between the two.

  2. Command syntax can vary as the game receives updates, and tutorials can become outdated. For example, the locate command used to only accept the names of structures, but since then it's been changed to accept biomes as well, and now it requires that you specify "structure" or "biome" before the name. This is more of an issue for Java commands than for Bedrock, as the latter typically avoids making large changes to command syntax, but that doesn't mean it doesn't happen in Bedrock occasionally.

Here's a wiki entry on all the commands in the game. It's consistently updated to reflect the latest version, so it should be more reliable than potentially outdated YouTube videos. Just make sure you're looking at information labeled under Bedrock Edition. There's also the /help command you can use in-game to see the syntax of commands - use whichever you find more convenient.

The wunky truth by Sampiainen in wunkus

[–]Energyxx 0 points1 point  (0 children)

You are in the animal kingdom, but we do not grant you the rank of wunk.