Using Claude Code: The unreasonable effectiveness of HTML
251–260 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#252When 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 recommend allowing AI to use TailwindCSS and Alpine in the context, as this would generate great lightweight dynamic web pages.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#253The solution is latex
It's a very beautiful language, it's quite simple, if you like simple.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#254Have been working with HTML in decades and still it's quicker to write markdown for simple documents. Now if you'd have some middle ground that would be nice. And actually there are already things like Githubs Markdown which has more features, you can embed mermaid etc. Or you'd use something like MDX (which readme.com is using internally) where you mix in components when needed - those could even be based on somethi…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#255I posted this same Twitter article about 5-6 hours before this post was made and got only a couple of likes and zero comments. What gives? Using Claude Code: The Unreasonable Effectiveness of HTML https://news.ycombinator.com/item?id=48069859
Bad luck but doesn't really matter, does it?
Re: Using Claude Code: The unreasonable effectiveness of HTML
#256Earlier 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.
Basic HTML really isn’t a big step up from Markdown though, and no one was complaining about that. In some instances it’s simpler even. I often forget the exact syntax for a table in Markdown, by comparison , and are easy to remember. All of the major parts of Markdown are pretty easy, , , etc etc. It was written with human authorship in mind. Typing out for every paragraph is annoying, for sure. But a converter that…
Also I often call out my colleagues if they try to put a table in markdown. Markdown is not built for tabular data in most professional settings (i.e., one or two table cell could easily take a whole line of markdown to express). A basic some number goes a long way.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#257I don't know, maybe, you could just pay people to use it, and see where the problems are, and then be informed by that?
We're using LLMs as if human contact and experience is hard to come by at a point in history when it's anything but. These goofy models are a complete and total dead end. They're actively in the way of better approaches.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#258Re: Using Claude Code: The unreasonable effectiveness of HTML
#259Quarkdown is a partial and interesting alternative : https://github.com/iamgio/quarkdown