cross-posted from: https://lemmy.world/post/45027513

Expected Result
See actual settings related to the IDE, environment, or at least web, PHP, and art development;

Actual Result
See “Claude Code Plugin”

May I ask, why do you highlight/suggest your customers that they are incapable to develop without AI, and you force it everywhere, even with the very first setting, and first ChangeLog items, too, instead of improving IDE for a human and their mind?

And… I am sorry, but… are you JetBrains or Antrophic, or?

Source: youtrack.jetbrains.com/…

  • thejml@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    Ironically, Python is older than PHP, albeit not by more than a few years (1991 vs 1995).

    Both are antiquated at this point, but both have their uses, so do what works, no shame here.

    I tend to prefer statically typed languages personally and TDD is a big win for larger code bases when possible. My current place of employment has been on the Golang and Rust bandwagon for a while, but theres still plenty of dotNet, PHP and Python hanging around because they were just the best tool for the job at the time.

    • Skullgrid@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      6 hours ago

      Both are antiquated at this point, but both have their uses, so do what works, no shame here.

      I’m not using antiquated as in “old” I’m using it as in “disused, no longer functioning the same way other tools of the same ilk do”.

      The new “breakthroughs” in AI and data analysis are being done in python, and it’s being used to serve the modern standard of web APIs. I haven’t heard much about PHP based LLMs or REST APIs.

      But like, I’m fine that people like PHP and want to keep using it. Again, I was just regurgitating an old meme.

      • thejml@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        5 hours ago

        Not sure about LLM’s as thats not what my team does, but for API’s we found better performance with PHP of the two, that was ~10yrs ago though…

        Rust and Golang blow them both out of the water for REST API’s. (Like by 100x speed/request rates) Definitely recommend going that way for high traffic endpoints. The last one I wrote, Rust won that battle, but ymmv.