• 0 Posts
  • 11 Comments
Joined 16 天前
cake
Cake day: 2025年6月8日

help-circle
  • It doesn’t. You said Belloq hired them to be his personal army, which paints the Hovitos as complicit in working against their own self-interests. As in, they were the betrayers of their own people and were selling out to Belloq for some cash.

    But no, the reality is both Jones and Belloq were out to screw them: Jones by directly robbing them, and Belloq by first scamming them and then robbing them. Both were being imperialist and the Hovitos were the victims.




  • Yep. Like if I did Metallica, I’d put the Black album on the far left followed by Ride the Lightning, and Master of Puppets would go on the far right (the Noble Thrashes) along with Ride the Lightning and Kill ‘Em All. Load, Reload, and St. Anger would be Transition Metal; Death Magnetic, Hardwired to Self Destruct and 72 Seasons would be the Metalloids, and then of course at the bottom I’d have the Luluthanides and Garage Inctinides.

    Except actually putting that together sounds like way too much work, so I’m just going to pat myself on the back for the puns and call it a day.



  • Gotta love how the first movie opens with him stealing an idol from an uncontacted Peruvian tribe, and the heroic music swells as he narrowly escapes with spears flying around them.

    Granted, this takes place in 1936 and his actions were the norm for the period, but despite coming out in 1981 the movie plays this scene out rather uncritically.






  • They are display server communication protocols. Essentially, the computer clients give the display server information, and then the display server processes that information and sends it to the screen. For example, a game might say, “The player is controlling a red guy with a hat and mustache” and the display server draws a Mario on the screen.

    X Server is 40 years old. It’s tried and tested, but is not built on modern coding standards. For example, it has not kept up with modern security, allowing a bad actor to tell X to draw a bit of malicious code that tricks the display server into giving it control of other programs. For this reason, the developers of X are sunsetting it and have designed Wayland to replace it.

    Wayland is a rewrite of X from the ground up, and is much more secure. It keeps each program in its own bubble, so if a rogue app tries to gain control of programs outside its bubble, it can’t. However, such a large change requires other programs to buy in, creating s vicious cycle where developers don’t want to switch to Wayland until it’s mature, and Wayland is unable to mature without developers buying in. That’s why this “new” protocol has been in progress for the past 16 years, and yet linux users still disagree on whether it is mature enough for wide adoption.

    GNOME desktop environment has been at the forefront of Wayland adoption, and has announced plans to stop using X in a future release. Ubuntu, which uses GNOME by default, has announced they are dropping X so they can see how it works in their short-term release before pushing it to their 2026 long-term release. Essentially, they are doing it when the timing works best for them rather than wait until GNOME forces them to drop it.