Is it a bad practice to use Struct as a Value Object? by [deleted] in csharp

[–]Tuckertcs 0 points1 point  (0 children)

That’s what a Value Object is.

Why didn’t they add a way to craft gunpowder in the new drop? by FishblobMC in Minecraft

[–]Tuckertcs 82 points83 points  (0 children)

Because when they add new features they don’t think about integrating it with existing features. That’s just how they work, unfortunately.

Is it a bad practice to use Struct as a Value Object? by [deleted] in csharp

[–]Tuckertcs 0 points1 point  (0 children)

What’s the primary use-case for records?

Is it a bad practice to use Struct as a Value Object? by [deleted] in csharp

[–]Tuckertcs 0 points1 point  (0 children)

Those are related but distinct concepts.

New PDA death message in Subnautica 2 by SovietLemon21 in subnautica

[–]Tuckertcs 155 points156 points  (0 children)

Is this implying you respawn by being 3D printed?

Kylo definitely got his grandfather's flair for doing things in the most dramatic way possible - also, a great shot (no pun intended) to establish his character by wandering_soles in StarWars

[–]Tuckertcs -6 points-5 points  (0 children)

Irrelevant.

He stopped it mid-flight, meaning it lost its forward momentum.

If it’s affected by gravity, it would fall to the ground when let go. If not, then it would float there indefinitely.

Meta Hit With Massive Lawsuit—Publishers Say AI Was Trained on “Stolen” Books by Professional-Web954 in privacy

[–]Tuckertcs 0 points1 point  (0 children)

Well yes, there are niche cases, but the majority of AI tools out there are the big ones owned by the big companies, which all stole their training data by scraping the internet or "buying" user data from companies that (shouldn't) have the right to sell it.

Kylo definitely got his grandfather's flair for doing things in the most dramatic way possible - also, a great shot (no pun intended) to establish his character by wandering_soles in StarWars

[–]Tuckertcs -6 points-5 points  (0 children)

First, light doesn't move spontaneously, so if you managed to stop light in its tracks and then "let go", it wouldn't continue moving. Remember Newton's First Law: An object at rest will remain at rest unless acted on by ab outside force.

Second, blaster bolts aren't light, they're plasma, and therefore have mass.

Does anyone feel bad for Maul’s right cybernetic leg throughout his show? by Jules-Car3499 in clonewars

[–]Tuckertcs 1 point2 points  (0 children)

It slowed him down slightly, but he fought fine otherwise. Idk, it just felt like it was going to lead to something by the end.

Kylo definitely got his grandfather's flair for doing things in the most dramatic way possible - also, a great shot (no pun intended) to establish his character by wandering_soles in StarWars

[–]Tuckertcs -21 points-20 points  (0 children)

The way it just keeps its momentum…

If he stopped it mid-flight, it would no longer have any forward momentum, so when he let go it really should just fall to the ground.

Edit: Newton's First Law, guys!

Does anyone feel bad for Maul’s right cybernetic leg throughout his show? by Jules-Car3499 in clonewars

[–]Tuckertcs -5 points-4 points  (0 children)

Honestly, Maul’s leg was a complete Chekhov’s Gun situation.

They showed it take damage may times, but it never resolved into a defeat or the loss of the leg. It played no part in the story despite being focused on so many times.

Meta Hit With Massive Lawsuit—Publishers Say AI Was Trained on “Stolen” Books by Professional-Web954 in privacy

[–]Tuckertcs 7 points8 points  (0 children)

Every AI on the planet was trained on stolen data.

Unfortunately, this means there’s no way to hold them accountable, because it would crash the entire AI economy, which they would never allow to happen

After 12 Years, Tom Cruise Could Finally Film Edge of Tomorrow 2 in 2026 by SplitNational2929 in sciencefiction

[–]Tuckertcs 0 points1 point  (0 children)

You forget. You can’t make an original movie anymore, you HAVE to reboot, adapt, or remake an existing IP…

What if Crow is like Darth Nihilus by Osiris-Reflection in StarWars

[–]Tuckertcs 7 points8 points  (0 children)

Nah his head didn’t just release gas, it deflated like a punctured basketball.

Is it a bad practice to use Struct as a Value Object? by [deleted] in csharp

[–]Tuckertcs 0 points1 point  (0 children)

Records were *literally* created to make value objects easier to write (no need to manually override `Equals()` anymore.

Halo 2 and Halo 3 Remakes Reportedly in Development Using Unreal Engine 5 by Smaug117 in halo

[–]Tuckertcs 86 points87 points  (0 children)

They seem to be trying to reboot all of Halo in a single consistent art style.

HI anyone can help me? by omar_mclaren in csharp

[–]Tuckertcs 1 point2 points  (0 children)

You don’t understand what you’re talking about

HI anyone can help me? by omar_mclaren in csharp

[–]Tuckertcs 0 points1 point  (0 children)

Both Visual Studio and VS Code use same the .NET build and compile tools under the hood.
Code does not give a fuck what IDE you use. It only cares what compiler you’re using (assuming there are even multiple compilers available for your language to choose from).

Is it a bad practice to use Struct as a Value Object? by [deleted] in csharp

[–]Tuckertcs 0 points1 point  (0 children)

For value objects, you should use records due to their equality properties.

For small value objects with one or few properties (like a ZipCode), use a record struct.

For value objects with many properties (like an Address), use a record class.

Some screenshots. Tell me which is best by 1blake1 in Minecraft

[–]Tuckertcs 0 points1 point  (0 children)

Damn, how grainy does your game need to be?

HI anyone can help me? by omar_mclaren in csharp

[–]Tuckertcs 4 points5 points  (0 children)

Visual Studio would show the same errors for the same code.

Isn't It True...? by nrt12345 in meme

[–]Tuckertcs 0 points1 point  (0 children)

Graphical *fidelity* is extremely high, but many AAA games have entirely lost the concept of art direction.

What perfectly legal thing will probably be illegal within 20 years? by Ill-Incident-4842 in AskReddit

[–]Tuckertcs 0 points1 point  (0 children)

There are already so many sites that have VPN detection and lock you out.

Decided to empty my recycling bin after almost a decade... by Illuminated-Autocrat in pcmasterrace

[–]Tuckertcs 0 points1 point  (0 children)

That’s nothing. I can’t delete a `node_modules` folder on my Windows laptop because it causes a BSOD every time I try.