upvote
Templated though, not manually writing it out for every blog post say. I think GP means it just has more friction as a writing format than markdown for example.
reply
Oh my sweet summer child…
reply
No, literally manually typing out HTML tags and everything. Many of us did it so much things like Emmet (https://emmet.io/) were invented and used so we could hammer out full HTML documents even faster.

Even after React became popular, people are still manually typing out HTML elements, although they call it "JSX" instead, but in reality it's just HTML.

My first blog on the internet literally was a bunch of .html files, where my post "template" was the first post copy-pasted when you wanted to make a new post. Changing the design involved changing the same thing across all files.

reply
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.
reply
Java engineers write lots of HTML in java docs:)
reply
Yes so far, but it‘s switching heavily towards Markdown.
reply
People have been authoring html by hand for a long time before the specialization to Frontend dev even existed...
reply
Most front end devs can’t get HTML right either.
reply
Modern JS/TS devs probably not, but I wouldn't even call someone a "frontend dev" if you don't know HTML, kind of being a infrastructure engineer and not knowing how any OSes work.
reply
>We have been authoring HTML by hand for decades with ease

No, we've been generating it with templates or authoring templates.

Authoring HTML by hand is a very early 2000s thing to do.

reply
After you a FE webdev that doesn't regularly author HTML by hand?
reply
Hand on heart. When was the last time you built a serious production system for a real business that was 100% built from HTML without using any build step? Just editing the footer and header in every file when it updates (or using iframes)
reply