the ordered thread

Incorrect. I gave "The Answer to the Ultimate Question of Life, the Universe, and Everything" therefore it is never wrong.

technically this thread is still ordered in increasing order!

67
*sigh* Has anyone ever called you guys "frustrating"? Just agree with me (so I can be right and you can be wrong).


Riddle:
How does 57 relate to this post?


EDIT: I can't figure out how to make the text in the paren's smaller so, don't read that part until after you agree with me.
 
The soul of all threads is ordered.

Screenshot_20260306_210303.png
 
Maybe this is a religion. I think the universe is infinite. Size 1/0.
But then 25% of all U.S. citizens think the Earth is flat.
I'm gone read some books, but i think the answer is 42.
There is even a Hitchikers guide to galaxy.

 
Maybe this is a religion. I think the universe is infinite. Size 1/0.
But then 25% of all U.S. citizens think the Earth is flat.
I'm gone read some books, but i think the answer is 42.
There is even a Hitchikers guide to galaxy.
This thread is a time anomaly. Random appearing noise from the future. We must not disturb causality and zap the universe. Everything is normal, we were all searching this information and it looks like expected. It goes wrong when somebody traces down the server logs and finds out nothing has a source.
 
This thread is a time anomaly. Random appearing noise from the future. We must not disturb causality and zap the universe. Everything is normal, we were all searching this information and it looks like expected.
yes, backrooms-adjacent coyotes tend to produce temporal anomalies. goes with the territory.
 
Oh wait 1/0 is +∞, which is comparable. But NaN != NaN by definition per IEEE 754. Using ruby for convenience, but you can reproduce this with any IEEE 754 compliant software.
Code:
irb0> m = 0.0/0.0
⇒ NaN
irb0> y = 0.0/0.0
⇒ NaN
irb0> m == m
⇒ false
irb0> m == y
⇒ false   
irb0> y == y
⇒ false
 
Back
Top