• 2 Posts
  • 101 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle






  • Lemongrab@lemmy.onetoOpen Source@lemmy.mldon't use ladybird browser lol
    link
    fedilink
    arrow-up
    19
    arrow-down
    2
    ·
    edit-2
    10 days ago

    “Singular they” has been common in english since somewhere in the 1300s. Idk how it is confusing, and even if it is, do those individual’s opinion outweigh like grammar? If people are confused they can learn, lest they be confused forever. “They” in this instance would be replacing “he”, so I think the benefit is clear. Or avoid ambiguity by just saying “the developer” (cus I think it was Dev documentation iirc).

    Edit:
    Maybe it was referring to the browser itself? Therefore “it” would make things much less confusing.



  • Lemongrab@lemmy.onetoOpen Source@lemmy.mldon't use ladybird browser lol
    link
    fedilink
    arrow-up
    18
    arrow-down
    11
    ·
    edit-2
    10 days ago

    It think the discussion of this issue has been thoroughly explored in your other post on the “free and open source” community. People know about this now. Is there anything else to cover? All that will be talked about is either “wow, that was an overreaction from the Dev, they seem close-minded” or “you should separate the tech from the developer” or people (bigots) just saying they think he made the right choice.

    The discussion is stale.






  • Sorry, misunderstood. Proxmox Free broke my containers on updating a while ago.

    Now I use Docker-style application containerizing, but I think LXC (the base technology powering Incus/LXD) is useful in a number of situations and perfectly viable for use. I think Incus-containerized applications are easier to upgrade individually (like software updates of your apps, no need to recreate the container image) and gives a closer to native experience of managing. You do lose out on automated deployment of applications from widely available image sources like docker.io, but the convenience-loss is minimal.






  • I just read through the unofficial Flathub Flatpak for Signal and it is very simple. It fetches the .deb from Signal’s website, installs it in the sandbox, and uses a launcher script to tell the OS some basic toggles like should it start minimized or should it display a tray icon. In the script it makes use of zypak, which to my understanding is to tell electron (chromium) to allow sandboxing to be handled by Flatpak. Here is the repo and the build instructions is the .yaml file.