• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Sure for newcomers to a project like the Linux kernel they have to learn C , because that is what the project is currently written in, but trying to transition the Linux kernel to rust forces people who already are contributing to go and learn rust to be able to continue what they were already doing. And sure you can argue that it’s being done so not everything has to go over at once, but there is a level of rust knowledge required at the interface between the two languages, and that burden is as far as I’ve seen being forced on those long term contributors.

    It’s not the same thing.




  • You apparently haven’t seen the video of a fsd tesla going full speed through the fog towards a train crossing with an active train.

    The cars display didn’t even indicate that it thought something was in front of it, and would have happily driven right into the side of this train if the driver hadn’t taken over at the last moment. (Driver was an idiot for using fsd in the fog to begin with) but it shows the cameras can’t handle reduced visibility well currently, they saw the fog and just decided it was open road or clear sky.












  • Strykker@programming.devtolinuxmemes@lemmy.worldwelp ...
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 months ago

    I do, and if you accidentally skip a version when updating it the stupid thing bricks itself, what kind of stupid software can’t handle multiple make version updates.

    Had to manually reset the version it thinks it was at and roll back to a older sticker image and update one version at a time until I caught up.


  • Strykker@programming.devtolinuxmemes@lemmy.worldwelp ...
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    4 months ago

    I haven’t had issues with syncing files on android. File sync is literally the only feature I use, so I should probably look for a simpler solution.

    Now upgrading the fucking thing is a nightmare, not sure if me using docker images makes it worse or better though.





  • Strykker@programming.devtoProgrammer Humor@lemmy.mlC++ Moment
    link
    fedilink
    arrow-up
    140
    arrow-down
    1
    ·
    7 months ago

    Except the C++ “Core dumped” line is telling you it just wrote a file out with the full state of the program at the time of the crash, you can load it up and see where it crashed and then go and look at what every local variable was at the time of the crash.

    Pretty sure you can even step backwards in time with a good debugger to find out exactly how you got to the state you’re currently in.