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/)HU
Posts
2
Comments
322
Joined
1 yr. ago

  • People do mention Veritasium, though he doesn't give any significant explanation of the phenomenon.

    I still wonder about 47. In Veritasium plots, all these numbers provide a peak, but not 47. I recall from my childhood that I indeed used to notice that number everywhere, but idk why.

  • Why are you citing Navalny (granted, fascist) and not Dugin, Rogozin and Prokhanov who are actually close to the current government?

    And let's not forget about Putin's obsession with Ilyin, who, and I don't want to put words incorrectly here, is a literal fascist, like a canonical one.

  • takes up a bunch of resources that could be doing other things...

    You cannot get rid of garbage collectors, but you can always compile your java into binary to reduce the memory footprint.

  • Java is indeed slower than C, Rust, in some cases than Go.

    But that doesn't mean that

    code will run faster if written in, say, C

    Again, like 80-90% of production code are bounded by disk/network io operations. You will gain performance from using C in embedded systems and in heavy calculations (games, trading, simulations) only.