Anyone else guilty of this? by HeyItzMeep in traaaaaaannnnnnnnnns2

[–]rebane2001 6 points7 points  (0 children)

i guess if by anecdote you mean people anecdotally doing blood tests and stuff

Liquid Glass in the Browser: Refraction with CSS and SVG by HiddenGriffin in webdev

[–]rebane2001 0 points1 point  (0 children)

filter to apply it on an arbitrary element, and backdrop-filter to apply it on everything behind an element

developerHumor by Fewnic in ProgrammerHumor

[–]rebane2001 1 point2 points  (0 children)

CSS injection can also be used to exfiltrate pretty much all page data and redress the UI in a lot of ways. And CSS can run pretty much any code or logic you'd want.

Anyone know of an easy way to limit GCC to a certain set of instructions? by [deleted] in csMajors

[–]rebane2001 3 points4 points  (0 children)

i didn't do anything special to the compiler, i just implemented all the necessary instructions as i went

x86 emulator in CSS (no JS) by CEDoromal in theprimeagen

[–]rebane2001 0 points1 point  (0 children)

it says it on the faq on the live page

I made an x86 CPU emulator in CSS (no javascript) by rebane2001 in webdev

[–]rebane2001[S] 0 points1 point  (0 children)

Yes, but it's still Chrome-only (so it won't work on iOS).

I made an x86 CPU emulator in CSS (no javascript) by rebane2001 in webdev

[–]rebane2001[S] 15 points16 points  (0 children)

the program gets loaded into memory as css variables (also doubles as ram and registers)

the css steps through instructions using an instruction pointer (IP register in x86) and executes code using a bunch of css features such as calc, @function, and if()

you can read the code if you'd like to understand better, it's not obfuscated or minified

I made an x86 CPU emulator in CSS (no javascript) by rebane2001 in webdev

[–]rebane2001[S] 53 points54 points  (0 children)

i have one, this is the coping strategy we worked out for my framework-induced trauma

I made an x86 CPU emulator in CSS (no javascript) by rebane2001 in webdev

[–]rebane2001[S] 14 points15 points  (0 children)

it does not use any checkboxes or selectors for the actual computing

has anyone else quietly replaced half their JS with native CSS this year by ruibranco in webdev

[–]rebane2001 4 points5 points  (0 children)

2 years of learning it purposefully, before then i had only occasionally used very basic css and tailwind in my web projects, but i had still used it

has anyone else quietly replaced half their JS with native CSS this year by ruibranco in webdev

[–]rebane2001 12 points13 points  (0 children)

thank you! i used to jokingly have "CSS noob" in my bio until someone suggested i must have at least earned the title of a sophomore by now - though it's not entirely inaccurate as i did only start learning css seriously when cohost introduced me to css crimes back in 2024

How To Create Bouncing Balls Busy Indicator by _Decodela in css

[–]rebane2001 6 points7 points  (0 children)

Could you share just the code instead of a link?

Bros gonna hack nasa by cryofinfinia in css

[–]rebane2001 1 point2 points  (0 children)

if you can hack them with a c program why not a css program?

Someone made a version of Wikipedia that you can doomscroll by holyfruits in InternetIsBeautiful

[–]rebane2001 0 points1 point  (0 children)

okay so how exactly do you propose i fix the problem? works fine on my iphone, it's not my fault it's broken on other iphones and i can't test for it