Comment by ilamont
8 hours ago
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).
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.
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.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> is the only thing keeping this page from being mobile friendly.
Having that not be the browser default was a good idea in 2008, but not now.
It wasn't a good idea even in 2008.
I don't have a smartphone to test on. What happens without this?
2 replies →
> not mobile friendly.
It’s not what I’d call mobile unfriendly either.
I had to zoom in slightly but then it’s perfectly readable in landscape.
Some very basic inline responsive CSS would make it work great in portrait too.
But the thing is, with no ads, complex layout, or other bullshit, it’s perfectly usable on mobile as is.
I’d certainly take this over any website from any major media outlet, other than those that are publicly funded like the BBC (and, even then, only in the UK because they show ads everywhere else).
In this pages case, I disagree. I feel like when pages try to force their 'aspect ratio / styling' to fit the view port I have to fight more with it. at least as it stands I can zoom as needed on this page, I can appreciate the web devs 'vision' as in how it probably appeared on their machine. I honestly hate mobile sites unless they are done just super super well which is harder than expected. https://rockauto.com is one such site that I think works really well on mobile.
A page like this, with minimal styling, the whole point is the author does not care, the author expects the user's agent to style the document optimally for it's dimensions., the optimal in responsive design. this was the original vision for the web, the agent supplies most of the style.
Except it does not, for some weird reason unstyled pages like this which should look great on mobile look like ass. Why are mobile browsers defaults so wrong?
This hits hard because this is how I build my pages (you can probably tell I am not a front end designer) I just want to put well structured content out and let the users agent display it in the manner that suits the user best. And it mostly works, it will not win any awards but it looks fine. Until someone asks why it looks like the dog's breakfast on mobile.
It's obviously not designed for mobile but I wouldn't call it unfriendly, it's still fast and pretty easy to read. It also works perfectly with Firefox reader mode.
This sounds like a critique of mobile browsers. Make friendliness the default!
Firefox's reader mode works really well on the article, I wonder why it's not the default for unstyled pages.
I read it on a mobile device and found it perfectly legible. I like small text though.
I kinda think it's more mobile friendly than desktop friendly (although it isn't great on either.)
It's sorta hard to read text that spans the whole screen and at least on mobile, that's not nearly as wide.
What part of this is actually not mobile friendly? I’d argue this is laid out pretty well compared to some websites that are “mobile friendly” but load poorly or make it impossible to scroll.
If you need to scroll the viewport left and right to read a line of text, that seems kind of unfriendly.
I used reading mode on Safari and it was perfect for reading.
> The main drawback with the page's unstyled design is that the page is not mobile friendly.
Then fix mobile browsers to display it correctly.
They’re already fixed, just add the meta tag if you give the slightest semblance of a shit. Otherwise don’t and people may be less inclined to engage with your content on their phone.
That's a feature for me, not a bug. Not everything has to be everything-friendly all the time, especially if it makes it easier to consume content or stuff.
Edit: I'm forgetting about certain accessibility issues, although I'm not sure this plain page isn't a good fit for accessibility tools.
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.
And it's so fast even with pictures. I miss the old internet.
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.
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.