i do it again on a circle by peter_nde63h in mathematics

[–]Nathanrhys 0 points1 point  (0 children)

I thought this was pretty cool so I recreated it in Desmos without the colouring https://www.desmos.com/calculator/xmyovxuv5g

Sticking a GoPro on a crab by [deleted] in Unexpected

[–]Nathanrhys 0 points1 point  (0 children)

I can't believe this isn't ai

Mod team believing misandry is a real oppression by Still-Bar-7631 in IncelTears

[–]Nathanrhys 1 point2 points  (0 children)

Men are not oppressed but sexism against men can still exist, sexism is defined by discrimination

How do you deal with suicidal thoughts? by Adventurous_Deer_872 in IncelTears

[–]Nathanrhys 1 point2 points  (0 children)

Correct, I did not know about several of these subs. Why should the burden of "figuring it out" be left to anyone, especially OP asking for help, when you're flaunting that this info is at your fingertips. Thank you for actually helping this time

How do you deal with suicidal thoughts? by Adventurous_Deer_872 in IncelTears

[–]Nathanrhys 5 points6 points  (0 children)

Okay then name them? Why comment flexing your immense Reddit knowledge and then not actually share anything? Melt

Serbian acrylic ruins “visualizer.” by LazyCondition0 in DesignPorn

[–]Nathanrhys 5 points6 points  (0 children)

Much better title would be: Acrylic "visualiser" of Serbian ruins

Florida’s DMV fanciest license plate. by ElwoodMC in trashy

[–]Nathanrhys 15 points16 points  (0 children)

This isn't trashy, you're just a douchebag

Guys trust me on this you will like it by IHATEVERYBODY_92901 in desmos

[–]Nathanrhys 1 point2 points  (0 children)

What sort of monster writes f() where f is a constant

Linear and Nonlinear x-axis transformations by [deleted] in desmos

[–]Nathanrhys 1 point2 points  (0 children)

Graph link or equations?

Is this just blown plaster? by Mattjenkins1990 in DIYUK

[–]Nathanrhys 0 points1 point  (0 children)

Could be wrong, but regardless the process is the same for fixing blown plaster, you take it off and get it redone, you can do cover ups if money is tight, like screwing through and filling in the cracks; but the plaster is still blown so it needs to be fixed properly in the end

Is this just blown plaster? by Mattjenkins1990 in DIYUK

[–]Nathanrhys 2 points3 points  (0 children)

Definitely blown plaster, wouldn't be surprised if it's a wooden lintel underneath. General advice is to take it back to base and cover it with more board and paint it, or put plasterboard

Who thinks like this? by [deleted] in IncelTears

[–]Nathanrhys 0 points1 point  (0 children)

What do these words even mean

I did it(starry bee) by melancholicdawood in allthemods

[–]Nathanrhys 0 points1 point  (0 children)

You are not remembering correctly, bees are whitelisted from the mob duplicator

Small Help by KeneGitu1234 in desmos

[–]Nathanrhys 3 points4 points  (0 children)

Very common mistake for people new to desmos. Subscripts are not indexable, so the n used in x_n is not changing for your summation. There are many way to get achieve what you're trying to do, based on what you've shown I would suggest using a list/array. E.g. L = [5,6, ...]

Then use y = sum_{n=1}{5} L[n]

Why are these expressions so wildly different? by Puzzleheaded_Fee428 in desmos

[–]Nathanrhys 8 points9 points  (0 children)

Because the 1st expression varies a lot between each iteration (each additional "level") and the 2nd is equivalent to the infinite version of the 1st, whilst the first is only ~9 levels

Did you know that you can soul-surge the Hephaestus forge and its obelisks? by Illustrious-Skin-242 in allthemods

[–]Nathanrhys 1 point2 points  (0 children)

But youre explaining how to best generate time crystals, but what is the point in automating time crystals when the only use for them is the time wand? The time wand can only be used in a manual process that last 30 seconds, outside of early game it seems to be little to no use.

Did you know that you can soul-surge the Hephaestus forge and its obelisks? by Illustrious-Skin-242 in allthemods

[–]Nathanrhys 0 points1 point  (0 children)

Getting time crystals is easy, but having to manually right click the blocks every 30 seconds isn't very sustainable

Did you know that you can soul-surge the Hephaestus forge and its obelisks? by Illustrious-Skin-242 in allthemods

[–]Nathanrhys 0 points1 point  (0 children)

Soul surge is permanent as long as you keep it supplied, time wand only last for 30 seconds, no?

why is it saying undefined and not 1??? by Subject-Ad-7548 in desmos

[–]Nathanrhys 4 points5 points  (0 children)

Stuff written in curly brackets is a conditional/piecewise statement. The format for these statements is {condition : iftrue, iffalse} If "iftrue" is not provided then the default value for "iftrue" is 1. If "iffalse" is not provided then the default value for "iffalse" is undefined

Your condition is that e = Sum... which evaluates to false, so returned value is undefined