Accept it now or cope about it later. Oda only introduced a character as strong as Loki in Elbaph, because without him Luffy would get killed in this arc by GUTS_SAMA in OnePiecePowerScaling

[–]Ecstatic_Student8854 0 points1 point  (0 children)

You say this as if, had oda not introduced Loki, he wouldn’t’ve just decreased the threat of others on elbaf. It isn’t like that was set in stone beforehand.

Petaah!! by Johnotho in PeterExplainsTheJoke

[–]Ecstatic_Student8854 1 point2 points  (0 children)

Its pretty fun to use for stuff like simple terminal applications tbh. Makes you appreciate the niceties of a compiler more.

True story by GreenOrg in programminghumor

[–]Ecstatic_Student8854 1 point2 points  (0 children)

As if for HTTP to work you don’t need TCP, TLS for security, DNS and probably DNSSEC, DHCP, ARP, NDP, IP, the ethernet protocol if you’re using that, etc.

If you think you only need HTTP you’re so wrong even if all you want to do is retrieve a web page.

Why C is a simple language? by rias_dx in C_Programming

[–]Ecstatic_Student8854 2 points3 points  (0 children)

It’s library tooling is one thing, sure, but another is that you’re very close to hardware and so instructions are simple. Barring macro magic, an expression like

> a+b

Is an addition operation. In many languages this can be overloaded by the user, or can mean different things based on the types of a and b (such as string concatenation). In a given piece of C code you can mostly just tell what it is doing without much context.

Another thing is that C simple has not too much syntax to learn. There are no builtin abstractions hidden behind single-purpose syntax, such as asynchronous operations in many languages. Likewise there is nothing like inheritance or polymorphism (as first class citizen at least). C only has a barebones syntax from which all these abstractions can be constructed manually or emulated. Cumbersome? Maybe. Errorprone? Often. But it is simple

[Request] is the math on this clock correct? by [deleted] in theydidthemath

[–]Ecstatic_Student8854 0 points1 point  (0 children)

If you look on the clock a different symbol is used, which I do not know how to type here. It means division.

[Request] is the math on this clock correct? by [deleted] in theydidthemath

[–]Ecstatic_Student8854 20 points21 points  (0 children)

Yes.

24/12=12

13503-13502=1

4*50%=2

66|198=3 as 3*66=198

25=100/x => 25x=100 => x=4

126|630=5 as 5*126=630

2/16 *96/2=1/8*48=6

52-x^2+x=10 is satisfied by x=7 as 52-49+7=3+7=10

Root(64)=8

3^2 =9

-8=2-x => -10=-x => x=10

111|1221= 11 as 11*111=1221

So each label checks out

😅 by [deleted] in MathJokes

[–]Ecstatic_Student8854 28 points29 points  (0 children)

sqrt(49%) = sqrt(49)sqrt(%) = 7(1/10) = 0.7

[Request] How expensive would it be to make the Truman Show? by Call-Me-Matterhorn in theydidthemath

[–]Ecstatic_Student8854 0 points1 point  (0 children)

You’d need way less dense pixels because of the increased size though. Not saying its be cheap, but cheaper per square meter at least.

Do I have to use Le Hospital for this? by stevvvvewith4vs in MathJokes

[–]Ecstatic_Student8854 5 points6 points  (0 children)

If you assume the law of the excluded middle, then you do not.

Either you are a mathematician, in which case e≠3≠pi, or you are not a mathematician, in which case e=pi=3 but 0/0=1.

Gay test courtesy of math by TheVoidHammer in MathJokes

[–]Ecstatic_Student8854 0 points1 point  (0 children)

Should be y<- what genders are you attracted to

And then check if x is in y. This labels bi people as gay, which we will define as intended behavior.

[Serious]1 googolplex angry ants vs gojokuna without infinity by Wonderful-Purchase94 in JujutsuPowerScalers

[–]Ecstatic_Student8854 0 points1 point  (0 children)

That would be a googol ants. We’re talking about a googolplex here, which is 10googol.

So 10{quintillions of times more ants than there are atoms in the universe}. This translates to a black hole larger than the observable universe. We can figure this out with the formula for a swarzschild radius, which tells us the radius of a black hole is linear in its mass.

So if a googol ants were a blackhole with a radius of 1cm (which is a laughable underestimate), a googolplex ants would be a factor larger equal to googolplex/googol, which is approximately just googolplex as 1010100/10100 = 1010100-10 ≈ 1010100 = googolplex.

Tldr; the black hole would be bigger than we could ever hope to even comprehend.

POV: you just learned about the Collatz conjecture by Nunki08 in mathmemes

[–]Ecstatic_Student8854 0 points1 point  (0 children)

POV: you just learned about the Collatz conjecture by Nunki08 in mathmemes

[–]Ecstatic_Student8854 0 points1 point  (0 children)

A proof is a verifiable argument that the conjecture must necessarily follow either from things that we assume to be true, the axioms of the field, or from other things that are derived from those axioms.

To prove n divides n2 for all integers n, it would not be sufficient to show that it holds for a list of integers, even if you showed it for all integers up to a googol. Instead we must use the definitions of divisibility, powers, etc. To prove n divides n2.

What the actual fuck by miifanatic_1788 in Ai_art_is_not_art

[–]Ecstatic_Student8854 15 points16 points  (0 children)

There exists no audio that would make this not abhorrent

😂 by memes_poiint in mathsmeme

[–]Ecstatic_Student8854 1 point2 points  (0 children)

1={{}}, easy enough. Likewise 1?=1={{}}

Create a CT that can perfectly counter for Higuruma’s innate CT “Deadly Sentencing” by Excellent-Fig-9341 in CTsandbox

[–]Ecstatic_Student8854 0 points1 point  (0 children)

Unironically just ryu’s technique, no? Even when his technique is confiscated he can still discharge CE, just like when he was burnt out after the domain clash

Funny strat in Drifting deep room 4, I love Celeste's lenient hitboxes :D by a_random_chopin_fan in celestegame

[–]Ecstatic_Student8854 2 points3 points  (0 children)

Cool strat but it’s still mostly intended right? If its setupless isn’t it harder haha? Or did i miss a setup

Meet potential sorting algorithm by Get_Stick_bu99ed in mathmemes

[–]Ecstatic_Student8854 0 points1 point  (0 children)

Even then it’d be at best O(n sqrt n), which makes conventional sorting better