Email or username:

Password:

Forgot your password?
Top-level
Legit_Spaghetti

@0xabad1dea Everyone talking about how silly it is to use a float when they shoulda used an int, and I'm over here thinking unsigned int probably would have made even more sense, unless company was expecting to have fewer than zero planes at some point.

2 comments
abadidea

@Legit_Spaghetti unfortunately it’s extremely common to use the negative integer space to encode error states, which tends to cause its own problems, but seeing them do that would have fallen within the normal range of incorrect for me

Johann-Tobias Schäg

@0xabad1dea @Legit_Spaghetti With floats we can do NaN encoding fun ♥️
like NaN because it's not a plane.

Go Up