Good used to have the lighthouse, which points to failure in the page. We can still have a 100% perfect score and the page be horrible (mine is a good example). Yet, the business pages are broken, links that aren’t working, forms that don’t submit, API’s that can’t load. When the page loads, to start with.

All feedback in the post is welcome.

  • Shin@piefed.socialOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    Would it be rude to recommend a grammar checker? […]

    English isn’t my mother tongue, and I do use a basic spell checker. But I have a gut feel that this isn’t the topic. What do you mean by grammar checker?

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      7 days ago

      There are a few tools out there that can recommend improvements to grammar. For example, a tool might suggest rewriting:

      Benchmarks are a tool to validate a list of things, contrast, page load, images using modern formats, dead links, time to first paint, and semantic HTML, a <button> isn’t a <div>.

      to:

      Benchmarks are a tool to validate a list of things: contrast, page load, images use modern formats, dead links, time to first paint, and semantic HTML (i.e. a <button> isn’t a <div>).

      Many of them are now LLM-based, so you could probably just ask a locally-running Qwen3.5 or something for advice as well. Just be careful if you do this to constrain it only to grammar suggestions and not allow it to rewrite your article (LLM-speak is easy to spot).

      • Shin@piefed.socialOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 days ago

        Somewhat often the LLM makes the text sterile, and removes some of the weird flair I like to use. But it was almost a year ago last time I used for this. I’ll try again.