• 15 Posts
  • 240 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle








  • The Avatar movies are mostly a tech demo. They’re impressive when you look at the CGI, all the special effects, the audio, the 3D, the scenes…

    The story isn’t bad, it’s just average. Competently made, but predictable. However, it makes sense when you realize the story is just the excuse to make everything else. There has to be one, but it really doesn’t need to be complex as long as it gets to show what Cameron wants to show.

    I think most people watch the movies to see the tech demo, and that’s why, despite being some of the highest grossing movies, they don’t have that big of a cultural impact.


  • black0ut@pawb.socialto196@lemmy.blahaj.zoneHoly rule!
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    4
    ·
    edit-2
    2 months ago

    They never carried humans to the moon because they didn’t think it was worth it to risk a human life for it. However, they were the first to send satellites to the moon, scan the surface, take pictures of the far end of the moon, land on it, and send a rover to it. In fact, they sent multiple rovers to the moon, and they were not so dissimilar to our current rovers on mars.


  • The number is the signal you send to the program. There’s a lot of signals you can send (not just 15 and 9).

    The difference between them is that 15 (called SIGTERM) tells the program to terminate by itself (so it can store its cached data, create a save without losing data or corrupting, drop all its open connections gracefully, etc). 9 (called SYGKILL) will forcefully kill a program, without waiting for it to properly close.

    You normally should send signal 15 to a program, to tell it to stop. If the program is frozen and it’s not responding or stopping, you then send signal 9 and forcefully kill it. No signal is “better” than the other, they just have different usecases.


  • Funnily enough I still look for the Control Panel before even attempting to find a setting in the Settings app.

    The Control Panel is consistent, it works, and it hasn’t changed in years. Meanwhile the Settings app gets rearranged every 2 months, with constant design changes, and it’s also terribly slow on low end devices and VMs.

    It’s sad that Microsoft is “unifying” the Windows settings and killing the Control Panel in the process.









  • I use Unexpected Keyboard.

    It’s mainly made for programming or using Termux, and it makes some special characters more accessible than the classic keyboards. It also has a mechanic for typing special characters that makes it faster to type. And you can enable a compose key, which is something I love to see on a phone keyboard.

    Unexpected doesn’t have voice recognition though, but it can be enabled by installing a voice recognition app alongside the keyboard.