Money quote:

Excel requires some skill to use (to the point where high-level Excel is a competitive sport), and AI is mostly an exercise in deskilling its users and humanity at large.

    • Boomer Humor Doomergod
      link
      fedilink
      English
      377 days ago

      And a nightmare for an application developer told to make some app with a spreadsheet for a database scale

          • @ChickenLadyLovesLife@lemmy.world
            link
            fedilink
            English
            66 days ago

            It can’t be … but I wouldn’t be surprised if it was. I remember making fun of Access on StackOverflow circa 2008 and running afoul of some dude there who was like the last living Access consultant on Earth. I’ve never encountered defensive rage like that before or since.

            Fun Access fact, the Diebold-manufactured voting machines that featured prominently in the 2000 presidential election cycle used an Access database as their underlying data storage mechanism. Access DBs did incorporate an audit table - which was manually-editable.

            • @PokerChips@programming.dev
              link
              fedilink
              English
              36 days ago

              That explains why they didn’t want anyone investigating the machines. Did proper authorities finally get access (no pun intended lol) to investigate? Or was that already known?

              • @ChickenLadyLovesLife@lemmy.world
                link
                fedilink
                English
                26 days ago

                No, this came out after the election was settled. There was a woman that maintained a website covering all these details called BlackBoxVoting or something like that (long gone now).

    • Bobby Turkalino
      link
      fedilink
      English
      17
      edit-2
      7 days ago

      Surely there’s some sort of sandboxing that could be done? Like start by disallowing sys calls entirely

      • @CameronDev@programming.dev
        link
        fedilink
        English
        87 days ago

        Definitely, but sandboxes can be escaped, and you can’t protect everything via sandbox. Apparently its all cloud anyway, but if it were local and sandboxed, there are still exploits like rowhammer and spectre that may cause further risks.

        Its taken years to get browser sandboxes to where they are, and even they get broken every so often.

      • Echo Dot
        link
        fedilink
        English
        37 days ago

        That’s the worst possible solution to that problem. Why can’t they just develop their own script that’s Turing complete but doesn’t have any system calls?

        • @chillhelm@lemmy.world
          link
          fedilink
          English
          47 days ago

          Or just use Lua compiled without the system calls. This is done by many video games. İt’s 2025, there is no need to create new domain specific languages.

          • rhabarbaOP
            link
            fedilink
            English
            26 days ago

            Or use embedded Lisp, like all the cool kids.

      • @CameronDev@programming.dev
        link
        fedilink
        English
        97 days ago

        Still sounds like you’d be shipping your data to the cloud, where it can be exfilled from there.

        Would potentially be a great phishing tool, just need to trick someone into putting sensitive data into a precooked excel file, and it gets exfilled.

        • Elvith Ma'for
          link
          fedilink
          English
          47 days ago

          Currently only for business customers which probably use OneDrive or SharePoint anyways, so it’s not that they need that to exfiltrate data. But for a phishing/hacking attempt? There are probably some nice possibilities.

    • Godort
      link
      fedilink
      English
      37 days ago

      Yeah, no doubt.

      Having access to visual basic is dangerous enough, let alone Python