8 comments

  • gregman1 12 minutes ago
    You never know what’s going on in someone else’s Claude Max plan =D
    • orthogonal_cube 2 minutes ago
      Interesting that both you and nxtfari made essentially the same comment within an hour of each other, though yours is slightly modified
  • nxtfari 1 hour ago
    you never know what’s going on in someone else’s claude max plan
  • dashzebra 45 minutes ago
    This is a great example of how people waste our planet's resources faster with AI.

    Seriously, in what world do we need a rust compiler in php? I'd rather have cheap RAM and storage, which I can't because of this kind of stupid idea.

    I wonder how much energy was wasted on this. How many people got poisoned or killed in mines to create the GPUs that spewed out this useless code.

    The fact that we can do something doesn't mean we should. It's time to end this madness.

    EDIT: yeah keep your downvotes coming. Ignore the obvious problem. Easy, it's invisible, just don't think about it.

    • binaryturtle 35 minutes ago
      Why do we assume this was created with AI? Is there some marker we can use to detect that?
      • dashzebra 29 minutes ago
        The amount of code committed per day suggest some kind of automation.

        Also, a passionate programmer usually will add a "why this exists" in his readme.

        I'd be very surprised if this wasn't AI.

    • MarsIronPI 41 minutes ago
      Why are you assuming this was AI? It doesn't show any obvious indications of being AI. Maybe this is just someone's random side project. I advise you against jumping to conclusions.
      • scandinavian 28 minutes ago
        Just look at the commit cadance, the bulk of the 8k lines of code was added in a couple of hours. Most commits 2-4 minutes apart. This is 100% vibe coded and it's pretty obvious.

        > It doesn't show any obvious indications of being AI.

        I agree that he probably asked the AI to omit some common AI tells, like excessive comments, verbose readmes etc.

        • gregman1 9 minutes ago
          People are weird, I for one started to use em dash more often — look at me!
      • dashzebra 29 minutes ago
        Prove me wrong :)
  • wiseowise 1 hour ago
    Are all PHP developers named Rasmus?
    • doctor_phil 1 hour ago
      I also for a second thought this was Rasmus Lerdorf, the creator of PHP. In my head I just have him as Rasmus L-something, so this guy was just a hash collision. :)
  • nasretdinov 1 hour ago
    I wonder if the compiler runs on https://github.com/VKCOM/kphp (a PHP->C++ transpiler)
  • mike_d 1 hour ago
    Sometimes when doing offensive security work you end up in the strangest environments with limited tools, odd quirks, broken shells, and god knows what else. But you know what is almost always available and just works? PHP.
    • psychoslave 12 minutes ago
      Nop. awk, bash or some POSIX shell certainly. Perl most likely, despite it’s plunge in popularity. On a modern Mac, awk, bash and Perl are preinstalled with the system. PHP is not even necessarily present at system level on a PHP dev box as it might be only installed in some container.
  • holg 2 days ago
    interesting proof of concept, in php, who would have thought :D
    • devmor 1 hour ago
      I think that proof of concepts are PHP’s greatest strength, actually.

      These days it can be almost as strict as you want it to be, but it’s always been a “loose” enough language that you can implement things that work in very fragile ways and iterate at incredible speed.

      When I am designing PoC microservices that will eventually end up running as Go or Rust, I often start with a prototype in PHP.

  • techpulse_x 23 minutes ago
    [dead]