Author Topic: Another problem!!  (Read 15854 times)

0 Members and 1 Guest are viewing this topic.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #30 on: October 28, 2006, 07:21:10 pm »
And? They're still related so I can call infinite recursion and infinite loop if I damn well feel like it and I will still be right.

Which makes me right.

Warrior, you're pathetic sometimes.  It doesn't matter how you want to justify your incorrectness.  You're still wrong.

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #31 on: October 28, 2006, 07:40:08 pm »
And? They're still related so I can call infinite recursion and infinite loop if I damn well feel like it and I will still be right.

Which makes me right.

Warrior, you're pathetic sometimes.  It doesn't matter how you want to justify your incorrectness.  You're still wrong.

I'm incorrect because you say I'm incorrect? You're not the one with the wikipedia articles proving you right however.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Another problem!!
« Reply #32 on: October 28, 2006, 08:10:30 pm »
Do you remember what you're arguing about?  Here's the original quote:

If you're infinitely looping you're bound to access some restricted memory sooner or later.

We've determined that it's quite likely that that's not going to happen.  in fact, the only time it's going to happen is if you're processing an array, or something else uncommon.  So you're wrong. 


Even if infinite recursion could be called an infinite loop, you aren't accessing restricted memory, you're running out of stack space.  So wrong again. 

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #33 on: October 28, 2006, 08:20:27 pm »
Do you remember what you're arguing about?  Here's the original quote:

If you're infinitely looping you're bound to access some restricted memory sooner or later.

We've determined that it's quite likely that that's not going to happen.  in fact, the only time it's going to happen is if you're processing an array, or something else uncommon.  So you're wrong. 


Even if infinite recursion could be called an infinite loop, you aren't accessing restricted memory, you're running out of stack space.  So wrong again. 

You're right on those counts, I was thinking of buffer overflows when I wrote that. Who cares, if he fixes his problem with his app then all the power to him, I'm not going to continue arguing over something so stupid.

I do however standby my point I made to on infinite recursions being a form of infinite loops.

Scoreboard:
-----------
iago: 2
warrior: 1
sidoh: -12


One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #34 on: October 28, 2006, 08:48:42 pm »
I'm incorrect because you say I'm incorrect? You're not the one with the wikipedia articles proving you right however.

You're hopeless, Warrior.  Your inability to admit defeat is astounding.

I will make my analogy (that you seemed to completely look over, by the way) more understandable for you.

And Rolle's Theorem is a special case of the Mean Value Theorem.  That doesn't make them the same thing.  Just because two things are related doesn't mean they're completely synonymous.

Rolle's Theorem states: if is continuous on a closed interval and differentinable on the open interval and , then there is some number in the open interval such that .

The Mean Value Theorem states: if is continuous on a closed interval and differentiable on the open interval and then there exists some value such that

As you should be able to see, Rolle's theorem is merely a special case of the MVT.  Does that make them equivilant?  Identical?  No, not at all.  Just because something is a special case of some other thing does not make them the same thing.  When someone tells you to solve a problem through recursion, you solve it through recursion, not looping.  They're two separate things, even though they represent comparable concepts.

It doesn't matter if recursions are a form of infinite loops (which, by the way, none of us have denied.  You haven't made a point.  You've simply pointed out something that all of us already know).  As I surely hope you know, a loop in programming has a far less abstract meaning than you're allowing it to have.  When someone tells you to write a loop, you better be typing the word "for" or "while."

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #35 on: October 29, 2006, 09:21:23 am »
Blah Blah

Let's go over this:

Loop - Executing the same code over and over again
Infinite - Going on forever

Infinite Loop = Executing the same code over and over again forever.

Recursion - Executing the same code over and over again

Recursion = Loop

Infinite Recursion = Executing the same code over and over again forever.

Infinite Loop = Infinite Recursion

One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #36 on: October 29, 2006, 10:24:09 am »
Blah Blah

Let's go over this:

Loop - Executing the same code over and over again
Infinite - Going on forever

Infinite Loop = Executing the same code over and over again forever.

Recursion - Executing the same code over and over again

Recursion = Loop

Infinite Recursion = Executing the same code over and over again forever.

Infinite Loop = Infinite Recursion



Why are you so hard headed?  You can't win an argument if you don't even understand the other side of the argument, which you clearly don't.  This isn't a rap battle, Warrior.  Your usual argumentative tactics aren't going to work. :P

As I surely hope you know, a loop in programming has a far less abstract meaning than you're allowing it to have.  When someone tells you to write a loop, you better be typing the word "for" or "while."

Your "proof" abstracts the meaning of recursion and looping, which is exactly what I told you why you're wrong. :P
« Last Edit: October 29, 2006, 10:26:11 am by Sidoh »

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #37 on: October 29, 2006, 10:25:32 am »
I know, I'm being an asshole because it's fun.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #38 on: October 29, 2006, 10:28:21 am »
I know, I'm being an asshole because it's fun.

I don't buy it. :P

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Another problem!!
« Reply #39 on: October 29, 2006, 11:03:44 am »
Warrior's tactic in this argument (and others) is to change the definition of the problem until it matches what he's arguing. 

This argument wasn't about whether or not infinite recursion is an infinite loop, it's about whether or not an infinite loop corrupts the stack. 

So you lose, gg.

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #41 on: October 29, 2006, 02:06:53 pm »
Warrior's tactic in this argument (and others) is to change the definition of the problem until it matches what he's arguing. 

This argument wasn't about whether or not infinite recursion is an infinite loop, it's about whether or not an infinite loop corrupts the stack. 

So you lose, gg.

What are you talking about..it does. Since we established that Infinite Loops = Infinite Recursion and infinite recursion do corrupt the stack.

I win.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #42 on: October 29, 2006, 02:17:23 pm »
Blah Blah

LMFAO!!  That's funny.

It's funny because he's an idiot.

Warrior's tactic in this argument (and others) is to change the definition of the problem until it matches what he's arguing. 

This argument wasn't about whether or not infinite recursion is an infinite loop, it's about whether or not an infinite loop corrupts the stack. 

So you lose, gg.

What are you talking about..it does. Since we established that Infinite Loops = Infinite Recursion and infinite recursion do corrupt the stack.

I win.

No, you completely ignored everything we said so you could establish with yourself that you won.  You're an idiot.

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Another problem!!
« Reply #43 on: October 29, 2006, 02:30:06 pm »
Blah Blah

LMFAO!!  That's funny.

It's funny because he's an idiot.

Warrior's tactic in this argument (and others) is to change the definition of the problem until it matches what he's arguing. 

This argument wasn't about whether or not infinite recursion is an infinite loop, it's about whether or not an infinite loop corrupts the stack. 

So you lose, gg.

What are you talking about..it does. Since we established that Infinite Loops = Infinite Recursion and infinite recursion do corrupt the stack.

I win.

No, you completely ignored everything we said so you could establish with yourself that you won.  You're an idiot.

Funny you get mad over something on the internet, oh well. There is just no way I'm wrong, my proof is in the word itself. I'm fully aware when you say loop isn't just limited to recursion but the point is that, it includes recursion.

Ugh why am I even continuing this with you, I don't care. If you want to defy a definition to prove that you win then so be it, I'll just get on with my life.

You obsess too much over these things imho.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Another problem!!
« Reply #44 on: October 29, 2006, 02:32:32 pm »
Funny you get mad over something on the internet, oh well. There is just no way I'm wrong, my proof is in the word itself. I'm fully aware when you say loop isn't just limited to recursion but the point is that, it includes recursion.

Ugh why am I even continuing this with you, I don't care. If you want to defy a definition to prove that you win then so be it, I'll just get on with my life.

You obsess too much over these things imho.

It doesn't matter where I encounter them, idiots always piss me off.

I'm not defying the definition.  Like I said, you're abstracting the definition of a loop and using the abstracted definition to relate it to recursion.  I'm not saying that recursion isn't looping; however, it isn't a loop when you use the definition of the word "loop" in the context of a programming language.

In any case, you're still wrong. :P