I <3 what I do
I <3 who I am
and yes, I am a geek :D
class object {
float force;
float x;
float v;
public:
//! apply constant force for the next integration step
object() : force(0.0f), x(0.0f), v(0.0f) {}
void applyForce(force(float force) { this->force += force; }
void integrate(float dt) {
x += v*dt;
v += force*dt;
force =0.0f;
}
};
so say you have two of these objects coupled together by a spring (f = -kx) now RK4 is basicallyWe have to recognize [that children are] different from us. We made mixed tapes; they remix music. We watched TV; they make TV.
It is technology that has made them different, and as we see what this technology can do we need to recognize you can't kill the instinct the technology produces; we can only criminalize it. We can't stop our kids from using it; we can only drive it underground. We can't make our kids passive again; we can only make them, quote, "pirates." And is that good? We live in this weird time, it's kind of age of prohibitions, where in many areas of our life, we live life constantly against the law. Ordinary people live life against the law, and that's what I -- we -- are doing to our kids. They live life knowing they live it against the law. That realization is extraordinarily corrosive, extraordinarily corrupting. And in a democracy we ought to be able to do better. Do better, at least for them, if not for opening for business.