I made a shortcut that's Ctrl + S to save and Ctrl + X to exit, so I don't have to remember it and have now forgotten to make room for more Rust knowledge
Yes. The only way to send patches without something like Github is over email. I don't mind all the other stuff, but there's no other way to do PRs than over email, and I hate email. I didn't see that he gave alternatives. His preferred solution was an email
The formal PR button in a forge is a way to do that with one click, but a short email with all the same information is just as good.
Isn't anarchy just against imposed hierarchy? Most anarchists I've met are okay with heirarchies that form naturally, and believe those hierarchies to be enough for society to function, hence why they call themselves anarchists, not minarchists.
Bro what? TI has like... the best docs. What are you talking about? They have the Microsoft C# docs of the semiconductor world. Clear examples, every little detail, well organized. Darn near perfect example of what to do
GLFW is a C library, not a C++ one, and an old one at that, and so the reason is that a long time ago, there was no bool in C. Every library would make their own true and false bc it's handy to have.
Nowadays, the type _Bool has been added to C, and C++ has built-in bool, but you can still see the legacy of no boolean in C as to use the type name "bool" as well as the key words "true" and "false" for 1 and 0, you have to include "stdbool.h," as well as in custom types in these old GL-adjacent libraries.
Post title is misleading as he's not really the one causing the drama.
The mods gave him a 6-week suspension, and now it's up, so he requested his access back. Nothing unusual
The drama comes from people who just hate the guy and are screaming about letting him back. His response to that was then very cordial and just calling out them for being to aggressive.
I'm not taking a stance on whether his suspension should become a ban or whether he's gonna change or whatever; I'm just saying it's simply false to say he's continuing to cause the drama and problems when all he did was ask to get his commit access back and tell his haters they're being assholes
There's a difference between a leftist and a left-wing extremist like the handful of people involved with the open letter
also the maintainers are what make nix be nix so yes, it’s has the potencial to affect a lot of people
Yes of course, but the maintainers aren't really affect either.
What I'm saying is there are only a few maintainers upset right now, and if the tide turns (which it looks like it has) only a few maintainers on the other side will be upset.
My point is overall only a few maintainers will be upset, like 10-20 or so out of thousands, so the status quo will stay the same.
has very good arguments(with proofs)
Not really
that don’t have any correlation with left or right
Strong correlation with far-left extremist ideas, actually
you need to give a good argument if you want people to belive in you
Those writing the open letter didn't give good arguments, so I don't need to either
I made a shortcut that's Ctrl + S to save and Ctrl + X to exit, so I don't have to remember it and have now forgotten to make room for more Rust knowledge