It will have even less so, but the only “bad media” will be the ones that doesn’t use “trans groomers” and “illegal migrants” in their headlines…
He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java
It will have even less so, but the only “bad media” will be the ones that doesn’t use “trans groomers” and “illegal migrants” in their headlines…
Some people only have information from one side of the story. If Trump wins, he will likely try to mimic what both Putin and Orbán did with the media.
Not if you opt in it. You can even put @safe:
in the beginning of your D source code, then you’ll have a memory safe D (you have to opt out by using @trusted
then @system
).
I personally prefer the memory safety tools offered by D over Rust. D also doesn’t come with const by default, and you can even opt out of the RAII stuff a certain graphics driver developer boasted about in the Linux developer mailings (RAII can be a bad for optimization).
/// Throws: MoneyNotFoundExcetion if person does not have enough money
At least the robovan looks like a vehicle from a dystopian cyberpunk movie, and the bad guy cops (that are of course working for a private police firm) are being ready to burst out from it to try to arrest the good guys.
And there are more insane numbers, that include abortions, because of course…
But black book of communism said communism killed 100 million people (more than what nazism killed), and the streamer by the name Mr. Shit told me that wokism will destroy video games by giving women square jaws, so now I’m a centrist between Margaret Thatcher and Adolf Hitler! /s
Or you can be like an anti-hero. Use guns, swear a lot, and most importantly: remember that your opponents will exploit the good faith of others.
Moral high ground. “They go low, we go high”.
The biggest issue with liberals are them taking their opponents in good faith, while their opponents exploit this fact.
Except on the republican side it goes like “We go low, you go high”, and the republicans are not the only ones using it. In fact, the nazis used it to get into power, and so is Putin, Orbán, etc.
And of course:
This will teach those karens to stop being bitches, and to go back to the kitchen and make 6-7 kids, as they should!
~ some weirdo incel
If I order an photograph by someone, and reject thousands of finished pieces for it to not meet my standards, will i become a cameraman?
If I order an art piece by someone, and reject thousands of finished pieces for it to not meet my standards, will i become an artist?
If you thought misspelling a variable was bad, then get ready for misreading documentation of OS API, then not realize why your implementation doesn’t work for a quite a long time.
This is highly inaccurate:
D: Esperanto. Highly derivative of C (Latin), designed by people previously writing compilers. It’s not being taken seriously as such.
Russian is nowadays being speaken by right-wing authoritarians instead, and any programmer that is auth-right is either coding in C/C++, or a Javascript/Python dev pretending to be a C/C++ dev to “gatekeep” nulangs (sic).
Give him a few years into a potential Trump victory, and he will make Tesla to manufacture petrol cars.
Leaked Windows code made Wine and ReactOS devs anxious, since MS could sue over it. On the other hand, I’ve looked up the keycodes from the Linux kernel for X11 (it’s literally just PS/2 with the unused codes being used in place of the E0 keys), and they haven’t yet came after us.
D seems to getting traction yet again, and some stuff might get better (D3, new GC, new standard library, etc).
While the borrow checker has its downsides, so its legitimate uses. A few people in the D community were thinking about implementing it as a library.
Because they want to replace them with more corporate-controlled languages.
Just add
@safe:
after yourmodule
declaration, and you’ll be safe by default if you don’t want to wait until D3.Also, unlike in Rust, you can opt-out from RAII with
int foo = void;
, although it primarily has a performance advantage with arrays, not singleton variables (might be also useful for aquiring an RNG seed in a dumb way).