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/)ZI
Posts
82
Comments
2,337
Joined
1 yr. ago

  • World War: Jugg3rnaut

    After being on the wrond side of history in the previous two world wars, Germany is tasked to lead the free world against Russia, America, China, and India, all of which are seeking to exterminate democracies from all around the world, to go back to the era of "strongman leaders".

    Meanwhile Ukraine is joining them, by offering them the drone controling super-AI called Jugg3rnaut they stole from Microsoft using their hackers...

  • Good thing is nowadays it's being referenced to as CSAM (Child Sexual Abuse Material), due to children are unable to give consent and some weirdos tried to whitewash it by calling the less outrageous stuff "child erotica" or "artistic nudes of children".🤮

  • So is let in some languages. In Rust, you have to constantly opt out from immutability with let mut, which makes writing more procedural code feel like you're fighting with the compiler, and otherwise I don't really see the rationale behind full functional coding. I only had a bug caused only once by unwanted mutation, the hardest part fixing it was to learn the proper use of my debugger tool.

  • Good, now invent a keyword for variables you don't want to declare the type.

    auto. Also in D, you only need const if you don't want to specify a type for a constant, the compiler automatically inferres it to you.

    Function declarations can be easily decyphered from context, no problem.