• garyyo@lemmy.world
    link
    fedilink
    arrow-up
    48
    arrow-down
    2
    ·
    11 months ago

    Python is the connective tissue holding together library calls and some of our most advanced AI research is reliant on that. mildly concerning

      • Aceticon@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        11 months ago

        Pretty much all online service APIs (Google APIs, Facebook and so on) out there are text-based.

        Granted, JSON formatted text, but still absolutelly human readable text.

        The reason for that is because it’s agnostic of the machine architectures (stuff like endianess) on both sides.

        The really crazy stuff in banking are the old binary protocols (like EDF) from the time when bandwidth was way less than now (so, the early 90s and earlier).

        • grue@lemmy.ml
          link
          fedilink
          arrow-up
          9
          ·
          11 months ago

          (Nobody tell him about the Cobol batch jobs that still run overnight.)

        • PsychedSy@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          11 months ago

          You don’t want to know how bad it is. A good friend is a consultant/business analyst for some salesforce-based loan software. Shit’s terrifying.

          • funkless@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            11 months ago

            SFDC itself is written in Java but uses Javascript-esque APEX for whitelabel development?

            • PsychedSy@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              11 months ago

              I mostly meant the base level shit with text files and ridiculous APIs. Converting from one servicing system to another sounds kind of fun, though. I’ve always enjoyed doing horrible things to data. The most recent one I heard is there’s a drag and drop visual coding tool that I’m told can’t export to apex - just make calls to it.