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.

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

    All feedback in the post is welcome.

    Would it be rude to recommend a grammar checker? The topic and supporting arguments for the post are fine (if a little disorganized, but that’s common for blog posts). I just found the run-ons a bit distracting.

    Otherwise, I agree that the internet is getting shittier. More ads, more walls to defend against scraping, less accessibility, etc. There’s no real metric for how well a page presents its contents, only metrics for specific things like load times, layout shift, and so on. I also suspect that, over time, page scoring will shift toward which sites present the data in ways that are more usable by LLMs.

    • Shin@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 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
        ·
        5 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
          ·
          5 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.