Fun stuff

Not about OpenMW? Just about Morrowind in general? Have some random babble? Kindly direct it here.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Fun stuff

Post by sirherrbatka »

http://www.youtube.com/watch?v=6newFTnKuWQ

FPS in SC2. That's a modability!
User avatar
Necrod
Posts: 251
Joined: 26 Mar 2012, 17:00
Location: Croatia/Pula

Re: Fun stuff

Post by Necrod »

Image
StraToN
Posts: 11
Joined: 28 Aug 2011, 11:35

Re: Fun stuff

Post by StraToN »

Error at the last line! :)
According to 1st line, we have :

Code: Select all

a = b
so (a - b) = 0
So, at the last line we had :

Code: Select all

2 (a - b) = a - b
Thus, we cannot divide the left side by (a - b) because (a - b) = 0.

Phew! God is safe - maybe ?
Nomadic1
Posts: 79
Joined: 16 Apr 2012, 09:08

Re: Fun stuff

Post by Nomadic1 »

Yeah, that's right. Kinda clever though :)
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Fun stuff

Post by psi29a »

Image
trikorder
Posts: 44
Joined: 07 Feb 2012, 16:33

Re: Fun stuff

Post by trikorder »

Gamer contest hosted by Mozilla, Creative Commons, and others

http://opensource.com/life/12/9/the-gam ... 0006R97AAE
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Fun stuff

Post by sirherrbatka »

http://www.youtube.com/watch?v=eRKIWfE6Fws

iphone box dropped! See how queue zombis reacts! ;-)
ezzetabi
Posts: 407
Joined: 03 Feb 2012, 16:52

Re: Fun stuff

Post by ezzetabi »

Necrod wrote:Image
That one is a classic, try this less common one:
Image
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Fun stuff

Post by psi29a »

Image
StraToN
Posts: 11
Joined: 28 Aug 2011, 11:35

Re: Fun stuff

Post by StraToN »

@ezzetabi

Yup this one is trickier. It relies on a specific property of the square root which is as follows :

Code: Select all

sqrt(a * b) = sqrt(a) * sqrt(b) if and only if a>0 and b>0
Thus, we cannot write this :

Code: Select all

sqrt(-1 * -1) != sqrt(-1) * sqrt(-1)
Post Reply