Great Blue Heron

  • 34 Posts
  • 337 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle





  • Great Blue Heron@lemmy.cato Memes of Production@quokk.autrue evil
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    13 days ago

    You are dangerously close to the “both sides are the same” rhetoric.

    I can understand how it could be seen that way - it was not intended. It is very clearly a genocide. But, I don’t think you can deny that there are religious zealots on both sides that would resists the proposed “simple” solution.


  • Great Blue Heron@lemmy.cato Memes of Production@quokk.autrue evil
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    13 days ago

    I totally agree in theory, but unfortunately there are too many religious zealots on both sides that won’t accept this. As I age, the thing that frustrates me most is realising there seems to be something fundamental built into human nature that makes a huge number of us susceptible to manipulation by con artists that use organised religion for their own purposes. (Just in case it’s not clear - I’m an atheist and view all organised religion as a con)


  • Great Blue Heron@lemmy.cato Memes of Production@quokk.autrue evil
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    13 days ago

    I understand your sentiment, but it’s a really difficult situation. I don’t pretend to understand the history but I think I understand that there are a lot of people that believe the very existence of Israel to be illegitimate (and with my limited understanding I tend to agree) but we now have generations of totally innocent people, that despise their government, living there. I don’t have a solution, but I can’t accept that these innocent people have no right to self defence just because they have not yet had the strength to overthrow their government.


  • I’ll disagree. The Israeli leadership is doing horrible things and the only way for those of us not in Israel to attempt to stop them is to boycott all of Israel - we have no way of picking and choosing products/services from Israel that will help/hurt the regime. Moves like this by NVIDIA are seen as subverting the boycott in a very significant way and draw out the negative responses you see here. The only people that can legitimately change the Israeli leadership are the Israeli people and they are going to face negative opinions from outside until they do. I understand very well that I’m extremely lucky that I live in a country that has not been taken over by fascists and I do what I can to keep it that way.





  • Thank you for your detailed response. I had previously found a page with instructions for running electron apps and tried the “WINEDLLOVERRIDES=“libglesv2.dll=d” wine /path/to/your/app.exe --disable-gpu --no-sandbox”. Unfortunately, it does not help. Strangely, it still gives the “Failed to grant sandbox access…” error, and the others but then goes into a loop of lots of “Exiting GPU process due to errors during initialization” - so at least we know it is parsing the additional options.

    I got a bit excited when you pointed out the web version. Unfortunately, all the web version has is links to download the apps for various platforms.

    I’m just running Wine from the command line for now. As this is the only Windows app I need I don’t see why I need an extra app, like bottles, to manage the configuration.

    As FireQ is an electron app, am I right in understanding that it should be close to trivial for them to ship a Linux version if they already have Windows and MacOS? They seem fairly willing to help - maybe I’ll offer to test a Linux build for them.







  • I understand that - that’s why I mentioned terminal sessions into my home assistant instance and the file editor add-on. But when developing a home assistant component the only way to run it is in a home assistant instance. VS Code with devcontainers provides a development home assistant instance for this purpose. If I’m just editing the files in my production instance then I need to keep.restarting it to load new versions etc. Maybe I’ll just install another instance for development.


  • Yeah, I’m just learning that now. Devcontainers is great because it runs a full instance of Home Assistant for debugging and test. There is DevPod Containers that might do the same thing, but I don’t use DevPod so it’s also a bit overwhelming (using that word a lot today…) to get going and I’m not sure if it’s compatible with the devcontaiers configuration in the Home Assistant dev tree.