PUBLISH: Mission Impossible review
This commit is contained in:
parent
9ff5e816eb
commit
128b966b3d
16 changed files with 973 additions and 496 deletions
45
content/reviews/mission-impossible.md
Normal file
45
content/reviews/mission-impossible.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
box_office: $180,981,856
|
||||
date: 2023-02-25 14:26:59+09:00
|
||||
favorite: false
|
||||
genres:
|
||||
- Action
|
||||
- Adventure
|
||||
- Thriller
|
||||
image: https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp
|
||||
imdb: 7.1/10
|
||||
imdb_link: https://www.imdb.com/title/tt0117060
|
||||
metacritic: 59/100
|
||||
metacritic_link: https://www.metacritic.com/movie/mission-impossible
|
||||
mpaa: PG-13
|
||||
quick_look: 'The first in a long line of action packed spy movies, _Mission: Impossible_ is a must see
|
||||
for the cultural references alone'
|
||||
rating: 3
|
||||
rotten_tomatoes: 66%
|
||||
rotten_tomatoes_link: https://www.rottentomatoes.com/m/mission_impossible
|
||||
summary: An American spy must pull off an 'impossible' heist after his team is betrayed
|
||||
title: 'Mission: Impossible'
|
||||
year: 1996
|
||||
---
|
||||
## Recommendation
|
||||
Mission: Impossible is the first in a genre defining series of action movies and in many ways is responsible for a number modern spy movie tropes. If you are looking for a stand alone spy film, this one checks all the boxes.
|
||||
|
||||
The spy tech, while it may've seemed advanced when the movie was made, is massively outdated on a modern rewatch, but that shouldn't stop you from enjoying the film. Most of the action is based less around high tech gadgetry and more around intense chase scenes and dramatic acrobatic stunts which remain timeless.
|
||||
|
||||
Along with the relatively engaging plot, you also get context for what has become a massive franchise of films. I would recommend watching this if you intend to binge the series or if you're curious in the cultural references.
|
||||
|
||||
I only give this movie a 3/5 because although I think the plot is fine, it's by no means the best M:I film. Really the only reason I would suggest watching it is for context. If you're looking for an action film, and feel like giving Mission: Impossible a go, I might recommend Mission Impossible Fallout as an alternative which is how I ended up on my lukewarm score.
|
||||
|
||||
## Thoughts
|
||||
|
||||
### The Gadgets
|
||||
The tech in this movie _definitely_ feels dated, from the wired headphones and the VHS player on the plane, to the Windows 95 style desktop computer. However, I also think some of the "hacking" stands up to a fair bit of skepticism. For example, the bad guys attempt to transfer the NOC list over the internet at one point, but are unable to because of a signal jammer, which struck me as a realistic thing that spies might do that would also actually work. It doesn't suffer from much [technobable](https://youtu.be/hkDD03yeLnU) that plagues a lot of modern spy movies and TV shows.
|
||||
|
||||
### The Original TV Series (1966)
|
||||
When I went to write something up about this film, it occurred to me that the mission impossible theme song is iconic, and worth mentioning, but also that given the caliber of the first film, it seemed unlikely that this movie was responsible for it. In fact, there were two TV series that predated the first _Mission: Impossible_ film. The first in 1966 and another in 1988.
|
||||
|
||||
One fact I found interesting [while reading the Wikipedia article](https://en.wikipedia.org/wiki/Theme_from_Mission:_Impossible) for the theme song was that the composer actually started with "M.I." in morse code which is "_ _ .." and I have to say it really comes through!
|
||||
|
||||
It seems like the idea of an impossible missions force and some of the stylistic points like "your mission should you choose to accept it" and the tapes self-destructing are take from the show.
|
||||
|
||||
It's interesting to me that I suspect most people think of the film series nowadays when they think of Mission: Impossible, but some of the core defining features of that series are lifted from the shows.
|
||||
|
|
@ -266,6 +266,39 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<header class="p1">
|
||||
<h2 class="cluster">M</h2>
|
||||
</header>
|
||||
<div class="carasol">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster forMission: Impossible" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Mission: Impossible</h3>
|
||||
</header>
|
||||
<div>An American spy must pull off an ‘impossible’ heist after his team is betrayed</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">3/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/mission-impossible/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<header class="p1">
|
||||
<h2 class="cluster">N</h2>
|
||||
|
|
|
|||
|
|
@ -174,6 +174,8 @@ I just feel that they hold all the qualities that make a movie great to me.</p>
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,30 @@
|
|||
</header>
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster forMission: Impossible" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Mission: Impossible</h3>
|
||||
</header>
|
||||
<div>An American spy must pull off an ‘impossible’ heist after his team is betrayed</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">3/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/mission-impossible/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTU2NjA1ODgzMF5BMl5BanBnXkFtZTgwMTM2MTI4MjE@._V1_SX800.webp alt="Poster forJohn Wick" />
|
||||
|
|
@ -103,7 +127,7 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTU2MDc0NDY0M15BMl5BanBnXkFtZTcwOTgzMTYyNQ@@._V1_SX800.webp alt="Poster forFright Night" />
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTU2MDc0NDY0M15BMl5BanBnXkFtZTcwOTgzMTYyNQ@@._V1_SX800.webp alt="Poster forFright Night" />
|
||||
|
||||
<a class="card-favorite-star" href="https://caalden.github.io/film/favorites">
|
||||
<span hidden>Favorite</span>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,16 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Wed, 16 Nov 2022 17:40:52 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/action/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/action/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Mission: Impossible</title>
|
||||
<link>https://caalden.github.io/film/reviews/mission-impossible/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/reviews/mission-impossible/</guid>
|
||||
<description>An American spy must pull off an &lsquo;impossible&rsquo; heist after his team is betrayed</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>John Wick</title>
|
||||
<link>https://caalden.github.io/film/reviews/john-wick/</link>
|
||||
|
|
|
|||
|
|
@ -53,6 +53,30 @@
|
|||
</header>
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster forMission: Impossible" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Mission: Impossible</h3>
|
||||
</header>
|
||||
<div>An American spy must pull off an ‘impossible’ heist after his team is betrayed</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">3/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/mission-impossible/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BYjhlNDljNTgtZjc4My00NmZmLTk2YzAtYWE5MDYwYjM4MTkzXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster forNow You See Me 2" />
|
||||
|
|
@ -109,7 +133,7 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BYTM3ZTllNzItNTNmOS00NzJiLTg1MWMtMjMxNDc0NmJhODU5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster forKingsman: The Secret Service" />
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BYTM3ZTllNzItNTNmOS00NzJiLTg1MWMtMjMxNDc0NmJhODU5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster forKingsman: The Secret Service" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,16 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Wed, 14 Sep 2022 22:09:07 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/adventure/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/adventure/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Mission: Impossible</title>
|
||||
<link>https://caalden.github.io/film/reviews/mission-impossible/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/reviews/mission-impossible/</guid>
|
||||
<description>An American spy must pull off an &lsquo;impossible&rsquo; heist after his team is betrayed</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Now You See Me 2</title>
|
||||
<link>https://caalden.github.io/film/reviews/now-you-see-me-2/</link>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,34 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Sat, 18 Feb 2023 13:02:20 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Action</title>
|
||||
<link>https://caalden.github.io/film/genres/action/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/action/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Adventure</title>
|
||||
<link>https://caalden.github.io/film/genres/adventure/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/adventure/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Thriller</title>
|
||||
<link>https://caalden.github.io/film/genres/thriller/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/thriller/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Comedy</title>
|
||||
<link>https://caalden.github.io/film/genres/comedy/</link>
|
||||
|
|
@ -26,24 +53,6 @@
|
|||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Action</title>
|
||||
<link>https://caalden.github.io/film/genres/action/</link>
|
||||
<pubDate>Wed, 16 Nov 2022 17:40:52 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/action/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Thriller</title>
|
||||
<link>https://caalden.github.io/film/genres/thriller/</link>
|
||||
<pubDate>Wed, 16 Nov 2022 17:40:52 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/thriller/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Drama</title>
|
||||
<link>https://caalden.github.io/film/genres/drama/</link>
|
||||
|
|
@ -71,15 +80,6 @@
|
|||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Adventure</title>
|
||||
<link>https://caalden.github.io/film/genres/adventure/</link>
|
||||
<pubDate>Wed, 14 Sep 2022 22:09:07 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/genres/adventure/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Family</title>
|
||||
<link>https://caalden.github.io/film/genres/family/</link>
|
||||
|
|
|
|||
|
|
@ -53,6 +53,30 @@
|
|||
</header>
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster forMission: Impossible" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Mission: Impossible</h3>
|
||||
</header>
|
||||
<div>An American spy must pull off an ‘impossible’ heist after his team is betrayed</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">3/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/mission-impossible/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTU2NjA1ODgzMF5BMl5BanBnXkFtZTgwMTM2MTI4MjE@._V1_SX800.webp alt="Poster forJohn Wick" />
|
||||
|
|
@ -103,7 +127,7 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTY0NDY3MDMxN15BMl5BanBnXkFtZTcwOTM5NzMzOQ@@._V1_SX800.webp alt="Poster forNow You See Me" />
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTY0NDY3MDMxN15BMl5BanBnXkFtZTcwOTM5NzMzOQ@@._V1_SX800.webp alt="Poster forNow You See Me" />
|
||||
|
||||
<a class="card-favorite-star" href="https://caalden.github.io/film/favorites">
|
||||
<span hidden>Favorite</span>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,16 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Wed, 16 Nov 2022 17:40:52 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/thriller/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/thriller/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Mission: Impossible</title>
|
||||
<link>https://caalden.github.io/film/reviews/mission-impossible/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/reviews/mission-impossible/</guid>
|
||||
<description>An American spy must pull off an &lsquo;impossible&rsquo; heist after his team is betrayed</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>John Wick</title>
|
||||
<link>https://caalden.github.io/film/reviews/john-wick/</link>
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@
|
|||
|
||||
|
||||
|
||||
<option value="Mission: Impossible" data-value="/film/reviews/mission-impossible/">An American spy must pull off an 'impossible' heist after his team is betrayed</option>
|
||||
|
||||
<option value="O Brother, Where Art Thou?" data-value="/film/reviews/o-brother-where-art-thou/">Three escaped convicts seek their stashed treasure in dustbowl Mississippi</option>
|
||||
|
||||
<option value="John Wick" data-value="/film/reviews/john-wick/">A man dismantles an entire criminal syndicate that stands between him and his revenge</option>
|
||||
|
|
@ -116,6 +118,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -137,6 +141,30 @@
|
|||
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster forMission: Impossible" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Mission: Impossible</h3>
|
||||
</header>
|
||||
<div>An American spy must pull off an ‘impossible’ heist after his team is betrayed</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">3/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/mission-impossible/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMjZkOTdmMWItOTkyNy00MDdjLTlhNTQtYzU3MzdhZjA0ZDEyXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX800.webp alt="Poster forO Brother, Where Art Thou?" />
|
||||
|
|
@ -187,7 +215,7 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BNzM1ODI4Y2UtMGYxMS00OTUxLWE4NzItNjgxMTM2NzRjZThkXkEyXkFqcGdeQXVyMTA1OTcyNDQ4._V1_SX800.webp alt="Poster forThe School for Good and Evil" />
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BNzM1ODI4Y2UtMGYxMS00OTUxLWE4NzItNjgxMTM2NzRjZThkXkEyXkFqcGdeQXVyMTA1OTcyNDQ4._V1_SX800.webp alt="Poster forThe School for Good and Evil" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
|
|
@ -489,6 +517,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,16 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Sat, 18 Feb 2023 13:02:20 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Mission: Impossible</title>
|
||||
<link>https://caalden.github.io/film/reviews/mission-impossible/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/reviews/mission-impossible/</guid>
|
||||
<description>An American spy must pull off an &lsquo;impossible&rsquo; heist after his team is betrayed</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>O Brother, Where Art Thou?</title>
|
||||
<link>https://caalden.github.io/film/reviews/o-brother-where-art-thou/</link>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,16 @@
|
|||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
|
||||
<lastBuildDate>Sat, 18 Feb 2023 13:02:20 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/reviews/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Feb 2023 14:26:59 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/reviews/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Mission: Impossible</title>
|
||||
<link>https://caalden.github.io/film/reviews/mission-impossible/</link>
|
||||
<pubDate>Sat, 25 Feb 2023 14:26:59 +0900</pubDate>
|
||||
|
||||
<guid>https://caalden.github.io/film/reviews/mission-impossible/</guid>
|
||||
<description>An American spy must pull off an &lsquo;impossible&rsquo; heist after his team is betrayed</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>O Brother, Where Art Thou?</title>
|
||||
<link>https://caalden.github.io/film/reviews/o-brother-where-art-thou/</link>
|
||||
|
|
|
|||
175
docs/reviews/mission-impossible/index.html
Normal file
175
docs/reviews/mission-impossible/index.html
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<title>Mission: Impossible</title>
|
||||
<meta property="og:title" content="Mission: Impossible" />
|
||||
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:description" content=An American spy must pull off an ‘impossible’ heist after his team is betrayed>
|
||||
|
||||
<meta property="og:url" content="https://caalden.github.io/film/reviews/mission-impossible/" />
|
||||
|
||||
<meta property="og:image" content="https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp" />
|
||||
<meta property="twitter:card" content="summary">
|
||||
|
||||
|
||||
<meta property="og:image:alt" content="Movie Poster for Mission: Impossible">
|
||||
<meta property="og:article:author" content="Campbell Alden">
|
||||
<meta property="og:article:published_time" content="2023-02-25T14:26:59+0900">
|
||||
<meta property="twitter:label1" content="Rating">
|
||||
<meta property="twitter:data1" content="3/5">
|
||||
<meta property="twitter:label2" content="Published">
|
||||
<meta property="twitter:data2" content="February 25, 2023">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="preload" as="style">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/film/style.css">
|
||||
<link rel="stylesheet" href="/film/card.css">
|
||||
<link rel="stylesheet" href="/film/home.css">
|
||||
<link rel="stylesheet" href="/film/review.css">
|
||||
<link rel="stylesheet" href="/film/quick_look.css">
|
||||
<link rel="stylesheet" href="/film/metadetails.css">
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-PF672BTD8F');
|
||||
</script>
|
||||
</head>
|
||||
<body><header class="header">
|
||||
<h2>
|
||||
<a href="https://caalden.github.io/film/" class="unstyled-link">
|
||||
CaAlden: <span class="color:accent">Films</span>
|
||||
</a>
|
||||
</h2><nav class="navbar">
|
||||
<ul class="navbar-list">
|
||||
<li class="navbar-item button:large">
|
||||
<a href="https://caalden.github.io/film/about" class="button button:large color:invert">about</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1 itemprop="name">Mission: Impossible</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">February 25, 2023</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
<h2 class="subtitle quicklook-emphasized-color">
|
||||
Quick Look
|
||||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">3</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Thriller</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p itemprop="description">
|
||||
The first in a long line of action packed spy movies, <em>Mission: Impossible</em> is a must see for the cultural references alone
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
<dl class="metadetails-list">
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.imdb.com/title/tt0117060" title="Link to IMDb page for Mission: Impossible">IMDb</a>
|
||||
</dt>
|
||||
<dd class="numbers">7.1/10</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.rottentomatoes.com/m/mission_impossible" title="Link to Rotten Tomatoes page for Mission: Impossible">Rotten Tomatoes</a>
|
||||
</dt>
|
||||
<dd class="numbers">66%</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.metacritic.com/movie/mission-impossible" title="Link to Metacritic page for Mission: Impossible">Metacritic</a>
|
||||
</dt>
|
||||
<dd class="numbers">59/100</dd>
|
||||
</div>
|
||||
</div>
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Year</dt>
|
||||
<dd class="numbers">1996</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers" itemprop="contentRating">PG-13</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
<dd class="numbers">$180,981,856</dd>
|
||||
</div>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
</header>
|
||||
<div class="core-content"><h2 id="recommendation">Recommendation</h2>
|
||||
<p>Mission: Impossible is the first in a genre defining series of action movies and in many ways is responsible for a number modern spy movie tropes. If you are looking for a stand alone spy film, this one checks all the boxes.</p>
|
||||
<p>The spy tech, while it may’ve seemed advanced when the movie was made, is massively outdated on a modern rewatch, but that shouldn’t stop you from enjoying the film. Most of the action is based less around high tech gadgetry and more around intense chase scenes and dramatic acrobatic stunts which remain timeless.</p>
|
||||
<p>Along with the relatively engaging plot, you also get context for what has become a massive franchise of films. I would recommend watching this if you intend to binge the series or if you’re curious in the cultural references.</p>
|
||||
<p>I only give this movie a 3/5 because although I think the plot is fine, it’s by no means the best M:I film. Really the only reason I would suggest watching it is for context. If you’re looking for an action film, and feel like giving Mission: Impossible a go, I might recommend Mission Impossible Fallout as an alternative which is how I ended up on my lukewarm score.</p>
|
||||
<h2 id="thoughts">Thoughts</h2>
|
||||
<h3 id="the-gadgets">The Gadgets</h3>
|
||||
<p>The tech in this movie <em>definitely</em> feels dated, from the wired headphones and the VHS player on the plane, to the Windows 95 style desktop computer. However, I also think some of the “hacking” stands up to a fair bit of skepticism. For example, the bad guys attempt to transfer the NOC list over the internet at one point, but are unable to because of a signal jammer, which struck me as a realistic thing that spies might do that would also actually work. It doesn’t suffer from much <a href="https://youtu.be/hkDD03yeLnU">technobable</a> that plagues a lot of modern spy movies and TV shows.</p>
|
||||
<h3 id="the-original-tv-series-1966">The Original TV Series (1966)</h3>
|
||||
<p>When I went to write something up about this film, it occurred to me that the mission impossible theme song is iconic, and worth mentioning, but also that given the caliber of the first film, it seemed unlikely that this movie was responsible for it. In fact, there were two TV series that predated the first <em>Mission: Impossible</em> film. The first in 1966 and another in 1988.</p>
|
||||
<p>One fact I found interesting <a href="https://en.wikipedia.org/wiki/Theme_from_Mission:_Impossible">while reading the Wikipedia article</a> for the theme song was that the composer actually started with “M.I.” in morse code which is “_ _ ..” and I have to say it really comes through!</p>
|
||||
<p>It seems like the idea of an impossible missions force and some of the stylistic points like “your mission should you choose to accept it” and the tapes self-destructing are take from the show.</p>
|
||||
<p>It’s interesting to me that I suspect most people think of the film series nowadays when they think of Mission: Impossible, but some of the core defining features of that series are lifted from the shows.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main><footer class="footer">
|
||||
<ul class="cluster align:center caption unstyled-list s1">
|
||||
<li>
|
||||
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -2,32 +2,38 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://caalden.github.io/film/genres/action/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/adventure/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/mission-impossible/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/thriller/</loc>
|
||||
<lastmod>2023-02-25T14:26:59+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/comedy/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/crime/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/o-brother-where-art-thou/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/</loc>
|
||||
<lastmod>2023-02-18T13:02:20+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/action/</loc>
|
||||
<lastmod>2022-11-16T17:40:52+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/john-wick/</loc>
|
||||
<lastmod>2022-11-16T17:40:52+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/thriller/</loc>
|
||||
<lastmod>2022-11-16T17:40:52+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/drama/</loc>
|
||||
<lastmod>2022-11-09T19:58:32+09:00</lastmod>
|
||||
|
|
@ -46,9 +52,6 @@
|
|||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/sci-fi/</loc>
|
||||
<lastmod>2022-09-27T22:41:22+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/genres/adventure/</loc>
|
||||
<lastmod>2022-09-14T22:09:07+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://caalden.github.io/film/reviews/now-you-see-me-2/</loc>
|
||||
<lastmod>2022-09-14T22:09:07+09:00</lastmod>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue