• @blitzen@lemmy.ca
    link
    fedilink
    English
    1591 month ago

    I unironically would rather FFmpeg be in charge of, well, anything instead of Musk.

  • Bali
    link
    fedilink
    English
    19
    edit-2
    1 month ago

    Excellente!! Soon my 64kbps mp3 file from FrostWire can be converted to 320 kbps with 96kbps quality!

  • @wheelsbot@lemm.ee
    link
    fedilink
    English
    61 month ago

    Not sure if I get the joke, is FFmpeg considered slow? That’s the only angle I can think of for the joke to work… am I missing something?

    • AFK BRB Chocolate
      link
      fedilink
      English
      241 month ago

      DOGE said they’re going to rewrite the existing SSA code, which is done in COBOL, to modernize it, and everyone is pointing out how fraught with peril that is. This is saying they’re going to do it in assembly, which is what we do when we need highly efficient code, like for a resource-constrained real-time control system, but is also much more challenging to program. The chance of rewriting a giant COBOL application in Assembly, and not making a whole mess of errors, is really small. And it would be very hard to maintain.

        • Poplar?
          link
          fedilink
          English
          21 month ago

          Assembly isnt a single language though. I could write assembly for riscv or a recent arm ISA and that would be quite new.

          I wondered if maybe “assembly” gets used to mean x86 but apparently thats a bunch newer than COBOL so I dont think Im being pedantic :)

          • @felbane@lemmy.world
            link
            fedilink
            English
            81 month ago

            In broad terms it’s true, though there are some variants of assembly that are newer than COBOL.

            Assembly language is one step above machine code, and was the first large step toward a world where people write server-side code in Javascript.

          • @alcoholicorn@lemmy.ml
            link
            fedilink
            English
            6
            edit-2
            1 month ago

            Assembly is a way of writing machine code, but with words and hexideci numbers instead of 1s and 0s and comments/white space, it’s barely a language, from the 40s.

            COBOL is a compiled language from the 60s. The compiler turns the somewhat human-readable code into assembly the computer can read.

            • KubeRoot
              link
              fedilink
              English
              21 month ago

              it’s barely a language

              Maybe barely, but I imagine most assembly variants have conveniences like labels for jumps, labels for referencing data included in the executable, and at least some also have things like simple macros or calculating mathematical expressions at compiletime.

    • @General_Effort@lemmy.worldOP
      link
      fedilink
      English
      41 month ago

      I should add that the FFmpeg team is quite proud of the fact that they write in C and Assembly for peak performance. They mention it a lot, and so they did here.