9 comments

  • dmitrig0133 minutes ago
    Please, if you want to persuade me, do it yourself. If you don’t believe in it enough to go through the effort to write the article, and instead ask an LLM to do it, it’s not going to convince me.
    • trumpdong30 minutes ago
      I wish AI slop blogs would get banned with extreme prejudice. I guess there's a YC company that makes AI slop blogs, so it won't happen?
      • ChrisMarshallNY24 minutes ago
        I&#x27;m not so sure that it&#x27;s full AI. Might have used it to clean up, but she does seem to want us to believe that it isn&#x27;t.<p>[0] <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;fagnerbrack&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;fagnerbrack&#x2F;</a>
        • JohnTHaller2 minutes ago
          That LinkedIn overview is also written by AI
        • trumpdong8 minutes ago
          LinkedIn, that platform where everyone wrote AI slop by hand before there was AI?
          • ChrisMarshallNY1 minute ago
            Possibly. She’s very much a self-marketer. I just figured that it was a good idea to link to the person.<p>I have found it useful to see the people behind the words, before accusing them of being bots.<p>But that does beg the question of what, exactly, is “AI slop”? If someone uses it like they would use an editor, to clean up their own prose, does that mean it’s “slop”? Editors have been placing a “corporate stamp” on words for hundreds of years. You always know when an article was placed in <i>The New Yorker</i>, or <i>Harper’s Bazar</i>, because the editor would make sure that the prose matched their style.<p>We’re really just at the beginning of this journey.
          • cindyllm6 minutes ago
            [dead]
  • kev0095 minutes ago
    If you are using an LLM to write code you should grab the strongest typed thing available in the domain&#x2F;organization.. Rust, Scala, Typescript, F#, etc.
  • striking24 minutes ago
    Here&#x27;s a chart to replace the mockup with: <a href="https:&#x2F;&#x2F;w3techs.com&#x2F;technologies&#x2F;history_overview&#x2F;content_management&#x2F;all&#x2F;y" rel="nofollow">https:&#x2F;&#x2F;w3techs.com&#x2F;technologies&#x2F;history_overview&#x2F;content_ma...</a><p>According to this data (the same data referenced by WordPress marketing blog posts[1], if it&#x27;s legit enough for them it&#x27;s legit enough for me) WordPress usage across the web stopped growing almost all at once in 2021, with the beginning of a decline this year.<p>You can see an increase of other contenders (Shopify, for example) but of note is also None, which is probably related to how LLMs have been making it incredibly easy to deliver a website even without a CMS.<p>1: <a href="https:&#x2F;&#x2F;wordpress.com&#x2F;blog&#x2F;2025&#x2F;04&#x2F;17&#x2F;wordpress-market-share&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.com&#x2F;blog&#x2F;2025&#x2F;04&#x2F;17&#x2F;wordpress-market-share...</a>
  • manoDev7 minutes ago
    The fact PHP finally has the features of other mature languages is just table stakes I guess?<p>IMO the article failed articulating what is PHP&#x27;s unique selling point.
  • usernametaken298 minutes ago
    “false” === true because it’s not an empty string. It’s the same now that it used to be 10 years ago. The PHP equality operator is a meme, not even a joke
    • wesammikhail1 minute ago
      var_dump(&quot;false&quot; === true); &#x2F;&#x2F;bool(false)<p>??????<p>Please stop!
  • jack_pp8 minutes ago
    Isn&#x27;t PHP&#x27;s biggest selling point that you can ship fast?<p>Can you not ship fast with a much faster language right now using LLMs?
  • wesammikhail22 minutes ago
    Been using PHP for 20 years and have built multiple startups with it that went from ideas to exits.<p>Today&#x27;s PHP is better than it has ever been. Are there some things that are rough around the edges? yes ofc. But there is no language that doesn&#x27;t have that. It&#x27;s all trade-offs.<p>Last week I switched from Nginx+FPM to FrankenPHP and my god even the deployment experience got 10x better.<p>Safe to say that if you haven&#x27;t tried the language, give it a shot. Within a few days you&#x27;ll know if it&#x27;s a good fit for you or not!
    • zuzululu15 minutes ago
      FrankenPHP is really good but the reason perhaps PHP is left in the dust is that people reach for Typescript&#x2F;Edge&#x2F;Serverless hosts like Cloudflare<p>I personally blame Laravel for PHP&#x27;s loss of relevance.
      • brysonreece7 minutes ago
        If anything, Laravel has been what has kept PHP relevant. The community (both PHP and Laravel) has continually grown year over year after the sharp decline of everyone’s poor experience with PHP &lt; v5.0, and Laravel has clearly been responsible for that more than anything.
        • zuzululu3 minutes ago
          I perceived it to be more of a confusion over the paid&#x2F;premium stuff which in hindsight wasn&#x27;t that big of a deal but this highlights a precarious warning in that anytime one framework gets big enough and it muddies the boundaries between paid and free, it sends a signal to developers to look elsewhere.
  • phendrenad225 minutes ago
    In my professional career I&#x27;ve used Python, Ruby, TypeScript, Groovy, but in personal projects I always go with PHP. I&#x27;m just more productive with it. And I don&#x27;t use all of the modern niceties of PHP, I use it exactly like it&#x27;s still 2010. In my opinion, the dislike towards PHP stems from the same love for complexity that gave us all of the FP-obsession from roughly 2010-2020 (Scala, Clojure, F#, etc.)
    • ChrisMarshallNY10 minutes ago
      I use it for my backend stuff. Robust, fast, safe, well-supported. Has all the right bells and whistles.<p>I never <i>liked</i> the language, but it does what it says on the tin.<p>I have found, in the project currently under development, that LLMs give <i>very good</i> PHP code. Better than mine, and I’ve been using it for 25 years. I don’t mind admitting that. PHP isn’t my main language (Swift is, and I’m still better than the LLM, for that).
    • al_borland3 minutes ago
      I’m the same way, even for little side projects at work. Basic old-school PHP is effortless to setup and maintain on a server. It just works. This means my little side project can remain a little side project, instead of become a burden with a bunch of unnecessary complexity that modern frameworks introduce.<p>Anytime a hello-work tutorial starts with running a command that generates 50 boilerplate folders&#x2F;files, I die a little inside.
  • jchw13 minutes ago
    Aside from the LLM smell, the most egregious thing about this article to me is simply implying that it&#x27;s going to be much of a surprise to people that PHP has improved since the &quot;fractal of bad design&quot; days. The most popular Hacker News post that matches &quot;php&quot; in HN Algolia is this post from 2019:<p><a href="https:&#x2F;&#x2F;stitcher.io&#x2F;blog&#x2F;php-in-2019" rel="nofollow">https:&#x2F;&#x2F;stitcher.io&#x2F;blog&#x2F;php-in-2019</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19917655">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19917655</a><p>And while sentiment is understandably mixed even then, I actually think a lot of people <i>have</i> already come around on PHP as being &quot;not as bad as it once was&quot;, if not even &quot;good&quot;.<p>Some of its reputation, though, hinges not on out-of-date internet commentary, but instead on the fact that in practice a lot of the PHP code that&#x27;s still in production today is simply legacy code and not up to modern standards, and most of the time when someone <i>says</i> PHP, they really mean <i>that</i> PHP. I think <i>that</i> is actually the thing that is holding PHP back hard outside of bubbles like HN. And honestly, even though I don&#x27;t hate modern PHP, I don&#x27;t have many codebases that come to mind when I think about modern PHP that are exemplary. I actually was relatively impressed with the s9e TextFormatter library used by phpBB3 when I looked at it, but even that is dated by today&#x27;s standards.<p>Still, I think that PHP has an undeservedly bad reputation <i>relative to other languages</i>. I&#x27;ve recently come back into Python lately after having not really touched a ton of Python in a while and I gotta say, other than `uv` and `ty`, I don&#x27;t feel a whole lot has improved in Python land. It&#x27;s not that greenlets and gevent were fantastic or anything, but I thought it was satisfactory enough. Now that there&#x27;s <i>also</i> asyncio, it feels like a nightmare trying to untangle old code and bring it into the async future... So many things just don&#x27;t really work in this world, like old-school lazy fetching in SQLAlchemy. Python was most famous for the horrible Python 3000 migration, but so many years later and I&#x27;m not sure how much was really learned as reconciling greenlet and asyncio worlds feels like yet another Sisyphean task of trying to rebuild everything at once. OK, it isn&#x27;t <i>as</i> bad, especially since you can at least wrap sync code into thread pools, but it definitely is an absolute PITA, and I feel like what we&#x27;re getting out of it doesn&#x27;t exceed what we&#x27;re putting in.<p>So that&#x27;s my thoughts. Internet commentary is probably no longer PHP&#x27;s biggest enemy; instead, it&#x27;s more like its own past successes. (And, also, the fact that we easily forgive the tools we use regularly for the faults that we have been used to for years.)