Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AF
Posts
3
Comments
1,233
Joined
2 yr. ago

  • it’s possible for it to be a total ordering and yet for there to be no gayest person. for example, the open interval (0, 1) is totally ordered and yet has no minimum or maximum. (the maximum would be 1, but it’s not included in the interval by definition.)

  • i love my 60% keyboard. i rebound the caps lock key to be a modifier key that swaps the functions of several keys on the keyboard. i basically have two keyboards stacked on top of each other that i can switch between at will. e.g., when caps lock is held: the number keys turn into Fn keys, WASD turns into the arrow keys, and N, M, < turn into the volume down, mute, and volume up keys, respectively.

    i also changed the rgb colors on the keyboard so this is all color coded in case i forget.

  • Freedom is ethical — it minimizes coercion — and practical — it drives creativity, invention, and prosperity.

    this is a very interesting sentence to find in a post that outlines the ways in which the opinion page will be losing some of its editorial freedom.

  • i will never forgive them for making the pointer type be T* instead of &T. most confusing thing ever.

    don’t even get me started on C++ making T& the reference type and then making T&& be something other than the double reference type.