Live data from Hacker News

Just use HTML

justfuckingusehtml.com

51–60 of 188 posts

Re: Just use HTML

#55
Look — I’m old enough to remember when the “web standards movement” was controversial. I had to argue with my boss about using CSS vs tables. And I remember when you did need javascript to do a lot of things that HTML now does natively. JS frameworks had to exist to push the state of the art, because the state of the art got stuck. The standards bodies and browser vendors got their shit together, and now you can do things you used to need frameworks for in plain HTML. That’s great! But let’s not re-write history, here.

Software is in a constant state of revolution and counter-revolution. It’s one of the things that keeps this job interesting.

Re: Just use HTML

#56

We made tirreno website [1] with only HTML 4.01 and 1 transparent pixel, no CSS or JS. Works well on any device. Easy to update. Highly recommended. [1] https://www.tirreno.com/

Impossible to read on mobile unless you pinch zoom way in and then pan back and forth across the page. A bit bold to say that it works well.

Re: Just use HTML

#58
Cleaning out the wordy, "oh so edgy" embellishment (probably authored by AI, ironically), here's a ChatGPT summary:

HTML is simpler, faster, and more reliable The author rails against “bloated, over-engineered” JavaScript frameworks and build tools, pointing out that plain HTML loads instantly and “just fucking works” without constant updates or breaking changes

Frameworks add needless complexity and cost You don’t need to manage hundreds of dependencies, CI/CD pipelines, hydration errors or “tree-shaking” when all you really want is a button or a bit of text. HTML has done this flawlessly for decades

Native browser features handle interactivity Modern HTML alone supports expandable sections (/), native dialogs, form controls of every kind (date pickers, sliders, color inputs, file uploads), and even creates global JS variables from element IDs—no framework required

Deployment is trivial “Just drag, drop, and you’re done.” No container orchestration, no multi-step build process, no DevOps magic - HTML is ready to serve straight from any web server

Universality and longevity Everyone “knows HTML” - from your grandparents’ wartime hand-coded tables to your dog’s Fiverr gig. It’s been powering the web since the beginning and will outlast any trendy framework

A call to rethink our tooling addiction With AI able to spit out pixel-perfect HTML in seconds, clinging to heavy frameworks is framed as an outdated habit. The author challenges readers: stop overengineering and embrace the elegance of raw HTML

Post reply on HN