14 Followers
115 Following
736 Posts
- thinks too much about Magic: the Gathering
- ask me about Minions of Darkness!
- someday will lose spectacularly in a 6-player 4-expansion game of Innovation
- doesn't play D&D but I listen to podcasts! that's something, right?
- Terror Island fan
when you act in a way
people think is ok
that’s a more

Then in 2011 those trolls the Dutch built seven bridges in one town that were all designed to look exactly like the imaginary banknote bridges. They even painted the bridges the same colors as the banknotes.

So now the EU banknotes depict the bridges of Spijkenisse, South Holland. (pop. 72,500)

Hello Mastodon!

Since this is my first post, I thought I'd share some incredibly niche C++ trivia / pedantry:

For an enum whose enumerators all have the value 0, C++ asks us to imagine a hypothetical integer type with minimal width that can represent 0 (https://eel.is/c++draft/dcl.enum#8.sentence-2). This means we must consider the case where the width is 0. For an unsigned integer type, this gives a range of representable values of [0, 0], and that's the type we pick. But before we can determine that that's minimal, we must also consider a signed integer type with a width of 0, for which we get a range of representable values of [-½, -½]! (https://eel.is/c++draft/basic.fundamental#1.sentence-5) Conveniently that range does not include 0, so we discover that we must use an unsigned integer type to determine the range of values of the enumeration. (We also rule out an unsigned integer type of negative width as that would have a range of values 0 to -½ (inclusive) or smaller, which I think we can reasonably conclude is an empty range despite the parenthetical.)

In any case: if you ever wondered whether a zero-bit signed integer type in C++ can represent only the value 0 or only the value -1, now you know: no, it can represent only the value -½. Truly a marvelous compromise.

Follow me for more brilliant insights like this one :)

[dcl.enum]

Book recommendation: Street-Fighting Mathematics by Sanjoy Mahajan

I read this early in my PhD, and it's been with me ever since. Chapter 1 grants a superpower that I cannot imagine living without.

https://direct.mit.edu/books/oa-monograph/5339/Street-Fighting-MathematicsThe-Art-of-Educated

The English word lens comes from the Latin word lens which meant "lentil" because biconvex lenses are shaped like lentils https://www.etymonline.com/word/lens
Lens - Etymology, Origin & Meaning

"glass to regulate light rays," from Latin lens (genitive lentis) "a lentil," on analogy… See origin and meaning of lens.

etymonline

The acronym of the day is UDON:

Unbelievably Dense Osaka Noodles

---

To submit a new definition for this word, visit https://acronymy.net/define/udon

So far, 19546 out of 270208 words have been defined (7.234%).

Acronymy - udon

@nocto @weirdestate then there's the day the street namer just... Gave up ...
I made a venn diagram to help you understand Moiré patterns.
So did we all get enough #gravy with our Christmas dinners?