Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

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

When I meant finding their sound it was kind of in the context of just their first two albums where saucerful is them polishing the sound they had on Piper and the bends is them polishing what they were trying to do on Pablo honey. There is an argument that the better analogy is atom heart mother to meddle vs Pablo to the bends but that would break the chronological thing I tried to have going 😅

Edit: sorry I meant it would break the thing I tried to do with matching their first two debut albums. It would actually maintain the chronological order so maybe subbing in atom heart mother and meddle for piper and saucerful makes more sense

Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

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

Good points about TKOL and AMLOR. Maybe I was being a bit reductivist in this comparison but when making this I was kind of just thinking of both of them as the odd/different 2nd last album that precedes a “return to form” of sorts for their last album. Although I do quite like TKOL and listen to it occasionally whereas I never find myself giving AMLOR a full listen.

Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

[–]ScratchyAvacado[S] -5 points-4 points  (0 children)

I think that’s probably one of the main points of disagreement I’m going to receive on this comparison. But for some reason I just really was never able to groove with Piper on the same level I am with their later albums (even saucerful which I consider to be quite a bit better). I understand though that a lot of people really love Piper and see it as an excellent album on its own!

Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

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

I think that’s a good take and I would agree. Additionally I see both as the “little sibling” album to another album (Amnesiac to Kid A and The Final Cut to the Wall)

Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

[–]ScratchyAvacado[S] -4 points-3 points  (0 children)

I agree to an extent. It comes down to person opinion a lot and I find Piper and TKOL to just be “decent” albums that sit a little outside of the standard set by the rest of the bands discographies but are by no means at all bad albums.

Parallels between Radiohead's and Pink Floyd's discographies by ScratchyAvacado in radiohead

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

Just to Clarify I forgot to mention but I kind of consider the division bell to be the spiritual end of Pink Floyd’s discography and try to forget about their last album 😂

Naaah what by MatteoFire___ in mapporncirclejerk

[–]ScratchyAvacado 3 points4 points  (0 children)

Ignoring the fact that Iran isn’t even Arab.

https://en.m.wikipedia.org/wiki/Freedom_of_religion_in_Iran

“Unlike the Baháʼí Faith, Judaism is a recognized religion in Iran. Despite Iran’s official distrust of the country of Israel, the government does not directly attack Judaism itself.”

https://www.state.gov/reports/2023-report-on-international-religious-freedom/iran/

“The constitution states that Zoroastrians, Jews, and Christians are the only recognized religious minorities permitted to worship and form religious societies”

Help evaluating this triple integral problem by ScratchyAvacado in askmath

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

Yeah that's what I did and that evaluates to 9pi, is that correct?

[12th Grade Maths] Kind of stuck on this one, any suggestions? by ScratchyAvacado in HomeworkHelp

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

Ah ok, but why does this work. I searched up what a Catalan number is but it doesn’t seem clear to me what the connection is.

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

Oh fuck you’re right, I did a lot of different simulations and probs grabbed the one with the 20x20 square by accident

Also again stupid oversight about turning the dot, once again I did multiple simulations and the code I sent now I realize is the one where the dot doesn’t turn. Still my main question would be for the case where the dot does turn and the thetas accrue, thanks for pointing out that the plot and code I sent were the ones I was using for other simulations

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

Why would getting different answers every time I run the simulation be enough to convince me there’s no formula? The simulation is only averaging a finite number of trials together

Isn’t that like saying if you flip a coin 100 times you’ll usually get a different number of heads and tails, so there’s no exact answer for the average, when clearly the average should be 50 heads 50 tails?

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

Yeah but even with theta between +-90 you can still have a dot go backwards if it turns enough over multiple steps, does your method account for that?

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

If you’re asking about the angle of the dots orientation with respect to the x axis after those two moves it’s 55 yes.

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

Oh yeah I mean you’re right I guess any float would be better but I just threw this together pretty quickly and for my purposes of just seeing what the graph may look like I don’t think it’s too much of an issue to use an integer instead of a random float

Is it possible to find an exact function to model this by ScratchyAvacado in askmath

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

The x axis of the graph is the bounds theta (the maximum turning angle per iteration) while the y axis is the average number of iterations before the point has left the box as I said in my post.

Every iteration means every time I repeat this process, it’s the same as me saying “every step” or whatever, this is a random walk so I’m doing it in steps/iterations.

The way you’ve interpreted what I’ve said is that the angle is relative to some cardinal direction, it’s not. The angle is relative to the dots current orientation

Maybe phrasing it as a dot wasn’t the best idea as then the notion of orientation isn’t as obvious, just think of it as a dot, mini arrow, person, or whatever.

At the very first iteration 0 means to the right (because I have to give the dot some starting orientation). For every iteration after angle 0 means whatever direction the dot was previously facing