ClownfishSoup

ClownfishSoup t1_j9h5uo9 wrote

“Everyone nods toward the top and says: ‘You know, Yevgeny Viktorovich, you have a difficult relationship over there. You need to apologize and confess your faults, then your fighters will receive ammunition.’

I'm surprised the Wagner Boss doesn't just say "Well, OK, I guess we'll leave the battlefield then. I mean, without ammo or support, why are we here?" then GTFO.

3

ClownfishSoup t1_j47l4om wrote

John Fogerty was once sued by CCR's record label for plagiarizing CCR songs and sounding too much like CCR, in particular, the songs that he wrote and performed while he was the lead singer of CCR. The jury decided that no, he did not steal his own songs and copy himself.

​

https://www.rollingstone.com/music/music-news/john-fogerty-self-plagiarism-lawsuit-creedence-clearwater-revival-752805/

3

ClownfishSoup t1_iz6yl7l wrote

Ah! That's what it is! I remember it mentioned many times in the "Aubury and Maturin" books (ie; Master and Commander) and always thought it was hilarious, unlike "stationary soup".

4

ClownfishSoup t1_iyb4v2r wrote

It is exactly just a convention we agreed on. Once agreed on, everyone uses it and it works. It could have been decided that it should work that addition and subtraction should work first instead of multiplication and division and then everything would have to be rewritten.

One way to sort of get around this is to use something called REVERSE POLISH NOTATION, which places operators and operands explicitly in the order we want to execute them. You place the operands first, and then the operator after them so;

In your first example, to get 7, you would write

2 3 x 1 +

which means take the operand 2 and the operand 3, then apply the multiplication operator them. Now take the result (6) and use that as the new operand and take the operand 1 and apply the addition operator and you get 7

In your second example;
1 2 + 3 x

which means take the operand 1 and operand 2 and apply the addition operator to them, then take the result (3) and the operator 3 and apply the multiplication operator to them which equals 9

So if you want to, you can use that (many calculators actually use that), BUT it is simpler to just memorize PEDMAS (or BEDMAS is you like "brackets" over "parenthesis") and stick to the conventions we always use.

TLDR: Yes, everyone just agreed to use that order.

4

ClownfishSoup t1_iy4mkcj wrote

This weird thing happens with cake and cookie mixes as well. You can easily make a mix that just requires adding water and then baking, but people didn't believe they would be any good, so manufacturers changed the ingredients so that the end user has to add oil, milk and eggs to the mix. ie; people were suspicious that the mix was too easy, so they dumbed it down.

2

ClownfishSoup t1_iy4lt2f wrote

You are confusing "file storage" with "memory".

ie; harddrive, floppy disk, solid state drive storage versus RAM (Random Access Memory).

Most operating systems use a part of file storage for swapping out memory, yes, but that's not really what they OP is asking.

1

ClownfishSoup t1_iy4lj5a wrote

You may be confusing "memory" with "disk storage".

For memory, turning off power basically deletes all memory as it needs power to "maintain state".

For disk storage, deleting a file just means removing any reference to it, but leaving the contents on the disk as it's more work to "erase" the contents.

Imagine you have a large book like the Bible, and each story is a marked with a bookmark. "deleting" the file means just throwing the bookmark into the garbage. The text is still there, but there is nothing to point to it. If you write a new file, you put a new bookmark where there is space, maybe it's on top of the old one, then you just write over top of the old text. Overwriting the data changes it, it doesn't accumulate or anything.

1

ClownfishSoup t1_ixaq76z wrote

Another Red "wild force" power ranger was convicted of murdering his roommate with a sword.

https://time.com/4704769/ricardo-medina-jr-power-rangers-murder-roommate-sword/

​

A no-name extra on the Power Rangers brutally murdered a couple so he could steal their money and their boat. He tied them to a boat anchor and tossed them into the ocean to drown.

https://en.wikipedia.org/wiki/Murder_of_Thomas_and_Jackie_Hawks

​

edit: As I read the article, I see that it's not confirmed he/she was on Power Rangers, even as an unamed extra kid.

6

ClownfishSoup t1_it11nwj wrote

The American Sacagawea one dollar coin is very similar too, including the golden color.

I once decided that I would use $1 coins exclusively just to see if I could get them circulated, but when I went to the bank, they had to scrounge around to even find 5 of them. (The toothfairy gave out dollar coins in my house).

5

ClownfishSoup t1_it11iq2 wrote

2