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).
ColdStream 1 days ago [-]
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.
sheept 1 days ago [-]
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.
xnx 1 days ago [-]
<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.
lenkite 3 hours ago [-]
Never understood why we need to add this ridiculous tag for mobile. CSS/HTML are responsive by default.
ASalazarMX 2 hours ago [-]
But tables are not. The widest row overrides the rest, making everything else tiny.
account42 1 days ago [-]
It wasn't a good idea even in 2008.
22 hours ago [-]
zahlman 1 days ago [-]
I don't have a smartphone to test on. What happens without this?
oakesm9 1 days ago [-]
You essentially see the desktop version zoomed out by default with tiny text. You need to zoom in, but the line length is still desktop sized so you need to scroll left and right as well as up and down to read it.
account42 9 hours ago [-]
And mobile browsers keep this defective by design default even they now all have an actual desktop mode that does pretty much the same thing but more consistently.
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).
account42 9 hours ago [-]
You don't need any responsive CSS as HTML is responsive by default. It's just mobile browsers that have decided they know better and you need to add a meta tag to tell them to actually follow the standard.
jdironman 1 days ago [-]
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.
somat 1 days ago [-]
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.
perilunar 16 hours ago [-]
As mentioned above, adding a viewport meta tag will make most unstyled pages look much better on mobile.
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.
burkaman 1 days ago [-]
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.
recursive 1 days ago [-]
This sounds like a critique of mobile browsers. Make friendliness the default!
asdff 6 hours ago [-]
The page is great on my phone. Loads instantly unlike any other mobile website in existence, seemingly.
Krssst 1 days ago [-]
Firefox's reader mode works really well on the article, I wonder why it's not the default for unstyled pages.
dredmorbius 18 hours ago [-]
With Firefox Reader Mode (also available on a few other browsers) it's perfect.
Though that rather invites the question of why browser defaults are so poor.
childofhedgehog 1 days ago [-]
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.
recursive 1 days ago [-]
If you need to scroll the viewport left and right to read a line of text, that seems kind of unfriendly.
Rebelgecko 18 hours ago [-]
On my screen it fit perfectly after double tapping
pynappo 14 hours ago [-]
I mean it fits, but i don't find the text size particularly usable for mobile
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.
asdff 6 hours ago [-]
When oriented horizontally, the text becomes larger than a lot of the ios system text size
jonathanlydall 1 days ago [-]
I used reading mode on Safari and it was perfect for reading.
gavinsyancey 1 days ago [-]
I read it on a mobile device and found it perfectly legible. I like small text though.
ErroneousBosh 1 days ago [-]
> 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.
phoghed 23 hours ago [-]
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.
ErroneousBosh 14 hours ago [-]
Add what in a meta tag?
Why should web developers change their content to work on defective browsers?
account42 9 hours ago [-]
Exactly, all the meta tag does is tell mobile browsers to follow the standard as written before they existed. They should just do that by default.
phoghed 9 hours ago [-]
Because it wouldn’t work for every website and the web almost never breaks backward compatibility.
ErroneousBosh 9 hours ago [-]
So if I have a block of totally unstyled HTML, why wouldn't a phone browser just display it in the most sensible way possible?
RandallBrown 1 days ago [-]
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.
account42 9 hours ago [-]
You don't have to make your browser as wide on your screen on desktop either.
barbazoo 1 days ago [-]
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.
barbazoo 1 days ago [-]
And it's so fast even with pictures. I miss the old internet.
zahlman 1 days ago [-]
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.
CommenterPerson 23 hours ago [-]
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.
accrual 21 hours ago [-]
The author's email obfuscation holds up well against small local models too, just for kicks neither Qwen-9B, Gemma-12B, nor GPT-OSS-20B could read it, giving results like "poc.otulptcejorp@otulm".
toast0 18 hours ago [-]
> What are the drawbacks to reverting to this type web publishing?
It's nearly impossible to get overlapping text without css...
cyanregiment 21 hours ago [-]
I miss FTP man… let’s go back
perilunar 16 hours ago [-]
Nothing stopping you — it's still there and still works. I use it for one of my sites.
cyanregiment 7 hours ago [-]
Yeah but when I wear my FileZilla shirt at concerts I never get the girl
fishfasell 17 hours ago [-]
Gotta love the instantaneous load
deadbabe 1 days ago [-]
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.
sixtyj 1 days ago [-]
> Over 600 Falcon 9 rockets have been launched. Most of the upper stages are either in orbits close to the earth or have already re-entered the earth's atmosphere. A few are orbiting the sun. The object that will be hitting the moon has been orbiting the earth for a little over a year.
perilunar 16 hours ago [-]
Just imagine what you could build with 600 Falcon 9 upper stages.
isodev 1 days ago [-]
[flagged]
holoduke 1 days ago [-]
[flagged]
dopamean 1 days ago [-]
After so much time hearing about how SpaceX dumps rocket debris all over Boca Chica it's kind of amusing that they're also leaving trash on the moon. It would be cool if we sent people back to the moon one day and they took photos next to junk like this. Or whatever is left of it.
whatsupdog 18 hours ago [-]
This "trash" could provide a lot of valuable metal and maybe other stuff, for future moon missions. I wouldn't really call it trash.
AngryData 18 hours ago [-]
Thats what I say about the broken down car in my front yard, but it is still frowned upon.
ralfd 1 days ago [-]
There is not much rocket debris in Boca Chica. If you do find something sell it on ebay.
reaperducer 23 hours ago [-]
Debris of rockets, no.
Debris caused by rockets, yes. Tons of it. Go visit and see for yourself.
bmitc 14 hours ago [-]
From the pictures I just saw online, it seems like there have indeed been cases of rocket debris as well.
tekla 1 days ago [-]
You realize we've been smashing shit into the moon since Apollo right?
Also you know the literal trash bags of trash and poop that Apollo dumped overboard.
This smashing into the the moon will leave a random crater, and last time I checked, lots of craters on the moon.
It is not... This is a Falcon-9 rocket stage, not a part from the Flying Crowbar or any similar nightmare-device.
glimshe 1 days ago [-]
Soon we'll need to call Roger Wilco to take care of all this junk.
polishdude20 14 hours ago [-]
Is there a discord I can join to follow along live?
clort 1 days ago [-]
something they didn't mention, what is in this upper stage? I'm presuming a rocket motor and some fuel is that right..? They do a calculation of energy release on impact, but I'm wondering if there is any fuel left and whether that would affect their equation?
ggreer 1 days ago [-]
Like most upper stages, Falcon 9 makes itself inert after a mission by venting any remaining propellant. Otherwise there's a risk that propellant could boil off, increasing pressure until the tank explodes, creating a debris cloud. Since pretty much any collision in space is catastrophic, it's easier to track and avoid one large piece of debris rather than a bunch of small ones.
tekla 1 days ago [-]
I can't really think of much besides maybe some batteries. The fuel and oxidizer are supposed to be dumped shortly after payload deployment to prevent any issues with blowing up. Even if it wasn't dumped, its been a year, so it would have boiled off.
TacticalCoder 21 hours ago [-]
What's really impressive is that, according to the picture with labels, it's going to crash near Mos Eisley.
EDIT: sorry, Moseley ; )
anonshadow 21 hours ago [-]
Space 1999
bmitc 14 hours ago [-]
> Generally speaking, such objects are very poorly tracked.
Why is there not any regulations about this stuff? So we can't throw a napkin out the window (not that I condone littering), but SpaceX can just literally throw stuff into space that either re-enters Earth (adds to air and environmental issues), swings around in space untracked, or hits the Moon without any reprecussions? Why isn't it on SpaceX to track the trash they're throwing up?
inemesitaffia 11 hours ago [-]
It's NASA's and the FCC's responsibility and this is allowed.
joering2 1 days ago [-]
[flagged]
ck2 1 days ago [-]
someone send them a littering bill
sadly one day hundreds of years from now parts of the moon will look like all the garbage left on Everest (and maybe even the dead frozen bodies too, moon dust is sticky and very sharp apparently)
ggreer 1 days ago [-]
The moon is a lifeless rock with nobody on it. That seems like a better place for garbage to go than the earth. And since it's going to impact the moon at 2.43km/sec, I don't think there will be much visible stuff remaining, just a crater and some bits of aluminum.
Also what's the alternative? Moon missions don't have enough extra propellant to go back to earth and deorbit. They might have enough to move to a relatively stable orbit, but then it's just long-lived orbital debris.
bmitc 14 hours ago [-]
> lifeless rock
Do you know that for a fact? Unlikely sure, but the question isn't helped by ramming a thing that might have Earth-born life on it into it.
ggreer 5 hours ago [-]
Yes. There is no liquid water on the moon. There is no atmosphere. No life can exist there.
The moon is struck by meteors quite frequently. The Lunar Reconnaissance Orbiter noticed 200 new craters over seven years.[1] Compared to what nature does to the surface, a few rocket bodies and impactor probes is a rounding error.
Same rationale for dumping chemicals in the river. It's a river! It all just flows away! There's so much water, who could even notice?
whatsupdog 18 hours ago [-]
Not really, rivers flow into oceans where there is life that is impacted by the chemicals, not to mention the life in the river itself. So its not the same rationale. Moon IS a lifeless rock. I agree with the parent, if there was an option between trashing the earth and moon, I would pick moon in a heartbeat.
somenameforme 17 hours ago [-]
It's not just a lifeless rock, it's a horribly inhospitable location. You go through 2 week long days of hotter than boiling temperatures followed by 2 week long nights that are about as close to absolute zero as they are to 'just' freezing. All the while you're getting constantly pounded by meteorites, to say nothing of more typical issues like radiation, dust, and so on.
It's why I think the idea of starting with the Moon as a jumping-off to Mars is illogical. Mars is much further but is a million times more hospitable in every other way, and has presumably much more to offer in term of unknown unknowns than the Moon. We only found out that Martian regolith is relatively water rich (about 2% water by volume) in 2013, which is kind of insane if you consider that the first probe successfully sent to Mars was in 1962.
1970-01-01 1 days ago [-]
That's the neat thing. Dumping on the moon or anywhere (other than Earth) isn't possible, as the litter is infinitely more valuable than the existing dust and rock. It's as if someone was dumping gold bricks into your yard. You really wouldn't mind at all, and would ask for more. The only exception would be radioactive waste, as that is less valuable than the surrounding dust and rock.
estearum 21 hours ago [-]
What logic tree arrives at this conclusion and doesn't arrive at the same conclusion for dumping in, idk, Arches National Park?
tempodox 1 days ago [-]
> though it does highlight a certain carelessness about how leftover space hardware (space junk) is disposed of.
My thoughts exactly.
Rendered at 21:13:18 GMT+0000 (Coordinated Universal Time) with Vercel.
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.
Though that rather invites the question of why browser defaults are so poor.
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.
Then fix mobile browsers to display it correctly.
Why should web developers change their content to work on defective browsers?
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...
Debris caused by rockets, yes. Tons of it. Go visit and see for yourself.
Also you know the literal trash bags of trash and poop that Apollo dumped overboard.
This smashing into the the moon will leave a random crater, and last time I checked, lots of craters on the moon.
https://en.wikipedia.org/wiki/Project_Pluto
https://web.archive.org/web/20200329022906/http://www.merkle...
It is not... This is a Falcon-9 rocket stage, not a part from the Flying Crowbar or any similar nightmare-device.
EDIT: sorry, Moseley ; )
Why is there not any regulations about this stuff? So we can't throw a napkin out the window (not that I condone littering), but SpaceX can just literally throw stuff into space that either re-enters Earth (adds to air and environmental issues), swings around in space untracked, or hits the Moon without any reprecussions? Why isn't it on SpaceX to track the trash they're throwing up?
sadly one day hundreds of years from now parts of the moon will look like all the garbage left on Everest (and maybe even the dead frozen bodies too, moon dust is sticky and very sharp apparently)
Also what's the alternative? Moon missions don't have enough extra propellant to go back to earth and deorbit. They might have enough to move to a relatively stable orbit, but then it's just long-lived orbital debris.
Do you know that for a fact? Unlikely sure, but the question isn't helped by ramming a thing that might have Earth-born life on it into it.
The moon is struck by meteors quite frequently. The Lunar Reconnaissance Orbiter noticed 200 new craters over seven years.[1] Compared to what nature does to the surface, a few rocket bodies and impactor probes is a rounding error.
1. https://lroc.im-ldi.com/images/943
Wait till you find out of "Götterdämmerung"
https://en.wikipedia.org/wiki/Iron_Sky
It's why I think the idea of starting with the Moon as a jumping-off to Mars is illogical. Mars is much further but is a million times more hospitable in every other way, and has presumably much more to offer in term of unknown unknowns than the Moon. We only found out that Martian regolith is relatively water rich (about 2% water by volume) in 2013, which is kind of insane if you consider that the first probe successfully sent to Mars was in 1962.
My thoughts exactly.