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/)
Posts
0
Comments
134
Joined
3 yr. ago

  • "I find you funny so you can't possibly be a young woman

    Regards, 50-year-old heterosexual woman"

  • Of course. You wouldn't judge an elephant by its ability to climb trees, etc etc

  • "If you're the smartest person in the room, you're in the wrong room."

    Be curious, not comfortable. Never stop learning from those who are smarter than you.

  • TOML

    Jump
  • For programming languages that make use of {}, the reason is (almost always) scope.

    Take for instance this:

     
        
    for i in 0..10
    do_thing();
    do_other_thing();
    
      

    compared to this:

     
        
    for i in 0..10 {
        do_thing();
    }
    do_other_thing();
    
      

    The intent of the first one is unclear. In the second one it's clear you should loop do_thing() and then run do_other_thing() afterwards. The indentation is only for readability in the above though. Logically there would be no difference in writing

     
        
    for i in 0..10 { do_thing(); } do_other_thing();
    
      

    Languages that use indentation and line breaks for scope look more similar to this:

     
        
    for i in 0..10:
        do_thing()
    do_other_thing()
    
      
  • What does Kraft have to do with anything? I'm talking specifically about American cheese.

  • Yeah sorry about the shit site. Edited in a wikipedia link instead.

  • I feel the same about trigger warnings where the warnings are more triggering than the content. The ridiculous ones have petered somewhat, but at its peak you'd see stuff like

    TW: mental health, suicide, self harm, narcissistic abuse

    Post: I feel sad today :( my mum is telling me to clean and she doesn't get me

  • Wait until you hear about Swedish kokkaffe

    (Seriously though, I have an electric percolator and it produces nice strong coffee without overbrewing. But then again I am Swedish and I'd probably drink tar if there was caffeine in it...)

  • For those uninitiated, that's a coffee percolator.

  • Have fun and keep exploring, that's my advice :)

  • The term you're looking for is "medial side" (closer to the centreline of the body).

    They probably wear down more on the lateral side, shafing on shoes and whatnot. The medial side is more protected.

  • Would you trust a showerpooper to clean your shower?

  • Kailh Choc Sunsets. They're tactile and have a decent snappiness-ploppiness balance. With low-profiles there isn't too much to choose from.

  • In English, Ey-You-Arr.

    In Swedish, diphtonged Aw-ur, pretty similar to Our but with a more pronounced aaah sound. A-U-R would be two glottoal stops (Ahh-Uuh-Err) and is pretty uncomfortable to pronounce in Swedish.