• Johanno@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    The language is as important as architecture and stuff.

    Pick the right language for the right task.

    Performance? Don’t use python.

    Everything else? Use python because everyone does.

    /s

  • AnarchoSnowPlow@midwest.social
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Programming languages, much like the jackass in the middle, are tools. Different tools are for different things. The right tool for the job can make your day. The wrong tool can make you question your entire career.

    • Captain Aggravated@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      I seem to remember hearing this story: Back in the 2000s, Google did all their back-end stuff in C++ to make sure it was performant, and when they acquired Youtube they found it was made in Python, slow to run, fast to develop.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        Did they change it after the acquisition? Or is python why it’s still so freaking slow?

        • boonhet@sopuli.xyz
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          Lol @ YouTube being slow

          Look at the amount of data that goes through their servers every millisecond. It’s ridiculous. All things considered, YouTube is lightning fast.

          Maybe the UI isn’t as snappy as it could be, but the blame there lies solely on throwing more and more javascript at it to add “features” that end users don’t really want.