

“A common mistake is to think division is prioritised above multiplication”
That is what I said. I said it’s a mistake to think one of them has a precedence over the other. You’re arguing the same point I’m making?
“A common mistake is to think division is prioritised above multiplication”
That is what I said. I said it’s a mistake to think one of them has a precedence over the other. You’re arguing the same point I’m making?
Most recommended cameras are from China unfortunately. While I would prefer to not support them economically, they seem fine security wise.
No Hikvision from Amazon, good shout as I was looking at some of them there.
Oh, that might prove a bit difficult on a Linux machine. I guess I’ll have to borrow my room mates computer :P
Thanks for the shout about Frigate’s documentation. There’s a lot of good information on there!
It’s not because he did anything wrong in wow that people are upset/memeing about, it’s because he’s unable to say “I’m sorry, I could have done better” without including any buts or “the others also messed up”. It has just exposed him as an incredibly self obsessed person.
I quite like KDE whenever I’ve used it. But I’ve broken so many systems by fucking around a bit too much. So I’m on Pop OS which uses a themed Gnome DE. I keep hearing it’s easy to install different a different DE, but how do you do it safely and still keep compatibility with your distros updates?
The “#comment” at the end of the URL. It’s a title/heading/fragment in HTML that hints to your browser to go there directly.
Like this: https://en.wikipedia.org/wiki/URL#fragment
I don’t need a project to explicitly say they are DEI inclusive, I generally don’t care who is contributing, but when you explicitly state you are against it in the README of your project that is just wild. The only divide I’m increasing by saying I don’t support or respect people who choose to, and makes it very clear they are, excluding people based on diversity is a divide they’ve created for themselves. Especially when it’s a fucking open source software project, like wtf does DEI have to do with it that the owner has to bring it up to begin with if not to intentionally hurt someone.
What? You might want to think about what you said for like 2 more seconds. Why on earth would I not hate or even help someone who aligns themselves with a Nazi? You can absolutely hate the creation of a tool based on the political reasons it is being created.
100% with you. “Left to right” as far as I can tell only exists to make otherwise “unsolvable” problems a kind of official solution. I personally feel like it is a bodge, and I would rather the correct solution for such a problem to be undefined.
I fully agree that if it comes down to “left to right” the problem really needs to be rewritten to be more clear. But I’ve just shown why that “rule” is a common part of these meme problems because it is so weird and quite esoteric.
Except it does matter. I left some examples for another post with multiplication and division, I’ll give you some addition and subtraction to see order matter with those operations as well.
Let’s take:
1 + 2 - 3 + 4
Addition first:
(1 + 2) - (3 + 4)
3 - 7 = -4
Subtraction first:
1 + (2 - 3) + 4
1 + (-1) + 4 = 4
Right to left:
1 + (2 - (3 + 4))
1 + (2 - 7)
1 + (-5) = -4
Left to right:
((1 + 2) - 3) + 4
(3 - 3) + 4 = 4
Edit:
You can argue that, for example, the addition first could be (1 + 2) + (-3 + 4)
in which case it does end up as 4, but in my opinion that’s another ambiguous case.
So let’s try out some different prioritization systems.
Left to right:
(((6 * 4) / 2) * 3) / 9
((24 / 2) * 3) / 9
(12 * 3) / 9
36 / 9 = 4
Right to left:
6 * (4 / (2 * (3 / 9)))
6 * (4 / (2 * 0.333...))
6 * (4 / 0.666...)
6 * 6 = 36
Multiplication first:
(6 * 4) / (2 * 3) / 9
24 / 6 / 9
Here the path divides again, we can do the left division or right division first.
Left first:
(24 / 6) / 9
4 / 9 = 0.444...
Right side first:
24 / (6 / 9)
24 / 0.666... = 36
And finally division first:
6 * (4 / 2) * (3 / 9)
6 * 2 * 0.333...
12 * 0.333.. = 4
It’s ambiguous which one of these is correct. Hence the best method we have for “correct” is left to right.
The issue normally with these “trick” questions is the ambiguous nature of that division sign (not so much a problem here) or people not knowing to just go left to right when all operators are of the same priority. A common mistake is to think division is prioritised above multiplication, when it actually has the same priority. Someone should have included some parenthesis in PEDMAS aka. PE(DM)(AS) 😄
Well, you wouldn’t get far even trying to run EA WRC on the steam deck, as they added kernel level anti cheat after launch so it’s now incompatible with Linux.
Or Linux 😄 I really liked Game Pass though. Played some great games in there I would either have completely missed or have had to wait years for them to be discounted.
That butt is perfect chin height!
You don’t have to be so very exasperated about it :( /s
I read it the same way you did. If you want to terminate the EULA, then they request you remove your copies of the game. In that snippet it says nothing about them arbitrary demand you delete all your copies.