Using Claude Code: The unreasonable effectiveness of HTML
101–110 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#102The unreasonable effectiveness of the most popular "programming" language used by the most people on Earth ever that has been careful crafted by extremely dedicated people for decades and that is use to communicate by, to and from the most people that ever existed (because yes, most "apps", on mobile at least but even more and more on desktop are just HTML pages too). Is it really unreasonably effective?
While it has been used in the context of HTML before, it's a bit of a "meme" as several papers used that phrase. Much like the "X is all you need" snowclone.
The HTML version dates from 2021 (https://shkspr.mobi/blog/2021/01/the-unreasonable-effectiven...) when client side rendering and web apps were still their peak.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#103Earlier quoted context omitted.
We have been authoring HTML by hand for decades with ease. Text editors are very good at it, and many have commands to auto-wrap, auto-close etc. Reading and writing is simple.
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#104My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#105Earlier quoted context omitted.
We have been authoring HTML by hand for decades with ease. Text editors are very good at it, and many have commands to auto-wrap, auto-close etc. Reading and writing is simple.
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.
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.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#106Earlier quoted context omitted.
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.
Most front end devs can’t get HTML right either.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#107Re: Using Claude Code: The unreasonable effectiveness of HTML
#108My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
I think most of us live somewhere in the middle, using the right tool / output for the job.