Earlier quoted context omitted.
Discovered the Hackers ost on a /mu/ thread. So many bangers.
I have this OST and the Mortal Kombat one as well on CD (mentioned together since they both have the same song, "Halcyon + On + On" on them!). When I went to a 2600 meetings in Seattle in 1999, I listened to the Hacker's soundtrack in my car on the way, of course. I gave one of the people I met there a ride and we had a laugh when he saw the case in my car. (I feel like I have a story for every song. Thanks for indul…
Hackers (1995) Animated Experience
211–220 of 294 posts
Re: Hackers (1995) Animated Experience
#212> FYI man, alright. You could sit at home, and do like absolutely nothing, and your name goes through like 17 computers a day. 1984? Yeah right, man. That's a typo. Orwell is here now. He's livin' large. We have no names, man. No names. We are nameless!
Re: Hackers (1995) Animated Experience
#213I’ve probably watched Hackers over a hundred times. My all time favourite movie. My first crush as a young teenager was Burn. It led to a career in software. So many kindred spirits on this thread - makes me smile. And after 30+ years of watching Hackers, it only occurred to me recently that the biggest noob in the movie Joey beat the Gibson, twice. Sure he had assistance the second time, but still poetic imho. Hack…
Re: Hackers (1995) Animated Experience
#214Hack the planet. This is such a call back and what a nice touch to add the sound to it too. That whole OST is incredible, I still pull orbital and prodigy into my current work playlists. What a fun movie.
"That whole OST is incredible, I still pull orbital and prodigy into my current work playlists." The best music, in my opinion, in the movie is not on the soundtrack and it is: Guy Pratt - Combination https://www.youtube.com/watch?v=2_7N8NsU4jQ
Re: Hackers (1995) Animated Experience
#215Re: Hackers (1995) Animated Experience
#216Re: Hackers (1995) Animated Experience
#217Earlier quoted context omitted.
I hated this movie the first time I watched it. And the second. The third time I let go of the need for things to be realistic and took it all in as an artistic representation and snap ... I loved it. One could argue that I loved it all along given that I watched it so many times... but there was a distinct moment where I let go and that's when I was able to see just how wonderful this movie really is.
I've flipped that switch for book adaptations. I let go of fanboying on what Hollywood "did to" the story and instead just decided to be thankful something I love was given a new medium / audience / interpretation... and voila! now I have two things to love. It's still fun to point out where things could've been done differently, but instead of actually disliking the film(s) because of those things, it's just another…
For me there are 2 issues
(1) I read the book. it was awesome. If the movie fails to deliver that awesomeness then it's really upsetting as it's ruining something great for everyone that didn't read the book / see the original. They're unlikely to go check the original. They're more likely to just think "That was dumb".
(2) When they change things so much that they arguably should not have used the name.
Why choose some existing fictional world/characters just to shit on them and make it something else? If you wanted to make something else, then pick a new name, make your own IP.
Re: Hackers (1995) Animated Experience
#218Hack the planet. This is such a call back and what a nice touch to add the sound to it too. That whole OST is incredible, I still pull orbital and prodigy into my current work playlists. What a fun movie.
"That whole OST is incredible, I still pull orbital and prodigy into my current work playlists." The best music, in my opinion, in the movie is not on the soundtrack and it is: Guy Pratt - Combination https://www.youtube.com/watch?v=2_7N8NsU4jQ
Re: Hackers (1995) Animated Experience
#219This is so lovely! If the original author is here in the comments, some feature requests that would absolutely make my day, presumably from easiest to hardest :) I love this so much, thank you for sharing! * Slow down the motion to about .5 of what it is currently, with easing/acceleration on the speed to emulate the camera dolly and jib effects used in the film * Add a random motion setting that allows me to run it…
I went to gemini, picked "cavnas". used this prompt
> There's a famous CG scene in the movie Hackers where they "Hack the Gibson". It shows a bunch of translucnt cubes with glowing edges. The textures on the cubes are live computer text. The camera slowly flyies between the cubes tilting gracfully and it searches for the main one.
> Reproduce this scene in Javascript. Be sure to include each of those features
> 1. live computer text which you can simulate by drawing to a canvas offscreen and uploading to a texture, adding more output as it goes. You can even use "function.toString()" of the code you write as input
> 2. a post processing step so we get a glow
> You can probably use three.js for this
Here's the result.
https://codepen.io/greggman/pen/XJKPBZW
No, it's not as good as the site linked above and it's unlikely it would be. On other hand, it got this far on the first try. Maybe a few more iterations and it could get the stuff you want.