I’dv deleted the default, it’s never come back.
I’dv deleted the default, it’s never come back.
Yes, it’s a fancy way to save a tab. I just leave the tab open. Not a feature I want, so not something I want them to waste limited development time on. It’d be nice if it were through the bookmarks interface, so booarks could save state & history the way tabs do, but that’s not what’s proposed so I’d rather not have this. PWAs are a workaround to make up for the limitations of bookmarks.
PWAs were a feature I marked “want least”. I don’t like a cluttered home screen, I’d much rather just use bookmarks.
It tastes like death and I love it.
It’s often used as the name for ammonium chloride on black licorice. The ammonium chloride also makes a great soldering iron tip cleaner!
I eat them all the time because I have a fucking problem, but I don’t enjoy it.
Aah, like salmiakki (salty licorice). Tastes terrible, but I just can’t stop eating them.
#define max(x,y) ( { __auto_type __x = (x); __auto_type __y = (y); __x > __y ? __x : __y; })
GNU C. Also works with Clang. Avoids evaluating the arguments multiple times. The optimizer will convert the branch into a conditional move, if it doesn’t I’d replace the ternary with the “bit hacker 2” version.
DoH & DoT still leak the domain name (and of course IP address) you’re connecting to. The domain name leak can be solved by Encrypted Client Hello but that’s still a draft and not turned on for many servers.