Live data from Hacker News

“The Matrix Resurrections” is an excellent movie

skibinsky.com

51–60 of 68 posts

Re: “The Matrix Resurrections” is an excellent movie

#52
post #14

What a load of incoherent nonsense. > Recursive functions and algorithms are a cornerstone of computer science, that is simply how computers work. No, not at all. > What is recursion? It simply means taking something you have, running it again, but running in such a way that it gets slightly better next run. What in the... > Even the word “Resurrections” sounds a bit like “Recursion” which might be a coincidence, yet…

Maybe they're confusing "recursion" with "iteration"; and "iteration" in a similar sense to iterative programming and not to loop iterations.

Re: “The Matrix Resurrections” is an excellent movie

#53
post #14

What a load of incoherent nonsense. > Recursive functions and algorithms are a cornerstone of computer science, that is simply how computers work. No, not at all. > What is recursion? It simply means taking something you have, running it again, but running in such a way that it gets slightly better next run. What in the... > Even the word “Resurrections” sounds a bit like “Recursion” which might be a coincidence, yet…

> Repeat it thousands or million times, and you get a far, far better result than what you started with. I wish.

That's why I never write a stop clause in my recursive functions. Makes everything infinitely better. /s

Re: “The Matrix Resurrections” is an excellent movie

#54

Earlier quoted context omitted.

> Repeat it thousands or million times, and you get a far, far better result than what you started with. I wish.

That's why I never write a stop clause in my recursive functions. Makes everything infinitely better. /s

Thank you! I will try that and see how that goes. :)

Edit: I got a stack overflow! Does that mean I should download more RAM, or what am I doing wrong?!

---

But seriously, I think the author is referring to evolutionary algorithms. It does not make much sense regardless. Smith and Trinity are crucial to account for, but the author left them out completely.

Re: “The Matrix Resurrections” is an excellent movie

#55
It’s incredible to see Lana be handed millions of dollars to make a film and they bomb every single time no matter how large or spectacular. They just keep giving her money. It’s amazing how she makes the same mistakes every time and never seems to learn or gain any self awareness. And it’s amazing to think it all began somehow with the greatest movie of all time.

Re: “The Matrix Resurrections” is an excellent movie

#56

It’s incredible to see Lana be handed millions of dollars to make a film and they bomb every single time no matter how large or spectacular. They just keep giving her money. It’s amazing how she makes the same mistakes every time and never seems to learn or gain any self awareness. And it’s amazing to think it all began somehow with the greatest movie of all time.

Yeah, that's my impression too. It's unbelievable that there was right amount of everything in The Matrix.

Cloud Atlas, Sense8, and other movies Lana made after The Matrix just feel a bit cringy and off most of the time.

Re: “The Matrix Resurrections” is an excellent movie

#59

Earlier quoted context omitted.

That's why I never write a stop clause in my recursive functions. Makes everything infinitely better. /s

Thank you! I will try that and see how that goes. :) Edit: I got a stack overflow! Does that mean I should download more RAM, or what am I doing wrong?! --- But seriously, I think the author is referring to evolutionary algorithms. It does not make much sense regardless. Smith and Trinity are crucial to account for, but the author left them out completely.

> or what am I doing wrong?!

Not using a a language implementation with tail call optimization, or recursing outside of tail position, probably.

Re: “The Matrix Resurrections” is an excellent movie

#60
It was completely meta. They literally reference having to make a sequel because if they didn’t, “Warner Brothers would do it without them”.

From that point, just watch the pretty action and stop critically thinking, because they sure as hell weren’t.

Post reply on HN