Properly in this context would mean achieving the same effect at the lowest possible overall expense of energy (including those of developer laptops) given specific hardware. Google spends a lot of effort optimizing…
It's not just the language though. It is also what's done with the language. Increased productivity also means all kinds of marginal convenience and monetization features will get implemented which gobble up additional…
Please reflect on what you are saying. You stylize yourself as victim when you are actually benefiting from making harmful decisions and then rationalizing that harmful behavior with "but everyone else is doing it too".
The question is what someone who is aware of the issues and willing to act can do. Just because there are those who act irresponsibly does not prevent you from adjusting your behavior.
Well, then you may have a catch-22 where the expense of having your child could cause making the world unlivable for that child thus condemning it or its descendants to non-existence. Thus generalized to the whole…
Political reality in america is that there were multiple changes of ruling party in the last decade and MPs being voted out on specific issues. Of course a representative multi-party system would be preferable, but it's…
There's more one can do than just that. I do not own or use cars. I try limit my meat consumption (not entirely successful on that front). I changed energy providers to buy from renewables sources. I do not travel by…
Specialized data structures can be built that contain primitives and other types supporting this kind of thing. But you still can't store arbitrary data because they could contain FFI pointers, handles to native…
That's not possible to do safely for arbitrary data structures because they can contain pointers or references. If you reload to a different address then the pointers, even within the allocated chunk, would be invalid…
Properly in this context would mean achieving the same effect at the lowest possible overall expense of energy (including those of developer laptops) given specific hardware. Google spends a lot of effort optimizing…
It's not just the language though. It is also what's done with the language. Increased productivity also means all kinds of marginal convenience and monetization features will get implemented which gobble up additional…
Please reflect on what you are saying. You stylize yourself as victim when you are actually benefiting from making harmful decisions and then rationalizing that harmful behavior with "but everyone else is doing it too".
The question is what someone who is aware of the issues and willing to act can do. Just because there are those who act irresponsibly does not prevent you from adjusting your behavior.
Well, then you may have a catch-22 where the expense of having your child could cause making the world unlivable for that child thus condemning it or its descendants to non-existence. Thus generalized to the whole…
Political reality in america is that there were multiple changes of ruling party in the last decade and MPs being voted out on specific issues. Of course a representative multi-party system would be preferable, but it's…
There's more one can do than just that. I do not own or use cars. I try limit my meat consumption (not entirely successful on that front). I changed energy providers to buy from renewables sources. I do not travel by…
Specialized data structures can be built that contain primitives and other types supporting this kind of thing. But you still can't store arbitrary data because they could contain FFI pointers, handles to native…
That's not possible to do safely for arbitrary data structures because they can contain pointers or references. If you reload to a different address then the pointers, even within the allocated chunk, would be invalid…