I don't know why macos won't let you minimize a fullscreen window. No, you have to exit fullscreen, then press minimize. Couldn't you just do that for me? 😑
“Hey look at that kitty.”
“Wait you saw a cat? I didn't see a cat.”
"Yeah, I saw a cat twice."
“Shit, we’re being A/B tested!”
If you stare into Go's stdlib long enough, you start seeing things.
Dark things. Things you weren't meant to see.
Like this function that uses variables named φ and β.
Notion feels more slopcoded every day.
I've been having a lot of issues with page templates just not loading, or being really slow. Never had these issues before.
morning
bluesky is twitter rebooted into an earlier stage of development where they seem deeply committed to learning nothing from what happened the first time
If you use GitHub (especially if you pay for it!!) consider doing this *immediately*
Settings -> Privacy -> Disallow GitHub to train their models on your code.
GitHub opted *everyone* into training. No matter if you pay for the service (like I do). WTH
github.com/settings/cop...
CSS nesting is now Baseline 🎉
Write nested selectors directly in CSS — just like Sass, but natively.
.card {
color: black;
&:hover { color: blue; }
.title { font-weight: bold; }
}
No preprocessor needed.
Learn more 👇
developer.mozilla.org/en-US/docs/...