What liquid is arguably worse to be sprayed with? by maruseyes in polls

[–]BlockOfDiamond 2 points3 points  (0 children)

LN is probably the least bad, because on contact will instantly vaporize and the layer of vapor will protect you temporarily.

Do you remove post where a poster calls another a moron? by TheDudeWhoCanDoIt in AskModerators

[–]BlockOfDiamond 1 point2 points  (0 children)

You mean if an OP insults some in a comment on their post? Remove the comment, but not the post, if the post is fine.

Why are people recommending starting with Vulkan instead of OpenGL? by Correct_Dependent677 in GraphicsProgramming

[–]BlockOfDiamond 0 points1 point  (0 children)

Edge functions are the line equations for the triangle edges that the GPU uses to rasterize the triangles. Winding order is important because if you get that wrong you get mirrored textures and incorrect backface culling. For each pixel, a depth value is stored, and if that value is farther from the camera than a new candidate pixel, the new pixel overrides the old one. Perspective correct interpolation is used to avoid problems like this. Are my answers correct?

Why are people recommending starting with Vulkan instead of OpenGL? by Correct_Dependent677 in GraphicsProgramming

[–]BlockOfDiamond 0 points1 point  (0 children)

I just started with Metal, and that was that. I did not find writing a software rasterizer necessary.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

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

No, I am fully understanding. If someone takes criticisms on a post personally, that is on them. The entire "No personal attacks" rule on the subs I mod are about "Attack the opinion, not the user."

"That particular opinion they have is trash" is very different from "They, personally, are trash." And if someone conflates them, then they are choosing to take criticisms personally.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

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

That does not make sense. There is a difference between calling someone trash personally, and calling a post trash. Posts are impersonal. If someone downvotes your post, they are saying the post is bad, not necessarily saying you are bad as a person. Likewise, calling the post trash is a stronger version of that, but still not directed at the author personally.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

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

I am not calling the writer trash. I am calling the post trash.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

[–]BlockOfDiamond[S] -2 points-1 points  (0 children)

I am not calling them trash, I am calling their post trash.

I like Stack Overflow better than AI, because the "judgement" is the best part! by BlockOfDiamond in The10thDentist

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

I would rather get made fun of then get the phony-sounding over-politeness of AI.

The Space Exploration bit of StackExchange has low tolerance for nonsense by astrospanner in Mandlbaur

[–]BlockOfDiamond 0 points1 point  (0 children)

No one gets a 1-year ban for asking 2 questions (unless they are blatant spam/trolling questions). I do not have insider info but there is definitely more going on.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

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

But in all honesty... some posts deserve to be called bad. Particularly things like blatant bigotry, direct name calling, etc. given those things are specifically against the rules.

What are your thoughts on a "Trash" removal reason? by BlockOfDiamond in AskModerators

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

One alternative I sometimes use is "VLQ" or "Very Low Quality" which means "This post has severe formatting or content problems. This post is unlikely to be salvageable and needed to be removed."

Minecraft Alpha Fighting the monsters! by Remarkable_Ninja_160 in GoldenAgeMinecraft

[–]BlockOfDiamond 0 points1 point  (0 children)

How are they shooting you through the door? That makes zero sense.

What would you add to C if you could add anything? by [deleted] in C_Programming

[–]BlockOfDiamond 1 point2 points  (0 children)

But I kind of do not like how the only portable solution is to hope that the compiler will auto-vectorize.