Let me start by warning anyone thinking of buying this peice of junk. IT IS NOT COMPLETE AND HAS SO MANY MISSING BITS IT SPOILS THE EXPERIENCE. I'm not taking about missing bits that wheren't filmed or not made it from the book, I accept you can't get the entire feel of the books in a movie. What is missing is so many sceens which appeared on your movie screens cut from the DVD's making the DVD's feel like a paper doll chain (when what you wanted was to read the damb paper their made out of).
So, here's the story, I finally decided I would 'invest' in a set of Harry Potter DVD's. I love the books and had watched a few of the movies at the Cinema (the first 4) before feeling a bit tired of the way they where destroying the books in the movies (destroying meaning changing them, not omitting bits). Still, it wasn't an completely awful set of movies, I did leave the cinema in animated conversation and enjoyed them overall, they had some great moments captured. So why am I here today?
Well, those great moments which made the movies a treasure, have been unceremoniously cut out of the DVD's (presumably in some act of greed to sell an 'extended' edition). What it means is, I am watching ALL THE WORST ASPECTS OF THE MOVIES because what they cut where most of the parts where the movie managed to be decently faithful to the book. Watching the first three movies I felt "wait, isn't that supposed to have happened?" but I thought to myself "maybe I'm mixing it up and thats in later movies". Then I arrived at watching "The Goblet of Fire".
So FIRST, we arrive at the Quidditch world cup without the extended wander through the tents (that I'm certain appeared in the movie) where they comment on "some wizzards not being able to not show off" next they cut out the whole business about Harry buying Ron an Omniscope and removed the sceen of Ron's very genuine feeling excitment over it. For their next offence they removed the spell casting of Sonorus that Cornelius Fudge first makes then to give his voice a loud hailer effect. It totally destroyed the atmosphere, add to that the show the Death Eaters as having burned up the camp like a scorched earth Napalm mission (which was an offence of the movie anyway) totally overbearing an importantly balanced moment (the Death Eaters where JUST beginning to come back to power, they were being adult bullies at that stage lording it over other witches and wizzards. They where all in attendance and went into disguise to carry out the chaos, so they wouldn't be damanging property because alot of it would also be theirs!).
So, anyone wanting to relive the movie they recall enjoying DONT BUY THIS CRAP.
Friday, 14 September 2018
Sunday, 26 August 2018
We've all gone mad (HTTP/2)
Back in the late 1980's I was learning about the TCP/IP stack. This is a wondeful peice of engineering made during a time of paranoia and fear of war and sabotage leading to the worlds most popular and renowned (indeed the only true) internet protocol.
Now, for those who are newe to the TCP/IP stack, heres a quick reminder what it means:
This wondefully simple idea is the core of good design. Each element can specialise as is best for its clients and as a server for the layers below and above.
Now, most people should be able to spot the implication here, but I feel I need to call it out explicity because it very much feels like people in general don't. The implication is, efficiency is ensured by each layer dealing with the complexities to which its best suited. Let me just list what those are:
The core take away here is that layers 2 to 5 are the best layers at which to acheive compression and encryption for the following reasons:
I opinion that HTTP/2 was designed largely to meet the above 4 aims It offers little or nothing not intended in HTTP/1.1. Though it does offer alot to aid the current abuse of cookies as a tracking mechanism. For the record, cookies should be a simple short peice of data to disambiguate one user from another and also, potentially as a mechanism for the short term reliable tracking of a understanably secure transaction (e.g. money movement). What cookies have sadly become is a catch all way to store information about end users, keep a good part of that storage on the end users machine and improve the profitability of advertising (e.g. we are advertising to these people, as proved by this cookie data).
So, that is the problem. I don't know what can be done about the problem because what is needed is proper governance and what has happened since my youth is government is the new profitable business! Meaning the government is often sharing the above aims sadly.
To make this more positive, I wish to point out that it's not too late. Innovation in the Transport and below spaces is perfectly possible and in a way which is both financially and ethically profitable. So this is a call to hardware manufacturers to up the game and make the encodings and encryption in the Application layer pointless and a bit of a thing of the past only existing for very specialised cases.
One closing thought, the transport layer needs to be fairly dumb, meaning it should "just work" to the perspective of the layer above. For this reason there may always need to be some encodings or encryptions occuring in the application layer, since another function of the application layer is to be "smart" in dealing with the layers below on behalf of the user. The types of understandable encryptions and compression on the application layer and things like photo compression and video compression, which can be done far better for understanding the nature of the medium than any generalised compression which the Transport and below layers may be able to acheive (in other words lossy compression is the bread and butter of the application layer). The problem with HTTP/2 is that it looks to compress the HTTP headers, these firstly are important in Application layer routing but secondly are readily compressable by the transport layer efficiently. Therefore reencoding and encrypting of them just harms the overall operation of the internet (excepting that the Application layer manages that).
Now, for those who are newe to the TCP/IP stack, heres a quick reminder what it means:
- Application Layer - aka Browser (managed final presentation to user, e.g. understanding data)
- Presentation Layer - aka TLS/SSL encrption and security layer
- Session Layer - aka OS / Conversational concerns (e.g. information grouping, abstraction allowing it to appear that a single conversation is happening per use)
- Transport Layer - aka OS / Error Recovery and Flow Control
- Internet Layer - aka Network Card
- Data Link Layer - aka Router Concerns
- Physical Network Layer - aka Network Cabling and Infrastructure concenrs
This wondefully simple idea is the core of good design. Each element can specialise as is best for its clients and as a server for the layers below and above.
Now, most people should be able to spot the implication here, but I feel I need to call it out explicity because it very much feels like people in general don't. The implication is, efficiency is ensured by each layer dealing with the complexities to which its best suited. Let me just list what those are:
- Application Layer - Manipulation of server data to be best visualised and understood by the user
- Presentation Layer - Encryption, Compression
- Session Layer - Maintains the conversational abstraction (e.g your Data vs My Data)
- Transport Layer - Efficiency Based Encoding, Reliability
- Internet Layer - Conversion, Division, Reconstruction
- Data Link Layer - Transmission, Integrety
- Physical Network Layer - Hardware Specific Represntation and Receipt
The core take away here is that layers 2 to 5 are the best layers at which to acheive compression and encryption for the following reasons:
- The Application layer shouldn't need to be aware of anything except the concerns of the user and passing to the Transport layer what it needs to function. The application layer has become unnecessarily complex and companies are leveraging the complexity as a means of defence of profit and control.
- The Presentation layer, being a part of the operating system ideally, is very well placed to give a consistant behaviour across the board and can be simply standardised across all the internet. Recall that the application layer is should be most concerned with the user, and the user is least concerned with how, and most concerned with things being easily understood
- When the Application layer deals with Compression and Encryption what happens very quickly is incompatibility between internet devices. Since the availability or not of some service is dependent on the tools running on the device. In this case the browser. This position has been soundly abused by large corportations to great success for profit and exclusion (ensuring their "product" is the only one suitable to access some resource).
- The application layer reducing the data sent to the transport layer is of course largely desirable, but this should be done by the simple axiom of "what is the minimum I need to send to complete my goal" and not how can I, after not having considered the prior, reduce the size of what I have sent. When the Application layer (browser or other internet client) becomes complex it decreases the ability for people to engage with the application (in other words it leads to 'owners' and 'users' rather than people, or putting that another way, it leads to a class system).
- Profitability
- Reduction of Costs
- Control of Media (DRM)
- Exclusion of others, removing the potential for competition (e.g. owning the money space)
- Reliable monitoring and tracking of potential paying customers
I opinion that HTTP/2 was designed largely to meet the above 4 aims It offers little or nothing not intended in HTTP/1.1. Though it does offer alot to aid the current abuse of cookies as a tracking mechanism. For the record, cookies should be a simple short peice of data to disambiguate one user from another and also, potentially as a mechanism for the short term reliable tracking of a understanably secure transaction (e.g. money movement). What cookies have sadly become is a catch all way to store information about end users, keep a good part of that storage on the end users machine and improve the profitability of advertising (e.g. we are advertising to these people, as proved by this cookie data).
So, that is the problem. I don't know what can be done about the problem because what is needed is proper governance and what has happened since my youth is government is the new profitable business! Meaning the government is often sharing the above aims sadly.
To make this more positive, I wish to point out that it's not too late. Innovation in the Transport and below spaces is perfectly possible and in a way which is both financially and ethically profitable. So this is a call to hardware manufacturers to up the game and make the encodings and encryption in the Application layer pointless and a bit of a thing of the past only existing for very specialised cases.
One closing thought, the transport layer needs to be fairly dumb, meaning it should "just work" to the perspective of the layer above. For this reason there may always need to be some encodings or encryptions occuring in the application layer, since another function of the application layer is to be "smart" in dealing with the layers below on behalf of the user. The types of understandable encryptions and compression on the application layer and things like photo compression and video compression, which can be done far better for understanding the nature of the medium than any generalised compression which the Transport and below layers may be able to acheive (in other words lossy compression is the bread and butter of the application layer). The problem with HTTP/2 is that it looks to compress the HTTP headers, these firstly are important in Application layer routing but secondly are readily compressable by the transport layer efficiently. Therefore reencoding and encrypting of them just harms the overall operation of the internet (excepting that the Application layer manages that).
Sunday, 12 August 2018
Next - a widely misunderstood movie
WARNING: Contains spolilers!! If you have not watched the movie. Really recommend watching it.
So, I'm off sick from work today feeling slightly rotten and alighted on watching Next the movie to distract me, and it was a great success!
I got to the end of the movie, extreemly satisfied with everything that occured but craving more, I thought surely this has spawned a TV series or a follow up movie! So I went online to check and was horrified at the terrible reviews from critict demonstrating the most basic misunderstanding of love and this romantic thriller with a sci-fi twist (which is what it surely is).
I was so horrified by the, frankly, dumbass conculusions draw about the movie I felt I needed to explain it to these very very clueless individuals.
Firstly, they mentioned the way the character Cage plays goes from hopeless jerk to suddend action hero and these critics act and speaks like this is some consistency mistake *eye rolls*. The main character in the movie is hiding an ability to see into the future 2 minutes at a time with 100% accuracy, the only way to possibly disguise that is to be deliberately appearing bad at things. So appearing like a somewhat hopeless magician lounge act is a cover to allow him a hope of a normal life, since when he does use his powers its perceived as part of his act and its also perceived he's hopless (which noone who knows the future would be). Now, once he's seen into the future that this cover gets blown, and its assumed he see's many possible futures and therefore explores them somewhat in theory before they happen (a theme running throughout the film) which is explainable by the fact that at a moment I may decide I don't want to go out because I notice the rain where a second before I hadn't and had a whole plan to go out (but applied to pre-congnition). So therefore there is zero inconsistancy. Secondly, his obvious prioity is this girl he feels must surely be the love of his life, and also he's hugely interested in because at the outset he cannot see their future together, but can perceive the moment they meet. Logically its obvious, that once her lifeline meets his he will get to see futher ahead as it becomes the combination of his ability to see ahead in his personal future coupled with seeing far ahead in hers (but not ahead of whatever future point he sees) making the whole movie logically consistant.
The whole plot line of the bomb was actually irrelevant to the story, which was the story of him finding and saving the love of his life. The only reason he involves himself in the whole plot is when he's absolutely forced too when every future outcome lead to the death of her partner. Even then the last attempt obviously lead to the end of the state he was in by nuclear explosion, hence the ending to the movie.
I loved this movie, it was brilliantly executed with a perfectly pitched amount of suspense. Having recently suffered the shit which is "Battle Star Galactica" reboot, this was a breath of fresh air to re-watch (I even forgot how the movie went, so it was a really good buy getting twice the enjoyment).
So, I'm off sick from work today feeling slightly rotten and alighted on watching Next the movie to distract me, and it was a great success!
I got to the end of the movie, extreemly satisfied with everything that occured but craving more, I thought surely this has spawned a TV series or a follow up movie! So I went online to check and was horrified at the terrible reviews from critict demonstrating the most basic misunderstanding of love and this romantic thriller with a sci-fi twist (which is what it surely is).
I was so horrified by the, frankly, dumbass conculusions draw about the movie I felt I needed to explain it to these very very clueless individuals.
Firstly, they mentioned the way the character Cage plays goes from hopeless jerk to suddend action hero and these critics act and speaks like this is some consistency mistake *eye rolls*. The main character in the movie is hiding an ability to see into the future 2 minutes at a time with 100% accuracy, the only way to possibly disguise that is to be deliberately appearing bad at things. So appearing like a somewhat hopeless magician lounge act is a cover to allow him a hope of a normal life, since when he does use his powers its perceived as part of his act and its also perceived he's hopless (which noone who knows the future would be). Now, once he's seen into the future that this cover gets blown, and its assumed he see's many possible futures and therefore explores them somewhat in theory before they happen (a theme running throughout the film) which is explainable by the fact that at a moment I may decide I don't want to go out because I notice the rain where a second before I hadn't and had a whole plan to go out (but applied to pre-congnition). So therefore there is zero inconsistancy. Secondly, his obvious prioity is this girl he feels must surely be the love of his life, and also he's hugely interested in because at the outset he cannot see their future together, but can perceive the moment they meet. Logically its obvious, that once her lifeline meets his he will get to see futher ahead as it becomes the combination of his ability to see ahead in his personal future coupled with seeing far ahead in hers (but not ahead of whatever future point he sees) making the whole movie logically consistant.
The whole plot line of the bomb was actually irrelevant to the story, which was the story of him finding and saving the love of his life. The only reason he involves himself in the whole plot is when he's absolutely forced too when every future outcome lead to the death of her partner. Even then the last attempt obviously lead to the end of the state he was in by nuclear explosion, hence the ending to the movie.
I loved this movie, it was brilliantly executed with a perfectly pitched amount of suspense. Having recently suffered the shit which is "Battle Star Galactica" reboot, this was a breath of fresh air to re-watch (I even forgot how the movie went, so it was a really good buy getting twice the enjoyment).
Sunday, 5 August 2018
Just finished watching Death Cure (The Maze Runner finale)
So immediately I will say I'm going to talk about the end of the movie, and if you haven't watched it you really should because whilst I'm hugely disapointed how they ended it, it was still a really well put together movie and worthy of a good audience.
SPOILERS FOLLOW:
So, what went wrong with the ending? Well several things:
Anyway, I felt they botched the ending but due to some bloody good acting and film making it still managed to be a great film! I won't be buying the books though, because I checked online and Tereas also dies in the book (and by the sounds without the great film theatrics).
SPOILERS FOLLOW:
So, what went wrong with the ending? Well several things:
- The killed off all the main WCKD characters, when that didn't really serve any wider message (revenge and karma aside)
- They ended it, leaving humanity to rott whilst a bunch of lucky people ended up living on an island somewhere whilst the rest of the world was obviously going to shit after they had a definite cure available.
- Two of the best characters Teresa and Newt die. Now Newt's death was at least heart-warming and had to it some aspect of value, but it was still the wrong choice. To put it another way, it was clearly a choice made to deliberatly go against any expectations, which works only to enfuriate and annoy (as it is transparently the case).
- They don't have any proper medically trained people on this new world and whilst Thomas's blood holds the secret to the cure, infact only Thomas is actually immune (well Thomas and the girl he saves with a blood transfusion carefully carried out by Teresa who is clearly highly trained). So basically they just migrated the problem to a new place to start bloody over, when they had the basis of the cure to hand back at WCKD labs. I get that most of the people there died in the aftermath, but what a piss poor ending.
Anyway, I felt they botched the ending but due to some bloody good acting and film making it still managed to be a great film! I won't be buying the books though, because I checked online and Tereas also dies in the book (and by the sounds without the great film theatrics).
Saturday, 4 August 2018
Microsoft is lying to us all
Turning off and disabling Windows Update in Windows 7 does not prevent updates being delivered!
I was horrified today, I have been a Windows 7 user for over a decade and one of the things which I liked about the product was it put the operator in control. If you disabled the Windows Update service, well updates would stop arriving.
Today, on the same system I have previously used withtout any updates, on reboot it applied updates. I was aware Microsoft has been pushing the update into the Windows Kernel space to remove choice from the user in Windows 10 but obviously they have already (before I disabled updates) pushed it to into the Windows 7 Kernel. The great lie online is that "your obviously an idiot to disable free updates which improve security" but lets look at what security is here:
"Security is deciding who gets into your system and who is able to control your system."
Since Microsoft has 100% access to change our system behind our backs if we are in ANY way connected to the internet, so does ANY hacker with the smarts to understand how they do this without any need for user choice. Worse, that we can 'seemingly' disable updates is a milk sop at best and at worst a deliberate lie to distract a gulable public (and a professional society).
So, my evidence Microsoft is lying is they have always supported disabling Windows Updates in Windows 7 but prevent you from not receiving updates. This means that the whole of the disabling is a lie.
I would like to make a call out to all knowledgeable hackers to start digging into the kernel and find out which of these components are responsible for Windows Updates so that we can work on purging Microsoft lies from our systems.
In the mean time, it looks like its time for me to embrase Linux because Microsoft no longer deserve my support.
I was horrified today, I have been a Windows 7 user for over a decade and one of the things which I liked about the product was it put the operator in control. If you disabled the Windows Update service, well updates would stop arriving.
Today, on the same system I have previously used withtout any updates, on reboot it applied updates. I was aware Microsoft has been pushing the update into the Windows Kernel space to remove choice from the user in Windows 10 but obviously they have already (before I disabled updates) pushed it to into the Windows 7 Kernel. The great lie online is that "your obviously an idiot to disable free updates which improve security" but lets look at what security is here:
"Security is deciding who gets into your system and who is able to control your system."
Since Microsoft has 100% access to change our system behind our backs if we are in ANY way connected to the internet, so does ANY hacker with the smarts to understand how they do this without any need for user choice. Worse, that we can 'seemingly' disable updates is a milk sop at best and at worst a deliberate lie to distract a gulable public (and a professional society).
So, my evidence Microsoft is lying is they have always supported disabling Windows Updates in Windows 7 but prevent you from not receiving updates. This means that the whole of the disabling is a lie.
I would like to make a call out to all knowledgeable hackers to start digging into the kernel and find out which of these components are responsible for Windows Updates so that we can work on purging Microsoft lies from our systems.
In the mean time, it looks like its time for me to embrase Linux because Microsoft no longer deserve my support.
Saturday, 23 June 2018
Microsofts profit model is to waste OUR time and not theirs
So, I work in the IT industry. I'm a developer, in C# mainly for my sins (which to be fair is a decent language with alot of good things to say for it). What annoys me is this:
Whenever you build in Visual Studio, when the compliation hits an error it cannot resolve it continues to compile. Now, this behaviour is pointless, the compiler KNOWS it's going to fail because its had a hard error. An error in compilation means that some part of the whole has failed. This, in all situations that matter, will mean the entire build failed.
Now, there is some small advantage in continuing anyway on an error, the reasons to continue are:
Now, bring in distributed compilation in the form of TFS and other solutions. Everytime, as a developer, I finish my work locally I need to push it to a build server to make it production ready. Now, the build server hits an error in the first 30 seconds, so I know my build has failed. YET, it still continues to process 20 minutes of bullshit work!
Now, Microsoft have an error limit in their code, its set to 100 compile errors. The problem is, usually when submitting a build to a build server their are one to five errors, also typically their are THOUSANDS of lines of code.
In 10+ years, people have queried Microsoft about allowing this build error limit to be configured, Microsoft ignored that. Now, with the drive through of open source (and underpaid software developers) people have made their own solutions to this issue. The problem is Microsoft are deliberately not solving it because millions of customers delayed by long build encourages more investment in software and hardware to try to mitigate this simple problem.
Whenever you build in Visual Studio, when the compliation hits an error it cannot resolve it continues to compile. Now, this behaviour is pointless, the compiler KNOWS it's going to fail because its had a hard error. An error in compilation means that some part of the whole has failed. This, in all situations that matter, will mean the entire build failed.
Now, there is some small advantage in continuing anyway on an error, the reasons to continue are:
- To assertain the extent of the error (is this just an isolated error or is something seriously out of wack, like wrong toolset).
- Collect ALL the known errors ahead of time so they can be worked on as a batch instead of individually
- Firstly, at the point you hit an error your 100% going to have to resolve THAT error in the end anyway. Your not going to be able to look at any subsequent errors before hand realistically.
- Secondly, every error after the first one is increasingly unlikley to be a real error and is more likely to be the result of the first not being resolved. This is of course not 100% of the time, though usually even if you need to fix all the errors the first error's context is enough to figure out the rest.
Now, bring in distributed compilation in the form of TFS and other solutions. Everytime, as a developer, I finish my work locally I need to push it to a build server to make it production ready. Now, the build server hits an error in the first 30 seconds, so I know my build has failed. YET, it still continues to process 20 minutes of bullshit work!
Now, Microsoft have an error limit in their code, its set to 100 compile errors. The problem is, usually when submitting a build to a build server their are one to five errors, also typically their are THOUSANDS of lines of code.
In 10+ years, people have queried Microsoft about allowing this build error limit to be configured, Microsoft ignored that. Now, with the drive through of open source (and underpaid software developers) people have made their own solutions to this issue. The problem is Microsoft are deliberately not solving it because millions of customers delayed by long build encourages more investment in software and hardware to try to mitigate this simple problem.
Thursday, 7 June 2018
Tron Original vs Tron Classic
I watched Tron on TV as a child in the 1980's and loved it to peices. It was the embodyment of my own dreams of a oncoming computer age. It was to me a perfect movie.
Fastfoward to the future where I have a job and enough money spare to buy the DVD's I love and I am recalled to Tron. I go out to buy a copy on DVD and by accident aquire the new Tron, but I am not upset, hurray a sequel! First though I wanted to watch the original classic, so I went out looking to find a DVD entitled just that.
Watching, I was thinking to myself "I feel like I remember this movie looking much better?" at first I worried my childish mind watching then was primary to its past visual enjoyment, but then I saw later sceens and I felt it has been messed about with?
The classic tanks, which I felt sure where the solid ploygon style of the era? where now these awful modern computer tanks and all the charm was GONE. I tried Googling around, because I did wonder if I had remembered the tanks out of the video game Tanks and misremembered them into Tron (where they would belong perfectly):
I felt the original Tron tanks looked lik the above but with just filled polygon surfaces. I still feel convined this is what I saw as a child. I found these online which report to be storyboards for the original Tron:
The tanks shown there more match my memory. Also given the film was made in 1980's where Pologon filled graphics where the pincal of CGI at the time, I suspect the tanks seen in the movie copy I hold aren't original:
I found this picture which is maybe an original?
It certainky feels closer to what I remember as a child, though I felt sure the whole tank was pologon with few to none rounded edges?
For me, this mismatch of memory to actual a little mared the movie, fortunately though many parts felt unchanged and like they hadn't given the "must modernise" attention to and where still lovely.
Tron is a movie which is beautifully placed in the era it was made. The Polgyon tanks and other computer sceens (was I imagining it?) made it feel totally believable for that era. Also, it recalled many fine and happy hours playing games with similar graphics and linking the movie into real life experiences.
Now, the version I watched on DVD, makes it feel stupid (or maybe I just miss the version I remember over what was?). The low grade graphics felt accurate back then for a representation of an internal computer make up. Internally a computer isn't all glossy and smart, its all bits, pixels and polygons; Sure the end result on a modern computer is a sharp, believable 3D image, but the mobie is showing the insides of a very early PC/Mainframe.
So the new graphics always pull me out of the action and make me hanker for watching the REAL original movie. Still, enjoyed it and went to the sequel.
Now Tron Legacy felt perfect, its exactly what it should be, not a remake but featuring updated CGI in a really good way to go with the theme of the movie being many years on. The movie and the soundtrack are a complete success.
I just hope that in 20 or 30 years they don't remake Tron Legacy using the latest holographic leaving confused children now adults wondering if they didn't imaginge the better movie lol.
Would sure love to hear from anyone who has pictures of a classic Tron tank, even if I was dreaming.
Fastfoward to the future where I have a job and enough money spare to buy the DVD's I love and I am recalled to Tron. I go out to buy a copy on DVD and by accident aquire the new Tron, but I am not upset, hurray a sequel! First though I wanted to watch the original classic, so I went out looking to find a DVD entitled just that.
Watching, I was thinking to myself "I feel like I remember this movie looking much better?" at first I worried my childish mind watching then was primary to its past visual enjoyment, but then I saw later sceens and I felt it has been messed about with?
The classic tanks, which I felt sure where the solid ploygon style of the era? where now these awful modern computer tanks and all the charm was GONE. I tried Googling around, because I did wonder if I had remembered the tanks out of the video game Tanks and misremembered them into Tron (where they would belong perfectly):
I felt the original Tron tanks looked lik the above but with just filled polygon surfaces. I still feel convined this is what I saw as a child. I found these online which report to be storyboards for the original Tron:
The tanks shown there more match my memory. Also given the film was made in 1980's where Pologon filled graphics where the pincal of CGI at the time, I suspect the tanks seen in the movie copy I hold aren't original:
I found this picture which is maybe an original?
It certainky feels closer to what I remember as a child, though I felt sure the whole tank was pologon with few to none rounded edges?
For me, this mismatch of memory to actual a little mared the movie, fortunately though many parts felt unchanged and like they hadn't given the "must modernise" attention to and where still lovely.
Tron is a movie which is beautifully placed in the era it was made. The Polgyon tanks and other computer sceens (was I imagining it?) made it feel totally believable for that era. Also, it recalled many fine and happy hours playing games with similar graphics and linking the movie into real life experiences.
Now, the version I watched on DVD, makes it feel stupid (or maybe I just miss the version I remember over what was?). The low grade graphics felt accurate back then for a representation of an internal computer make up. Internally a computer isn't all glossy and smart, its all bits, pixels and polygons; Sure the end result on a modern computer is a sharp, believable 3D image, but the mobie is showing the insides of a very early PC/Mainframe.
So the new graphics always pull me out of the action and make me hanker for watching the REAL original movie. Still, enjoyed it and went to the sequel.
Now Tron Legacy felt perfect, its exactly what it should be, not a remake but featuring updated CGI in a really good way to go with the theme of the movie being many years on. The movie and the soundtrack are a complete success.
I just hope that in 20 or 30 years they don't remake Tron Legacy using the latest holographic leaving confused children now adults wondering if they didn't imaginge the better movie lol.
Would sure love to hear from anyone who has pictures of a classic Tron tank, even if I was dreaming.
Subscribe to:
Posts (Atom)


