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/)FI
Posts
11
Comments
2,432
Joined
1 yr. ago

  • Ok but do you know how many US Governors there are? 55. You picked one at random and threw it into a comment about a totally different person, place, and circumstance. People might mistakenly think Walz was somehow involved in that shitshow.

  • Fun fact, C didn't have a lot of things like Classes and was often distributed or stored alongside various libraries so it was C Plus (as in addition to) Libraries before it was C++, and somebody decided the next iteration was C with 4 pluses, which forms a #

    Source: Bjarne Stroustrup, I forget which edition of his C++ book.

  • I hate to be that guy in this context but perhaps a governmental "ministry of truth" isn't all that optimal.

    Free education alone would massage the issue, so would actively combating and preventing foreign states attempts to stoke the flames (China and Russia on Social Media).

  • Pandas

    Jump
  • CSV are a cool concept. Not so much any standard but rather a text doc where values are separated by commas. Sometimes banks use them and its hell to format them for Excel. Sometimes its just a list of readable words and values.

    I had to build a Twitch Bot to add banned words in a CSV to a black list a while back, wish they would just let you copy paste like YT does.