• 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • prtm@lemm.eetotheNetherlands@feddit.nl*Permanently Deleted*
    link
    fedilink
    Nederlands
    arrow-up
    3
    ·
    1 month ago

    Helemaal mee eens. Het conflict in Gaza is super polariserend en heeft bovendien niets met Nederland te maken. Er zijn zat andere conflicten in de wereld waar we ook bij stil zouden kunnen staan tijdens dodenherdenking, maar daar hoor je niemand over. Gaza krijgt altijd disproportioneel veel aandacht. Dodenherdenking moet ten eerste Nederlanders verbinden in het herdenken dat onze huidige vrijheid en veiligheid een hoge prijs hebben gehad. Zeker nu wereldwijd democratieën onder druk staan is het belangrijk om ons daar niet van af te laten leiden met polariserende themas.




  • Not the same thing. The hostage takers in your example are only posing a danger to the hostages themselves. There is no outside harm caused by deciding not to act. Hamas on the other hand poses a real danger to Israel. Not counter attacking Hamas would result in attacks on Israeli citizens, so Israel has to act. Hamas is using the hospital as an unethical way of shielding itself from such counter attacks because they know Western war philosophy aims to minimize civilian casualties, so attacks on hospitals hurt Israels global support. However, by operating from within a hospital, Hamas are making the hospital a valid military target. Minimizing civilian casualties goes both ways. You don’t attack hospitals unless they are a valid military target and you don’t set up military operations inside hospitals so as to prevent them from becoming valid military targets.












  • Web sockets are meant for applications where it’s important that you receive updates fast in a push fashion. E.g. collaborative editors like Google docs or a chat application. To scroll Lemmy or open a specific Lemmy post you don’t need that at all. You can just fetch the data once and have users refresh manually if for example they want to fetch the latest comments on a post. Using websockets for that type of application just puts unnecessary strain on the server.