this reads like slop
HN user
rebane2001
[ my public key: https://keybase.io/rebane2001; my proof: https://keybase.io/rebane2001/sigs/4HkMB7oA7B6H8AEWU_hxCpivtZX1EEixF0aYbsc1Yxg ]
No, the API will not return the admin-only removal reason. The code path that causes this is in the post.
wait what the heck yeah, this is the same post as from a few days ago, i guess the comment and post timestamps got glitched??
(author of x86css)
Not possible, but it would be possible to reimplement Quake's logic and controls in CSS to have it run without JS. I was considering doing that for my next CSS crime project, though now that CSSQuake has hit the hn frontpage there is little point in doing so.
You cannot close HTML tags that way anyways, <br> and <br/> are the same, as are <div> and <div/>. The spec defines whether an element self-closes, the slash is just ignored.
(author of x86css)
not only do i think doom in css is possible, but both me and another css person were also planning on actually making it into reality
but it sort of feels demotivating to see js-powered css projects like this hit the frontpage, because if we do eventually make a css-only doom people will think its a repost or nothing special
edit: and to be clear, that demotivation is more of a problem of how the internet, virality, and news cycles work. the actual project here is still pretty cool!
the difference is that knowing 2^8 is generally not useful to people who don't know it
this here is something that's pretty useful to most ssh users, yet seldom spoken of
a better analogy would be comparing it to calling a very good, but not well-known restaurant a secret place - using the word to mean a hidden gem rather than an intentionally hidden secret
tldr is so good, i wish it was a part of the os the same way manpages are just to help out newcomers
it's a placeholder that gets replaces by the python script on build
Yes, CSS binary data transfer is possible in bith directions.
clock != looping, those examples already loop (dont need a line per iteration), but just dont have a built-in clock
and requiring a clock is imo dismissable, because pretty much all modern technology needs a clock too (either from the power grid, or from a hardware component designed for it)
I think x86 is still good because it's easily understandable. If I say it's an 8086 emulator, people who aren't familiar with the 8086 aren't gonna go "oh so like an older version of the same x86 on my computer". And "Show HN: CSS program that emulates a CPU that's a member of the x86 family" doesn't roll off the tongue.
I don't think calling it x86 is misleading, and this is coming from the perspective of someone who dabbles in rev and pwn of x86.
It's really easy, I was considering adding it.
The easiest way is to make an @property that's animated at ridiculous speeds that can be sampled to get (sort of) random bits.
I did not use any AI
When you download an x86 program you're making a lot of other assumptions too, such as what the target operating system and hardware are. Even 8086 MSDOS software won't directly work in this emulator because it's not emulating DOS nor an IBM compatible, it has it's own addresses for the I/O. It's still x86 though.
That wikipedia article lists the 8086 in its "Chronology of x86 processors" section as an x86-16 CPU.
Why is the 8086 not equivalent to x86? PCLMULHQHQDQ is from the CLMUL extension, which only began appearing in CPUs in the early 2010s - are CPUs from before then not x86?
I wasn't sure whether to address the disconnect in the FAQ - I wanted it to be short and readable.
The idea is that, since a long time ago, there has always been demos that prove turing completeness and other programmy qualities in CSS, but that which people dismiss as requiring user inputs. The ones around by the time the comment got made were definitely at the "keep on clicking on the same spot on the screen" level - essentially just providing a clock.
And seeing discussion from after Jane Ori's hack, many still claim that even as much as hovering your mouse on a specific part of the screen makes css not a programming language.
8086 is x86
i'm glad llms won't be coming after my niche anytime soon
I do actually have a CSS CVE[0] in Chrome, but it was in the changelog as "in Animation" instead of "in CSS", so no fun stories/headlines for me :c
[0] https://chromereleases.googleblog.com/2025/06/stable-channel...
It relies on a few things, but @functions, if() statements, and container style queries are the main ones.
I've now added the algorithm explanation to the GitHub README.
Added now!
Yeah, that was the intention.
I'd need to implement a js brotli decompressor, or make you download a file that's 5x bigger, to use that.
Yeah I plan on putting the code for that on GitHub soon too.
I made this project from start to finish in less than a day, and I feel it was well worth my time and effort.
The 40MB of data is Wikipedia data, the site itself is 21kB.
This app IS made in under 1mb. The entire app, including all the assets minus all the actual Wikipedia data, is 21kB (no minification or compression). And all of it is in a single html file with human-readable code.