8000th post

Discussion about everything. New games, 3d math, development tips...

How soon do we reach 10000 posts?

March
4
25%
April
7
44%
May
3
19%
June
1
6%
July
1
6%
 
Total votes: 16

thesmileman
Posts: 360
Joined: Tue Feb 10, 2004 2:20 am
Location: Lubbock, TX

Post by thesmileman »

Keyless, it was a joke!
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

*lol*
funny thread. :)
If I would create some other threads like this ("Yay! 8100th post!", "Hey! We've now got 8150!", "Now 8152!!"), we would certainly reach 10000 in March. :)
Arudil
Posts: 27
Joined: Sun Sep 28, 2003 7:59 am
Location: Germany
Contact:

Post by Arudil »

wow, i wasn't here some months.. but the irrlicht community realy grow up :D
SuryIIID_

forum engine

Post by SuryIIID_ »

while(Irrlicht->run() && Community)
{
if (Irrlicht->isCommunityActive())
{

u32 now = device->getTimer()->getTime();
if (now - ForumLastPost > timeForWriteAPost && TotalPosts < 10000)
MakeNewPost();

AttractNewUser();
forum->Project Announcements++ ;
// display everything

forum->beginScene(true, true, backColor);

guienv->DrawAll();
smgr->ReadAll();
smgr->niko->replyAll();
forum->endScene();

// write statistics

swprintf(tmp, 255, L"%s fps:%d polys:%d", forum->getUserNick(),
forum->getTotalPost(), Irrlicht->getTotalUserCount());

IE->setWindowCaption->setText(tmp);
}
}
//keep this commented :)
// Irrlicht->drop();
}

8)
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

yeah right, Niko doesnt reply all :wink:
a screen cap is worth 0x100000 DWORDS
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Keless, technically speaking 99.99999999% = ALL

But my math skills are bad.

If Infinity is every and all numbers.

Then Infinity would be something like:

Infinity = {-2,-1,0,1,2}

So, technically speaking, negative infinity would equal Infinity.

Infinity = -Infinity

We can factor this down by dividing both sides by infinity

Infinity/Infinity = -Infinity/Infinity

Or...

1 = -1?
Crud, how do I do this again?
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

or to take this farther...

Post by buhatkj »

one thing i remember is that any number divided by infinity may be considered to be zero, that is
x/infinity = 0
so if infinity is the set of all numbers, and any of those numbers divided by infinity = 0
ie. infinity/infinity = 0
then all numbers are really 0

or,

let x be a number such that x E R
note that x/infinity = 0
and
infinity = R
therefore x=0
QED

...i did this in HS algebra, and my teacher just told me to shut up and stop spewing this nonsense....hehehehehehe
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Malaidas
Posts: 16
Joined: Wed Feb 25, 2004 1:15 pm

Post by Malaidas »

At risk of jumping on the bandWagon

while (myPosts < MAX_INTEGER)
myPosts = myPosts * myPosts;
Post Reply