@fasterthanlime I use KWin Wayland daily on an Nvidia GPU. It works about as well as anything else on Linux. Chromium and thus electron are perpetually the least well behaved but they at least work now, and everything else works pretty well in my experience
#227 Given the following in C++:
int g(int &) {return 1;}
int g(const int &) {return 2;}
int main() {
return [x=1]{
decltype(x) y;
auto &z = x;
return g(y) + g(z);
}();
}
Without checking, main returns:
A. 2
B. 3
C. 4
D. Show results
#Cplusplus#Cpppolls
Tech salaries are not inflated, they are middle class. This is just the actual cost of living, but you’ve accepted/ignored that other careers have been pushed out of the middle class
It’s pretty simple: Google Meet (original) was previously Meet, which was the rebranded Hangouts Meet. Meet has been merged with Google Duo, which replaced Google Hangouts. Google Duo has been renamed Meet, and Meet has been temporarily named Google Meet (original), for clarity
It’s pretty simple: Google Meet (original) was previously Meet, which was the rebranded Hangouts Meet. Meet has been merged with Google Duo, which replaced Google Hangouts. Google Duo has been renamed Meet, and Meet has been temporarily named Google Meet (original), for clarity
“Measuring programming progress by lines of code is like measuring aircraft building progress by weight.” — the smartest thing Bill Gates ever said
https://t.co/1hGrMbIdXg