Earlier quoted context omitted.
>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.
After you a FE webdev that doesn't regularly author HTML by hand?
Using Claude Code: The unreasonable effectiveness of HTML
121–130 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#122Earlier 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.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#123Earlier 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.
I did not go to a front end high school.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#124When exploring a new idea or tool, my go to prompt is ``` In a single index.html, no dependencies, sparse styling, create an app that ``` Even before AI, it's how I built small tools, and there's something lovely about being able to email my friends the tool, and tell them "If you want to make a change, toss it to your LLM!"
I absolutely hate the absolute rot these tools have caused to people’s brains.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#125Earlier quoted context omitted.
>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.
After you a FE webdev that doesn't regularly author HTML by hand?
Yesterday. Astro components.
3 million people will have seen it as I type this. More next week.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#126My 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…
Yes that’s the case. And as Anthropic staff, author has an incentive to promote workflows that require an agent to interact with text documents.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#127Re: Using Claude Code: The unreasonable effectiveness of HTML
#128HTML+Tailwind is the only format where "looks roughly correct" and "is structurally correct" have the same probability. Every other output format needs a renderer to find out which one you got.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#129Earlier quoted context omitted.
Are you just trying to pretend that Markdown is as rich as HTML and that all the use cases that they described are possible with Markdown?
Markdown was a hype in late 2010s that has cooled down due to chatbots. In turn, chatbots pump up markdown by making it the default output format.
What in the world.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#130Earlier quoted context omitted.
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.
[flagged]
'we have been authoring' is present perfect continuous. Going forwards, and for at least the last two 'decades', HTML blog posts can use CMSs.