Let me guess, Windows also not a monopoly, because Linux exist, and it’s just a loud minority that doesn’t like their data monitored by third parties for “ad” purposes.
He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java
Let me guess, Windows also not a monopoly, because Linux exist, and it’s just a loud minority that doesn’t like their data monitored by third parties for “ad” purposes.
If he meant the anti-woke brainrot, then yes, but that itself is just shielding corporations from actual critiques. There’s a very racist and transphobic caricature that even tries to make fun of people that doesn’t blame woke creators, but monetization practices.
Issue is, gamers think the problem with games are minorities.
Now I need two things:
You forgot:
I actually got into a fight over suggesting someone to use stock photos instead of grungy-smeary AI generated images for their (sh)articles, so at least I won’t believe it was too AI generated. Then they insisted on it being their own creation, and how they became an artist through words.
https://github.com/ZILtoid1991/newxml/tree/main
This XML parser of mine uses safe by default.
Pointers are not guaranteed to be safe. DIP1000 was supposed to solve the issue of a pointer referencing to a now expired variable (see example below), but it’s being replaced by something else instead.
int* p;
{
int q = 42;
p = &q;
}
writeln(*p); //ERROR: This will cause memory leakage, due to q no longer existing
D has many memory safety features. For local variables, one should use pointers, otherwise ref
does references that are guaranteed to be valid to their lifetime, and thus have said limitations.
That’s why I often recommend D instead.
Has a much more C-style syntax, except much more refined from the years of hindsight. The catch? No corporate backing, didn’t jump on the “immutable by default” trend when functional programming evangelists said for
loops are a bad practice and instead we should just write recursive functions as a workaround, memory safety is opt-in (although “safe by default” can be done by starting your files with @safe:
), some of the lead devs are “naive centrists” who want to “give everyone a chance at coding even if they’re bad people (nazis)”, implementing new changes to the lang has slowed down significantly up until the departure of Adam D Ruppe and the drama surrounding it, etc.
Just make it look uncool! Cigarettes’ image went from “cool” to “I’m 12 and I want to be taken seriously by mom/oh my god why did I even tried it”. From “hip” vaping, where should it’s image go? (Besides down the drain)
I’m very sad about kbin, I eve told Ernest that I’d volunteer with some admin work and potentially code (even if I despise PHP), but he declined, even when his health went really bad.
The sad thing is, there are other languages better at replacing C/C++ due to closer resemblance, except they’re rarely used due to lack of trendy technology that is being hyped in Rust. D lost a lot of ground due to its maintainers didn’t make it an “immutable by default” language at the time when functional programming paradigm was the next big thing in programming (which D can still do, as long as you’re not too fussy about using const
everywhere).
I can see that in some circumstances, votes might need to be public due to protocol, otherwise public votes have their own uses, and so are private ones.
Peasant uprisings, to take down the kings of today.
Same here, although I already had a Mastodon account.
They should have:
Someone should write an honest version of it.
Mostly yes, especially if you’re a big AAA publisher, so your game won’t get buried under cheap shovelware and the latest AAA slop. Also don’t forget that Steam barely does any moderation, especially once you become a power user, so hate groups will buy your game, leave a negative review, then refund it, because a YouTuber named Prof. Chud called it anti-white and anti-male…