HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rebane2001

no profile record

Submissions

Show HN: JavaScript Crossword – a crossword where the clue = eval(answer)

lyra.horse
7 points·by rebane2001·2 เดือนที่ผ่านมา·0 comments

Show HN: X86CSS – An x86 CPU emulator written in CSS

lyra.horse
275 points·by rebane2001·5 เดือนที่ผ่านมา·93 comments

Show HN: Wikipedia as a doomscrollable social media feed

xikipedia.org
441 points·by rebane2001·5 เดือนที่ผ่านมา·142 comments

comments

rebane2001
·10 วันที่ผ่านมา·discuss
No, the API will not return the admin-only removal reason. The code path that causes this is in the post.
rebane2001
·10 วันที่ผ่านมา·discuss
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??
rebane2001
·20 วันที่ผ่านมา·discuss
(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.
rebane2001
·2 เดือนที่ผ่านมา·discuss
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.
rebane2001
·3 เดือนที่ผ่านมา·discuss
(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!
rebane2001
·4 เดือนที่ผ่านมา·discuss
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
rebane2001
·4 เดือนที่ผ่านมา·discuss
tldr is so good, i wish it was a part of the os the same way manpages are just to help out newcomers
rebane2001
·5 เดือนที่ผ่านมา·discuss
it's a placeholder that gets replaces by the python script on build
rebane2001
·5 เดือนที่ผ่านมา·discuss
Yes, CSS binary data transfer is possible in bith directions.
rebane2001
·5 เดือนที่ผ่านมา·discuss
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)
rebane2001
·5 เดือนที่ผ่านมา·discuss
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.
rebane2001
·5 เดือนที่ผ่านมา·discuss
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.
rebane2001
·5 เดือนที่ผ่านมา·discuss
I did not use any AI
rebane2001
·5 เดือนที่ผ่านมา·discuss
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.
rebane2001
·5 เดือนที่ผ่านมา·discuss
That wikipedia article lists the 8086 in its "Chronology of x86 processors" section as an x86-16 CPU.
rebane2001
·5 เดือนที่ผ่านมา·discuss
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?
rebane2001
·5 เดือนที่ผ่านมา·discuss
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.
rebane2001
·5 เดือนที่ผ่านมา·discuss
8086 is x86

https://en.wikipedia.org/wiki/X86
rebane2001
·5 เดือนที่ผ่านมา·discuss
i'm glad llms won't be coming after my niche anytime soon
rebane2001
·5 เดือนที่ผ่านมา·discuss
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...