

Participated accidentally lol
Participated accidentally lol
… This seems like standard GUI stuff. The interface component defined by some markup, with a hook to some programmatic behavior, and perhaps a corresponding resource ID
my LG oled works really well as a dumb TV with it disconnected from the Internet
what happened with the original Minecraft Forge?
this is exactly the kind of thing the senior engineers above me at my last job would use… Their code made me cry
use a simple counter for your left and right swipes, then you just need to count the matches and which ones fizzle out
The most atrocious variable names I ever encountered in code were as a research assistant for a math professor doing game theory simulations. Literally unreadable unless you had a copy of his paper on the subject to refer to
mathematician here, where is the joke?
She’s an American actress who was in Handmaid’s Tale and a few other things and then blew up thanks to her role in Euphoria. She’s become a bit of a meme recently because online conservatives think that her boobs are anti-woke
I have not used tailwind personally and I’m a fan of keeping the markup simple but to each their own
It’s so much more fun now though! Things like grid layout and flex box have really changed the game. Also idk if you were saying otherwise but this has no variables and is vanilla CSS
CSS has a pseudo-class, :focus-visible, that matches when an element is focused using keyboard navigation. It also has :focus-within, which matches when the current focused element is the selected element or one of its descendents. However, this applies not only for keyboard navigation but also mouse and tap focus. A pseudo-class that combines the two, :focus-visible-within, would be useful, but does not currently exist. Here’s an article about it: https://larsmagnus.co/blog/focus-visible-within-the-missing-pseudo-class
The code in the meme implements the logic of :focus-visible-within using the new :has() functional pseudo-class, and has a snippet of fallback behavior for slightly older browsers
CSS has always combined the styling and the logic for the styling. CSS selectors implement logic to determine where to apply styles
bingo, i made this meme while doing accessibility improvements at work
with CSS grid, and now subgrid (finally, chrome), layout with CSS has never been more pleasant
He should’ve just given himself the job title of “Linus”
Caffeine withdrawal can get more serious too. I’ve gotten cold sweats and vomited from caffeine withdrawal
Why the hell is it so complicated
imperialism
this is just a menacing try/catch!
The bots scrape costly endpoints like the entire edit histories of every page on a wiki. You can’t always just cache every possible generated page at the same time.