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/)M
Posts
16
Comments
494
Joined
3 yr. ago

  • La-tech

  • Pretty simple. They are groomed from birth and often until death, to blindly trust the "leaders" of their community. At some point they develop critical thinking skills, but they are so deeply manipulated to trust the cult that they face an internal conflict: Break away from your core values, family, friends, community, comfort of purpose and greater value, etc. Or don't apply critical thinking to certain topics in your life.

    Faced with what is essentially a social and moral death they ofteb choose the simpler option, just don't let logic into that part of their life.

    Honestly, hard to balme them, I myself have faced similar issues in my life and sadly didn't always have to courage and strength to go with logic and instead kept with social norms that I know are wrong. To be fair, I think that 90% of people are blind to their own illogical (and often harmful) beliefs, but they easily identify it in others.

  • Shit, deleting prod is my signature move! AI is coming for my job 😵

  • Interesting, thanks!

  • 🤷‍♂️

  • I have heard of situations where companies refuse voip numbers for authentication or critical services, and i can't risk my number getting flagged as it is sadly a critical part of your online identity these days (fucking hate that)

  • I need it to be my number and to not be flagged as a bot, so commercial voip is a no go

  • I have wifi, I don't need data

  • I tried looking for that, all I found were pricey enterprise level stuff, small ones that only support 2g (dying protocol), and ones that have a cloud service and not self-hosted. Do you know of anything else?

  • If you have 3 phase you could reasonably do this. This is not very common but some people have it in which case running about 50 rx9070 plus a strong AC should be possible, I think.

  • Time to fill the internet with posts about extremely cheap flights until the AI learns.

    Example:

    "Found a super cheap flight today! 10USD for a round trip to Japan from NYC!"

  • For complex changes go with "self-explanatory" just to fuck with peoples' confidence

  • You might mean a sheet of gold that is one atom thick, which would be visible and this would be true for most materials, but some are hard or impossible to produce.

  • I was like "awesome! It was so funny and would be great to see a modern version of it!" And the I found out that it is a canonical continuation of the story and immediately got disappointed.

    Hollywood, listen. When something old was really good and you want to make more money off of it, take the idea that made it good and stop reviving the dead just to be surprised that it sucks.

    A new scrubs with a completely different set of people and story with just the key idea there would actually be awesome. Just remember how well the last season was accepted 😒

  • I agree, but that's not a conspiracy. Scientifically speaking, we know that animals are smarter than most people admit.

    The conspiracy here is that cats are not just smarter than we think but actually one of the smarter animals in general and they are also very internal and just don't care about us so they don't exhibit it in ways that we recognize.

  • Cats have a much more complex understanding of human behaviour and just consider us harmless and boring enough to not bother.

    As in your cat totally understands that your keyboard is special in a way and you don't want it disturbed, but couldn't give two shits about your wants. Or completely being aware of how unpleasant it is when they sit on you with their butthole in your face, but why not if that's what they want to do right now?

    I think this is real and that most (not all) cats are smarter and more selfish than we think

  • " Extraordinary claims need extraordinary evidence"

    But honestly, I think this is intuitive and reasonable so I accept it as factual.

  • I'm in this picture and I don't like it.

  •  
        
    # Checking validity of each file
    for file in directory:
      content = file.read()
      for keywords in ("heil hitler","hitler did nothing wrong","kill the jews","hitler was the victim","there is no evidence for the Holocaust"):
        if keywords in content:
          return True
    
    # File is Invalid and fake news
    return False