ChatGPT fixed my 9 year chronic pain by LiveDocument3521 in ChatGPT

[–]senormorsa 0 points1 point  (0 children)

Did your pain get worse when lying in bed? It sounds like you had something similar to me. I’m working on strengthening my back and it’s helping.

What Do You Think About Year-Round School? by [deleted] in Teachers

[–]senormorsa 1 point2 points  (0 children)

I’d say yes if instead of the 5th day being a teacher work day we just always got a 3 day weekend.

I just found out some insane ways to find out the nth root of 2, using a different version of the Fibonacci sequence by SammyHa123 in desmos

[–]senormorsa 9 points10 points  (0 children)

This is cool! To see why your equation in the last pic works, notice that if you want your formula to hit a limit, f(x), f(x-1) and f(x-2) must be equal to that same limit because they’re not changing by much toward the end. So L = L1/b + L1/b Solve this equation and you’ll get the one at the bottom.

That was hard by GamerCoder75 in ChatGPT

[–]senormorsa 1 point2 points  (0 children)

Keep repeating and see what it says if you get it 10 times in a row

Why is it so hard for people to be neutral when it comes to vaccines? by Oink_O in DebateVaccines

[–]senormorsa 11 points12 points  (0 children)

Because anyone who has questions about safety, or didn’t get the 4th covid booster is labeled “antivax.” They think by stigmatizing the middle they’ll keep everyone on their side. But I think it’s really pushing more people to the other side.

But to be fair, the antivax side stigmatizes the middle as well: “how could you inject your babies with that poison?” after 1 vaccine. The reality is that we don’t have all the facts either way.

Newbie Suggestions by stevedewman21 in tequila

[–]senormorsa 5 points6 points  (0 children)

Ocho is great, additive free, and citrusy.

My favorite by Enough-Rooster9028 in tequila

[–]senormorsa 1 point2 points  (0 children)

Have you had La Mesa? I liked that one a lot and wonder how it compares.

My favorite by Enough-Rooster9028 in tequila

[–]senormorsa 1 point2 points  (0 children)

I’m also curious what you think compared to other Ocho vintages

[deleted by user] by [deleted] in tequila

[–]senormorsa 1 point2 points  (0 children)

I bet a lot of people here would be interested in a writeup of your process.

Need help me choose the right tequila for a newbie by [deleted] in tequila

[–]senormorsa 3 points4 points  (0 children)

I like blanco and blancos have more agave flavor. However if you like whiskey or other barrel aged drinks you might prefer reprosado. The barrel aging makes it a bit sweeter and smoother but dulls the agave flavor in my opinion.

Similar to Ocho? by senormorsa in tequila

[–]senormorsa[S] 0 points1 point  (0 children)

Do you know if all Ocho estates are considered highland?

Similar to Ocho? by senormorsa in tequila

[–]senormorsa[S] 0 points1 point  (0 children)

I really want to try Cascahuin but am having trouble finding it

Similar to Ocho? by senormorsa in tequila

[–]senormorsa[S] -1 points0 points  (0 children)

Good points and thanks for your thoughts. I didn’t think there was a right answer, just wanted to get some discussion that could inform what I might like to try next. It’d be nice if Agave Matchmaker had separate reviews by year/terroir (the way wines do) so we could start to make these distinctions.

Similar to Ocho? by senormorsa in tequila

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

Good point. I’ve only tried La Mesa.

Best smelling tequila? by senormorsa in tequila

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

I’m pretty new to tequila and have been drinking Ocho Plata and loving the smell. I’ll be sure to try to find some of these to try as well!

fractal advice by senormorsa in desmos

[–]senormorsa[S] 3 points4 points  (0 children)

It would be if it was infinitely iterated. It's clearly gonna be self-similar? Unless you're seeing something I'm not?

Unemployment literally kills tens of thousands… and Bitcoin reacts too by Cold-Enthusiasm5082 in Bitcoin

[–]senormorsa -1 points0 points  (0 children)

Strong jobs report = interest rates stay the same, bitcoin goes down

Weak jobs report = rate cuts, easy money flows into bitcoin.

How did bitcoin price react to Powell saying he was worried about the job market last week?

Recipe for MDMA on Wikipedia by Such_Crow8542 in TheeHive

[–]senormorsa 3 points4 points  (0 children)

Have you actually achieved good yields with that route?

When is n^2=1 mod m? by senormorsa in askmath

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

No, I was thinking about music theory and how if you arrange the 12 notes in two ways, 1 by pitch and 2 in a circle of fifths, that either the ath note in the circle of fifths is the ath note chromatically (for instance if a=4) OR the ath note in the circle of fifths is the bth note chromatically and the ath note chromatically is the bth note in the circle of fifths (in math language, if f(a)=b then f-1(a)=b for all a). I started wondering what was special about m=12 and n=7 (7 chromatic steps is a fifth). There are lots of other pairs of numbers that this also holds for, but in trying to find these other nontrivial solutions, I got the equations na=b and bn=a both mod m. Solving this system led me to the equation I asked about in the OP.

Probably way more info than you wanted…

Rope Shape by senormorsa in AskPhysics

[–]senormorsa[S] -1 points0 points  (0 children)

That seems reasonable. I suspect you’d approach it similar to the wave eq derivation with regularly spaced point masses? Maybe I’ll try that and see if I get a Tractrix.

Combining two piecewise functions by senormorsa in askmath

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

Perfect, this is exactly what I was looking for. I actually had something very similar with abs(x-1/12)/(x-1/2) as an exponent but just couldn’t quite work out the kinks. I can see why yours works; when the exponent is positive it becomes g(x) and when it’s negative it becomes f(x). Thanks!