I just learned about the cursed iceberg of computer memes, and it's too good not to share! It contains all kinds of ridiculous programming content, grouped by their absurdity. Entries include:

  • showing why array[i] == i[array] holds because pointer math is just basic addition
  • revealing how the nonexistent --> operator works in C++ because the compiler interprets it as the combination of the decrement and greater-than operators; so while ( x --> 0 ) is actually just while ( (x--) > 0 )
  • sharing how frustrated researchers renamed the SEPT1 and MARCH1 genes because Microsoft Excel kept formatting them as dates

And so much more! Check it out at https://suricrasia.online/iceberg/.