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/)JA
Posts
4
Comments
262
Joined
1 yr. ago

  • There are two types of programmers.

     
        
    // comment
    if(condition) {
      // comment1
      if(condition1) {
        // comment2
        if(condition2) {
          printf("hello, world\\n");
        }
      }
    }
    
      

    and

     
        
    // comment
    if(!condition) {
      return;
    }
    
    // comment1
    if(!condition1) {
      return;
    }
    
    // comment2
    if(!condition2) {
      return;
    }
    
    printf("hello, world\\n");
    
      

    And one is objectively correct.

  • If it doesn't matter anyway in the end then why not make it better for now?

    Small stuff like "not comitting a genocide" won't impact anyone after humanity declines so we might as well not commit genocide, no? Same for climate change.

    Sure you may not want to do it but why insult people who want and enjoy doing it. Especially if you truly believe their actions don't change anything.

  • When I walk around in my uni people openly talk about using chatgpt to pass their classes. When I ask for help on some lecture groupchat first 4 answers are "I just used chatgpt."

    They gave me a whole speech about how they take academic dishonesty so seriously at the beginning but I am honestly just disappointed now. Even using solution manuals make you considered a "good student"

  • I am working at an Amazon company's warehouse that specifically stores food items.

    The amount of shit we throw in trash just because "packaging is slightly off" makes me angry and just one day of bad management spoils enough food to feed entire family.

    There is no air conditioning or fridge. It's summer in Texas so if we delay a single day, half the items go bad. There are dairy products here. (And people in border of heatstroke but that's another topic.)