Jump to content
SubSpace Forum Network

Recommended Posts

Posted

Unexpected is a defenition for something you never would have expected.

Expected is something you are aware of and could prepair yourself for it.

Thats why the unexpected could not be expected.

But you can infact search for something and find something which is something you didnt expect to be happening. This way you can make the unexpected, expected.

 

blum.gif

Posted
Reports that say that something hasn't happened are always interesting to me' date=' because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns -- the ones we don't know we don't know.[/quote']

 

does the word "waffle" come to mind?

Posted

To expect the unexpected can be a logical truth. Life is not a matter of constants. Life is loop with only one ending case. If you look at life not expecting the unexpected, you are expecting yourself and life to be a constant.

 

2 + 2 = 4

 

But as we know, nothing in life is certain, so thus life looks more like this for the unexpecting:

 

2 + B = 4

 

Furthermore goals in life are constants. If you plan to go home, you can go home. You might not get there when you expected, or it might take going to many other places, but if you truely want to go home, you can go home.

 

But in the case above, where you have set yourself as 2, if B = 1, you will not reach your goal. This is how the majority of people are today. They have set themselves, and cannot adjust to meet the challenge of reaching the goal.

 

Now if you expect the unexpected your equation looks like:

 

A + B = 4

 

So no matter what variable B becomes, you can adjust yourself to meet the goal at hand.

 

Expecting the unexpected does not mean you know what will happen, it is accepting that things might not go as planned, and being ready to adjust yourself, the only thing you have control over, to adapt to what ever will come so that you can reach your goal.

Posted
To expect the unexpected can be a logical truth. Life is not a matter of constants. Life is loop with only one ending case. If you look at life not expecting the unexpected, you are expecting yourself and life to be a constant.

 

2 + 2 = 4

 

But as we know, nothing in life is certain, so thus life looks more like this for the unexpecting:

 

2 + B = 4

 

Furthermore goals in life are constants. If you plan to go home, you can go home. You might not get there when you expected, or it might take going to many other places, but if you truely want to go home, you can go home.

 

But in the case above, where you have set yourself as 2, if B = 1, you will not reach your goal. This is how the majority of people are today. They have set themselves, and cannot adjust to meet the challenge of reaching the goal.

 

Now if you expect the unexpected your equation looks like:

 

A + B = 4

 

So no matter what variable B becomes, you can adjust yourself to meet the goal at hand.

 

Expecting the unexpected does not mean you know what will happen, it is accepting that things might not go as planned, and being ready to adjust yourself, the only thing you have control over, to adapt to what ever will come so that you can reach your goal.

nice explanation

Posted

lol too lazy to read all the rest of the garbage. The answer to it.. is that you simply can't expect the unexpected. Use some common sense and you might have it click.. depending on how stupid you are...

 

When you start to expect the unexpected... than the "unexpected" becomes expected.. and when it happens.. it was already no longer the unexpected.

Posted
lol too lazy to read all the rest of the garbage. The answer to it.. is that you simply can't expect the unexpected. Use some common sense and you might have it click.. depending on how stupid you are...

 

When you start to expect the unexpected... than the "unexpected" becomes expected.. and when it happens.. it was already no longer the unexpected.

 

 

 

 

To expect the unexpected can be a logical truth. Life is not a matter of constants. Life is loop with only one ending case. If you look at life not expecting the unexpected, you are expecting yourself and life to be a constant.

 

2 + 2 = 4

 

But as we know, nothing in life is certain, so thus life looks more like this for the unexpecting:

 

2 + B = 4

 

Furthermore goals in life are constants. If you plan to go home, you can go home. You might not get there when you expected, or it might take going to many other places, but if you truely want to go home, you can go home.

 

But in the case above, where you have set yourself as 2, if B = 1, you will not reach your goal. This is how the majority of people are today. They have set themselves, and cannot adjust to meet the challenge of reaching the goal.

 

Now if you expect the unexpected your equation looks like:

 

A + B = 4

 

So no matter what variable B becomes, you can adjust yourself to meet the goal at hand.

 

Expecting the unexpected does not mean you know what will happen, it is accepting that things might not go as planned, and being ready to adjust yourself, the only thing you have control over, to adapt to what ever will come so that you can reach your goal.

Posted

in terms of logic programming

 

enum states
  expected
  unexpected
end enum

dim state as boolean

sub main()
  state = unexpected
  expect()
  if state = expected then 'will the expected be expected
	  'duh
  end if

  if state = unexpected then 
		 'never, because you expect the expected, you didn't expect the unexpected
  end if
end sub


sub expect()
  state = expected
end sub

sub unexpect()
  state = unexpected
end sub

 

problem solved... i think oO.

 

orrrr you meant a recursive loop that with each statements repeats the previous statements + adds the current?

Guest
This topic is now closed to further replies.
×
×
  • Create New...