Comment by yshklarov

3 hours ago

Great article, but the lack of sentence capitalization makes it unnecessarily difficult to read.

Apologies if this comment is off-topic, but it really is quite egregious, and since the article was submitted by the author I presume they are open to the feedback.

    Array.from(document.body.querySelectorAll('p,li')).filter(e=>e.innerText).map(e=>e.innerText = e.innerText.split('\. ').map(s=>s[0].toUpperCase() + s.slice(1)).join('. ') )

Not perfect but hope it helps.

  • ~Gosh, getting downvoted for trying to help a stranger, what is wrong with you people?~ thanks for the upvotes, guess was just a misclick.

Yep, I had the same thought. As simple heuristic, text written in all lowercase is often just hot takes and so not worth taking the time to read.

LC;DR :P

" the lack of sentence capitalization makes it unnecessarily difficult to read."

If it had proper caps etc, people here would accuse it of written using LLMs.

You just can't win...