• 0 Posts
  • 563 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle




  • NaibofTabr@infosec.pubtoComic Strips@lemmy.world[Mimi] Genie. [2]
    link
    fedilink
    English
    arrow-up
    93
    ·
    edit-2
    2 days ago

    The human body is ~70% water.

    I think the second and third wishes will be somewhat irrelevant.

    I’m not sure what exactly it will feel like when the fluid inside your eyeballs suddenly becomes milk, but it won’t matter for very long as all of the tiny blood vessels in your brain suddenly clog up and fail.










  • You’re welcome.

    On the topic of Ghost in the Shell (assuming you mean the original 1995 animated version, not the 2017 live action) I want to point out that it helped establish the cyberpunk genre, and was an inspiration for many works that came after (such as The Matrix). If the ideas presented in it didn’t feel so compelling to you, it is probably because you were already exposed to them through other media which drew from GitS originally. I think the animation still holds up well today, and the music is masterful.

    I think it’s also important to understand that at the end of the movie, Motoko’s origin (human or artificial) is uncertain, and this is intentionally unresolvable. Without the ambiguity, the conflict between Motoko and the Puppet Master doesn’t matter, and the conversations they have don’t make sense. The story hinges around Motoko’s humanity.

    Don’t watch the live action version, it completely misunderstands and abuses the source material.

    I’ve also noticed how some older movies can feel quite sexist or abusive towards women.

    This is certainly true, and I think it’s important to watch those examples in order to understand where we came from, and how we got to where we are today, and to help identify similar behaviors in the present. When you grow up with something it seems normal, but seeing the same thing in a less familiar context can break it loose from that perceived normalcy and make the problem more obvious. When you notice those problems in older media, take them as lessons.

    It’s also worth noting that acting as a profession has long been a home for progressive thinking. I think this is because portraying different characters in a believable way requires the examination of human behavior. In order to play a bad, antisocial character on the stage you must observe and study bad, antisocial behavior. Acting becomes reflective of human society.

    The point being that some (some, not all) of the examples of sexism or abusiveness that you’re referring to are intentionally so. That behavior was not included in the plot by accident. Writers and actors put them into their stories as a commentary on the social norms of the time when the work was made. Portraying them for an audience made the problem visible, it held a mirror up to society, it made people talk about it, it forced people to address it in some manner rather than continue to ignore it. If it seems less relevant in the present, that is because society became aware of itself, and the behavior changed.


  • Hmm, at this point it is a period piece. It struck a chord in its day because it captured pieces of teenage life and the culture of its time period that were relateable for many people. There are representative character archetypes that are timeless, and at its core it is a coming-of-age story that is always relevant, but the culture that it is set in is now the past and may not feel as relatable if you’re younger and/or not American.

    If you are a movie enthusiast, it is worth watching because it has well-written characters, because it is a highly referenced piece, and because it is representative of its time period.




  • You are running into the ultimate, and ultimately unavoidable, limitation of self-hosting, which is the self.

    You should run a VM on the VPS for Vaultwarden, with no other services in the VM except whatever you need to connect to it remotely. Keep it simple. Run an exact copy of the VM on your local server. Have the VPS instance push its database to the local instance regularly, to keep up with any changes that your users make. Make regular backups of the local instance.

    When you need to update the software, freeze an image of the local VM and then update the local VM, then when you’re sure it’s stable, copy the updated local VM to the VPS. If either the local or VPS instance crashes out, you should be able to recover (or reproduce) one from the other.

    In the end though, it is functionally impossible to ensure reliability by yourself. Hosting Vaultwarden on a VPS shifts the responsibility for running the underlying server and network connection to the provider, and probably removing the dependence on your residential network connection will be better for your family/users.

    You are still the weak point in your system. You need someone else who can log in to your local server, and into the VPS, and perform recovery if needed. There is no technical solution for this. You cannot be the sole admin, and also ensure reliability for other users.