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).
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.
Publishing web pages by manually editing HTML files is still very common today; any GitHub Pages blog does this.
Having that not be the browser default was a good idea in 2008, but not now.
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).
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.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
> Why are mobile browsers defaults so wrong?
History. When mobile browsers first appeared they had to default to a desktop page width to avoid breaking exisiting content, much of which was either built in layout tables or used CSS that assumed a wider window. The viewport meta tag was introduced (by Apple in Mobile Safari when the iPhone first came out, IIRC) so developers could override that behaviour. I think the defaults made a lot of sense at the time, and Apple made the right choice.
Then fix mobile browsers to display it correctly.
Why should web developers change their content to work on defective browsers?
On vivaldi mobile on an android phone (with an approximately 6x3" display), i see this as the first line:
> On 2026 August 5, within a few minutes of 06:35 UTC, an upper stage (section) of a rocket used for a lunar mission will hit the
And for me, reading a 124 character wide line on a 3" wide screen (75mmish) is not particularly comfortable.
Though that rather invites the question of why browser defaults are so poor.
It's sorta hard to read text that spans the whole screen and at least on mobile, that's not nearly as wide.
Edit: I'm forgetting about certain accessibility issues, although I'm not sure this plain page isn't a good fit for accessibility tools.
The main drawback seems to be that larger communities than HN will, at best, not care.
It's nearly impossible to get overlapping text without css...