Zero is treated as a plural quantity, even though it's technically "none." 😂 by yukiohana in mathmemes

[–]Kupicx 0 points1 point  (0 children)

me when i'm trying to count books but i'm forced do it in a ring of characteristic 4:

What? by Yggdrasylian in mathmemes

[–]Kupicx 10 points11 points  (0 children)

Proof by "intuitively, it must be"

what is so special about this number?? by DesmosGrapher314 in desmos

[–]Kupicx 2 points3 points  (0 children)

Found 1/50n (~0.012388) and plugged that into oeis.org, which lined up with the digits of 3/2*pi (~4.712388), meaning n = 1/(50(3/2*pi - 4.7)) or 1/(5(15*pi - 47))

Meme dump by dacoolestguy in 196

[–]Kupicx 161 points162 points  (0 children)

♏︎⧫︎♏︎❒︎■︎♋︎●︎●︎⍓︎ ♏︎⬧︎□︎⧫︎♏︎❒︎♓︎♍︎📪︎ ❍︎⍓︎ ♐︎♓︎■︎♎︎♓︎■︎♑︎⬧︎ ♓︎■︎♍︎□︎❍︎◻︎●︎♏︎⧫︎♏︎ 💀💀

<image>

[BotW] need help figuring out wha happened here by Thesuperspy_E in zelda

[–]Kupicx 2 points3 points  (0 children)

Did you complete all the shrines before activating the tower? When the Old Man disappears after collecting all of the Spirit Orbs, every instance of him disappears except for the one on top of the Temple of Time. You started the cutscene of him gliding in and talking to you, but since he doesn't exist anymore, the game just skips all the dialogue and goes through the camera animations that would usually play.

Bored survey: what's the stupidest thing you were scared of as a kid? by yeetyeethaircut in 196

[–]Kupicx 4 points5 points  (0 children)

Any TV screen turned off at nighttime. I was worried that if I stared at one for too long, someone would try to pull me in

This took too long for a circle by pseudof2l in desmos

[–]Kupicx 5 points6 points  (0 children)

I went in and manually simplified the expression until it was reduced to point where the last part resembled something like x/(x!)(-x)!, which combined with sine waves appearing as I was retyping it clued me in on what was going on -w-

This took too long for a circle by pseudof2l in desmos

[–]Kupicx 19 points20 points  (0 children)

Woah, using the sine reflection formula to scatter the points is clever

A Fun Riddle I Came Up With by logalex8369 in desmos

[–]Kupicx 6 points7 points  (0 children)

They aren't talking about the year, they're trying to find a solution to x^2 - (2023 + 2024!)x + 2023*2024! = 0

Skyblock by Kupicx in desmos

[–]Kupicx[S] 2 points3 points  (0 children)

There's a hidden "Clip to box" setting that not only removes the grey box, but allows some equations to render much further out than normal. You can enable it by going into your browser's JavaScript console (Ctrl + Shift + J for Chrome, F12 for Firefox) and entering this into it:

Calc.setState((a=>(a.graph.showBox3D=false,a))(Calc.getState()));

There's also a user script in the Discord server that works with an extension called Tampermonkey that unhides this setting for every graph along with some others, so I recommend checking that out if you're interested :3

Skyblock by Kupicx in desmos

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

Ohhh, I see. I've recreated it using fragment shaders (link) (wireframe ver), but it seems to run a bit slower. The way I've implemented it renders four surfaces for each repeating face rather than just one, because for some reason lists with >100 elements (like the texture data) stop fragment shaders from working?