Maybe they became self aware and could no longer live with themselves knowing their family history.
jecxjo
joined 2 years ago
it's a demonstration of how democracy is broken. It all depends on everyone to play nicely. You can cheat but if you're caught you bow out gracefully. The checks and balances are all based on one part of the government pointing saying "we see what you did, you're out." But what happens when one side has no shame. What happens when they have no empathy for others?
Congress controls funding and it is explicitly not the President's role. He is now circumventing the laws to get his agenda done without the support of Congress which should trigger an impeachment. Of course Congress is either already in his pocket or is too impotent to do anything so here we are.
The issue is a lack of an app ecosystem with actual AAA apps.
As with everything, it all depends.
When writing super efficient assembly you write towards the destination and not necessarily to fit higher level language constructs. There are often ways to cut corners for aspects not needed, reduction in instructions and loops all based on well designed assembly.
The problem is you aren't going to do that for every single CPU instruction because it would take forever and not provide a good ROI. It is far more common to write 99% of your system code in C and then write just the parts that can really benefit from fine tuned assembly. And please note that unless you're writing for an RTOS or something crazy critical on efficiency, its going to be even less assembly.