Validity Inexistence?

Posted by s on Sept. 6, 2008, 8:46 a.m.

I am someone.

I am someones?

Perhaps.

But probably not.

I (don’t) exist.

Do I/you/we/they exist?

I’m not the one to answer such questions, if you don’t mind. I think I’d prefer to just keep sitting along, doing nothing.

But then again, there is always the choice to not do …

Now featuring faster than light light

Posted by s on Sept. 5, 2008, 6:30 p.m.

Is there anything more infinite than Mandelbrot?

Why yes, two Mandelbrots

Diagnosis implies that precision loss was not by algorithm but by datatype

Also my mother didn't fall asleep while watching a movie late at night. History was made

Bezier

Posted by s on Sept. 4, 2008, 7:21 p.m.

void glBezier(int x1,int y1,int x2,int y2,int x3,int y3,double z=1){

glBegin(glLS);

z/=max(ptdis(x1,y1,x3,y3),ptdis(x2,y2,x3,y3));

for(double i=0;i<=1;i+=z){

if(i>1) i=1;

glVertex2f(x1+((x2-x1)*2+(x1-x2*2+x3)*i)*i,y1+((y2-y1)*2+(y1-y2*2+y3)*i)*i);}

glEnd();

}

void glBeziers(vector<int>&X,double z=1){

glBegin(glLS);

vector<int>Y;

int s=X.size()-2;

z/=ptdis(X[0],X[1],X[s-1],X);

for(double i=0;i<=1;i+=z){

Y=X;

for(int V=s;V;V-=2){

for(int v=0;v<V;v+=2){

Y[v]+=int((Y[v+2]-Y[v])*i);

Y[v+1]+=int((Y[v+3]-Y[v+1])*i);

}}

glVertex2i(Y[0],Y[1]);

}

glEnd();

}

glBeziers lacks proper precision still. Makes sense, probably has …

I have nothing to say

Posted by s on Sept. 3, 2008, 2:50 p.m.

So don't expect me to share my detour of nothingness as I rode by my destination while riding at slower than slow speeds

My mind just shutsdown at school, and I start playing with doors

Posted by s on Sept. 2, 2008, 2:44 p.m.

I am now a student of philosophy. Neat little class about the process of thinking. Maybe I'll learn to hate it later

I am also a student of the French language. The teacher hasn't spoken French in two years, and told me to stop being so hyperactive. So she can …

Who we are is what we are or what we are is who we are?

Posted by s on Sept. 1, 2008, 10:05 a.m.

I don't know why I'm here or who you are, but I want out

Where am I? Is this my house? Why do I want out?

I think you should get out

GET OUT

dontleavemeherealoneallcrowded

whynotstayawhile?

howgoesyourdeath?

whereareyougoing?

whyareyougoing?

whenareyougoing?

howareyougoing?

whoareyougoingtobe?

(x^y)*23

Quote: I guess Ill just post those …

P!=NP

Posted by s on Aug. 31, 2008, 8:12 a.m.

My reasoning?

Say that there exists a problem of the verify being O(n) and the finding being O(n2)

So then the increase in complexity results in O(n2)

Why shouldn't it in some other problem result in O(2n)?

Also, the problems are not equivalent. The …

Alright, you win. But just remember, you had to lose more to do it

Posted by s on Aug. 30, 2008, 4:39 p.m.

S="clipboard_set_text(chr(83)+chr(61)+chr(34)+S+chr(34)+chr(13)+chr(10)+' '+S)"

clipboard_set_text(chr(83)+chr(61)+chr(34)+S+chr(34)+chr(13)+chr(10)+' '+S)

(Second line should have 3 spaces prior to it to make it all line up. Version for web is)

S="clipboard_set_text(chr(83)+chr(61)+chr(34)+S+chr(34)+chr(13)+chr(10)+S)"

clipboard_set_text(chr(83)+chr(61)+chr(34)+S+chr(34)+chr(13)+chr(10)+S)

Hmmm, wonder what that replaces your supersecretmustrememberorelsethedoomsdaydevicewillbecompleted clipboard data with

I think I might be able to dodge out of using a GUI API. I've …

Done 61% ETA 10(11?)h

Posted by s on Aug. 29, 2008, 5:51 p.m.

OH MY GOD MY SHOULDER BLEEDS WHY DID I BIKE ON THE CRACK?

Remember kids, don't bike while on (a) crack

Don't bike on the crack of life we've given you to have light shed through and burn your eyes into a blindness of stupor

Don't bike on the crack …

You and I are both the same

Posted by s on Aug. 28, 2008, 11:05 a.m.

I just haven't figured out how yet