Live data from Hacker News

Matrix trailer dynamically uses current time

thechoiceisyours.whatisthematrix.com

81–90 of 198 posts

Re: Matrix trailer dynamically uses current time

#81

I just found out that there is a new Matrix movie and I am honestly a little bit horrified. I have zero confidence that the downhill progression in movie quality will somehow be turned around given the current state of Hollywood.

This is the sequel that broke the camel's back for you and not all of the other sequels, prequels, sidequels, spin-offs, reboots, remakes, retcons, and reimaginings that Hollywood has been indulging in since it was founded?

Re: Matrix trailer dynamically uses current time

#82
As many have figured out, these are pre-generated mp4 files. There's no 'magic' in the video files themselves (i.e. the video is not generated on the fly)

In https://thechoiceisyours.whatisthematrix.com/_nuxt/commons/a...

The client side generates an unobfuscated string such as:

red-a-b1-c1435-d-e2-f-g3-h2-i

where 1435 is the current local time (search for `key: "teaserSrcProps"` in the code to find the relevant function)

Then "17" is prepended to that string ("BOND_OBFUSCATION_SALT" in the source code), and then the video file name is simply the MD5 of the string.

To find the video URL:

    // change 1435 for any HHMM time
    timeStr = "red-a-b1-c1435-d-e2-f-g3-h2-i"
    videoFile = MD5("17" + timeStr) + ".mp4"
    url = "https://thechoiceisyours.whatisthematrix.com/generated/v7/high/" + videoFile
:-)

---

All 1440 red pill video URLs (tested all of them in bulk without downloading any using `wget --spider -i allurls.txt` — spider is a cool option!):

https://gist.github.com/gregsadetsky/cb4754d123f0ea1eae26820...

Re: Matrix trailer dynamically uses current time

#83
post #64
post #26

Earlier quoted context omitted.

No Hugo Weaving either it looked like.

Hugo at least was in talks and read the script. It's just that scheduling conflicts didn't allow it. > Hugo Weaving, who starred in the franchise as Agent Smith, was originally approached to reprise his role, but he had scheduling conflicts with his involvement in Tony Kushner's theatrical adaptation of The Visit, leading Wachowski to conclude that the dates would not work after staying in touch with Weaving for a wh…

Do you want me to translate this from Hollywood BS? Hugo probably thinks it’s a stinkerrrr.

Re: Matrix trailer dynamically uses current time

#84

Who had the Matrix screen saver back in the day? I was in an open plan office at the time of about 30 desks. Every single one of the machines had this screen saver running.

Maybe you're talking about Windows, I don't really know. But I gotta say, I wrestled through using Ubuntu ca. 2010s because they included a cool Matrix wallpaper by default. That's cooler than knowing how to quit vim.

Re: Matrix trailer dynamically uses current time

#85

Earlier quoted context omitted.

Disagree, the trilogy is one of the best Sci-Fi trilogies available and utilizes ideas about people and computing in unique ways. I always heard that the sequels didn’t live up to the hype and avoided them during release. It was only later that I rented them and found out I was taking advice from lowest common denominator action movie fans. I only label those fans like that because their criticism only makes sense if…

I agree to the extent that the Architect in Matrix 2 [?] had some interesting things to say, and his explanation about why the machine needed humans almost redeemed the idiotic rationale of the first movie (electrical generators???). But, that and few other interesting ideas aside, I found them tedious and not well constructed.

Apparently the original plot was that humans were used for compute, which would make more sense, but the studio didn't think audiences would understand that as well.

https://scifi.stackexchange.com/questions/19817/was-executiv...

Re: Matrix trailer dynamically uses current time

#86

so they can bring back reeves but not fishburne? fishburne says they never even called him. imagine being fishburne and not even getting a text message and the matrix 4 is filming.

I just watched the trailer, if you click the red pill it certainly sounds like his voice narrating. And his character is also portrayed. https://thechoiceisyours.whatisthematrix.com/generated/v7/hi...

That's not his voice, but whoever it is sounds similar. Same accent, similar voice but not as deep and with less variation in emphasis. I'm guessing whoever it is is playing Morpheus' son.

Re: Matrix trailer dynamically uses current time

#88

Earlier quoted context omitted.

Not that many chunks, looks like the entire video is re-generated. My browser fetched https://thechoiceisyours.whatisthematrix.com/generated/v7/hi... which is for 1:54.

I'd bet all the marbles that they're "JIT" rendering the full video upon request. Intro + hour chunk (12 options) + minute chunk (59 options, skipped if minute is 0?) + am-pm chunk (2 options) + Outro. If you open the page in two different browsers at the same time and chose the same pill color, the resulting video file URL is different; this suggests to me that they're not caching the compilation results for the nex…

I would have strong doubts that they are rendering them each time. I would put all my marbles that they have each one pre-rendered 1 time, and then paid Keanu to sit in a booth and count from 0 to 59

Re: Matrix trailer dynamically uses current time

#89

Earlier quoted context omitted.

Disagree, the trilogy is one of the best Sci-Fi trilogies available and utilizes ideas about people and computing in unique ways. I always heard that the sequels didn’t live up to the hype and avoided them during release. It was only later that I rented them and found out I was taking advice from lowest common denominator action movie fans. I only label those fans like that because their criticism only makes sense if…

I think they were too cryptic and the Wachowskis were consumed by the grandiosity of their own mythos, but they were still impressive for what they attempted to do: build a sci-fi epic.

I think it would help if Reloaded and Revolutions are viewed as one film; maybe chop off a few parts here and there too.

Reloaded, the cerebral philosophical expository arc. And then Revolutions, just guns and fists a-blazin'.

Re: Matrix trailer dynamically uses current time

#90

Earlier quoted context omitted.

I agree to the extent that the Architect in Matrix 2 [?] had some interesting things to say, and his explanation about why the machine needed humans almost redeemed the idiotic rationale of the first movie (electrical generators???). But, that and few other interesting ideas aside, I found them tedious and not well constructed.

I read on here a long time ago that it wasn't just supposed to be humans as batteries, but as CPUs/algorithms (some good further discussion too, about the Architect): https://news.ycombinator.com/item?id=12508832 I thought I'd seen an earlier discussion on a mailing list or something but can't find it now. I remember coming up with an idea, which I thought was original, of us being in a simulation where all our life…

Still a promising idea, though.
Post reply on HN