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.
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.
Yet, Meta cannot do anything about hate speech…
Guitar amp and pedal modeling.
And so is Arm, especially their Mali drivers.
While some go “um, ackchually, you don’t need a GPU driver for your hobby project of using a cheap SBC to run emulators”, it does affect usability a lot. Yeah, Arm also pointing at the licensors and so are licensors to Arm in this case, but it’s still not good that the only SBCs with relatively good GPU drivers for Linux are made by Raspberry Pi, and in all other case, you either need to pirate the drivers (!), use the tool that allows regular Linux to use Android GPU drivers, or just use the framebuffer-only driver with heavy limitations.
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).