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/)TE
Posts
0
Comments
26
Joined
2 yr. ago

  • For local development you would definitely keep them in a config file. Nothing wrong with that.

    For production they are set during the release process.

    Nothing is more expensive than developers needing to find all the configs and keys to just start up a project to make a small fix somewhere.

  • You can configure nextjs to compile as only client-side-rendering, so that it runs like before!

    Another thing: NextJS is not only SSR. It’s hybrid. The advantage here is that it decreases the visible first load time.

    First load pre-rendered HTML and styling is sent to the browser. So the page is already fully visible. After that all scripts and secondary CSS will be loaded. And even after that the bindings will be done.

    Where as with pure CSR, all JavaScripts need to be loaded and executed and only then stuff will become visible to the user

  • Although it’s far from perfect, autopilot gets into a lot less accidents per mile than drivers without autopilot.

    They have some statistics here: https://www.tesla.com/VehicleSafetyReport

    EDIT: As pointed out by commenters in this thread, autopilot is mainly used on high ways, whereas the crash average is on all roads. Also Tesla only counts a crash if the airbag was deployed, but the numbers they compared against count every crash, including the ones without deployed airbags.

  • Just wow.

    I bet you do not live in The Netherlands. We have a standardized process to complain against a fine.

    If the picture doesn’t prove with certainty that you were holding a phone, complain to the address in the letter or just don’t pay the €359 fine and talk to a judge about it.

  • The fine contains a letter, a picture and payment information. If the person really wasn’t using their phone, they can file a complaint and the fine will be dismissed. Seems pretty simple to me.

    However, I have not heard any complaints about it in the news and an embarrassing amount of fines has been given for this offense.

  • You’re totally right.

    There is a manual door handle, which is not supposed to be used.

    Most guests in my car naturally tend to go for the manual handle instead of the button, when not instructed.

    So the people who claim to be locked are either looking for money or are total dumbfucks.

  • The system works with AI signaling phone usage by driving.

    Then a human will verify the photo.

    AI is used to respect people’s privacy.

    The combination of the AI detection+human review leads to a 5% false negative rate, and most probably 0% false positive.

    This means that the AI missed at most 5% positives, but probably less because of the human reviewer not being 100% sure there was an offense.