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/)GE
Posts
1
Comments
431
Joined
9 mo. ago
  • A woman literally died the other day because they wouldn't give her the correct procedure during a miscarriage for fear of legal repercussions.

    How would you feel if that was your mum or sister or friend?

    This shit matters dude.

  • The point of a photo is to remember something you did. Not generally the photo itself.

    Resharing someone else's photo is not even similar to going somewhere and capturing the moment.

    When you're old those photos might be all you have left.

  • No, we are nowhere close to learning as the human brain does. We don't even really understand how it does at all.

    The point is to encode solutions to problems that we can't solve with standard programming techniques. Like vision, speech recognition and generation.

    These problems are easy for humans and very difficult for computers. The same way maths is super easy for computers compared to humans.

    By applying techniques our neurones use computer vision and speech have come on in leaps and bounds.

    We are decades from getting anything close to a computer brain.

  • Permanently Deleted

  • I mean mental illness can cause plenty of suffering so I don't see why it should be excluded. As long as that person can give fully informed consent the same as other conditions.

  • I kind of lucid dream but only enough to know I'm in a dream. Been the same since I was young.

    It usually happens during nightmares. I've learnt to throw my right shoulder back as hard as I can in the dream and I wake up doing it.

  • C Sharp @programming.dev
    GetOffMyLan @programming.dev

    I think I've finally figured out nullability for required EF navigation properties

    This may be common knowledge but I've never seen it online.

    [MaybeNull] public Entity Entity { get; set; }

    You now get a warning when accessing without a check and when setting to null.

    Sadly you still need to ! in quries