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/)NO
Posts
11
Comments
3,482
Joined
2 yr. ago

  • I mean the data IS sanitized, but not to the level that would have required certain human things to not happen.

    Part of what's led to its improvement over the years is better going through the data and removing bad things or properly labeling them.

    That left turn that was cut to short makes it into the first set of training as a cursory look at it seemed okay, and then they see that cars are cutting turns to short. So they go through the data again and try to find examples of it and then label them properly so it doesn't think it's okay.

    But that's not a simple process, and then trying to only have certain good behaviors gets really hard because they're actually very uncommon in normal driving because the bad behavior is socially acceptable.

  • All ridiculouness aside like him showing videos of him playing games, I was gonna be like, how do you suppose he sends emails or writes his posts on X?

    But they counted his phone as something separate to a computer.

  • For sure. Its actually even worse, in the 'article' it says their ride was cancelled.

    Well, the Tesla Robotaxi cancels your fare and drops you off in the rain, that’s what happens. Seriously! Can’t make this stuff up

    Except... YOU CAN make it up!

  • I wonder if anyone actually watched the video...

    The car dropped them off at their planned location. They were told service may not be available for the next ride due to weather, but they did get another car in the end anyway. They were forced to exit at the end of the ride as everyone is. Then they got another ride. They weren't dumped.

    Edit: Would they be dumped, it's possible, but that's not what happened here.

    This was their destination, which they then affirm they chose in the "dumped" portion -> "Unfortunately, we chose basically a park with no cover to be dropped off", and they have text added to the screen "we got to our location via robotaxi, but weather became a concern"

  • I've posted this before, but I went from growing up in a place with fluoride and having 1 cavity, to moving to a place as an adult that didn't.

    Within a couple years, I had like 8 cavities and a root canal and it didn't stop there.

    I didn't change anything else.

    My oral hygiene habits were obviously not good, and I've finally got it better under control, but the change was dramatic.

    And I was never a sugary drink person either.

  • Its a cryptographic way of verifying something without having to expose the information it's verifying.

    Lets say you need to prove you're over the age of 18

    You can have a digital ID that has your birthdate on it.

    Through some fancy cryptographic stuff I can't explain, the website could challenge your ID to prove your age, and the ID could return a response that proves you are over 18, but it doesn't need to actually give your name or age in response, and it's response isn't something that can be linked back to your ID.

    Now simply having an ID isn't necessarily enough, kids could just take someones ID, so it might need to have some biometic's added and be a small piece of hardware that has the digital ID, so when the website challenges the ID, you unlock the ID with your fingerprint, and now the website knows the owner of that ID is the user of the ID, and they are 18 or older.

    For this to work though you'd need someone who has authority on your age to implement the digital ID properly, and then write the software that will validate things.

    So you could go to the DMV as an example, they issue you a license while you're there, you authenticate the ID with your finger print (but they DMV doesn't get your fingerprint, it's just stored on the ID) and then the website can challenge the ID and get a response that verifies you're old enough, without verifying who you are, or your age.

    Edit: just to add, and ID like this wouldn't be limited to online. You could go to the liquor store and validate without them having to see your ID which exposes where you live for example.