magic_lobster_party

  • 2 Posts
  • 461 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2024

help-circle
  • What was set up for the last movie?

    Nothing new was set up for the grand finale. No new conflicts or threats to look forward to.

    Compare with Empire Strikes Back. A bigger villain has been revealed. Han has been captured. Darth Vader is revealed to be Luke’s father. Romance between Han and Leia. Lots of exciting new threads for the final movie.

    TLJ had nothing of that. When I went out of the theater I had no excitement at all for the next movie.



  • magic_lobster_party@fedia.iotoComic Strips@lemmy.worldMovie Review
    link
    fedilink
    arrow-up
    23
    arrow-down
    3
    ·
    7 hours ago

    It was lack of common direction through the trilogy. JJ set up his signature mystery boxes in the first movie, only for Rian to ignore those and leave nothing to work with for the next one.

    I believe the reason why Palpatine somehow returned was because Rian killed off Snoke, and they really needed some big baddie Kylo and Rey could team up against so Kylo could have his redemption arc.



  • Not the one you asked, but I don’t like XML compared to alternatives like JSON.

    The main problem with XML is that it’s an unnecessarily complicated standard. There are often multiple ways to represent the same thing, each with their own gotchas and drawbacks.

    JSON on the other hand has a much simpler standard. The entire JSON standard fits easily in one page. It’s also closer to how data is actually represented in memory. There’s often one ideal way to represent whatever you have in memory to a JSON file, and the reverse is also true.

    Despite it’s simplicity, JSON covers most cases XML would cover. Often in a more elegant way.

    If you like pain, then XML is the right choice for you.








  • From personal experience, it can be overwhelming even for a seasoned Linux user.

    Knowing the difference of Debian, Fedora and Arch based distros. Should I go for Linux Mint, Bazzite or Endeavor? Should I go for a immutable system or not? What package manager is used? What’s a flatpak?

    One real example I encountered was that I was trying to install Pop OS on my new PC. Turns out after some trial and error that Pop OS uses an old Linux kernel that doesn’t support my new AMD graphics card. I ended up installing Endeavor instead, despite my not so good experience with using Arch before. Luckily Endeavor has been a great experience so far.

    With Windows there’s really only one choice for the typical home consumer.