It says: the shape goes into a shape press that presses the shape into a pressed shape.
It says: the shape goes into a shape press that presses the shape into a pressed shape.
In the tree of life, flounders are a sub-sub-…-sub-species of bilaterally symmetrical animals: https://www.onezoom.org/life/@Holozoa=5246131?otthome=%40_ozid%3D1&highlight=path%3A%40Apionichthys_finis%3D3640785&highlight=path%3A%40Bilateria%3D117569#x2913,y-2310,w8.2796
Edit: let me preemptively be a pedant to myself and say that “sub-…-species” is wrong because “bilaterally symmetrical animals” is not a species. Flounder is itself a species AFAIK, not a sub-species of anything. It is a descendant of the common ancestor of all bilaterally symmetrical animals. There, now surely no one will find anything to be pedantic about :D
Sure, but what about Trick IMPLIES Treat?
that does sound super useful
What is reveal codes?
There are exceptions to every rule. Sometimes it ends up being “between five and 15” which is psychotic.
these amazing fears of engineering
😱
Sooner or later they’re going to become meander scars or oxbow lakes, when the river reconnects with itself.
I believe there’s a setting for whether it’s global or per-window. Personally I prefer global, because I can’t keep track of more than one state and I absolutely hate the experience of typing something and getting a different language than you expect.
That’s pretty cool
Multilingual users have multiple keyboard layouts, usually switching with Alt+Shift or similar key combo. If you’re multitasking you might not realize you’re on the wrong keyboard layout. So say you’re chatting with someone in Russian, then you alt+tab to your source code and you spot a typo - you wrote my_var_xopy
instead of my_var_copy
. You delete the x and type in c. You forget this happened and you never realized the keyboard layout was wrong.
That c that you typed is now actually с, Cyrillic Es.
What do you say, is that realistic enough?
Oh, that I agree with. But then there’s the mess of Unicode updates, and if you’re using an old version of the compiler that was built with an old version of Unicode, it might not recognize every character you use…
Sanity is subjective here. There are reasons to disallow non-ASCII characters, for example to prevent identical-looking characters from causing sneaky bugs in the code, like this but unintentional: https://en.wikipedia.org/wiki/IDN_homograph_attack (and yes, don’t you worry, this absolutely can happen unintentionally).
Yes, but the language/compiler defines which characters are allowed in variable names.
Theodore John Kaczynski, also known as the Unabomber, was an American mathematician and domestic terrorist.
Thanks, Wikipedia.
Could have been just an obvious spambot with no relevance, but that’s just a guess.
It looks like a super genetic stock image, and I always assumed that’s what it is.
I am beginning to think this community is not for me, as I need every other joke explained. But I haven’t given up yet… What is the joke here?
Reality is so unoriginal
I assume this is two statements: one without the parentheses, and one where each parenthesized word replaces the word before it. This is a compact, but borderline unreadable way to write two statements with the same structure. I hate it.
Edit: it makes a lot more sense in a live lecture, where the lecturer writes down the first sentence, then says aloud the second sentence while only replacing the necessary words on the board.