Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of these Archives, I am asking that you help him
by making a donation on the Paypal Button above.
You can visit us or register at my main site at:
Overunity Machines Forum



quentron.com

Started by Philip Hardcastle, April 04, 2012, 05:00:30 AM

Previous topic - Next topic

0 Members and 16 Guests are viewing this topic.

Regster

I'm too busy with my thesis attempting to prove that there is NOT a Cookie Monster living at the earth's core.  Once that is done, I'm moving onto the teacup orbiting the sun and then I'll have some spare time.

All joking aside, the quenco proposition as described does not require an active sorting mechanism/intelligence.  Same with salmon leaps.  The fish/particles are sorted by their own energy levels vs size of barrier.

I think the concept is throwing people with its mingboggling simplicity.

sarkeizen

Quote from: Regster on January 29, 2013, 02:29:49 PM
All joking aside, the quenco proposition as described does not require an active sorting mechanism/intelligence.
Not all MD devices do.

So what happens with your code analyzer?

Assuming your code is called: WillThisEnd(program,data).  Program and data are some way of delivering the program that needs to be analyzed and the data that "program" needs to operate on into your code and it returns 0 if true (program terminates) and 1 if false (program loops endlessly)

void WillThisEndOnSelf(program)
{
   if (WillThisEnd(program,program) == 0 )
       while(1);
   else
       return;
}

Now I execute:

WillThisEndOnSelf(WillThisEndOnSelf);

If WillThisEnd yields true...it's wrong because we don't halt.
If WillThisEnd yields false...it's wrong because we exit

Since WillThisEnd only produces True or False and must exit we have a proof by contradiction.

There are various ways you could pass "program" but they all work out the same. 

There are some other fun questions about WillThisEnd() - for example what possible complexity class could it have?

How could you, outside of running the program determine an exit condition which the program can not know in advance?

Regster

Well, the result... nay... existance of WillThisEndOnSelf is irrelevant because the magic happens in WillThisEnd.  Also the number and format of variables required would be worked out by WillThisEnd so no need to pass anything to it apart from the single argument, the location of the program.  And WillThisEnd would do what I outlined above.

So it wouldn't really matter what I returned from WillThisEnd to your piece of code (should you be so lucky as to get a copy of my source), because in executing it in the first place you have an answer played in audio form with a booming voice shouting UVAVU! or ERANU! (with a suitably dramatic reverb) just before your infinte while executes or your function returns.  :P


sarkeizen

Quote from: Regster on January 29, 2013, 04:24:12 PM
Well, the result... nay... existance of WillThisEndOnSelf is irrelevant because the magic happens in WillThisEnd.  Also the number and format of variables required would be worked out by WillThisEnd so no need to pass anything to it apart from the single argument, the location of the program.  And WillThisEnd would do what I outlined above.

So it wouldn't really matter what I returned from WillThisEnd to your piece of code
Sure does.  That's exactly what is stated in the spec...just a couple of posts above.  You implicitly agreed to it by using my terms.

...and whatver you say we just do the opposite.

Sorry your code doesn't work.

Regster

Well.... when one man reads implicit agreement where another wrote explicit clarification it's an unfortunate part of life, but somewhere a unicorn dies.

*bows head in respectful mourning*