logoalt Hacker News

ilamonttoday at 3:00 PM6 repliesview on HN

I love this page. Text, photos, links. Straight up HTML 4, maybe even using a template in a text editor and FTPed to go live. I didn't see any inline or referenced CSS. No scripts. No ads. No social junk. The home page even has a <table> just like it's 1994.

What are the drawbacks to reverting to this type web publishing? That's how I used to do things before publishing tools and CMS and platforms took over, but I know the security landscape has changed quite a bit, and such pages are always in the deep long tail of Google results (and therefore practically invisible to AI summaries, which often surface complete junk as sources).


Replies

ColdStreamtoday at 9:10 PM

It highlighted something that I hadn't realised had been impacting me. The latency of the modern web.

There are a lot of hyperlinks on there and clicking around on various related articles was near instantaneous. It actually made navigation very useful and not feel like a burden. I will take that over any visual flair any day.

sheepttoday at 3:42 PM

The main drawback with the page's unstyled design is that the page is not mobile friendly.

Publishing web pages by manually editing HTML files is still very common today; any GitHub Pages blog does this.

show 12 replies
CommenterPersontoday at 9:49 PM

I wish the entire web was in this format. Really. May need a bit of work to navigate around but very fast, no BS, no tracking.

barbazootoday at 4:06 PM

And it's so fast even with pictures. I miss the old internet.

zahlmantoday at 5:14 PM

We get submissions like this fairly commonly (we also get ones that are "modern" but use hand-crafted CSS, use only un-minified first-party-written JS for progressive enhancement, etc.). But a large fraction of them are about the style as well as exhibiting it.

The main drawback seems to be that larger communities than HN will, at best, not care.

deadbabetoday at 4:34 PM

You could easily make a browser extension that passes each page through an AI agent that will rewrite the page in the given style. It’s fun.