The book binding broke three times Updated 2025-07-16
韦编三绝 is a chengyu that means "to study diligently", i.e. to read so much to the point that your book starts to wear down.
There is a Chinese Wiki page for this song: zh.wikipedia.org/wiki/韦编三绝 which says it dates from the early Qing dynasty
Video 1.
"The book binding broke three times" uploaded by guqincn
. Source.
Bell's theorem Updated 2025-07-16
Basically a precise statement of "quantum entanglement is spooky".
Potassium Updated 2025-07-16
Big O notation Updated 2025-07-16
Module bound above, possibly multiplied by a constant:
is defined as:
E.g.:
  • . For , is enough. Otherwise, any will do, the bottom line will always catch up to the top one eventually.
Bijection Updated 2025-07-16
Bill Nye Updated 2025-07-16
Maybe we need these people, maybe we do.
The problem as with many well known science communicators is that he falls too much on the basic side of the the missing link between basic and advanced.
Video 1.
Bill Nye isn't really a Scientist (& why that shouldn't matter) by BobbyBroccoli (2017)
Source. Bobby's personal overview of Bill's carrier.
Binet (École Polytechnique) Updated 2025-07-16
TODO is there a publicly visible list?
Football Updated 2025-07-16
Football is a synonym for association football, can we be done with that! The word "soccer" is an aberration.
Bisection (software engineering) Updated 2025-07-16
One of the Holiest age old debugging techniques!
The cool thing about bisection is that it is a brainless process: unlike when using a debugger, you don't have to understand anything about the system, and it incredibly narrows down the problem cause for you. Not having to think is great!
for loop Updated 2025-07-16
The for loop is a subcase of the while loop.
One theoretical motivation for its existence is that it has the fundamental property that we are immediately certain it will terminate, unlike while loops with arbitrary conditions.
Primitive recursive functions are the complexity class that divides those two.

There are unlisted articles, also show them or only show them.