Let’s paint an entire nation with the same brush, why don’t we.
xep
- 0 Posts
- 10 Comments
xep@fedia.ioto Electric Vehicles@slrpnk.net•Another way electric cars clean the air: study says brake dust reduced by 83%13·1 month agoWhy would you drive like this?
xep@fedia.ioto Electric Vehicles@slrpnk.net•BYD takes the spotlight in the heart of Europe after sales surge by +750% in April8·2 months agoYou forgot your /s.
xep@fedia.ioto Climate - truthful information about climate, related activism and politics.@slrpnk.net•NOAA set to fire 1,029 more employees, bringing cuts to near 15 percent9·4 months agoI read the title as “set fire to” and was very confused for a moment.
xep@fedia.ioto Programmer Humor@programming.dev•TIL that "nginx" is pronounced "engine-x", and not "n-jinx"13·4 months agoIt’s ef sock in my head
xep@fedia.ioto Programmer Humor@programming.dev•All morning trying to fix something in CSS...30·5 months agoAh, a low radar signature house.
xep@fedia.ioto Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?181·5 months agoHey have you tried using Vim? I like it better than Emacs
The WTF case isn’t allowed because it would allow modification of the const. From https://en.cppreference.com/w/cpp/language/implicit_conversion
int main() { const char c = ‘c’; char* pc; char** ppc = &pc; const char** pcc = ppc; // Error: not the same as cv-unqualified char**, no implicit conversion. *pcc = &c; *pc = ‘C’; // If the erroneous assignment above is allowed, the const object “c” may be modified. }
Nobody can stop you from spending your money as you see fit, 24/7/365, from anywhere, to anywhere, instantly, and for free.
Except it’s not.
This is where you’d normally go “there must be a better way…”