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

help-circle

  • OmnipotentEntity@beehaw.orgtoMemes@lemmy.mlmhmm...
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    27 days ago

    An environmental posadist. Not a stance I’ve normally seen. Imo, if nothing came out of deep water horizon, there’s no oil accident big enough to matter.

    Transocean received an early partial insurance settlement for total loss of the Deepwater Horizon of US$401 million about 5 May 2010.[60] Financial analysts noted that the insurance recovery was likely to be more than the value of the rig (although not necessarily its replacement value) and any liabilities – the latter estimated at as much as US$200 million.



  • A problem that only affects newbies huh?

    Let’s say that you are writing code intended to be deployed headless in the field, and it should not be allowed to exit in an uncontrolled fashion because there are communications that need to happen with hardware to safely shut them down. You’re making a autonomous robot or something.

    Using python for this task isn’t too out of left field, because one of the major languages of ROS is python, and it’s the most common one.

    Which of the following python standard library functions can throw, and what do they throw?

    bytes, hasattr, len, super, zip





  • (please attend to primaries next time…)

    So… should I have voted for Marianne Williamson or Dean Phillips, keeping in mind Dean Phillips formally withdrew from the race before my state’s primary, and Marianne Williamson couldn’t have won if she had sweeped every state after and including mine?

    I think the problem is mostly that the US system of elections is turbo mega fucked.











  • I’m not going to weigh in on the specifics of Flatpak vs AppImage, because I don’t know enough about the particulars.

    However, I think the “user choice” argument is often deployed in situations where it probably shouldn’t be.

    For instance, in this case, it’s not the user’s choice at all, but a developer’s choice, as a normal user would not be packaging their own software. They would be merely downloading one of a number of options of precompiled packages. And this is the thrust of the argument. If we take the GitHub rant at face value, some developers seem to be distributing software using AppImage, to the exclusion of other options. And then listing ways in which this is problematic.

    I, for one, would be rather annoyed if my only option were either AppImage or Flatpak, as I typically prefer use software packaged for my package manager. That is user choice, give me the option to package it myself; hopefully it’s already been done for me.

    There are some good things to be said about trust and verification, and I’m generally receptive to those arguments way more than “user choice.”