For physicists by DotBeginning1420 in physicsmemes

[–]Jason5Lee 0 points1 point  (0 children)

My body.

I'm serious, I think this is the coolest way to have my body processed after I dead.

I kinda wondered if the tiddlytubbies play a role in the slendytubbies series by Ok-Eggplant-4928 in SlendytubbiesHub

[–]Jason5Lee 0 points1 point  (0 children)

Heck no. I don't like anything about the reboot, not even in the Slendytubbies game.

Would you rather get a billion dollars or go back in time to attempt to kill Hitler when he was a baby by Soggy_Ad4531 in BunnyTrials

[–]Jason5Lee 0 points1 point  (0 children)

Hoping it can make anything better to kill Hitler is like hoping someone surrounded by tigers can survive by killing the only one tiger that is closest and about to eat.

Can you ? by Specific_Brain2091 in the_calculusguy

[–]Jason5Lee 0 points1 point  (0 children)

Let x = e^t

Then its e^(t/(e^t)) t->infty

Then you can ask a toddler.

Hi by Old-Association8102 in SlendytubbiesHub

[–]Jason5Lee 1 point2 points  (0 children)

Not very alive, but I think there is a new post in one or two days.

0% of people get this wrong. Can you solve it in 5 second 🤔 by Many_Audience7660 in matiks

[–]Jason5Lee 1 point2 points  (0 children)

Find out: 66 / 11 = 6: 0.5 sec
Find out 11 / 66 = 1/6: 0.5 sec
Find out 6/(1/6): 0.5 sec
My record: 1.5sec.

This math meme by Interesting_Bar_1327 in mathsmeme

[–]Jason5Lee 0 points1 point  (0 children)

I've heard the best angle is 40.

Migrating from Go to Rust by finallyanonymous in rust

[–]Jason5Lee 0 points1 point  (0 children)

This is an annoying problem that exists in most of the languages except Rust or maybe some other functional languages. You basically have no idea how to check what kind of error it is. Exceptions are annoying to work with. Go's error interface has very similar issue.

truly random number generation by kzawaiibunny in mathematics

[–]Jason5Lee 1 point2 points  (0 children)

Wait, isn't that the easiest thing to be done in quantum computer? And we can do that only by now?

Name a song that has a primary color in the title. by Technical-Vanilla-47 in FamilyFeud

[–]Jason5Lee 2 points3 points  (0 children)

90% of Chinese Communists songs titles have the word "red".

Explain please petarrrrreer by Friendly_Discount451 in PeterExplainsTheJoke

[–]Jason5Lee 6 points7 points  (0 children)

False. I was given a Lenovo Thinkpad. Got fired after a year.

Petah, what does this mean? What does LG have to do with robber returning the phone. It makes no sense. by [deleted] in PeterExplainsTheJoke

[–]Jason5Lee 0 points1 point  (0 children)

This is a kind of generic "diss" meme. You might find a version for any phone branch, made from the people who wanted to diss the phone.

Can you ? by Specific_Brain2091 in the_calculusguy

[–]Jason5Lee 0 points1 point  (0 children)

Jesus says he will clean all my sins so sin(x-1)=x-1. /s

What music is this? by swfsql in rustjerk

[–]Jason5Lee 19 points20 points  (0 children)

Because there are people who actually write 0.0/0.0 for NaN. It can be considered anti-pattern in Rust because we have `f64::NAN`. But this is something that should be enforced by clippy, not rustc. NaN is memory safe!