• 89 Posts
  • 734 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle

  • Given it seems to be a single guy doing his thing I don’t expect them to get bought out.

    It’s a great service and incredibly cheap. With advanced pricing I’m only paying ~0,40€ per month. My domain + purelymail is less than I’d pay for other providers email only.

    Edit: If Amazon increases their prices they’ll have to pass it on, but those should be pretty consistent. If you use your own domain (or an alias service) switching email providers is simple anyway.










  • A project ending as abandonware is always a possibility. One reason projects get abandoned is losing funding, which can be secured by using dual licensing and selling some features to businesses.

    They use AGPL so even if they broke their promise and restricted features, it could still be developed further (even if no new features got added). NGINX also uses a dual license.





  • After a quick read over some parts of the article, and looking into the Bottles flatpak manifest, I don’t think the sandbox escapes listed apply to Bottles - as long as you are exclusively using Wayland-compatible apps besides your games.

    • Bottles does not have access to $HOME, only through interactive xdg-portals
    • As long as you are using Wayland, an attacker can only access apps running through XWayland.

    Sadly electron is still a pita, so closing Discord and VSCode while gaming would be necessary (or restrict their host access, which would break sharing files in Discord and many more things in VSCode).

    So yes, I sadly have to agree, don’t rely on a sandbox, unless your not running X11.

    Luckily wine will soon support Wayland, so removing X11 access from Bottles would break this specific sandbox escape. Otherwise I do think flatpak/bubblewrap sandboxing is pretty solid.