>>6414You're a neurotic, impulsive retard who doesn't really want to understand how stuff happens and why, you are just in love with your ideas because you probably developed some personality disorder as a coping mechanism to your inability to dig into the nitty gritty - because you have 0 discipline. Sure, zog-niggers read your HTTPS communications through their certificates that are already installed on your computer, sure, Microsoft has a fuckton of telemetry and other shit that they hide through AppContainer (abusing a design), but the people who really want to go against this stuff empower you by writing, fuck, software like Fiddler for example, there's many ways to actually fucking verify your computer acgivity, it's not magic as you freetards force yourself to believe.
>>6417C is not inconvenient, but merely surpassed by modern needs. Systems nowadays are more complex than anything in the 1960s, in part because of many choices we as a community made then (for example Lisp VS. C). C did not have, for example, a garbage collector, because it was designed for platforms where a garbage collector would be physically not fit alongside the other required feature-set. C has not been formally verified because C cannot be mathematically proven, it's an amateurish set of rules compared to what we have discovered since then, and it shows in the pain of properly parsing it's current form in accordance to the current standards and extensions, it shows in the way they had to hackily bootleg generics, it shows in the fact that you have to deal with headers and because fo that bad design then also linker autism is common, it shows whenever you erase types in stupid ways (ignoring current packing, alignment, whatever), arguing otherwise is really just a way to defend the matter of fact that you don't want to evolve your programming skills and move on to new ideas. Let me connect it back to how you are enamored with your ideas and yourself, and as a coping mechanism you shun everything you don't immediately understand: if you had any of the ideas that you critique today yourself, you'd (perhaps rightfully!) think you're hot shit.
You should really participate in standardization circles if you think that your ideas are so great, and fight against the people with vested interest in moving shit forward, using your arguments and not just saying "NIIGGER NIGGER NIGGER YOU'RE RETARDED", it'll humble you. You probably have a friend group of people even lesser than you in the regard of programming who never contest you on any related matter.
>>6419I made a comment above on how your dear C could be an impediment to stuff just werking
Also, you shouldn't be writing code as close to your machine as possible, it should be as abstract as possible so that you can shoehorn optimizations that are architecture specific into generic operations, whilst also being able to easily support other architectures. Furthermore, you should be writing C like you're writing code for an abstract machine, if you're writing C. If you have a really custom architecture then why are you even writing C? You are just so enamored with your own ideas that you can't think of people using the right thing for the right job. If you really like C then have fun manually reordering your structures to respect size boundary alignment or shit like that.
>>6428Have you thought that, if you can't use a language in which lifetimes are embedded in the type, that maybe you're the issue?