Movie and TV GUIs: Cracking the Code
rjmarvin writes "We've all seen the code displayed in hacking scenes from movies and TV, but now a new industry is growing around custom-building realistic software and dummy code. Twisted Media, a Chicago-based design team, started doing fake computer graphics back in 2007 for the TNT show Leverage, and is now working on three prime-time shows on top of films like Gravity and the upcoming Divergent. They design and create realistic interfaces and codebases for futuristic software. British computer scientist John Graham-Cumming has drawn attention to entertainment background code by explaining what the displayed code actually does on his blog, but now that the public is more aware, studios are paying for fake code that's actually convincing."
Feb. 27th, Revolution had code scrolling on the screen (yes they were debugging at light speed), but they stopped at a C function that did actually have a runtime bug that matched the story line (an unused/released C malloc). The only thing that spoiled it was that the same statement was missing a semi-colon, so the code wouldn't have actually compiled in the first place.
Oh well...it was nice to see some code that did actually match what the characters were babbling about...even if there were other things that they did that didn't make any sense what-so-ever to someone who actually understood what they were seeing on the computer screen.
Give a hand, not a hand-out.