Wouldn’t a straw be the product of a circle and a line?
The Worst Person You Know Just Made A Great Point
If you self-host Bitwarden you can also get the paid tier features
Homo ignorans :)
The sea.
The image in the post shows up purplish for me. Is that a part of the experiment?
Similarly, 1/3 = 0.3333…
So 3 times 1/3 = 0.9999… but also 3/3 = 1
Another nice one:
Let x = 0.9999… (multiply both sides by 10)
10x = 9.99999… (substitute 0.9999… = x)
10x = 9 + x (subtract x from both sides)
9x = 9 (divide both sides by 9)
x = 1
School teachers. Not deliberately, but there is a shortage of them here.
Netanyahu only wants one thing, and it’s to stay in power for as long as possible. If a regional war gives that to him (via Ben-Gvir), he won’t mind.
Edit: He currently holds a parliamentary majority. If he agrees to a ceasefire, the more extreme members of his coalition will no-confidence him together with the opposition. And, as it stands right now, he has no chance of participating in the next government.
The Either monad (also known as Result) provides Go-like error handling, but automated. You only check manually for errors after the last call, the monad handles the process.
But this is just one example of a monad, there are many more.