Also get ready of net neutrality disappearing, and you’ll have sites blocked just because of ISPs not liking them.
He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java
Also get ready of net neutrality disappearing, and you’ll have sites blocked just because of ISPs not liking them.
Except it will be X city by Elon Musk.
Blame the news media. They sane washed Trump.
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
> calling twitter X
PC Guru is now owned by a satellite company of 4IG, and they now sprout anti woke madness…
4IG (a Hungarian IT enterprise with a lot of ties to Fidesz) offered some streaming services for them. No knowledge on anything further, only that Fidesz likes to deplatform musicians and allegedly also into collecting kompromat (compromising information on people that are used for blackmail).
Or 3D print a stand to keep it sideways.
Or the employee was an allergy denialist. I know many people like that, and at least one almost killled a person, for the sole reason of some people claiming to ge gluten intolerant because of their health guru saw some people losing weight due to their primary carb source became expensive (it had a weird positive side effect of such item being more available, although early on some of such items secretly contained gluten).
Hungary already did that. The last “independent” TV has stopped airing news critical of the Russian invasion.
Funny thing is, I was thinking about writing my own text editor that is not a web application running in chromium, and wanted to name it “Blackjack”.
Go go, crablang nijigenerate redot MotherRussiaOS!!!
Special mention to all the hateforks created due to “valid concerns over code of conducts potentially banning white men from contribution” - a friend of mine had to clean up a state project that used such a hate fork that got terribly left behind.
For monopolistic behavior, right?
Only the rich would make to Mars, the rest would be left on Earth to die in the climate collapse.
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).