• 0 Posts
  • 319 Comments
Joined 3 年前
cake
Cake day: 2023年7月7日

help-circle
  • Objectively, looking at what he says and what he does, Elon is one of the dumbest motherfuckers on the face of the planet.

    Being born into apartheid money and using that influence to be near smart people doesn’t make him smart.

    This is the “you can’t use OSHA safety yellow because I don’t like the color” and the “you have to disable the forklift backup alarm because it’s annoying” guy.

    The “Nazi salute on the most public venue” guy.

    The “completely erode the integrity and monetary value of a trusted social media network instead of just sitting back and letting it print money for me” guy.

    The “call a legitimate child saving hero a pedophile publicly because my feelings are hurt because nobody liked my custom built submarine idea” guy.

    I can’t think of one objectively smart thing that he has done–not something he used the racist heritage money to simply be near–but the number of stupid fucking things just keeps coming.















  • The problem with automated tests is that they only test for the narrow slice of things you actually think to test for. They don’t cover the gamut of things you didn’t think to test for.

    They also only test how you write them to test for, which means if you make a bad assumption somewhere along the way your tests can’t help you find it.

    Peer reviews cover two very important things:

    1. Knowledge sharing and de-siloing
    2. Logic and assumption checking

    A fresh set of eyes and a different perspective is just so important to writing robust, quality code.