Rendered at 09:41:00 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
ilamont 19 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).
ColdStream 13 hours 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 18 hours 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 18 hours 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.
10 hours ago [-]
account42 18 hours ago [-]
It wasn't a good idea even in 2008.
zahlman 16 hours ago [-]
I don't have a smartphone to test on. What happens without this?
oakesm9 16 hours 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.
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).
jdironman 16 hours 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 13 hours 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 5 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 18 hours 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.
dredmorbius 6 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.
recursive 17 hours ago [-]
This sounds like a critique of mobile browsers. Make friendliness the default!
Krssst 18 hours ago [-]
Firefox's reader mode works really well on the article, I wonder why it's not the default for unstyled pages.
RandallBrown 15 hours 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.
childofhedgehog 16 hours 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 15 hours ago [-]
If you need to scroll the viewport left and right to read a line of text, that seems kind of unfriendly.
Rebelgecko 7 hours ago [-]
On my screen it fit perfectly after double tapping
pynappo 3 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.
jonathanlydall 16 hours ago [-]
I used reading mode on Safari and it was perfect for reading.
gavinsyancey 13 hours ago [-]
I read it on a mobile device and found it perfectly legible. I like small text though.
ErroneousBosh 14 hours 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 12 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 2 hours ago [-]
Add what in a meta tag?
Why should web developers change their content to work on defective browsers?
barbazoo 18 hours 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 18 hours ago [-]
And it's so fast even with pictures. I miss the old internet.
zahlman 16 hours 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 12 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.
toast0 6 hours ago [-]
> What are the drawbacks to reverting to this type web publishing?
It's nearly impossible to get overlapping text without css...
accrual 9 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".
fishfasell 6 hours ago [-]
Gotta love the instantaneous load
cyanregiment 9 hours ago [-]
I miss FTP man… let’s go back
perilunar 5 hours ago [-]
Nothing stopping you — it's still there and still works. I use it for one of my sites.
deadbabe 17 hours 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 18 hours 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 5 hours ago [-]
Just imagine what you could build with 600 Falcon 9 upper stages.
isodev 18 hours ago [-]
[flagged]
holoduke 18 hours ago [-]
[flagged]
dopamean 17 hours 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 6 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 6 hours ago [-]
Thats what I say about the broken down car in my front yard, but it is still frowned upon.
ralfd 16 hours ago [-]
There is not much rocket debris in Boca Chica. If you do find something sell it on ebay.
reaperducer 11 hours ago [-]
Debris of rockets, no.
Debris caused by rockets, yes. Tons of it. Go visit and see for yourself.
bmitc 3 hours ago [-]
From the pictures I just saw online, it seems like there have indeed been cases of rocket debris as well.
tekla 17 hours 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.
polishdude20 3 hours ago [-]
Is there a discord I can join to follow along live?
glimshe 17 hours ago [-]
Soon we'll need to call Roger Wilco to take care of all this junk.
bmitc 3 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?
clort 18 hours 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 14 hours 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 17 hours 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 9 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 10 hours ago [-]
Space 1999
joering2 14 hours ago [-]
[flagged]
ck2 17 hours 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 16 hours 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.
estearum 10 hours ago [-]
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 6 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 5 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.
bmitc 3 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.
1970-01-01 16 hours 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 10 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 17 hours ago [-]
> though it does highlight a certain carelessness about how leftover space hardware (space junk) is disposed of.
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.
It's sorta hard to read text that spans the whole screen and at least on mobile, that's not nearly as wide.
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?
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.
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?
EDIT: sorry, Moseley ; )
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.
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.
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.
My thoughts exactly.