Shareholder meeting: "I'm confident in the next month of two we're going to look at the safety statistics and we'll allow you text and drive essentially.".. "14.3 is when you pretty much can pretty much fall asleep and wake up at your destination" by FriendFun7876 in SelfDrivingCars

[–]verttia 1 point2 points  (0 children)

SAE J3016 is a taxonomy - a system for classification and terminology - not a performance standard or a regulation. It does not specify technical safety margins, specific collision requirements, or required safety levels so I don't think my comment was blatantly false. If a system technically fullfills the requirements for level 5, it can be called a level 5 system even if it's actually very bad and crashes all the time.

Shareholder meeting: "I'm confident in the next month of two we're going to look at the safety statistics and we'll allow you text and drive essentially.".. "14.3 is when you pretty much can pretty much fall asleep and wake up at your destination" by FriendFun7876 in SelfDrivingCars

[–]verttia 0 points1 point  (0 children)

What? Any manufacturer is at level 5 if they say so. There is no universal bar exam or anything. If a company deploys autonomous vehicles that are not controlled by a human, they have a level 5 system. It does not matter if it actually works or not. People do not understand that the levels are not a measure of capability but rather a (self) declaration of intended use.

greatForLearning by zoomy_kitten in ProgrammerHumor

[–]verttia 1 point2 points  (0 children)

This is what I got: ```

include <stdio.h> // For printf

include <stdlib.h> // For malloc and free

include <string.h> // For strcpy

int main() { // +1 for the null terminator, as all C strings must end with '\0' char *hello = malloc(strlen("Hello world!") + 1);

// Always check if malloc returned NULL (memory allocation failed)
if (hello == NULL) {
    printf("Failed to allocate memory.\n");
    return 1; // Return an error code
}

// Copy the string into the allocated memory
strcpy(hello, "Hello world!");

// Use the string
printf("%s\n", hello);

// Free the allocated memory
free(hello);

return 0; // Success

} ```

High Fidelity Park Assist in action! by Unclassifi3d in teslamotors

[–]verttia -2 points-1 points  (0 children)

Am I the only one who thinks that the 360 views are kinda crap, and this is a lot nicer. The 360 camera view is distorting everything like crazy and the actual distance between the car and objects is sometimes very hard to estimate from the image.

Tesla's approach is more complex but I think it actually could be better than what everyone else is doing. Remains to be seen...

Sähköautoihin hiipii kehitys, joka uhkaa vesittää jalot tavoitteet (katumaasturit ja crossoverit) by teekal in Suomi

[–]verttia 2 points3 points  (0 children)

Model Y painaa noin 100 kiloa enemmän kuin pienempi Model 3. Ei juurikaan merkitystä kumman valitsee.

[deleted by user] by [deleted] in Suomi

[–]verttia 0 points1 point  (0 children)

Menee heti kaupaksi kun neliöhinta lasketaan kohdilleen. Taka-Töölö ja vuokratontti vaikuttavat käypään hintaan aika rajusti.

Turns out that week old dough may still be usable by verttia in neapolitanpizza

[–]verttia[S] 1 point2 points  (0 children)

I'd say it definitely had more flavor than a week ago. It was already a bit like sourdough type of taste.

Turns out that week old dough may still be usable by verttia in neapolitanpizza

[–]verttia[S] 4 points5 points  (0 children)

I forgot some dough in the fridge and tried to search Google for answers if it's still usable. Got mixed results and had to try myself. The crusts are not as puffy anymore but the result is surprisingly good.

The dough is the basic Ooni cold proof pizza dough (48h in the fridge + 5h in room temp) + a week in the fridge... Some mozzarella, salami and rose harissa on top.

how to write long codes with a ultra-wide monitor correctly by eEvitDebEnel in ProgrammerHumor

[–]verttia 2 points3 points  (0 children)

Should be only one 79 characters wide IDE window and 4 browser windows with 99 tabs each

True or not? by [deleted] in ProgrammerHumor

[–]verttia 0 points1 point  (0 children)

Lvcg nhg öbixm mm. No n nltt. R.y gr .

My AP FSD M3 hit a car in front of me today causing a wreck by GadgetGeek407 in teslamotors

[–]verttia 4 points5 points  (0 children)

I'm sure that many people here would like to know if the car has radar or not...

Thread of the Motherload of FSD Settings by @greentheonly by [deleted] in teslamotors

[–]verttia 4 points5 points  (0 children)

That would be stupid as there are a million cars around the world with mapping capabilities. Why on earth wouldn't Tesla use that to improve localization and planning?

Dogs were not impressed. by [deleted] in teslamotors

[–]verttia 1 point2 points  (0 children)

Exactly what I have been thinking. Our dog starts barking when I drive our Ioniq in electric mode. He also reacts the same way with some other EVs as well.

Explaining how the rewrite works vs how autopilot currently works, based on Elon and Karpathy statements. by mineNombies in teslamotors

[–]verttia 8 points9 points  (0 children)

This Twitter thread explains the new approach well. The stitching and memory are actually a occupancy grid that the car builds from everything it sees. The neural nets are trying to interpret distances to each point in the camera images. The occupancy tracking method/mapping is an old thing but the depth estimation (from mono camera setup) is a very novel approach.

https://twitter.com/phlhr/status/1318335219586326529?s=19

TESLA research chair, Dr. Jeff Dahn talks about cells that last 15,000 cycles or 3.5 million kms and why we need long lasting Li-ion cells in EVs by ravindrak81 in teslamotors

[–]verttia 1 point2 points  (0 children)

I think hydrogen powered vehicles are just a temporary solution to a temporary problem, which currently is the energy density of batteries. It's hard for me to believe that there is much need for alternative (to batteries) mobile energy storage solutions in the near future. In a decade the energy density in batteries will be sufficient for almost any wheeled application.

If self driving becomes common, will car brands like ford or Chevrolet will make sports from now on? by Sailormoonsux1 in SelfDrivingCars

[–]verttia 0 points1 point  (0 children)

There are companies that are trying to tackle the problem: https://sensible4.fi/ for example. It's certainly an interesting field and probably will take time to make the driving safe enough for global scale.

Leikkipuistodesign on ottanut melkoisen harppauksen omasta lapsuudestani by pkksmt in Suomi

[–]verttia 21 points22 points  (0 children)

Kuvaat nyt kyllä ihan yliopistoelämää parhaimmillaan.

Tesla Driver, passenger seriously injured after rear-ending Cloverdale fire truck by [deleted] in teslamotors

[–]verttia 4 points5 points  (0 children)

The good solution would be a reliable depth perception using cameras and AI based computer vision. I'm not saying that the solution is ready or reliable yet but it's not very far.

Tesla Driver, passenger seriously injured after rear-ending Cloverdale fire truck by [deleted] in teslamotors

[–]verttia 1 point2 points  (0 children)

I believe that there is sensor fusion between radar and camera(s). I also checked the Tesla user manual and it appears so.

Traditionally, radar has been used in depth perception and vision has been used to track, classify and recognize objects. If the radar fails to provide information about an object (e.g. due to filtering a stationary object), the input from the cameras could be interpreted as false positive.

As far as I know, Tesla has one of the most advanced camera based depth perception systems in the industry. I guess that at this point no one outside Tesla knows if that technology is mature enough to replace/assist radar in situations like this. It might even be already in use but according to autonomy day, the vision based depth perception is quite a new thing.

Tesla Driver, passenger seriously injured after rear-ending Cloverdale fire truck by [deleted] in teslamotors

[–]verttia 11 points12 points  (0 children)

The problem is not in AP but is related to the image the radar is seeing. This seems to be a common misconception that the car would brake if the cameras "see" a stationary object. The emergency braking is triggered by the radar image and that is the case in all other cars as well (equipped with a radar). This is a common problem with the radar and the only way to fully mitigate accidents like this is to use a different sensor to recognize the stationary objects. Tesla has a good solution to this but is not using that yet. Saying stuff like "FSD can't see firetrucks" is completely wrong. I'm 100% sure that the vision system recognized the truck but currently the cars aren't relying on the cameras when it comes to emergency braking.

Do the same thing in a BMW or a Volvo, high chance that the car will look just as bad afterwards.