Remove ads

Information

Year
2014
Runtime
108 min.
Director
Alex Garland
Genres
Drama, Sci-Fi, Mystery
Rating *
7.7
Votes *
191,592
Checks
20,815
Favs
2,243
Dislikes
105
Favs/checks
10.8% (1:9)
Favs/dislikes
21:1
* View IMDb information

Top comments

  1. MrDoog's avatar

    MrDoog

    Fantastic sci fi thriller for Garland's directorial debut. The story is provocative and intriguing, the principle cast are superb and the whole thing coasts along in this eery tense atmosphere. Engrossing is the word i'm looking for.

    It reminded me why I love watching movies. Highly recommended
    9 years 1 month ago
  2. monty's avatar

    monty

    At one point in the film we see some code on the screen. When I first saw it I was particularly annoyed since it had nothing to do with what the character was doing. But when I got a chance to see it in detail:

    #BlueBook code decryption
    import sys
    def sieve(n):
    x = [1] * n
    x[1] = 0
    for i in range(2,n/2):
    j = 2 * i
    while j < n:
    x[j]=0
    j = j+i
    return x

    def prime(n,x):
    i = 1
    j = 1
    while j <= n:
    if x[i] == 1:
    j = j + 1
    i = i + 1
    return i - 1
    x=sieve(10000)
    code = [1206,301,384,5]
    key =[1,1,2,2,]

    sys.stdout.write("".join(chr(i) for i in [73,83,66,78,32,61,32]))
    for i in range (0,4):
    sys.stdout.write(str(prime(code[i],x)-key[i]))

    print

    Which when you run with python2.7 you get the following:

    ISBN = 9780199226559

    Which is Embodiment and the inner life: Cognition and Consciousness in the Space of Possible Minds. and so now I have a lot more respect for the Director.
    7 years 10 months ago
  3. Chieftac's avatar

    Chieftac

    spoiler 8 years 10 months ago
See all comments

Friends

Login to see which of your friends have seen this movie!

Activity

  1. Ramo23 checked this movie 3 hours 1 minute ago
  2. Bkfsss added this movie to their watchlist 1 day 12 hours ago
  3. tepezala and Ewoin checked this movie 3 days ago
  4. Jcrevitt and Therustler checked this movie 4 days 3 hours ago
  5. Smittycommitty and haileylane checked this movie 6 days 13 hours ago
See more activity

In 5 official lists

  1. This movie ranks #48 in iCheckMovies's 2010s Top 100
    iCheckMovies's 2010s Top 100's icon

    iCheckMovies's 2010s Top…

    48
  2. This movie ranks #56 in Reddit Top 250
    Reddit Top 250's icon

    Reddit Top 250

    56
  3. This movie ranks #63 in FOK!'s Film Top 250
    FOK!'s Film Top 250's icon

    FOK!'s Film Top 250

    63
  4. This movie ranks #464 in TSPDT's 21st Century's Most Acclaimed Films
    TSPDT's 21st Century's Most Acclaimed Films's icon

    TSPDT's 21st Century's M…

    464
  5. This movie ranks #1126 in Jonathan Rosenbaum's Essential Cinema
    Jonathan Rosenbaum's Essential Cinema's icon

    Jonathan Rosenbaum's Ess…

    1126
View all lists this movie is in