3 fix_need found

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
modenaf1
Registered User
Posts: 103
Joined: Sun Nov 16, 2003 8:29 pm

Re: 3 fix_need found

Post by modenaf1 »

metest12 wrote:I have an idea to keep down the number of bug reports and support requests like this. When you try to download a CVS snapshot, you have to pass a little 10-question test with obvious answers (like "What is the name of this solar system's star?") in multiple choice. But in that little test, have one question randomly inserted saying "What did the CVS agreement say about asking for support?"
Well, he just said thye dont need any more agreements or something, but still it would hold down on all of the support questions.

BTW, I figured it out, I reisntalled mysql and now I can get the snapshots to work! I had tried just getting a normal verison of phpBB2.0 and that didnt work so it led me to beleive it was the server.
Banned

imeyer
Registered User
Posts: 16
Joined: Wed Jan 14, 2004 4:13 am

Re: 3 fix_need found

Post by imeyer »

SamG wrote:Imagine your friend telling you every time he gets a new copy that this is broken, that is broken, and you really should have done something in some other way than you did.
Maybe you need to re-evaluate your friendship with that person then! ;)

In all seriousness though, people can download the CVS version of my project but I don't give support and if anyone says anything, I ignore them. Maybe I'll take note of what they said, but I usually just ignore them.

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: 3 fix_need found

Post by Roberdin »

I'd just say "That's great, really is... I have another buggy pre-release version I want you to beta test for me. Note all the bugs you can find ok? It's called Windows." That should keep em busy for a while :P
Rob

imeyer
Registered User
Posts: 16
Joined: Wed Jan 14, 2004 4:13 am

Re: 3 fix_need found

Post by imeyer »

Roberdin wrote:I'd just say "That's great, really is... I have another buggy pre-release version I want you to beta test for me. Note all the bugs you can find ok? It's called Windows." That should keep em busy for a while :P
Ha. That's funny. Sad thing is I can't think of any piece of software that doesn't have a bug in it. Which raises the question, if there is a bug and it hasn't been found, is it still a bug?

Klors
Registered User
Posts: 95
Joined: Fri Sep 19, 2003 2:08 pm

Re: 3 fix_need found

Post by Klors »

imeyer wrote:
Roberdin wrote:I'd just say "That's great, really is... I have another buggy pre-release version I want you to beta test for me. Note all the bugs you can find ok? It's called Windows." That should keep em busy for a while :P
Ha. That's funny. Sad thing is I can't think of any piece of software that doesn't have a bug in it. Which raises the question, if there is a bug and it hasn't been found, is it still a bug?

Code: Select all

<?php
if ($bug = 'found')
{
    echo $bug;
}
else
{
    echo $bug;
}
?>
This piece of code will give you the answer. All you have to do is figure out how to get it to evaluate to false.

Maybe try a quantum computer. In theory that should give you both results at once. :)

(PS note it's intentional that it's written as an assignment not a comparison)

imeyer
Registered User
Posts: 16
Joined: Wed Jan 14, 2004 4:13 am

Re: 3 fix_need found

Post by imeyer »

Klors wrote:
imeyer wrote:
Roberdin wrote:I'd just say "That's great, really is... I have another buggy pre-release version I want you to beta test for me. Note all the bugs you can find ok? It's called Windows." That should keep em busy for a while :P
Ha. That's funny. Sad thing is I can't think of any piece of software that doesn't have a bug in it. Which raises the question, if there is a bug and it hasn't been found, is it still a bug?

Code: Select all

<?php
if ($bug = 'found')
{
    echo $bug;
}
else
{
    echo $bug;
}
?>
This piece of code will give you the answer. All you have to do is figure out how to get it to evaluate to false.

Maybe try a quantum computer. In theory that should give you both results at once. :)

(PS note it's intentional that it's written as an assignment not a comparison)
Well going by Schroedinger's cat paradox, wouldn't the result be both until it was observed?

Klors
Registered User
Posts: 95
Joined: Fri Sep 19, 2003 2:08 pm

Re: 3 fix_need found

Post by Klors »

Hence the need for a quantum computer to observe both outcomes at the same time so that the observation of the event doesn't alter the outcome. :mrgreen:

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: 3 fix_need found

Post by Roberdin »

You could rewrite the php parser to include $bug as some sort of constant as "Non Found". :P

(Yes I like to be difficult)
Rob

imeyer
Registered User
Posts: 16
Joined: Wed Jan 14, 2004 4:13 am

Re: 3 fix_need found

Post by imeyer »

Klors wrote:Hence the need for a quantum computer to observe both outcomes at the same time so that the observation of the event doesn't alter the outcome. :mrgreen:
In theory, isn't that impossible, because you're still observing, even if it is on the quantum level.

But I may be wrong, I'm stuck in a holographic universe.

Klors
Registered User
Posts: 95
Joined: Fri Sep 19, 2003 2:08 pm

Re: 3 fix_need found

Post by Klors »

By jove! I do believe you've solved the eternal question of Schroedinger's cat paradox. I take it that you are postulating that the initial paradox question was in fact malformed and that we should re-pose the question as...

Code: Select all

<?php
error_reporting(E_ALL);
define('BUG', 'Not found');

if (BUG = 'found')
{
    echo $bug;
}
else
{
    echo $bug;
}
?>
and in so doing find that the cat is neither alive nor dead, but that it is in fact a "Parse error: parse error in /home/klors/www/schroedinger.php on line 5".

So I would then presume that you are hinting to us that it is in fact the universe that is mutable and not the cat. That the cat is a constant and we should redefine our view of the universe to include the cat in its non-variable form of mere existance rather than viewing it as an alive/dead variable.

Very interesting.

Post Reply